Commit
·
16ede73
1
Parent(s):
13b40d4
upload hub_repos/jnlpba/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: cc-by-3.0
|
| 6 |
+
license_bigbio_shortname: CC_BY_3p0
|
| 7 |
+
pretty_name: JNLPBA
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for JNLPBA
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** http://www.geniaproject.org/shared-tasks/bionlp-jnlpba-shared-task-2004
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** True
|
| 18 |
+
- **Tasks:** Named Entity Recognition
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
NER For Bio-Entities
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## Citation Information
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
@inproceedings{collier-kim-2004-introduction,
|
| 29 |
+
title = "Introduction to the Bio-entity Recognition Task at {JNLPBA}",
|
| 30 |
+
author = "Collier, Nigel and Kim, Jin-Dong",
|
| 31 |
+
booktitle = "Proceedings of the International Joint Workshop
|
| 32 |
+
on Natural Language Processing in Biomedicine and its Applications
|
| 33 |
+
({NLPBA}/{B}io{NLP})",
|
| 34 |
+
month = aug # " 28th and 29th", year = "2004",
|
| 35 |
+
address = "Geneva, Switzerland",
|
| 36 |
+
publisher = "COLING",
|
| 37 |
+
url = "https://aclanthology.org/W04-1213",
|
| 38 |
+
pages = "73--78",
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
```
|