asahi417 commited on
Commit
a7152ce
1 Parent(s): 71a33c4
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -11,18 +11,22 @@ task_categories:
11
  - token-classification
12
  task_ids:
13
  - named-entity-recognition
14
- pretty_name: Ontonotes5
15
  ---
16
 
17
- # Dataset Card for "tner/ontonotes5"
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
- Ontonotes5 NER dataset formatted in a part of [TNER](https://github.com/asahi417/tner) project.
 
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