Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
ctkfacts_nli / README.md
KennethEnevoldsen's picture
Convert dataset to Parquet
0faf63d verified
|
raw
history blame
1.22 kB
metadata
dataset_info:
  features:
    - name: id
      dtype: int32
    - name: label
      dtype:
        class_label:
          names:
            '0': REFUTES
            '1': NOT ENOUGH INFO
            '2': SUPPORTS
    - name: evidence
      dtype: string
    - name: claim
      dtype: string
  splits:
    - name: train
      num_bytes: 2109934
      num_examples: 3626
    - name: validation
      num_bytes: 242251
      num_examples: 482
    - name: test
      num_bytes: 285028
      num_examples: 558
  download_size: 963565
  dataset_size: 2637213
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

CTKFacts dataset for Natural Language Inference

Czech Natural Language Inference dataset of ~3K evidence-claim pairs labelled with SUPPORTS, REFUTES or NOT ENOUGH INFO veracity labels. Extracted from a round of fact-checking experiments concluded and described within the CsFEVER and CTKFacts: Czech Datasets for Fact Verification paper currently being revised for publication in LREV journal.

Document retrieval version

Can be found at https://huggingface.co/datasets/ctu-aic/ctkfacts