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 #59 - Add CEI dataset #530

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
44 changes: 44 additions & 0 deletions bigbio/hub/hub_repos/cei/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
language:
- en
bigbio_language:
- English
multilinguality: monolingual
pretty_name: CEI
homepage: https://github.com/sb895/chemical-exposure-information-corpus
bigbio_pubmed: true
bigbio_public: true
bigbio_tasks:
- TXTCLASS
---


# Dataset Card for Chemical Exposure Information (CEI) Corpus

## Dataset Description

- **Homepage:** https://github.com/sb895/chemical-exposure-information-corpus
- **Pubmed:** True
- **Public:** True
- **Tasks:** TXTCLASS

The Chemical Exposure Information (CEI) Corpus consists of 3661 PubMed publication abstracts manually annotated by
experts according to a taxonomy. The taxonomy consists of 32 classes in a hierarchy. Zero or more class labels are
assigned to each sentence in the corpus.

## Citation Information

```
@article{,
author = {Larsson, Kristin and Baker, Simon and Silins, Ilona and Guo, Yufan and Stenius, Ulla and Korhonen, \
Anna and Berglund, Marika},
title = {Text mining for improved exposure assessment},
journal = {PloS one},
volume = {12},
year = {2017},
url = {https://doi.org/10.1371/journal.pone.0173132},
doi = {10.1371/journal.pone.0173132},
biburl = {https://journals.plos.org/plosone/article/citation/bibtex?id=10.1371/journal.pone.0173132},
bibsource = {PloS one}
}
```
Loading