GenBench / genbench_cbt_2023

The official Genbench Collaborative Benchmarking Task repository 2023 (Archived)
Other
14 stars 18 forks source link

[Task Submission] Divergent DepRel Distributions (`dbca_deprel`) #15

Closed anmoisio closed 1 year ago

anmoisio commented 1 year ago

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

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:

kazemnejad commented 1 year ago

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).

vernadankers commented 1 year ago

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. Cheers, Verna On behalf of the GenBench team

anmoisio commented 1 year ago

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!

vernadankers commented 1 year ago

Yes, that's fine! Could you remove the PR that is no longer in use, please? Thanks!

anmoisio commented 1 year ago

Closing this old PR.