sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
30 stars 3 forks source link

NMT word graph suggestions #176

Open johnml1135 opened 1 year ago

johnml1135 commented 1 year ago

Add capability to create word graphs by tying into the hugging face BEAM search. These word graphs are then available in batch as pretranslated suggestions.

johnml1135 commented 11 months ago

We should investigate beam diversity:

This should help greatly in getting better results.