gabrielaltay
commited on
Commit
•
ad118c2
1
Parent(s):
388f8b9
upload hub_repos/chebi_nactem/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc-by-4.0
|
6 |
+
license_bigbio_shortname: CC_BY_4p0
|
7 |
+
pretty_name: CHEBI Corpus
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for CHEBI Corpus
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://www.nactem.ac.uk/chebi
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Relation Extraction
|
19 |
+
|
20 |
+
|
21 |
+
The ChEBI corpus contains 199 annotated abstracts and 100 annotated full papers.
|
22 |
+
All documents in the corpus have been annotated for named entities and relations
|
23 |
+
between these. In total, our corpus provides over 15000 named entity annotations
|
24 |
+
and over 6,000 relations between entities.
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
## Citation Information
|
29 |
+
|
30 |
+
```
|
31 |
+
@inproceedings{Shardlow2018,
|
32 |
+
title = {
|
33 |
+
A New Corpus to Support Text Mining for the Curation of Metabolites in the
|
34 |
+
{ChEBI} Database
|
35 |
+
},
|
36 |
+
author = {
|
37 |
+
Shardlow, M J and Nguyen, N and Owen, G and O'Donovan, C and Leach, A and
|
38 |
+
McNaught, J and Turner, S and Ananiadou, S
|
39 |
+
},
|
40 |
+
year = 2018,
|
41 |
+
month = may,
|
42 |
+
booktitle = {
|
43 |
+
Proceedings of the Eleventh International Conference on Language Resources
|
44 |
+
and Evaluation ({LREC} 2018)
|
45 |
+
},
|
46 |
+
location = {Miyazaki, Japan},
|
47 |
+
pages = {280--285},
|
48 |
+
conference = {
|
49 |
+
Eleventh International Conference on Language Resources and Evaluation
|
50 |
+
(LREC 2018)
|
51 |
+
},
|
52 |
+
language = {en}
|
53 |
+
}
|
54 |
+
|
55 |
+
```
|