BLURB / README.md
Dr. Jorge Abreu Vicente
pasted extra information
78e2cf4
|
raw
history blame
14.9 kB
---
license: apache-2.0
annotations_creators:
- expert-generated
language_creators:
- expert-generated
languages:
- en
licenses:
- unknown
multilinguality:
- monolingual
paperswithcode_id: null
pretty_name: BLURB (Biomedical Language Understanding and Reasoning Benchmark.)
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- structure-prediction
- question-answering
- text-scoring
- text-classification
task_ids:
- named-entity-recognition
- parsing
- closed-domain-qa
- semantic-similarity-scoring
- text-scoring-other-sentence-similrity
- topic-classification---
---
# Dataset Card for BLURB
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage: https://microsoft.github.io/BLURB/index.html**
- **Repository:**
- **Paper: https://arxiv.org/pdf/2007.15779.pdf**
- **Leaderboard: https://microsoft.github.io/BLURB/leaderboard.html**
- **Point of Contact:**
### Dataset Summary
BLURB is a collection of resources for biomedical natural language processing. In general domains, such as newswire and the Web, comprehensive benchmarks and leaderboards such as GLUE have greatly accelerated progress in open-domain NLP. In biomedicine, however, such resources are ostensibly scarce. In the past, there have been a plethora of shared tasks in biomedical NLP, such as BioCreative, BioNLP Shared Tasks, SemEval, and BioASQ, to name just a few. These efforts have played a significant role in fueling interest and progress by the research community, but they typically focus on individual tasks. The advent of neural language models, such as BERT provides a unifying foundation to leverage transfer learning from unlabeled text to support a wide range of NLP applications. To accelerate progress in biomedical pretraining strategies and task-specific methods, it is thus imperative to create a broad-coverage benchmark encompassing diverse biomedical tasks.
Inspired by prior efforts toward this direction (e.g., BLUE), we have created BLURB (short for Biomedical Language Understanding and Reasoning Benchmark). BLURB comprises of a comprehensive benchmark for PubMed-based biomedical NLP applications, as well as a leaderboard for tracking progress by the community. BLURB includes thirteen publicly available datasets in six diverse tasks. To avoid placing undue emphasis on tasks with many available datasets, such as named entity recognition (NER), BLURB reports the macro average across all tasks as the main score. The BLURB leaderboard is model-agnostic. Any system capable of producing the test predictions using the same training and development data can participate. The main goal of BLURB is to lower the entry barrier in biomedical NLP and help accelerate progress in this vitally important field for positive societal and human impact.
### Supported Tasks and Leaderboards
| **Dataset** | **Task** | **Train** | **Dev** | **Test** | **Evaluation Metrics** | **Added** |
|:------------:|:-----------------------:|:---------:|:-------:|:--------:|:----------------------:|-----------|
| BC5-chem | NER | 5203 | 5347 | 5385 | F1 entity-level | Yes |
| BC5-disease | NER | 4182 | 4244 | 4424 | F1 entity-level | Yes |
| NCBI-disease | NER | 5134 | 787 | 960 | F1 entity-level | Yes |
| BC2GM | NER | 15197 | 3061 | 6325 | F1 entity-level | Yes |
| JNLPBA | NER | 46750 | 4551 | 8662 | F1 entity-level | Yes |
| EBM PICO | PICO | 339167 | 85321 | 16364 | Macro F1 word-level | No |
| ChemProt | Relation Extraction | 18035 | 11268 | 15745 | Micro F1 | No |
| DDI | Relation Extraction | 25296 | 2496 | 5716 | Micro F1 | No |
| GAD | Relation Extraction | 4261 | 535 | 534 | Micro F1 | No |
| BIOSSES | Sentence Similarity | 64 | 16 | 20 | Pearson | No |
| HoC | Document Classification | 1295 | 186 | 371 | Average Micro F1 | No |
| PubMedQA | Question Answering | 450 | 50 | 500 | Accuracy | No |
| BioASQ | Question Answering | 670 | 75 | 140 | Accuracy | No |
Datasets used in the BLURB biomedical NLP benchmark. The Train, Dev, and test splits might not be exactly identical to those proposed in BLURB.
This is something to be checked.
### Languages
English from biomedical texts
## Dataset Structure
### Data Instances
* **NER**
```json
{
'id': 0,
'tokens': [ "DPP6", "as", "a", "candidate", "gene", "for", "neuroleptic", "-", "induced", "tardive", "dyskinesia", "." ]
'ner_tags': [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
}
```
* **PICO**
```json
{
'TBD'
}
```
* **Relation Extraction**
```json
{
'TBD'
}
```
* **Sentence Similarity**
```json
{
'TBD'
}
```
* **Document Classification**
```json
{
'TBD'
}
```
* **Question Answering**
```json
{
'TBD'
}
```
### Data Fields
* **NER**
* id, ner_tags, tokens
* **PICO**
* To be added
* **Relation Extraction**
* To be added
* **Sentence Similarity**
* To be added
* **Document Classification**
* To be added
* **Question Answering**
* To be added
### Data Splits
Shown in the table of supported tasks.
## Dataset Creation
### Curation Rationale
All the datasets have been obtained and annotated by experts in the biomedical domain. Check the different citations for further details.
### Source Data
All the datasets have been obtained and annotated by experts in the biomedical domain. Check the different citations for further details.
[More Information Needed]
### Annotations
All the datasets have been obtained and annotated by experts in the biomedical domain. Check the different citations for further details.
## Additional Information
### Dataset Curators
All the datasets have been obtained and annotated by experts in thebiomedical domain. Check the different citations for further details.
### Licensing Information
To be checked in the different datasets.
### Citation Information
```json
{
"blurb": """\
@article{2022,
title={Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing},
volume={3},
ISSN={2637-8051},
url={http://dx.doi.org/10.1145/3458754},
DOI={10.1145/3458754},
number={1},
journal={ACM Transactions on Computing for Healthcare},
publisher={Association for Computing Machinery (ACM)},
author={Gu, Yu and Tinn, Robert and Cheng, Hao and Lucas, Michael and Usuyama, Naoto and Liu, Xiaodong and Naumann, Tristan and Gao, Jianfeng and Poon, Hoifung},
year={2022},
month={Jan},
pages={1–23}
}
""",
"BC5CDR-chem-IOB": """@article{article,
author = {Li, Jiao and Sun, Yueping and Johnson, Robin and Sciaky, Daniela and Wei, Chih-Hsuan and Leaman, Robert and Davis, Allan Peter and Mattingly, Carolyn and Wiegers, Thomas and lu, Zhiyong},
year = {2016},
month = {05},
pages = {baw068},
title = {BioCreative V CDR task corpus: a resource for chemical disease relation extraction},
volume = {2016},
journal = {Database},
doi = {10.1093/database/baw068}
}""",
"BC5CDR-disease-IOB":"""@article{article,
author = {Li, Jiao and Sun, Yueping and Johnson, Robin and Sciaky, Daniela and Wei, Chih-Hsuan and Leaman, Robert and Davis, Allan Peter and Mattingly, Carolyn and Wiegers, Thomas and lu, Zhiyong},
year = {2016},
month = {05},
pages = {baw068},
title = {BioCreative V CDR task corpus: a resource for chemical disease relation extraction},
volume = {2016},
journal = {Database},
doi = {10.1093/database/baw068}
}""",
"BC2GM-IOB":"""@article{article,
author = {Smith, Larry and Tanabe, Lorraine and Ando, Rie and Kuo, Cheng-Ju and Chung, I-Fang and Hsu, Chun-Nan and Lin, Yu-Shi and Klinger, Roman and Friedrich, Christoph and Ganchev, Kuzman and Torii, Manabu and Liu, Hongfang and Haddow, Barry and Struble, Craig and Povinelli, Richard and Vlachos, Andreas and Baumgartner Jr, William and Hunter, Lawrence and Carpenter, Bob and Wilbur, W.},
year = {2008},
month = {09},
pages = {S2},
title = {Overview of BioCreative II gene mention recognition},
volume = {9 Suppl 2},
journal = {Genome biology},
doi = {10.1186/gb-2008-9-s2-s2}
}""",
"NCBI-disease-IOB":"""@article{10.5555/2772763.2772800,
author = {Dogan, Rezarta Islamaj and Leaman, Robert and Lu, Zhiyong},
title = {NCBI Disease Corpus},
year = {2014},
issue_date = {February 2014},
publisher = {Elsevier Science},
address = {San Diego, CA, USA},
volume = {47},
number = {C},
issn = {1532-0464},
abstract = {Graphical abstractDisplay Omitted NCBI disease corpus is built as a gold-standard resource for disease recognition.793 PubMed abstracts are annotated with disease mentions and concepts (MeSH/OMIM).14 Annotators produced high consistency level and inter-annotator agreement.Normalization benchmark results demonstrate the utility of the corpus.The corpus is publicly available to the community. Information encoded in natural language in biomedical literature publications is only useful if efficient and reliable ways of accessing and analyzing that information are available. Natural language processing and text mining tools are therefore essential for extracting valuable information, however, the development of powerful, highly effective tools to automatically detect central biomedical concepts such as diseases is conditional on the availability of annotated corpora.This paper presents the disease name and concept annotations of the NCBI disease corpus, a collection of 793 PubMed abstracts fully annotated at the mention and concept level to serve as a research resource for the biomedical natural language processing community. Each PubMed abstract was manually annotated by two annotators with disease mentions and their corresponding concepts in Medical Subject Headings (MeSH ) or Online Mendelian Inheritance in Man (OMIM ). Manual curation was performed using PubTator, which allowed the use of pre-annotations as a pre-step to manual annotations. Fourteen annotators were randomly paired and differing annotations were discussed for reaching a consensus in two annotation phases. In this setting, a high inter-annotator agreement was observed. Finally, all results were checked against annotations of the rest of the corpus to assure corpus-wide consistency.The public release of the NCBI disease corpus contains 6892 disease mentions, which are mapped to 790 unique disease concepts. Of these, 88% link to a MeSH identifier, while the rest contain an OMIM identifier. We were able to link 91% of the mentions to a single disease concept, while the rest are described as a combination of concepts. In order to help researchers use the corpus to design and test disease identification methods, we have prepared the corpus as training, testing and development sets. To demonstrate its utility, we conducted a benchmarking experiment where we compared three different knowledge-based disease normalization methods with a best performance in F-measure of 63.7%. These results show that the NCBI disease corpus has the potential to significantly improve the state-of-the-art in disease name recognition and normalization research, by providing a high-quality gold standard thus enabling the development of machine-learning based approaches for such tasks.The NCBI disease corpus, guidelines and other associated resources are available at: http://www.ncbi.nlm.nih.gov/CBBresearch/Dogan/DISEASE/.},
journal = {J. of Biomedical Informatics},
month = {feb},
pages = {1–10},
numpages = {10}}""",
"JNLPBA":"""@inproceedings{collier-kim-2004-introduction,
title = "Introduction to the Bio-entity Recognition Task at {JNLPBA}",
author = "Collier, Nigel and
Kim, Jin-Dong",
booktitle = "Proceedings of the International Joint Workshop on Natural Language Processing in Biomedicine and its Applications ({NLPBA}/{B}io{NLP})",
month = aug # " 28th and 29th",
year = "2004",
address = "Geneva, Switzerland",
publisher = "COLING",
url = "https://aclanthology.org/W04-1213",
pages = "73--78",
}""",
}
```
### Contributions
This dataset has been uploaded and generated by Dr. Jorge Abreu Vicente.
Thanks to [@GamalC](https://github.com/GamalC) for uploading the NER datasets to GitHub, from where I got them.
I am not part of the team that generated BLURB. This dataset is intended to help researchers to usethe BLURB benchmarking for NLP in Biomedical NLP.