Commit
·
cedba4f
1
Parent(s):
1fd99fa
upload hub_repos/iepa/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: IEPA
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for IEPA
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://psb.stanford.edu/psb-online/proceedings/psb02/abstracts/p326.html
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Relation Extraction
|
19 |
+
|
20 |
+
|
21 |
+
The IEPA benchmark PPI corpus is designed for relation extraction. It was created from 303 PubMed abstracts, each of which contains a specific pair of co-occurring chemicals.
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## Citation Information
|
26 |
+
|
27 |
+
```
|
28 |
+
@ARTICLE{ding2001mining,
|
29 |
+
title = "Mining {MEDLINE}: abstracts, sentences, or phrases?",
|
30 |
+
author = "Ding, J and Berleant, D and Nettleton, D and Wurtele, E",
|
31 |
+
journal = "Pac Symp Biocomput",
|
32 |
+
pages = "326--337",
|
33 |
+
year = 2002,
|
34 |
+
address = "United States",
|
35 |
+
language = "en"
|
36 |
+
}
|
37 |
+
|
38 |
+
```
|