Datasets:
Add task category, link to paper and project page, description
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -62,4 +62,10 @@ configs:
|
|
| 62 |
path: data/rml_validation-*
|
| 63 |
- split: diagnosis_validation
|
| 64 |
path: data/diagnosis_validation-*
|
|
|
|
|
|
|
| 65 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
path: data/rml_validation-*
|
| 63 |
- split: diagnosis_validation
|
| 64 |
path: data/diagnosis_validation-*
|
| 65 |
+
task_categories:
|
| 66 |
+
- information-extraction
|
| 67 |
---
|
| 68 |
+
|
| 69 |
+
This dataset contains Case Report Forms (CRFs) converted from the E3C dataset, as described in the paper [Converting Annotated Clinical Cases into Structured Case Report Forms](https://huggingface.co/papers/2506.11666). The dataset is intended for CRF slot filling tasks.
|
| 70 |
+
|
| 71 |
+
Project page: https://huggingface.co/collections/NLP-FBK/e3c-to-crf-67b9844065460cbe42f80166
|