File size: 1,338 Bytes
6a35550 aa1c406 f81632a 6a35550 f81632a 6a35550 f81632a 6a35550 f81632a 6a35550 f81632a 6a35550 f81632a 6a35550 0c42b72 6a35550 aa1c406 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
language:
- ko
license:
- cc-by-4.0
pretty_name: QUAREL
dataset_info:
features:
- name: data_index_by_user
dtype: int32
- name: id
dtype: string
- name: answer_index
dtype: int32
- name: logical_forms
sequence: string
- name: logical_form_pretty
dtype: string
- name: world_literals
struct:
- name: world1
sequence: string
- name: world2
sequence: string
- name: question
dtype: string
splits:
- name: train
num_bytes: 1191886
num_examples: 1941
- name: validation
num_bytes: 171905
num_examples: 278
- name: test
num_bytes: 342838
num_examples: 552
download_size: 615579
dataset_size: 1706629
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
# Dataset Card for Quarel
## Licensing Information
The data is distributed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
## Source Data Citation INformation
```
@inproceedings{quarel_v1,
title={QuaRel: A Dataset and Models for Answering Questions about Qualitative Relationships},
author={Oyvind Tafjord, Peter Clark, Matt Gardner, Wen-tau Yih, Ashish Sabharwal},
year={2018},
journal={arXiv:1805.05377v1}
}
``` |