Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,11 +91,9 @@ factoid = load_dataset("jmhb/BioASQ", split="factoid")
|
|
| 91 |
dataset = load_dataset("jmhb/BioASQ", split=["factoid", "yesno"])
|
| 92 |
```
|
| 93 |
|
| 94 |
-
##
|
| 95 |
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
If you use this dataset, you **must** cite the original BioASQ papers:
|
| 99 |
|
| 100 |
```bibtex
|
| 101 |
@article{krithara2023bioasq,
|
|
@@ -119,13 +117,7 @@ If you use this dataset, you **must** cite the original BioASQ papers:
|
|
| 119 |
year={2015},
|
| 120 |
publisher={Springer}
|
| 121 |
}
|
| 122 |
-
```
|
| 123 |
-
|
| 124 |
-
### PaperSearchQA (Optional)
|
| 125 |
|
| 126 |
-
If you use this dataset as part of PaperSearchQA evaluation, please also cite:
|
| 127 |
-
|
| 128 |
-
```bibtex
|
| 129 |
@misc{burgess2026papersearchqalearningsearchreason,
|
| 130 |
title={PaperSearchQA: Learning to Search and Reason over Scientific Papers with RLVR},
|
| 131 |
author={James Burgess and Jan N. Hansen and Duo Peng and Yuhui Zhang and Alejandro Lozano and Min Woo Sun and Emma Lundberg and Serena Yeung-Levy},
|
|
|
|
| 91 |
dataset = load_dataset("jmhb/BioASQ", split=["factoid", "yesno"])
|
| 92 |
```
|
| 93 |
|
| 94 |
+
## Citation
|
| 95 |
|
| 96 |
+
If you use this dataset, you **must** cite the original BioASQ papers (the first two below). If you found this processed version valuable, please also consider citing PaperSearchQA:
|
|
|
|
|
|
|
| 97 |
|
| 98 |
```bibtex
|
| 99 |
@article{krithara2023bioasq,
|
|
|
|
| 117 |
year={2015},
|
| 118 |
publisher={Springer}
|
| 119 |
}
|
|
|
|
|
|
|
|
|
|
| 120 |
|
|
|
|
|
|
|
|
|
|
| 121 |
@misc{burgess2026papersearchqalearningsearchreason,
|
| 122 |
title={PaperSearchQA: Learning to Search and Reason over Scientific Papers with RLVR},
|
| 123 |
author={James Burgess and Jan N. Hansen and Duo Peng and Yuhui Zhang and Alejandro Lozano and Min Woo Sun and Emma Lundberg and Serena Yeung-Levy},
|