Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #637 #735

Merged
merged 14 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions bigbio/hub/hub_repos/ppr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

---
language:
- en
bigbio_language:
- English
license: unknown
multilinguality: monolingual
bigbio_license_shortname: UNKNOWN
pretty_name: PPR
homepage: https://github.com/DMCB-GIST/PPRcorpus
bigbio_pubmed: True
bigbio_public: True
bigbio_tasks:
- NAMED_ENTITY_RECOGNITION
- RELATION_EXTRACTION
---


# Dataset Card for PPR

## Dataset Description

- **Homepage:** https://github.com/DMCB-GIST/PPRcorpus
- **Pubmed:** True
- **Public:** True
- **Tasks:** NER,RE

The Plant-Phenotype corpus is a text corpus with human annotations of plants, phenotypes, and their relations on a corpus in 600 PubMed abstracts.

## Citation Information

```
@article{cho2022plant,
author = {Cho, Hyejin and Kim, Baeksoo and Choi, Wonjun and Lee, Doheon and Lee, Hyunju},
title = {Plant phenotype relationship corpus for biomedical relationships between plants and phenotypes},
journal = {Scientific Data},
volume = {9},
year = {2022},
publisher = {Nature Publishing Group},
doi = {https://doi.org/10.1038/s41597-022-01350-1},
}
```
Loading