this happens in Turkish too. I believe the reason is that the movie subtitles were used for training without cleaning up the comments / intros subtitle authors leave in them. leaving personal comments, jokes, reactions, intros in subtitles is very common in eastern cultures. Turkish readers will probably remember “esekadam iyi seyirler diler” :)
Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
51–60 of 354 posts
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#52Earlier quoted context omitted.
ُThe Arabic text is the translator's self credit "Translated by Nancy Qanfar"
And the German is “subtitles of [public broadcaster] for [content network], 2017 I'm not sure this is really overfitting, the network does exactly what the training data demands. According to the training data silence art the end transcribes to a copyright notice or subtitle credits
What do you think overfitting is, if not that?
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#53I suppose the cause is the same, generally subtitle creators adding all kinds of stuff during the credits that is NOT a transcript.
Seems to me it could have been filtered out relatively easily during training, by clipping the first and last few minutes of all audios. But I guess that's just in hindsight.
Whisper also likes to transcribe cut off speech or unintelligible noise as "Thank you". I have no idea where that is coming from, but I guess it's a very polite model...
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#54Earlier quoted context omitted.
That's the magic of money. Download your favorite artist's discography for personal use? If the MPAA had its way (and it occasionally has), torrenting that could bankrupt you. The AI industry - soaking up every bit of media available online for commercial purposes, often reproducing it nearly identically - has enough money and capital to influence things its way. And only its way, in case anyone was hoping this might…
The movie industry also has some money and lobbying power. Surely this is a way larger threat than any single torrenter could ever be?
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#55Earlier quoted context omitted.
Looks like they used more official sources for German - there, silence is apparently hallucinated as "Untertitelung des ZDF für funk, 2017" according to one of the comments on the issue. Which makes sense, as the public broadcasters' "Mediathek" is probably the largest freely available resource of subtitled videos in Germany. I wonder if the ZDF gave its approval for it being used for LLM training though?
Most content from Funk (youtubers funded by public german broadcasters) is available on youtube without any geoblocking or other limitations.
> We have a public service mandate, which means that we have very clear responsibilities according to the state media treaty. For us, this means that our top priority is actually reaching our target audience, namely approximately 15 million people living in Germany between the age of 14 and 29 who have internet access
It's not a binding contract for sure but I don't think that OpenAI or other AI scraper is their target.
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#56The same happens with whisper-large-v3 on Chinese transcription: silence is transcribed to something like "please upvote, share and favourite this video". I suspect they trained the model on some random YouTube video without carefully picking really useful data.
Indeed, with another model I would get persistent transcriptions of silent parts into 'Thanks for watching!' or '[MUSIC]'. Pretty dumb that this failure mode wasn't caught in some QA process, and there are now multiple transcription models suffering from the same issue. Having silent parts in your input audio seems like it should be a very common occurrence...
It's even more important in audio DSP: processing near-zeroes can end up being extremely CPU intensive, look up denormal/subnormal floats.
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#57Classic overfitting It's the LLM equivalent of thinking that an out-of-office reply is the translation: https://www.theguardian.com/theguardian/2008/nov/01/5
How is this overfitting, rather than a data quality / classification issue?
Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#58Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#59Re: Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic
#60Classic overfitting It's the LLM equivalent of thinking that an out-of-office reply is the translation: https://www.theguardian.com/theguardian/2008/nov/01/5
How is this overfitting, rather than a data quality / classification issue?
Instead, it reverted to what it has seen before (in the training data), hence the overfit.