Add link to paper and improve metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
| 5 |
This is the official dataset for the paper **"Applicability Condition Extraction for Therapeutic Drug-Disease Relations"**, accepted by **ACL 2026 Findings**.
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- medical
|
| 9 |
+
- biology
|
| 10 |
+
- relation-extraction
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Drug-ACE
|
| 14 |
+
|
| 15 |
This is the official dataset for the paper **"Applicability Condition Extraction for Therapeutic Drug-Disease Relations"**, accepted by **ACL 2026 Findings**.
|
| 16 |
|
| 17 |
+
- **Paper:** [https://huggingface.co/papers/2606.14031](https://huggingface.co/papers/2606.14031)
|
| 18 |
+
- **Repository:** [https://github.com/guantingluo98/Drug-ACE](https://github.com/guantingluo98/Drug-ACE)
|
| 19 |
+
|
| 20 |
+
## Introduction
|
| 21 |
+
|
| 22 |
+
Identifying conditions under which a certain drug has a therapeutic effect on a target disease is crucial for clinical decision-making support. Most existing biomedical information extraction methods focus on identifying simple relations between drugs and diseases, overlooking the context-specific conditions.
|
| 23 |
+
|
| 24 |
+
Drug-ACE is the first dataset that provides manually annotated triples of drugs, diseases, and applicability conditions extracted from biomedical research literature. It contains 1,119 drug-disease pairs annotated on biomedical paper abstracts.
|