phosseini commited on
Commit
33628e5
1 Parent(s): 2ee7455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -26,4 +26,28 @@ dataset_info:
26
  ---
27
  # Dataset Card for "MedREQAL"
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
  # Dataset Card for "MedREQAL"
28
 
29
+ This dataset is the converted version of [MedREQAL](https://github.com/jvladika/MedREQAL).
30
+
31
+ ## Reference
32
+
33
+ If you use MedREQAL, please cite the original paper:
34
+
35
+ ```
36
+ @inproceedings{vladika-etal-2024-medreqal,
37
+ title = "{M}ed{REQAL}: Examining Medical Knowledge Recall of Large Language Models via Question Answering",
38
+ author = "Vladika, Juraj and
39
+ Schneider, Phillip and
40
+ Matthes, Florian",
41
+ editor = "Ku, Lun-Wei and
42
+ Martins, Andre and
43
+ Srikumar, Vivek",
44
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
45
+ month = aug,
46
+ year = "2024",
47
+ address = "Bangkok, Thailand and virtual meeting",
48
+ publisher = "Association for Computational Linguistics",
49
+ url = "https://aclanthology.org/2024.findings-acl.860",
50
+ pages = "14459--14469",
51
+ abstract = "In recent years, Large Language Models (LLMs) have demonstrated an impressive ability to encode knowledge during pre-training on large text corpora. They can leverage this knowledge for downstream tasks like question answering (QA), even in complex areas involving health topics. Considering their high potential for facilitating clinical work in the future, understanding the quality of encoded medical knowledge and its recall in LLMs is an important step forward. In this study, we examine the capability of LLMs to exhibit medical knowledge recall by constructing a novel dataset derived from systematic reviews {--} studies synthesizing evidence-based answers for specific medical questions. Through experiments on the new MedREQAL dataset, comprising question-answer pairs extracted from rigorous systematic reviews, we assess six LLMs, such as GPT and Mixtral, analyzing their classification and generation performance. Our experimental insights into LLM performance on the novel biomedical QA dataset reveal the still challenging nature of this task.",
52
+ }
53
+ ```