SciRIFF / card.md
David Wadden
Progress on card.
b825ec1
|
raw
history blame
19.2 kB

SciRIFF

The SciRIFF dataset includes 137K instruction-following demonstrations for 54 scientific literature understanding tasks. The tasks cover five essential scientific literature categories and span five domains. The dataset is described in our paper SciRIFF: A Resource to Enhance Language Model Instruction-Following over Scientific Literature.

There are three dataset configurations with different max context lengths: 4096, 8192, and 16384. All experiments in the paper are performed with the 4096 context window. You can load the dataset like:

import datasets
ds = datasets.load_dataset("allenai/SciRIFF", "4096")

Dataset details

Each instance in SciRIFF has the following fields:

  • input: Task input (i.e. user message).
  • output: Task output (i.e. expected model response).
  • _instance_id: A unique id for the instance, formatted like {task_name}:{split}:{instance_id}. For instance, qasa_abstractive_qa:test:182.
  • metadata: Metadata on the task that this particular demonstration is an instance of. More information on the schema for task metadata can be found in the SciRIFF GitHub repo.
    • domains: Scientific field(s) that the task covers. Options include: clinical_medicine, biomedicine, chemistry, artificial_intelligence, materials_science, and misc.
    • input_context: Whether the input is a paragraph, full text, etc. Options include: sentence, paragraph, multiple_paragraphs (including full paper text), and structured (e.g. code for a LaTex table).
    • source_type: Indicates whether the input comes from a single paper or multiple. Options include single_source, multiple_source.
    • output_context: Options include: label, sentence, paragraph, multiple_paragraphs, json, jsonlines.
    • task_family: The category to which this task belongs. Options include summarization, ie, qa, entailment, and classification. Some categories have sub-categories which are largely self-explanatory; see the repo for more information.

License

SciRIFF is licensed under ODC-By.

Task provenance

SciRIFF was created by repurposing existing scientific literature understanding datasets. Below we provide information on the source data for each SciRIFF task, including license information on individual datasets where available. Where possible, we leveraged the excellent BigBIO collection as a starting point, rather than reprocessing datasets from scratch. In the table below, we include the name of the BigBio subset for all tasks included in BigBio; these can be loaded like datasets.load_dataset(bigbio/{bigbio_subset}).

SciRIFF Name Paper Link License Website / Download Link BigBio Subset
acl_arc_intent_classification ACL ARC - https://github.com/allenai/scicite/
anat_em_ner AnatEM CC BY https://nactem.ac.uk/anatomytagger/#AnatEM
annotated_materials_syntheses_events Materials Science Procedural Text Corpus MIT https://github.com/olivettigroup/annotated-materials-syntheses
bc7_litcovid_topic_classification BioCreative VII LitCOVID - https://biocreative.bioinformatics.udel.edu/tasks/biocreative-vii/track-5/
bioasq_{factoid,general,list,yesno}_qa BioASQ CC BY http://bioasq.org/
biored_ner BioRED - https://ftp.ncbi.nlm.nih.gov/pub/lu/BioRED/
cdr_ner BioCreative V CDR - https://biocreative.bioinformatics.udel.edu/tasks/biocreative-v/track-3-cdr/
chemdner_ner CHEMDNER - https://biocreative.bioinformatics.udel.edu/resources/biocreative-iv/chemdner-corpus/
chemprot_{ner,re} BioCreative VI ChemProt - https://biocreative.bioinformatics.udel.edu/news/corpora/chemprot-corpus-biocreative-vi/
chemsum_single_document_summarization ChemSum - https://github.com/griff4692/calibrating-summaries
chemtables_te ChemTables GPL 3.0 https://huggingface.co/datasets/fbaigt/schema-to-json
chia_ner Chia CC BY https://github.com/WengLab-InformaticsResearch/CHIA
covid_deepset_qa COVID-QA Apache 2.0 https://github.com/deepset-ai/COVID-QA
covidfact_entailment CovidFact - https://github.com/asaakyan/covidfact
craftchem_ner CRAFT-Chem - https://huggingface.co/datasets/ghadeermobasher/CRAFT-Chem
data_reco_mcq_{mc,sc} DataFinder Apache 2.0 https://github.com/viswavi/datafinder/tree/main
ddi_ner DDI CC BY https://github.com/isegura/DDICorpus
discomat_te DISCoMaT CC BY-SA https://github.com/M3RG-IITD/DiSCoMaT
drug_combo_extraction_re Drug Combinations - https://github.com/allenai/drug-combo-extraction
evidence_inference Evidence inference MIT https://evidence-inference.ebm-nlp.com/
genia_ner JNLPBA CC BY https://github.com/spyysalo/jnlpba
gnormplus_ner GNormPlus - https://www.ncbi.nlm.nih.gov/research/bionlp/Tools/gnormplus/
healthver_entailment HealthVer nan https://github.com/sarrouti/healthver
linnaeus_ner LINNAEUS CC BY https://sourceforge.net/projects/linnaeus/
medmentions_ner MedMentions CC 0 https://github.com/chanzuckerberg/MedMentions
mltables_te AxCell Apache 2.0 https://github.com/paperswithcode/axcell
mslr2022_cochrane_multidoc_summarization Cochrane Apache 2.0 https://github.com/allenai/mslr-shared-task
mslr2022_ms2_multidoc_summarization MS^2 Apache 2.0 https://github.com/allenai/mslr-shared-task
multicite_intent_classification MultiCite CC BY-NC https://github.com/allenai/multicite
multixscience_multidoc_summarization Multi-XScience MIT https://github.com/yaolu/Multi-XScience
mup_single_document_summarization MUP Apache 2.0 https://github.com/allenai/mup
ncbi_ner NCBI Disease CC 0 https://www.ncbi.nlm.nih.gov/CBBresearch/Dogan/DISEASE/
nlmchem_ner NLM-Chem CC 0 https://ftp.ncbi.nlm.nih.gov/pub/lu/BC7-NLM-Chem-track/
nlmgene_ner NLM-Gene CC 0 https://ftp.ncbi.nlm.nih.gov/pub/lu/NLMGene/
pico_ner EBM-NLP PICO - https://github.com/bepnye/EBM-NLP
pubmedqa_qa PubMedQA MIT https://github.com/pubmedqa/pubmedqa
qasa_abstractive_qa QASA MIT https://github.com/lgresearch/QASA
qasper_{abstractive,extractive}_qa Qasper CC BY https://allenai.org/data/qasper
scicite_classification SciCite - https://allenai.org/data/scicite
scientific_lay_summarisation_
{elife,plos}_single_doc_summ
Lay Summarisation - https://github.com/TGoldsack1/Corpora_for_Lay_Summarisation
scientific_papers_summarization_
single_doc_{arxiv,pubmed}
Scientific Papers - https://huggingface.co/datasets/armanc/scientific_papers
scierc_{ner,re} SciERC - http://nlp.cs.washington.edu/sciIE/
scifact_entailment SciFact CC BY-NC https://allenai.org/data/scifact
scireviewgen_multidoc_summarization SciReviewGen CC BY-NC https://github.com/tetsu9923/SciReviewGen
scitldr_aic SciTLDR Apache 2.0 https://github.com/allenai/scitldr