apiergentili
commited on
Commit
•
785a5fb
1
Parent(s):
cb2206b
Maintenance (Sep '24)
Browse files# Why is the change needed?
As the reference paper for Neo-GATE is now part of the ACL Anthology, we want to update old references pointing to the arXiv pre-print.
# What changes does the patch introduce?
We update the bib citation and the old links to the paper.
As part of the maintenance, we also add one missing link to the curator's profile on Hugging Face.
# How was this patch tested?
No test required.
README.md
CHANGED
@@ -73,7 +73,7 @@ There are two configurations available:
|
|
73 |
|
74 |
## Dataset creation
|
75 |
|
76 |
-
Please refer to [the original paper](https://
|
77 |
|
78 |
## Curation rationale
|
79 |
|
@@ -85,7 +85,7 @@ The tags were designed to cover all parts of the grammar which express grammatic
|
|
85 |
## Adaptation
|
86 |
To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
|
87 |
See `schwa-complex.json` or `asterisk.json` for an example.
|
88 |
-
For more information on the tagset, see Table 8 in [the original paper](https://
|
89 |
|
90 |
To create the adapted references and annotations, use the `neogate_adapt.py` script with the following syntax:
|
91 |
|
@@ -121,18 +121,19 @@ The Neo-GATE corpus is released under a Creative Commons Attribution 4.0 Interna
|
|
121 |
If you use Neo-GATE in your work, please cite the following paper:
|
122 |
|
123 |
@inproceedings{piergentili-etal-2024-enhancing,
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
135 |
}
|
136 |
|
137 |
## Contributions
|
138 |
-
Thanks to @apiergentili for adding this dataset.
|
|
|
73 |
|
74 |
## Dataset creation
|
75 |
|
76 |
+
Please refer to [the original paper](https://aclanthology.org/2024.eamt-1.25/) for full details on dataset creation.
|
77 |
|
78 |
## Curation rationale
|
79 |
|
|
|
85 |
## Adaptation
|
86 |
To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
|
87 |
See `schwa-complex.json` or `asterisk.json` for an example.
|
88 |
+
For more information on the tagset, see Table 8 in [the original paper](https://aclanthology.org/2024.eamt-1.25/).
|
89 |
|
90 |
To create the adapted references and annotations, use the `neogate_adapt.py` script with the following syntax:
|
91 |
|
|
|
121 |
If you use Neo-GATE in your work, please cite the following paper:
|
122 |
|
123 |
@inproceedings{piergentili-etal-2024-enhancing,
|
124 |
+
title = "Enhancing Gender-Inclusive Machine Translation with Neomorphemes and Large Language Models",
|
125 |
+
author = "Piergentili, Andrea and
|
126 |
+
Savoldi, Beatrice and
|
127 |
+
Negri, Matteo and
|
128 |
+
Bentivogli, Luisa",
|
129 |
+
booktitle = "Proceedings of the 25th Annual Conference of the European Association for Machine Translation (Volume 1)",
|
130 |
+
month = jun,
|
131 |
+
year = "2024",
|
132 |
+
address = "Sheffield, UK",
|
133 |
+
publisher = "European Association for Machine Translation (EAMT)",
|
134 |
+
url = "https://aclanthology.org/2024.eamt-1.25",
|
135 |
+
pages = "300--314"
|
136 |
}
|
137 |
|
138 |
## Contributions
|
139 |
+
Thanks to [@apiergentili](https://huggingface.co/apiergentili) for adding this dataset.
|