Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,11 +22,12 @@ pretty_name: BioCreative V CDR
|
|
| 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
|
| 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 |
|
|
|
|
| 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
|
| 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 |
+
- Entity Types: `Chemical`, `Disease`
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|