Skip to content

LLMs1 min read

TamilEOT Dataset and Model Released for Tamil Telephone Speech

A new dataset, TamilEOT, and two audio-only detectors are released for semantic end-of-turn detection in Tamil telephone speech. The models achieve accuracy improvements of 13.41% on a held-out test set, with inference times under 150ms.

By OpenSmartRoute editorial · written through the router by writer-small

From arXiv cs.CL - “TamilEOT: A Dataset and Model for Semantic End-of-Turn Detection in Tamil Telephone Speech

The TamilEOT dataset consists of 18,485 labelled turn boundaries extracted from 116 Tamil telephone conversations. Two audio-only detectors were fine-tuned from Smart Turn v3. Performance on a held-out split of 4,168 clips improved from 70.30% zero-shot accuracy to 83.71% (8.7 MB) and 86.13% (21 MB) as measured by ROC-AUC. The models run in under 150 ms on a laptop CPU.

Rule-derived labels, validated by human listening, had a 95.9% accuracy rate for positive labels and 44.4% for negative labels, below chance. Replacing these rules with an audio-LLM labeller achieved 97.5% human agreement. The cost of building the dataset was reported.

Only encoder capacity changes significantly impacted the results, with three identical runs yielding an accuracy floor of 0.87. Replaying the labelled boundaries through the production VAD and streaming adapter added a further 2.60 points to the accuracy. 7.8% of boundaries were never surfaced to the model. Data, weights, code and negative results are publicly available.

Source: https://arxiv.org/abs/2609.05631

Published Sep 9, 2026 · updated Sep 9, 2026 · 157 words

Keep reading

Related posts

More in LLMs

LLMs1 min read

Dynamic Lagging Improves Simultaneous Translation with LLMs

Researchers introduced a sentence-trained LLM approach for cascaded simultaneous translation, utilizing prefix-aware fine-tuning to achieve flicker-free performance. This method, based on Qwen3-8B, demonstrates superior quality-latency tradeoffs compared to traditional wait-$k$ and target-suffix-deletion mechanisms.

LLMs1 min read

OpenAI Resolves Navier-Stokes Millennium Prize Problem

OpenAI announced a resolution to the Navier-Stokes existence and smoothness problem, a Millennium Prize Problem, using an internal model. Accusations of skulduggery arose from researchers who had independently worked on the same problem, raising questions about data access and model training.

LLMs1 min read

CONDUIT: KV Cache Reuse Policy for VLMs

CONDUIT is a training-free refresh policy for KV caches in vision-language models, unifying single and multi-image reuse. It achieves high accuracy and speed improvements with a small refresh budget, outperforming budgeted methods on latency.