HaluEval / README.md
shunk031's picture
Upload dataset
5cb4bf1 verified
metadata
dataset_info:
  - config_name: dialogue
    features:
      - name: knowledge
        dtype: string
      - name: dialogue_history
        dtype: string
      - name: right_response
        dtype: string
      - name: hallucinated_response
        dtype: string
    splits:
      - name: train
        num_bytes: 6212598
        num_examples: 10000
    download_size: 3434685
    dataset_size: 6212598
  - config_name: general
    features:
      - name: ID
        dtype: string
      - name: user_query
        dtype: string
      - name: chatgpt_response
        dtype: string
      - name: hallucination
        dtype:
          class_label:
            names:
              '0': 'no'
              '1': 'yes'
      - name: hallucination_spans
        sequence: string
    splits:
      - name: train
        num_bytes: 2914097
        num_examples: 4507
    download_size: 1812955
    dataset_size: 2914097
  - config_name: qa
    features:
      - name: knowledge
        dtype: string
      - name: question
        dtype: string
      - name: right_answer
        dtype: string
      - name: hallucinated_answer
        dtype: string
    splits:
      - name: train
        num_bytes: 5486422
        num_examples: 10000
    download_size: 3737563
    dataset_size: 5486422
  - config_name: summarization
    features:
      - name: document
        dtype: string
      - name: right_summary
        dtype: string
      - name: hallucinated_summary
        dtype: string
    splits:
      - name: train
        num_bytes: 46408787
        num_examples: 10000
    download_size: 27936690
    dataset_size: 46408787
configs:
  - config_name: dialogue
    data_files:
      - split: train
        path: dialogue/train-*
  - config_name: general
    data_files:
      - split: train
        path: general/train-*
  - config_name: qa
    data_files:
      - split: train
        path: qa/train-*
  - config_name: summarization
    data_files:
      - split: train
        path: summarization/train-*