averitec / README.md
pminervini's picture
Upload dataset
9cb0950
metadata
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-*