Skip to content

Commit

Permalink
NeuroTrialNER - Update README.md (#954)
Browse files Browse the repository at this point in the history
updating the literature reference
  • Loading branch information
simonada authored Dec 6, 2024
1 parent 7373ea6 commit 6b0f632
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion bigbio/hub/hub_repos/neurotrial_ner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,26 @@ therapeutic intervention (e.g., aspirin), and control arms (e.g., placebo).
## Citation Information

```
@inproceedings{
@inproceedings{doneva-etal-2024-neurotrialner,
title = "{N}euro{T}rial{NER}: An Annotated Corpus for Neurological Diseases and Therapies in Clinical Trial Registries",
author = "Doneva, Simona Emilova and
Ellendorff, Tilia and
Sick, Beate and
Goldman, Jean-Philippe and
Cannon, Amelia Elaine and
Schneider, Gerold and
Ineichen, Benjamin Victor",
editor = "Al-Onaizan, Yaser and
Bansal, Mohit and
Chen, Yun-Nung",
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
month = nov,
year = "2024",
address = "Miami, Florida, USA",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2024.emnlp-main.1050",
pages = "18868--18890",
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.",
}
```

0 comments on commit 6b0f632

Please sign in to comment.