BSavoldi commited on
Commit
dde0a83
1 Parent(s): d425e01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -27
README.md CHANGED
@@ -3,12 +3,14 @@ configs:
3
  - config_name: main
4
  data_files:
5
  - split: test
6
- path: "GeNTE.tsv"
 
7
  default: true
8
  - config_name: common
9
  data_files:
10
  - split: test
11
- path: "GeNTE_common.tsv"
 
12
 
13
 
14
 
@@ -17,6 +19,8 @@ annotations_creators:
17
  language:
18
  - en
19
  - it
 
 
20
  language_creators:
21
  - expert-generated
22
  license:
@@ -147,30 +151,5 @@ The authors of GeNTE are the dataset curators.
147
  The GeNTE corpus is released under a Creative Commons Attribution 4.0 International license (CC BY 4.0).
148
 
149
 
150
-
151
- ## Citation
152
- ```bibtex
153
- @inproceedings{piergentili-etal-2023-hi,
154
- title = "Hi Guys or Hi Folks? Benchmarking Gender-Neutral Machine Translation with the {G}e{NTE} Corpus",
155
- author = "Piergentili, Andrea and
156
- Savoldi, Beatrice and
157
- Fucci, Dennis and
158
- Negri, Matteo and
159
- Bentivogli, Luisa",
160
- editor = "Bouamor, Houda and
161
- Pino, Juan and
162
- Bali, Kalika",
163
- booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
164
- month = dec,
165
- year = "2023",
166
- address = "Singapore",
167
- publisher = "Association for Computational Linguistics",
168
- url = "https://aclanthology.org/2023.emnlp-main.873",
169
- doi = "10.18653/v1/2023.emnlp-main.873",
170
- pages = "14124--14140"
171
- }
172
- ```
173
-
174
-
175
  ## Contributions
176
  Thanks to [@BSavoldi](https://huggingface.co/BSavoldi) for adding this dataset.
 
3
  - config_name: main
4
  data_files:
5
  - split: test
6
+ path:
7
+ - "en-es.tsv"
8
  default: true
9
  - config_name: common
10
  data_files:
11
  - split: test
12
+ path:
13
+ - "en-es_common.tsv"
14
 
15
 
16
 
 
19
  language:
20
  - en
21
  - it
22
+ - es
23
+ - de
24
  language_creators:
25
  - expert-generated
26
  license:
 
151
  The GeNTE corpus is released under a Creative Commons Attribution 4.0 International license (CC BY 4.0).
152
 
153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  ## Contributions
155
  Thanks to [@BSavoldi](https://huggingface.co/BSavoldi) for adding this dataset.