Add task category and link to paper
Browse filesThis PR ensures the dataset can be found at https://huggingface.co/papers/2506.11666 and is categorized as `text-classification`.
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 |
+
- text-classification
|
67 |
---
|
68 |
+
|
69 |
+
This dataset was presented in the paper [Converting Annotated Clinical Cases into Structured Case Report Forms](https://huggingface.co/papers/2506.11666).
|
70 |
+
|
71 |
+
Project page: https://huggingface.co/collections/NLP-FBK/e3c-to-crf-67b9844065460cbe42f80166
|