Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- medical
|
9 |
+
---
|
10 |
+
|
11 |
+
This is the drug-matching dataset between generic and brand keywords for the RABBIT leaderboard [🐰](https://huggingface.co/spaces/AIM-Harvard/rabbits-leaderboard).
|
12 |
+
|
13 |
+
And here is the paper: [arxiv](arxiv.org/abs/2406.12066)
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@misc{gallifant2024language,
|
17 |
+
title={Language Models are Surprisingly Fragile to Drug Names in Biomedical Benchmarks},
|
18 |
+
author={Jack Gallifant and Shan Chen and Pedro Moreira and Nikolaj Munch and Mingye Gao and Jackson Pond and Leo Anthony Celi and Hugo Aerts and Thomas Hartvigsen and Danielle Bitterman},
|
19 |
+
year={2024},
|
20 |
+
eprint={2406.12066},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
|
23 |
+
}
|
24 |
+
```
|