Update neurotrial_ner based on git version e4fafc0
Browse files
README.md
CHANGED
@@ -33,7 +33,26 @@ therapeutic intervention (e.g., aspirin), and control arms (e.g., placebo).
|
|
33 |
## Citation Information
|
34 |
|
35 |
```
|
36 |
-
@inproceedings{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
|
39 |
```
|
|
|
33 |
## Citation Information
|
34 |
|
35 |
```
|
36 |
+
@inproceedings{doneva-etal-2024-neurotrialner,
|
37 |
+
title = "{N}euro{T}rial{NER}: An Annotated Corpus for Neurological Diseases and Therapies in Clinical Trial Registries",
|
38 |
+
author = "Doneva, Simona Emilova and
|
39 |
+
Ellendorff, Tilia and
|
40 |
+
Sick, Beate and
|
41 |
+
Goldman, Jean-Philippe and
|
42 |
+
Cannon, Amelia Elaine and
|
43 |
+
Schneider, Gerold and
|
44 |
+
Ineichen, Benjamin Victor",
|
45 |
+
editor = "Al-Onaizan, Yaser and
|
46 |
+
Bansal, Mohit and
|
47 |
+
Chen, Yun-Nung",
|
48 |
+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
49 |
+
month = nov,
|
50 |
+
year = "2024",
|
51 |
+
address = "Miami, Florida, USA",
|
52 |
+
publisher = "Association for Computational Linguistics",
|
53 |
+
url = "https://aclanthology.org/2024.emnlp-main.1050",
|
54 |
+
pages = "18868--18890",
|
55 |
+
abstract = "Extracting and aggregating information from clinical trial registries could provide invaluable insights into the drug development landscape and advance the treatment of neurologic diseases. However, achieving this at scale is hampered by the volume of available data and the lack of an annotated corpus to assist in the development of automation tools. Thus, we introduce NeuroTrialNER, a new and fully open corpus for named entity recognition (NER). It comprises 1093 clinical trial summaries sourced from ClinicalTrials.gov, annotated for neurological diseases, therapeutic interventions, and control treatments. We describe our data collection process and the corpus in detail. We demonstrate its utility for NER using large language models and achieve a close-to-human performance. By bridging the gap in data resources, we hope to foster the development of text processing tools that help researchers navigate clinical trials data more easily.",
|
56 |
}
|
57 |
|
58 |
```
|