apiergentili commited on
Commit
be2f935
1 Parent(s): 1c06deb

README.md update

Browse files

# Why is the change needed?

This changes introduces a revised and updated README file.

# What changes does the patch introduce?

The new version of the `README.md` includes tags and metadata required by HuggingFace to properly visualize the corpus, as well as corrections and improvements.

# How was this patch tested?

No tests are required.

Files changed (1) hide show
  1. README.md +49 -15
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  task_categories:
4
  - translation
@@ -29,11 +37,12 @@ size_categories:
29
  Neo-GATE is a bilingual corpus designed to benchmark the ability of machine translation (MT) systems to translate from English into Italian using gender-inclusive neomorphemes.
30
  It is built upon GATE [(Rarrick et al., 2023)](https://dl.acm.org/doi/10.1145/3600211.3604675), a benchmark for the evaluation of gender rewriters and gender bias in MT.
31
 
32
- Neo-GATE includes 841 `test` entries and 100 `dev` entries.
33
- Each entry is composed of an English source sentence, three Italian references which only differ in the gendered terms, and an annotation that identifies the words of interest for gender-inclusive MT evaluation.
 
34
 
35
  The source sentences are gender-ambiguous, i.e. they provide no information about the gender of human referents.
36
- In our gender-inclusive MT task, words referring to human entities in the target language should express gender with neomorphemes, special characters or symbols that replace masculine and feminine inflectional morphemes.
37
 
38
  Neo-GATE allows for the evaluation of any neomorpheme paradigm in Italian.
39
  For more details see the [Adaptation](#adaptation) section below.
@@ -43,23 +52,29 @@ For more details see the [Adaptation](#adaptation) section below.
43
 
44
  `Neo-GATE.tsv` includes the following columns:
45
 
46
- - **#:** The number of the entry within Neo-GATE.
47
- - **GATE-ID:** The ID of the original entry in GATE, composed of a prefix indicating the subset of origin within GATE (e.g., `IT_2_variants`) followed by a serial number indicating the position of the entry within that subset (i.e., `001`, `002`, etc.).
48
- - **SPLIT:** Either `dev` or `test`, indicating whether the entry belongs to the dev set or the test set.
49
  - **SOURCE:** The English source sentence.
50
  - **REF-M:** The Italian reference where all gender-marked terms are masculine.
51
  - **REF-F:** The Italian reference where all gender-marked terms are feminine.
52
  - **REF-TAGGED:** The Italian reference where all gender-marked terms are tagged with Neo-GATE's annotation.
53
- - **ANNOTATION:** The annotation for that entry.
54
 
55
  ## Dataset creation
56
 
57
- Please refer to [the original paper](https://arxiv.org/search/?searchtype=author&query=Piergentili%2C+A) for full details on dataset creation.
 
 
 
 
 
 
 
58
 
59
  ## Adaptation
60
  To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
61
- See `schwa.json` for an example.
62
- For more information on the tagset, see Table 8 in [the original paper](https://arxiv.org/search/?searchtype=author&query=Piergentili%2C+A).
63
 
64
  To create the adapted references and annotations, use the `neo-gate_format.py` script with the following syntax:
65
 
@@ -67,22 +82,41 @@ To create the adapted references and annotations, use the `neo-gate_format.py` s
67
 
68
  This command will create two files: `OUTPUT_FILE_NAME.ref`, containing the adapted references, and `OUTPUT_FILE_NAME.ann`, containing the adapted annotations.
69
 
70
- For instance, to generate the references and the annotations adapted to the schwa paradigm provided in the example file `schwa.json`, the following command can be used:
71
 
72
  python neo-gate_adapt.py --tagset schwa.json --out neogate_schwa
73
 
74
  This will create the two files `neogate_schwa.ref` and `neogate_schwa.ann`.
75
 
76
- If the `Neo-GATE.tsv` file is located in a different directory, the path to it can be passed to the script with the optional argument `--neogate`.
 
77
 
78
  ## Evaluation
79
 
80
- The evaluation code is available at [fbk-NEUTR-evAL](https://github.com/hlt-mt/fbk-NEUTR-evAL/tree/main).
 
 
 
 
 
 
81
 
82
  ## Licensing Information
83
 
84
- The Neo-GATE corpus is released under a Creative Commons Attribution 4.0 International license (CC BY 4.0).
85
 
86
  ## Citation
87
 
88
- If you use Neo-GATE in your work, please consider citing the following paper:
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ configs:
3
+ - config_name: main
4
+ data_files:
5
+ - split: test
6
+ path: Neo-GATE.tsv
7
+ - split: dev
8
+ path: Neo-GATE-dev.tsv
9
+ default: true
10
  license: cc-by-4.0
11
  task_categories:
12
  - translation
 
37
  Neo-GATE is a bilingual corpus designed to benchmark the ability of machine translation (MT) systems to translate from English into Italian using gender-inclusive neomorphemes.
38
  It is built upon GATE [(Rarrick et al., 2023)](https://dl.acm.org/doi/10.1145/3600211.3604675), a benchmark for the evaluation of gender rewriters and gender bias in MT.
39
 
40
+ Neo-GATE includes 841 `test` entries (`Neo-GATE.tsv`) and 100 `dev` entries (`Neo-GATE-dev.tsv`).
41
+
42
+ Each entry is composed of an English source sentence, three Italian references which only differ for the presence of either masculine/feminine/nonbinary words, and the annotation of the target words that are relevant for the evaluation of gender-inclusive MT.
43
 
44
  The source sentences are gender-ambiguous, i.e. they provide no information about the gender of human referents.
45
+ In this setting, words referring to human entities in the target language should be rendered with neomorphemes, special characters or symbols that replace masculine and feminine inflectional morphemes.
46
 
47
  Neo-GATE allows for the evaluation of any neomorpheme paradigm in Italian.
48
  For more details see the [Adaptation](#adaptation) section below.
 
52
 
53
  `Neo-GATE.tsv` includes the following columns:
54
 
55
+ - **#:** Neo-GATE unique identifier.
56
+ - **GATE-ID:** A unique identifier of the entry in GATE, composed of a prefix indicating the subset of origin within GATE (e.g., `IT_2_variants`) followed by a serial number indicating the position of the entry within that subset (i.e., `001`, `002`, etc.).
 
57
  - **SOURCE:** The English source sentence.
58
  - **REF-M:** The Italian reference where all gender-marked terms are masculine.
59
  - **REF-F:** The Italian reference where all gender-marked terms are feminine.
60
  - **REF-TAGGED:** The Italian reference where all gender-marked terms are tagged with Neo-GATE's annotation.
61
+ - **ANNOTATION:** The word level annotation.
62
 
63
  ## Dataset creation
64
 
65
+ Please refer to [the original paper](https://arxiv.org/abs/2405.08477) for full details on dataset creation.
66
+
67
+ ## Curation rationale
68
+
69
+ Neo-GATE was designed to allow for the evalution of gender-inclusive MT and to be adaptable to any neomorpheme paradigm in Italian.
70
+ To this aim, the original Italian references found in GATE were edited so as to have placeholder tags in place of gendered morphemes and function words (articles, possessive adjectives, etc.) referred to human entities.
71
+ The tags were designed to cover all parts of the grammar which express grammatical gender, and to be replaced with corresponding forms in the desired neomorpheme paradigm.
72
+
73
 
74
  ## Adaptation
75
  To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
76
+ See `schwa.json` or `asterisk.json` for an example.
77
+ For more information on the tagset, see Table 8 in [the original paper](https://arxiv.org/abs/2405.08477).
78
 
79
  To create the adapted references and annotations, use the `neo-gate_format.py` script with the following syntax:
80
 
 
82
 
83
  This command will create two files: `OUTPUT_FILE_NAME.ref`, containing the adapted references, and `OUTPUT_FILE_NAME.ann`, containing the adapted annotations.
84
 
85
+ For instance, to generate the references and the annotations adapted to the Schwa paradigm provided in the example file `schwa.json`, the following command can be used:
86
 
87
  python neo-gate_adapt.py --tagset schwa.json --out neogate_schwa
88
 
89
  This will create the two files `neogate_schwa.ref` and `neogate_schwa.ann`.
90
 
91
+ By default, the script will adapt references and annotations found in `Neo-GATE.tsv`.
92
+ If the `Neo-GATE.tsv` file is located in a different directory, or if you wish to use a different file (e.g., the dev set split file `Neo-GATE-dev.tsv`), you can specify the path to the file with the optional argument `--neogate`.
93
 
94
  ## Evaluation
95
 
96
+ The evaluation code will soon be available at [fbk-NEUTR-evAL](https://github.com/hlt-mt/fbk-NEUTR-evAL/tree/main).
97
+
98
+ ## Dataset Curators
99
+
100
+ - Andrea Piergentili (FBK): apiergentili@fbk.eu
101
+ - Beatrice Savoldi (FBK): bsavoldi@fbk.eu
102
+ - Luisa Bentivogli (FBK): bentivo@fbk.eu
103
 
104
  ## Licensing Information
105
 
106
+ The Neo-GATE corpus is released under a Creative Commons Attribution 4.0 International license (CC BY 4.0). See the [LICENSE](LICENSE) file for details.
107
 
108
  ## Citation
109
 
110
+ If you use Neo-GATE in your work, please cite the following paper:
111
+
112
+ @misc{piergentili2024enhancing,
113
+ title={Enhancing Gender-Inclusive Machine Translation with Neomorphemes and Large Language Models},
114
+ author={Andrea Piergentili and Beatrice Savoldi and Matteo Negri and Luisa Bentivogli},
115
+ year={2024},
116
+ eprint={2405.08477},
117
+ archivePrefix={arXiv},
118
+ primaryClass={cs.CL}
119
+ }
120
+
121
+ ## Contributions
122
+ Thanks to @apiergentili for adding this dataset.