BojanaBas commited on
Commit
21a09c0
1 Parent(s): 0a6268a

Update README.md

Browse files

Added a couple of clarifications and size.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,7 +36,7 @@ tags:
36
  - biomedicine
37
  pretty_name: PubMed Referenced Question Answering Dataset
38
  size_categories:
39
- - 1K<n<10K
40
  ---
41
  # Dataset description
42
 
@@ -44,7 +44,7 @@ The PQAref dataset is a dataset for fine-tuning large language models for refere
44
 
45
  The dataset contains 3 components:
46
  - Instruction - question that is supposed to be answered
47
- - Abstracts - set of 10 relevant abstracts retrieved by IR system from PubMed, containing PubMed id, abstract title and the content of the abstract
48
- - Answer - expected answer, with references
49
 
50
  The dataset was created semi-automatically, utilizing questions available from PubMedQA dataset.
 
36
  - biomedicine
37
  pretty_name: PubMed Referenced Question Answering Dataset
38
  size_categories:
39
+ - 10M<n<100M
40
  ---
41
  # Dataset description
42
 
 
44
 
45
  The dataset contains 3 components:
46
  - Instruction - question that is supposed to be answered
47
+ - Abstracts - set of 10 relevant abstracts retrieved from PubMed by an IR system. They contain the PubMed id, abstract title and the content of the abstract
48
+ - Answer - expected answer, with references in the form of PubMed IDs.
49
 
50
  The dataset was created semi-automatically, utilizing questions available from PubMedQA dataset.