Paper identifies word-level control bottleneck in LLM-based TTS
A new paper highlights the inability of current LLM-based TTS systems to explicitly manipulate word-level acoustic attributes, limiting precise stylistic control and temporal alignment for applications like audiobook narration and video dubbing. The authors attribute this to scarcity of fine-grained annotated datasets and architectural challenges.
Entities
Related
Researchers identify modality interference as root cause of full-duplex SLM degradation
A new paper on arXiv (July 7, 2026) presents a fine-grained analysis of optimization dynamics in full-duplex Spoken Language Models (SLMs), identifying severe modality interference as the root cause of knowledge degradation and compromised semantic integrity. The work aims to enable more natural and intelligent full-duplex SLMs.
User notes LLMs cannot detect boring writing because they lack boredom
A Reddit user observes that while LLMs like Claude can polish grammar and structure, they fail to identify when writing is boring, as boredom is a reader-attention property the model has never experienced. This highlights a fundamental limitation in AI's ability to judge subjective qualities.
Developer proposes STT torture test benchmark on GitHub
A developer drafted a speech-to-text benchmark that goes beyond clean audio and single WER scores, proposing seven challenging scenarios including phone calls from moving cars, speaker interruptions, code-switching, and timestamp drift. The test set is intended as a public GitHub repo to stress-test STT systems with ugly real-world clips.
Anthropic explains LLM's challenge in distinguishing own thoughts from user input
Anthropic published a technical explanation of how LLMs like Claude perceive conversation as a single continuous text stream, making it difficult to distinguish between their own generated text and user input. The post uses a snapshot of Claude's response to illustrate the problem, highlighting the fundamental difference between the structured chat interface users see and the raw token sequence the model processes.
arXiv paper benchmarks LLM judges for citation quality in deep-research systems
A new arXiv paper studies the calibration of LLM judges used as reward models in reinforcement learning for citation quality in deep-research systems. The work evaluates how capable and biased an LLM judge must be to reliably score rubric criteria like source relevance and factual support for attribution-citation pairs. This matters for practitioners building RL-based systems that depend on automated citation verification.