Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- it
|
7 |
+
- en
|
8 |
---
|
9 |
+
|
10 |
+
This dataset adapts the [GeNTE dataset](https://huggingface.co/datasets/FBK-MT/GeNTE) to be run on [ItaEval](https://rita-nlp.org/sprints/itaeval/).
|
11 |
+
In particular, we selected the five initial instances from the dataset and used them as few-shot examples ("train" split in this release).
|
12 |
+
|
13 |
+
Please check the original dataset for more details on GeNTE. If you use the dataset, please consider citing the paper:
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@inproceedings{piergentili-etal-2023-hi,
|
17 |
+
title = "Hi Guys or Hi Folks? Benchmarking Gender-Neutral Machine Translation with the {G}e{NTE} Corpus",
|
18 |
+
author = "Piergentili, Andrea and
|
19 |
+
Savoldi, Beatrice and
|
20 |
+
Fucci, Dennis and
|
21 |
+
Negri, Matteo and
|
22 |
+
Bentivogli, Luisa",
|
23 |
+
editor = "Bouamor, Houda and
|
24 |
+
Pino, Juan and
|
25 |
+
Bali, Kalika",
|
26 |
+
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
27 |
+
month = dec,
|
28 |
+
year = "2023",
|
29 |
+
address = "Singapore",
|
30 |
+
publisher = "Association for Computational Linguistics",
|
31 |
+
url = "https://aclanthology.org/2023.emnlp-main.873",
|
32 |
+
doi = "10.18653/v1/2023.emnlp-main.873",
|
33 |
+
pages = "14124--14140"
|
34 |
+
}
|
35 |
+
```
|