neulab / awesome-align

A neural word aligner based on multilingual BERT
https://arxiv.org/abs/2101.08231
BSD 3-Clause "New" or "Revised" License
321 stars 46 forks source link

Abort experiment in Table 8 #45

Closed sdongchuanqi closed 2 years ago

sdongchuanqi commented 2 years ago

Hellow ,I noticed that you compaired your result with GIZA++/fast_align in the expirment AnnotationProjection . So how do you get the paralled sentences of english-spanish to train this models? Using GoogleTranslate to translate English train dataset to Spanish train dataset?

zdou0830 commented 2 years ago

Hi, I directly finetuned it on the NER English-Spanish test parallel data.

sdongchuanqi commented 2 years ago

even in giza++ and fastalign? ok thanks you

zdou0830 commented 2 years ago

Yes.