agent-diff-bench / README.md
hubertmarek's picture
Upload dataset
0132e18 verified
|
raw
history blame
825 Bytes
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: test_id
      dtype: string
    - name: test_name
      dtype: string
    - name: service
      dtype: string
    - name: task_horizon
      dtype: int64
    - name: operation_type
      dtype: string
    - name: entity_scope
      dtype: string
    - name: information_availability
      dtype: string
    - name: prompt_ambiguity
      dtype: string
    - name: info
      dtype: string
  splits:
    - name: train
      num_bytes: 256049
      num_examples: 179
    - name: test
      num_bytes: 74705
      num_examples: 45
  download_size: 124036
  dataset_size: 330754