Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
10K - 100K
License:
init
Browse files
README.md
CHANGED
@@ -11,18 +11,22 @@ task_categories:
|
|
11 |
- token-classification
|
12 |
task_ids:
|
13 |
- named-entity-recognition
|
14 |
-
pretty_name:
|
15 |
---
|
16 |
|
17 |
-
# Dataset Card for "tner/
|
18 |
|
19 |
## Dataset Description
|
20 |
|
21 |
- **Repository:** [T-NER](https://github.com/asahi417/tner)
|
22 |
- **Paper:** [https://academic.oup.com/database/article/doi/10.1093/database/baw032/2630271?login=true](https://academic.oup.com/database/article/doi/10.1093/database/baw032/2630271?login=true)
|
|
|
|
|
|
|
23 |
|
24 |
### Dataset Summary
|
25 |
-
|
|
|
26 |
|
27 |
## Dataset Structure
|
28 |
|
|
|
11 |
- token-classification
|
12 |
task_ids:
|
13 |
- named-entity-recognition
|
14 |
+
pretty_name: BioCreative V CDR
|
15 |
---
|
16 |
|
17 |
+
# Dataset Card for "tner/bc5cdr"
|
18 |
|
19 |
## Dataset Description
|
20 |
|
21 |
- **Repository:** [T-NER](https://github.com/asahi417/tner)
|
22 |
- **Paper:** [https://academic.oup.com/database/article/doi/10.1093/database/baw032/2630271?login=true](https://academic.oup.com/database/article/doi/10.1093/database/baw032/2630271?login=true)
|
23 |
+
- **Dataset:** BioCreative V CDR
|
24 |
+
- **Domain:** Biomedical
|
25 |
+
- **Number of Entity:** 2 (`Chemical`, `Disease`)
|
26 |
|
27 |
### Dataset Summary
|
28 |
+
BioCreative V CDR NER dataset formatted in a part of [TNER](https://github.com/asahi417/tner) project.
|
29 |
+
The original dataset consists of long documents which cannot be fed on LM because of the length, so we split them into sentences to reduce their size.
|
30 |
|
31 |
## Dataset Structure
|
32 |
|