LGAIJan 12

Forward versus Backward: Comparing Reasoning Objectives in Direct Preference Optimization

arXiv:2601.07199v1h-index: 11
Originality Incremental advance
AI Analysis

This addresses reliability in reasoning for language models, but it is incremental as it builds on existing DPO methods with specific objective variations.

The paper tackled the problem of hallucination in large language models by comparing forward and backward reasoning objectives in Direct Preference Optimization, finding that forward-only training improved accuracy on GSM8K from 83.1% to 86.6% while backward-only training reduced the false positive rate from 13.4% to 4.3%.

Large language models exhibit impressive reasoning capabilities yet frequently generate plausible but incorrect solutions, a phenomenon commonly termed hallucination. This paper investigates the effect of training objective composition on reasoning reliability through Direct Preference Optimization. Two complementary training signals are examined: forward chain-of-thought generation, which trains the model to produce correct reasoning traces, and backward verification, which trains the model to verify and acknowledge errors in candidate solutions. Experiments on GSM8K reveal a fundamental trade-off between these objectives. Forward-only DPO training achieves the highest accuracy improvement, increasing from 83.1% to 86.6% (+3.5 percentage points), while backward-only training yields minimal accuracy gains but substantially reduces the false positive rate from 13.4% to 4.3%. Notably, both training variants reduce acknowledgement rate compared to the baseline, suggesting that preference optimization increases model confidence in its outputs. These findings indicate that forward and backward reasoning objectives provide distinct and complementary learning signals: forward training improves problem-solving capability, while backward training improves verification calibration. The complete training and evaluation pipeline, implemented efficiently through Low-Rank Adaptation, is released to facilitate further research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes