Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,30 @@
|
|
1 |
-
# License
|
2 |
-
cc-by-nc-4.0
|
3 |
-
|
4 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# CaseReportBench: Clinical Dense Extraction Benchmark
|
6 |
|
7 |
**CaseReportBench** is a curated benchmark dataset designed to evaluate the ability of large language models to perform **dense information extraction** from **clinical case reports**, particularly in the context of **rare disease diagnosis**.
|
@@ -50,5 +73,4 @@ print(ds["train"][0])
|
|
50 |
booktitle={Conference on Health, Inference, and Learning (CHIL)},
|
51 |
year={2025}
|
52 |
}
|
53 |
-
```
|
54 |
-
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: cc-by-nc-4.0
|
7 |
+
multilinguality: monolingual
|
8 |
+
pretty_name: CaseReportBench - Clinical Dense Extraction Benchmark
|
9 |
+
tags:
|
10 |
+
- clinical-nlp
|
11 |
+
- dense-information-extraction
|
12 |
+
- medical
|
13 |
+
- case-reports
|
14 |
+
- rare-diseases
|
15 |
+
- benchmarking
|
16 |
+
- information-extraction
|
17 |
+
task_categories:
|
18 |
+
- information-extraction
|
19 |
+
- text-classification
|
20 |
+
- question-answering
|
21 |
+
task_ids:
|
22 |
+
- entity-extraction
|
23 |
+
- multi-label-classification
|
24 |
+
- open-domain-qa
|
25 |
+
---
|
26 |
+
|
27 |
+
|
28 |
# CaseReportBench: Clinical Dense Extraction Benchmark
|
29 |
|
30 |
**CaseReportBench** is a curated benchmark dataset designed to evaluate the ability of large language models to perform **dense information extraction** from **clinical case reports**, particularly in the context of **rare disease diagnosis**.
|
|
|
73 |
booktitle={Conference on Health, Inference, and Learning (CHIL)},
|
74 |
year={2025}
|
75 |
}
|
76 |
+
```
|
|