File size: 1,527 Bytes
bbe2276 266d8cd bbe2276 3256939 266d8cd bbe2276 266d8cd bbe2276 12192d7 bbe2276 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
language:
- en
bigbio_language:
- English
license: unknown
multilinguality: monolingual
bigbio_license_shortname: UNKNOWN
pretty_name: HPRD50
homepage:
bigbio_pubmed: True
bigbio_public: True
bigbio_tasks:
- RELATION_EXTRACTION
- NAMED_ENTITY_RECOGNITION
---
# Dataset Card for HPRD50
## Dataset Description
- **Homepage:**
- **Pubmed:** True
- **Public:** True
- **Tasks:** RE,NER
HPRD50 is a dataset of randomly selected, hand-annotated abstracts of biomedical papers
referenced by the Human Protein Reference Database (HPRD). It is parsed in XML format,
splitting each abstract into sentences, and in each sentence there may be entities and
interactions between those entities. In this particular dataset, entities are all
proteins and interactions are thus protein-protein interactions.
Moreover, all entities are normalized to the HPRD database. These normalized terms are
stored in each entity's 'type' attribute in the source XML. This means the dataset can
determine e.g. that "Janus kinase 2" and "Jak2" are referencing the same normalized
entity.
Because the dataset contains entities and relations, it is suitable for Named Entity
Recognition and Relation Extraction.
## Citation Information
```
@article{fundel2007relex,
title={RelEx—Relation extraction using dependency parse trees},
author={Fundel, Katrin and K{"u}ffner, Robert and Zimmer, Ralf},
journal={Bioinformatics},
volume={23},
number={3},
pages={365--371},
year={2007},
publisher={Oxford University Press}
}
```
|