@maximelabonne: New training technique to reduce doom loops! We applied it to LFM2.5-2.6B (SFT checkpoint) Qwen3.5-4B. By reducing doom…

X AI KOLs Following Tools

Summary

Liquid AI releases Antidoom, an open-source method to reduce doom loops in reasoning models, applied to LFM2.5-2.6B and Qwen3.5-4B, significantly lowering doom-loop rates and improving eval scores.

New training technique to reduce doom loops! We applied it to LFM2.5-2.6B (SFT checkpoint) Qwen3.5-4B. By reducing doom loops, it also improves downstream evals. We open-source the training code and training dataset on @huggingface
Original Article
View Cached Full Text

Cached at: 07/07/26, 02:19 PM

New training technique to reduce doom loops!

We applied it to LFM2.5-2.6B (SFT checkpoint) Qwen3.5-4B.

By reducing doom loops, it also improves downstream evals.

We open-source the training code and training dataset on @huggingface

Liquid AI (@liquidai): Today we release Antidoom, an open-source method that removes a common failure mode in reasoning models: the doom loop.

Doom-loop rates before and after, with eval scores up across the board:

> Early LFM2.5-2.6B checkpoint: 10.2% → 1.4%

> Qwen3.5-4B: 22.9% → 1% (greedy

Similar Articles

Reducing Doom Loops with Final Token Preference Optimization

Hacker News Top

Liquid AI introduces Antidoom, a method using Final Token Preference Optimization to reduce repetitive doom loops in small reasoning models during inference, cutting loop rates from 10.2% to 1.4% while improving evaluation scores.