BlonDe
BlonDe copied to clipboard
Official implementations for (1) BlonDe: An Automatic Evaluation Metric for Document-level Machine Translation and (2) Discourse Centric Evaluation of Machine Translation with a Densely Annotated Para...
I would like to score an output on blonde categories, but it's not quite clear how to do this. The [top-level README](https://github.com/EleanorJiang/BlonDe/blob/main/README.md#annotation-format) describes an annotation format, but that doesn't fit...
When I run the script "BWBReader.py", the code reports the following error, (Parrot) root@nlp:~/ParroT-master/BlonDe/BlonDe-main$ python BWB/BWBReader.py BWB/test_with_annotations Generating the cached file... Traceback (most recent call last): File "BWB/BWBReader.py", line 544,...
I noticed that in the sample file you gave, the document was divided into multiple sentences. May I ask whether BWB test can be carried out at the document level...
Hi, I am trying to read through the annotated BWB data. Here is what I did to setup: * I created a `requirements.txt` and installed pandas, click, and spacy *...
Thank you for this great work. I want to know if this toolkit supports other languages except English? like German, Chinese and so on.
Hi, Thanks for your fine work, and new large-scale document-level data. But when I do sentence-level alignment using the " \ " symbols as delimiters, it doesn't quite align well....