In a new post on the AWS Machine Learning blog, researchers describe a method called Self-Distilled Reasoning (SDR). The authors propose a solution to the problem of suppressed logical inference in models trained via supervised learning on datasets lacking ready-made traces of reasoning. The core idea involves the automatic generation of so-called 'thinking tokens' for such datasets.

Developers tested the proposed approach on three different benchmarks and confirmed its effectiveness. The publication also provides practical recommendations for implementing this methodology when fine-tuning models using Amazon Nova. The research focuses on how to add reasoning capabilities where the original data did not anticipate them.

This step aims to bridge the gap between fine-tuning data and the requirements for complex logical operations. The method allows for the creation of synthetic reasoning traces, which potentially improves the quality of neural network responses in tasks requiring multi-step analysis.