File size: 1,158 Bytes
51c3b58 3732994 51c3b58 3732994 51c3b58 09e1e80 766d018 09e1e80 |
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 |
---
dataset_info:
features:
- name: Utterance
dtype: string
- name: politeness
dtype: float64
- name: language
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 4954742
num_examples: 18238
- name: validation
num_bytes: 619659
num_examples: 2280
- name: test
num_bytes: 619627
num_examples: 2280
download_size: 3919716
dataset_size: 6194028
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
# Dataset Card for "multilingual_politeness"
Please cite the following paper if you use our dataset :)
```
@inproceedings{havaldar-etal-2023-comparing,
title = "Comparing Styles across Languages",
author = "Havaldar, Shreya and Pressimone, Matthew and Wong, Eric and Ungar, Lyle",
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
year = "2023",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.emnlp-main.419"
}
``` |