Ternary LLMs Show Stratified Capability Loss, Retain Adaptability

Anirudh Malik, M Sparsh Mehra, Poojith Devan· September 1, 2026 View original

Key takeaways

  • Ternary quantization significantly reduces LLM size, enabling deployment in constrained environments.
  • Capability degradation is non-uniform; specialist factual knowledge is largely lost, but other capabilities persist.
  • Fine-tuning can substantially recover performance for task-specific applications, making these models adaptable.
  • Extreme low-bit models are not general replacements but are valuable for compact, specialized use cases.

Who benefits

Edge ComputingIoTMobile TechnologyAutomotiveConsumer Electronics

Summary

Research on ternary language models, which restrict weights to {-1,0,+1}, reveals non-uniform capability degradation after quantization. While specialist factual knowledge is largely lost, these models retain measurable performance on certain tasks and show significant recovery through fine-tuning, making them valuable for compact, task-specific deployments.

Extreme low-bit inference, particularly ternary quantization (restricting weights to -1, 0, or +1), offers a promising path to create smaller, more deployable language models. A study explored the impact of converting Qwen3.5-0.8B to ternary weights, resulting in a model named Cloe, which underwent 72.4 million tokens of quantization-aware training. The primary question was not just if weights could be quantized, but which capabilities would survive and if the model remained useful for adaptation. The evaluation across 29 benchmarks and representation diagnostics revealed a non-uniform degradation of capabilities. Specialist factual information, for instance, was largely lost, with a linear probe recovering significantly less MMLU answer accuracy from Cloe's representations compared to the full-precision teacher model. However, Cloe retained measurable performance on ten tasks, averaging 77.1% of the teacher's performance. Crucially, fine-tuning demonstrated substantial recovery, with Cloe reaching 89.8% on SST-2 (95.6% of the matched teacher) and 79.4% teacher retention on XSum. The degradation is attributed to a combination of information loss during quantization and incomplete recovery due to the limited training budget. The research also highlighted an evaluation pitfall: standard answer-letter scoring failed for Cloe, necessitating continuation scoring. Ultimately, while ternary conversion isn't a general drop-in replacement, it proves valuable as a compact foundation for models tailored to specific tasks.

Why it matters

For professionals seeking to deploy LLMs in resource-constrained environments or on edge devices, ternary models offer a path to extreme compactness. Understanding their stratified degradation and adaptability is key to leveraging them effectively for task-specific applications.

How to implement this in your domain

  1. 1Evaluate the trade-offs between model size, performance, and deployment constraints for specific AI applications.
  2. 2Explore extreme low-bit quantization techniques like ternary weights for deploying LLMs on edge devices or with limited memory.
  3. 3Design fine-tuning strategies specifically for quantized models to recover and optimize performance for target tasks.
  4. 4Develop robust evaluation methodologies that account for potential biases or limitations introduced by extreme quantization.

Original post by Anirudh Malik, M Sparsh Mehra, Poojith Devan

"arXiv:2608.28809v1 Announce Type: new Abstract: Extreme low-bit inference offers a route toward smaller models and constrained deployment. Ternary language models restrict weights to $\{-1,0,+1\}$, approaching the limit of $\log_2 3 \approx 1.585$ bits/weight. The practical quest…"

View on X

Originally posted by Anirudh Malik, M Sparsh Mehra, Poojith Devan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses