scifact-corpus / README.md
nli33's picture
Update README.md
c61a740 verified
|
Raw
History Blame Contribute Delete
1.03 kB
metadata
pretty_name: SciFact Corpus
language:
  - en
license: apache-2.0
task_categories:
  - retrieval
  - text-retrieval
task_ids:
  - document-retrieval
size_categories:
  - 1K<n<10K
dataset_info:
  features:
    - name: docid
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 7889449
      num_examples: 5183
  download_size: 2595072
  dataset_size: 7889449
configs:
  - config_name: default
    data_files:
      - split: train
        path: corpus.jsonl.gz
citation: |
  @inproceedings{Wadden2020FactOF,
    title={Fact or Fiction: Verifying Scientific Claims},
    author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},
    booktitle={EMNLP},
    year={2020},
  }

SciFact Corpus

Scientific document retrieval corpus from the SciFact dataset.

Features

  • docid: document identifier
  • title: document title
  • text: document contents