Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
laborbench / README.md
ehariri's picture
Upload dataset
26f8d7b verified
|
raw
history blame
1.4 kB
metadata
license: mit
dataset_info:
  - config_name: ui_qas
    features:
      - name: idx
        dtype: int64
      - name: table_id
        dtype: string
      - name: column_num
        dtype: int64
      - name: column_name
        dtype: string
      - name: column_dtype
        dtype: string
      - name: jurisdiction
        dtype: string
      - name: jur_abb
        dtype: string
      - name: question_context
        dtype: string
      - name: question
        dtype: string
      - name: answer
        dtype: string
    splits:
      - name: train
        num_bytes: 7451560
        num_examples: 3700
    download_size: 218717
    dataset_size: 7451560
  - config_name: ui_qas_bool_supp
    features:
      - name: index
        dtype: int64
      - name: idx
        dtype: int64
      - name: table_id
        dtype: string
      - name: column_num
        dtype: int64
      - name: column_name
        dtype: string
      - name: column_dtype
        dtype: string
      - name: jurisdiction
        dtype: string
      - name: jur_abb
        dtype: string
      - name: question_context
        dtype: string
      - name: question
        dtype: string
      - name: answer
        dtype: bool
    splits:
      - name: train
        num_bytes: 6442222
        num_examples: 3015
    download_size: 178156
    dataset_size: 6442222
configs:
  - config_name: ui_qas
    data_files:
      - split: train
        path: ui_qas/train-*
  - config_name: ui_qas_bool_supp
    data_files:
      - split: train
        path: ui_qas_bool_supp/train-*