File size: 1,311 Bytes
9cb0950 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
dataset_info:
features:
- name: cached_original_claim_url
dtype: string
- name: speaker
dtype: string
- name: required_reannotation
dtype: bool
- name: reporting_source
dtype: string
- name: label
dtype: string
- name: claim_types
sequence: string
- name: fact_checking_article
dtype: string
- name: fact_checking_strategies
sequence: string
- name: claim
dtype: string
- name: justification
dtype: string
- name: location_ISO_code
dtype: string
- name: original_claim_url
dtype: string
- name: questions
list:
- name: answers
list:
- name: answer
dtype: string
- name: answer_type
dtype: string
- name: boolean_explanation
dtype: string
- name: cached_source_url
dtype: string
- name: source_medium
dtype: string
- name: source_url
dtype: string
- name: question
dtype: string
- name: claim_date
dtype: string
splits:
- name: train
num_bytes: 6038474
num_examples: 3068
- name: dev
num_bytes: 1087211
num_examples: 500
download_size: 3363933
dataset_size: 7125685
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
---
|