File size: 504 Bytes
870ace5
 
 
 
 
 
 
 
 
 
 
 
 
463a104
 
 
 
 
 
 
 
 
870ace5
463a104
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-2.5
task_categories:
- question-answering
- sentence-similarity
language:
- en
tags:
- rag
- dpr
- information-retrieval
- question-answering
- biomedical
configs:
- config_name: text-corpus
  data_files: 
  - split: passages
    path: "data/passages.parquet/*"
- config_name: question-answer
  data_files: 
  - split: test
    path: "data/test.parquet/*"
---
Derives from http://participants-area.bioasq.org/Tasks/11b/trainingDataset/ we generated our own subset using `generate.py`.