fredblain / docQE

Resources for sentence- and document-level Quality Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resources for sentence- and document-level Quality Estimation

This repository contains the resources used for our COLING'18 paper, and released as part of our framework for neural-based Quality Estimation (DeepQuest). If you use this data, please cite:

DeepQuest: a framework for neural-based Quality Estimation. Julia Ive, Frédéric Blain, Lucia Specia (2018).

@article{ive2018deepquest,
  title={DeepQuest: a framework for neural-based Quality Estimation},
  author={Julia Ive and Frédéric Blain and Lucia Specia},
  journal={In the Proceedings of COLING 2018, the 27th International Conference on Computational Linguistics, Sante Fe, New Mexico, USA},
  year={2018}
}

**Update May '19**

Following the update adding both 2018 and 2019 datasets and submissions to the WMT MT task, I've added a script to compute and gather both TER (using TERcom) and BLEU (using NLTK) scores at sentence-level (note: scores computed against the reference, not PE!). This results into a parallel corpus, aligned at sentence-level, with both TER and BLEU scores as quality labels.

Instructions

Before running anything, check the shell scripts (under scripts/) to update the paths to the required third-party tools (such as TERcom, Moses' tokenizer, etc.). Then, to download and process the datasets along with the official submissions, simply run: bash process_all.sh.

By default, the scripts download and process the language pairs I needed: e.g. English<>German, English-French and English-Russian, from WMT'2008 to 2019. Feel free to update get_newstests.sh and get_systems.sh according to your needs. The way to modify the scripts should be straightforward. If not, feel free to ask for help by opening an issue (so others in similar situation can benefit from the discussion).

About

Resources for sentence- and document-level Quality Estimation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 56.4%Language:JavaScript 42.2%Language:Smalltalk 0.7%Language:HTML 0.6%Language:Shell 0.0%Language:Python 0.0%Language:Perl 0.0%Language:Forth 0.0%