dfucci commited on
Commit
be47ebd
1 Parent(s): ee2acbb

change reference paper

Browse files
Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -8,7 +8,7 @@ language:
8
  The **Gender-Neutral Translation (GeNTE) Evaluator** is a sequence classification model used for evaluating inclusive rewriting and translations into Italian with the [GeNTE corpus](https://huggingface.co/datasets/FBK-MT/GeNTE).
9
  It is built by fine-tuning the RoBERTa-based [UmBERTo model](https://huggingface.co/Musixmatch/umberto-wikipedia-uncased-v1).
10
 
11
- More details on the training process and the reproducibility can be found in the [official repository](https://github.com/hlt-mt/fbk-NEUTR-evAL/blob/main/solutions/GeNTE.md) and the [paper](https://aclanthology.org/2023.emnlp-main.873/).
12
 
13
  ## Usage
14
 
@@ -39,25 +39,24 @@ print(predicted_label) # 0 is neutral, 1 is gendered
39
  ## Citation
40
 
41
  ```
42
- @inproceedings{piergentili-etal-2023-hi,
43
- title = "Hi Guys or Hi Folks? Benchmarking Gender-Neutral Machine Translation with the {G}e{NTE} Corpus",
44
- author = "Piergentili, Andrea and
45
- Savoldi, Beatrice and
46
  Fucci, Dennis and
47
  Negri, Matteo and
48
  Bentivogli, Luisa",
49
- editor = "Bouamor, Houda and
50
- Pino, Juan and
51
- Bali, Kalika",
52
- booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
53
- month = dec,
54
- year = "2023",
55
- address = "Singapore",
56
  publisher = "Association for Computational Linguistics",
57
- url = "https://aclanthology.org/2023.emnlp-main.873",
58
- doi = "10.18653/v1/2023.emnlp-main.873",
59
- pages = "14124--14140",
60
- }
61
  ```
62
 
63
  ## Contributions
 
8
  The **Gender-Neutral Translation (GeNTE) Evaluator** is a sequence classification model used for evaluating inclusive rewriting and translations into Italian with the [GeNTE corpus](https://huggingface.co/datasets/FBK-MT/GeNTE).
9
  It is built by fine-tuning the RoBERTa-based [UmBERTo model](https://huggingface.co/Musixmatch/umberto-wikipedia-uncased-v1).
10
 
11
+ More details on the training process and the reproducibility can be found in the [official repository](https://github.com/hlt-mt/fbk-NEUTR-evAL/blob/main/solutions/GeNTE.md) and the [paper](https://aclanthology.org/2024.eacl-short.23/).
12
 
13
  ## Usage
14
 
 
39
  ## Citation
40
 
41
  ```
42
+ @inproceedings{savoldi-etal-2024-prompt,
43
+ title = "A Prompt Response to the Demand for Automatic Gender-Neutral Translation",
44
+ author = "Savoldi, Beatrice and
45
+ Piergentili, Andrea and
46
  Fucci, Dennis and
47
  Negri, Matteo and
48
  Bentivogli, Luisa",
49
+ editor = "Graham, Yvette and
50
+ Purver, Matthew",
51
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 2: Short Papers)",
52
+ month = mar,
53
+ year = "2024",
54
+ address = "St. Julian{'}s, Malta",
 
55
  publisher = "Association for Computational Linguistics",
56
+ url = "https://aclanthology.org/2024.eacl-short.23",
57
+ pages = "256--267",
58
+ abstract = "Gender-neutral translation (GNT) that avoids biased and undue binary assumptions is a pivotal challenge for the creation of more inclusive translation technologies. Advancements for this task in Machine Translation (MT), however, are hindered by the lack of dedicated parallel data, which are necessary to adapt MT systems to satisfy neutral constraints. For such a scenario, large language models offer hitherto unforeseen possibilities, as they come with the distinct advantage of being versatile in various (sub)tasks when provided with explicit instructions. In this paper, we explore this potential to automate GNT by comparing MT with the popular GPT-4 model. Through extensive manual analyses, our study empirically reveals the inherent limitations of current MT systems in generating GNTs and provides valuable insights into the potential and challenges associated with prompting for neutrality.",
59
+ }
60
  ```
61
 
62
  ## Contributions