popQA_text_data / README.md
Zektzerite's picture
Upload dataset
d8561aa verified
|
Raw
History Blame Contribute Delete
1.12 kB
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: popularity
      dtype: int64
    - name: all_label
      sequence: string
    - name: memory_answer
      dtype: string
    - name: parametric_memory
      dtype: string
    - name: counter_answer
      dtype: string
    - name: counter_memory
      dtype: string
    - name: parametric_memory_aligned_evidence
      dtype: string
    - name: counter_memory_aligned_evidence
      dtype: string
    - name: ground_truth
      dtype: string
    - name: correct_answer
      dtype: int64
    - name: sub
      dtype: string
    - name: rel
      dtype: string
    - name: LLM_reasoning_path
      dtype: string
    - name: counter_reasoning_path
      dtype: string
  splits:
    - name: train
      num_bytes: 22996290
      num_examples: 5758
    - name: test
      num_bytes: 2870055
      num_examples: 720
    - name: validation
      num_bytes: 2874514
      num_examples: 720
  download_size: 14492137
  dataset_size: 28740859
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*