← Reddit

Fable 5 hallucinating Chinese tokens in a English-only chat. 😮

Reddit · ShamelessDolphin · July 6, 2026
A user working on an English-only project with Fable 5 reported that the model unexpectedly generated the Chinese character "两" (meaning "two") in the middle of an English sentence where it should have written "your two suggestions." The user speculated this could result from tokenizer optimization, where models compress linguistic concepts using Chinese characters—a phenomenon previously associated more with models like Qwen than with flagship US models.

Detailed Analysis

A Reddit user reported an unusual glitch while working with a Claude model referred to as "Fable 5" (likely a codename or community nickname, as Anthropic has not officially released a model under this name) during an entirely English-language session. The model inserted a stray Chinese character, 两 (meaning "two" or "both"), into an otherwise coherent English sentence, producing the garbled phrase "(your两 suggestions)" instead of "your two suggestions." The user noted there was no prior context involving Chinese language, translation tasks, or China-related topics that might explain the intrusion, making the appearance of the character seem like a spontaneous cross-lingual hallucination rather than a contextually triggered response.

This phenomenon, while surprising to see in a flagship Western LLM, is not unprecedented in the field of large language models. Multilingual models are trained on massive datasets spanning many languages, and their internal representations often encode concepts in ways that aren't strictly partitioned by language. Token-level "leakage" between languages can occur when a model's internal probability distribution briefly favors a token from a different language that is semantically or statistically close to the intended one—especially for compact, high-frequency characters like 两, which can represent whole words in Chinese. This is sometimes called "language contamination" or "cross-lingual interference," and it has been documented in various multilingual and even primarily English-focused models, including instances involving Chinese, Cyrillic, or other non-Latin scripts appearing unexpectedly in outputs.

The user's hypothesis about "token economy"—the idea that models might favor certain foreign-language tokens because they are more information-dense—is a reasonable but only partial explanation. More likely, the issue stems from subtle quirks in how the model's tokenizer and underlying transformer architecture handle probability distributions across a shared multilingual embedding space, particularly at moments of lower confidence or high entropy in next-token prediction. Training data contamination, tokenizer vocabulary overlap, or even quantization/inference-time optimizations (such as speculative decoding or mixture-of-experts routing) could all plausibly contribute to such rare, hard-to-reproduce artifacts. Without official confirmation from Anthropic about the specific model version or an in-depth technical postmortem, this remains speculative, though it aligns with known failure modes in multilingual transformer models.

This incident matters because it highlights the ongoing challenges of achieving robust language isolation in increasingly multilingual and multipurpose LLMs. As models like Claude are trained on ever-larger and more linguistically diverse corpora to improve global reasoning capabilities and reduce non-English performance gaps, the risk of subtle cross-lingual artifacts may persist or even increase unless specifically mitigated through better tokenizer design, contrastive training, or output filtering. Such glitches, while minor and often cosmetic, underscore a broader theme in AI development: as models become more capable and multilingual, ensuring predictable, language-consistent behavior remains a nontrivial engineering problem, and even leading labs are not immune to unexpected quirks emerging from the complex internal representations that make these models powerful in the first place.

Article image Read original article →