Datasets:
				
			
			
	
			
			
	
		
		Upload dataset-info.json with huggingface_hub
Browse files- dataset-info.json +41 -0
 
    	
        dataset-info.json
    ADDED
    
    | 
         @@ -0,0 +1,41 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "name": "bioasq-12b-rag-dataset",
         
     | 
| 3 | 
         
            +
              "version": "1.0.0",
         
     | 
| 4 | 
         
            +
              "description": "BioASQ 12B dataset processed for RAG applications",
         
     | 
| 5 | 
         
            +
              "splits": {
         
     | 
| 6 | 
         
            +
                "corpus": {
         
     | 
| 7 | 
         
            +
                  "num_examples": 49513,
         
     | 
| 8 | 
         
            +
                  "file": "data/corpus.jsonl"
         
     | 
| 9 | 
         
            +
                },
         
     | 
| 10 | 
         
            +
                "dev": {
         
     | 
| 11 | 
         
            +
                  "num_examples": 5049,
         
     | 
| 12 | 
         
            +
                  "file": "data/dev.jsonl"
         
     | 
| 13 | 
         
            +
                },
         
     | 
| 14 | 
         
            +
                "test": {
         
     | 
| 15 | 
         
            +
                  "num_examples": 340,
         
     | 
| 16 | 
         
            +
                  "file": "data/test.jsonl"
         
     | 
| 17 | 
         
            +
                }
         
     | 
| 18 | 
         
            +
              },
         
     | 
| 19 | 
         
            +
              "features": {
         
     | 
| 20 | 
         
            +
                "corpus": [
         
     | 
| 21 | 
         
            +
                  "id",
         
     | 
| 22 | 
         
            +
                  "title",
         
     | 
| 23 | 
         
            +
                  "text",
         
     | 
| 24 | 
         
            +
                  "url",
         
     | 
| 25 | 
         
            +
                  "publication_date",
         
     | 
| 26 | 
         
            +
                  "journal",
         
     | 
| 27 | 
         
            +
                  "authors",
         
     | 
| 28 | 
         
            +
                  "doi",
         
     | 
| 29 | 
         
            +
                  "keywords",
         
     | 
| 30 | 
         
            +
                  "mesh_terms"
         
     | 
| 31 | 
         
            +
                ],
         
     | 
| 32 | 
         
            +
                "questions": [
         
     | 
| 33 | 
         
            +
                  "question_id",
         
     | 
| 34 | 
         
            +
                  "question",
         
     | 
| 35 | 
         
            +
                  "answer",
         
     | 
| 36 | 
         
            +
                  "relevant_passage_ids",
         
     | 
| 37 | 
         
            +
                  "type",
         
     | 
| 38 | 
         
            +
                  "snippets"
         
     | 
| 39 | 
         
            +
                ]
         
     | 
| 40 | 
         
            +
              }
         
     | 
| 41 | 
         
            +
            }
         
     |