-
Notifications
You must be signed in to change notification settings - Fork 18
[Task Submission] Divergent DepRel Distributions (dbca_deprel
)
#15
Conversation
Thanks for submitting a task to GenBench. It seems that you're submitting the data files of the task in your PR. For the final submission, you will need to host the dataset files somewhere else (preferably as a HuggingFace dataset). |
Hello! We are getting quite close to the deadline (September 1, 11:59PM anywhere on earth), which is why I wanted to remind you of the fact that your PR still needs some attention: see Amir's message above. Please don't forget to submit your accompanying paper to Openreview via https://openreview.net/group?id=GenBench.org/2023/Workshop by September 1. Good luck finalising your PR and paper, feel free to tag us if you have questions. |
Hi GenBench team! To accommodate multiple datasets, I created a new Task Submission with subtasks (https://github.com/GenBench/genbench_cbt/pull/33), which replaces this old submission. I hope this is ok! |
Yes, that's fine! Could you remove the PR that is no longer in use, please? Thanks! |
Closing this old PR. |
Divergent DepRel Distributions
To assess NMT models' capacity to translate novel syntactical structures, we split the Europarl parallel corpus into training and testing sets with divergent distributions of the syntactical structures. We derive the data splitting method from the distribution-based compositionality assessment (DBCA) method introduced by Keysers et al. (2020). We define the atoms as the lemmas and dependency relations, and the compounds as the three-element tuples of two lemmas (the head and the dependant), and their relation, for instance
(appreciate, dobj, vigilance)
.Authors
[email protected]
[email protected]
[email protected]
Implementation
This submission modifies the task.py module: evaluate_predictions() is modified to evaluate translations, and auxiliary methods are added to calculate divergences between train-test compound and atom distributions.
Usage
To evaluate generalisation, both low- and high-compound-divergence data splits should be evaluated. More data splits will be added to the final submission.
Checklist:
genbench-cli test-task
tool.