File size: 1,180 Bytes
879b347 e435f4c 879b347 e435f4c 879b347 a2f3d02 879b347 e435f4c 879b347 a2f3d02 879b347 ed90f02 bbb9fde | 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 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: question_id
dtype: int64
- name: comment
dtype: string
- name: stance_label
dtype: string
- name: author
dtype: string
- name: label
dtype: int64
- name: topic
dtype: string
- name: language
dtype: string
- name: question_en
dtype: string
- name: question_de
dtype: string
- name: question_fr
dtype: string
- name: question_it
dtype: string
splits:
- name: train
num_bytes: 37265285
num_examples: 45640
- name: validation
num_bytes: 3144692
num_examples: 3926
- name: test
num_bytes: 13762384
num_examples: 17705
download_size: 8492026
dataset_size: 54172361
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
Data cloned from https://huggingface.co/datasets/ZurichNLP/x_stance, where you will find more information.
One exception is that the `label` column is now a numerical value with a fixed mapping to the `stance_label` column, and the `numerical_label` column is dropped.
|