csqa-sparqltotext / README.md
glecorve's picture
Upload dataset
04099b1 verified
|
raw
history blame
2.27 kB
metadata
license: cc-by-sa-4.0
dataset_info:
  features:
    - name: id
      dtype: string
    - name: turns
      list:
        - name: id
          dtype: int64
        - name: ques_type_id
          dtype: int64
        - name: question-type
          dtype: string
        - name: description
          dtype: string
        - name: entities_in_utterance
          list: string
        - name: relations
          list: string
        - name: type_list
          list: string
        - name: speaker
          dtype: string
        - name: utterance
          dtype: string
        - name: all_entities
          list: string
        - name: active_set
          list: string
        - name: sec_ques_sub_type
          dtype: int64
        - name: sec_ques_type
          dtype: int64
        - name: set_op_choice
          dtype: int64
        - name: is_inc
          dtype: int64
        - name: count_ques_sub_type
          dtype: int64
        - name: count_ques_type
          dtype: int64
        - name: is_incomplete
          dtype: int64
        - name: inc_ques_type
          dtype: int64
        - name: set_op
          dtype: int64
        - name: bool_ques_type
          dtype: int64
        - name: entities
          list: string
        - name: clarification_step
          dtype: int64
        - name: gold_actions
          list:
            list: string
        - name: is_spurious
          dtype: bool
        - name: masked_verbalized_answer
          dtype: string
        - name: parsed_active_set
          list: string
        - name: sparql_query
          dtype: string
        - name: verbalized_all_entities
          list: string
        - name: verbalized_answer
          dtype: string
        - name: verbalized_entities_in_utterance
          list: string
        - name: verbalized_gold_actions
          list:
            list: string
        - name: verbalized_parsed_active_set
          list: string
        - name: verbalized_sparql_query
          dtype: string
        - name: verbalized_triple
          dtype: string
        - name: verbalized_type_list
          list: string
  splits:
    - name: train
      num_bytes: 6815016095
      num_examples: 152391
    - name: test
      num_bytes: 1007873839
      num_examples: 27797
    - name: validation
      num_bytes: 692344634
      num_examples: 16813
  download_size: 2406342185
  dataset_size: 8515234568
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*