Live data from Hacker News

Meta's Omnilingual MT for 1,600 Languages

ai.meta.com

21–30 of 56 posts

Re: Meta's Omnilingual MT for 1,600 Languages

#21

I find that meta’s translations are very poor compared to others, at least for relatively obscure languages, which I figured was relevant considering the article. Google Translate is a good default, but LLMs are really good at translations, as they’re better capable at understanding context and providing culturally appropriate translations. (I live in Cambodia where they speak Khmer)

So, LLMs are noticeably better in Khmer than Google Translate? I wonder why Google Translate doesn't use Gemini under-the-hood. Perhaps it's more prone to hallucinations.

I'm interested in find some thorough testing of translations on different LLMs vs Translation APIs.

Re: Meta's Omnilingual MT for 1,600 Languages

#22
post #21

I find that meta’s translations are very poor compared to others, at least for relatively obscure languages, which I figured was relevant considering the article. Google Translate is a good default, but LLMs are really good at translations, as they’re better capable at understanding context and providing culturally appropriate translations. (I live in Cambodia where they speak Khmer)

So, LLMs are noticeably better in Khmer than Google Translate? I wonder why Google Translate doesn't use Gemini under-the-hood. Perhaps it's more prone to hallucinations. I'm interested in find some thorough testing of translations on different LLMs vs Translation APIs.

There's a dropdown on Google Translate that lets you choose "Advanced" mode or "Classic" mode. Advanced mode uses Gemini but it's only available for select languages.

Re: Meta's Omnilingual MT for 1,600 Languages

#23
I'll be looking at this in detail. I've started a company to do similar things, https://6k.ai

I'm currently concentrating on better data gathering for low-resource languages.

When you look in detail at data like Common Crawl, finepdfs, and fineweb, (1) they are really lacking quality data sources if you know where to look, and (2) the sources they have are not processed "finely" enough (e.g. finepdfs classify each page of PDF as having a specific language, where-as many language learning sources have language pairs, etc.

Re: Meta's Omnilingual MT for 1,600 Languages

#26
post #23

I'll be looking at this in detail. I've started a company to do similar things, https://6k.ai I'm currently concentrating on better data gathering for low-resource languages. When you look in detail at data like Common Crawl, finepdfs, and fineweb, (1) they are really lacking quality data sources if you know where to look, and (2) the sources they have are not processed "finely" enough (e.g. finepdfs classify each pa…

There’s many nation states working on this, have you looked into availability of those data sets?

What languages are you prioritizing?

Re: Meta's Omnilingual MT for 1,600 Languages

#27

Just spent a long time trying to find where you can download any of these weights. Is it open weight? If so, why isn't there just a straight link to the models?

I haven't seen anywhere claiming they are open weight (although their last similar model, NLLB was).

They say their leaderboard and evaluation datasets are freely available. Closest statement I've seen in the paper, "Our translation models are built on top of freely available models."

Re: Meta's Omnilingual MT for 1,600 Languages

#29
post #23

I'll be looking at this in detail. I've started a company to do similar things, https://6k.ai I'm currently concentrating on better data gathering for low-resource languages. When you look in detail at data like Common Crawl, finepdfs, and fineweb, (1) they are really lacking quality data sources if you know where to look, and (2) the sources they have are not processed "finely" enough (e.g. finepdfs classify each pa…

There’s many nation states working on this, have you looked into availability of those data sets? What languages are you prioritizing?

Yes, there are government datasets, languge "acadamies" (or "regulators") - organizations focused on preserving / teaching the language, and often smaller, local publishers that publish material in their local language.

I'm living in Guatemala, so have been focusing on the Mayan languages here (22 languages, millions of speakers).

Re: Meta's Omnilingual MT for 1,600 Languages

#30
Didn’t research show that models get worse at translation the more languages get added in? The curse of multilinguality? Lauscher 2020?

It looks like meta found a way forward.

Reading meta’s abstract, it seems that they have found ways to improve the quality of the training data, and also new evaluation tools?

They are also saying that OMT-LLaMA does a better job at text generation than other baseline models.

Post reply on HN