CLDec 17, 2025

Dual-Density Inference for Efficient Language Model Reasoning

arXiv:2512.15358v1h-index: 14
Originality Incremental advance
AI Analysis

This addresses efficiency problems for users of large language models in complex reasoning tasks, representing an incremental improvement over existing methods like Chain-of-Thought.

The paper tackles computational inefficiency in LLM reasoning by introducing a dual-density framework that separates compressed intermediate reasoning from human-readable answers, achieving up to 62% reduction in token usage while maintaining or improving accuracy on reasoning benchmarks.

Large Language Models (LLMs) have shown impressive capabilities in complex reasoning tasks. However, current approaches employ uniform language density for both intermediate reasoning and final answers, leading to computational inefficiency. Our observation found that reasoning process serves a computational function for the model itself, while answering serves a communicative function for human understanding. This distinction enables the use of compressed, symbol-rich language for intermediate computations while maintaining human-readable final explanations. To address this inefficiency, we present Denser: \underline{D}ual-d\underline{ens}ity inf\underline{er}ence, a novel framework that optimizes information density separately for reasoning and answering phases. Our framework implements this through three components: a query processing module that analyzes input problems, a high-density compressed reasoning mechanism for efficient intermediate computations, and an answer generation component that translates compressed reasoning into human-readable solutions. Experimental evaluation across multiple reasoning question answering benchmarks demonstrates that Denser reduces token consumption by up to 62\% compared to standard Chain-of-Thought methods while preserving or improving accuracy. These efficiency gains are particularly significant for complex multi-step reasoning problems where traditional methods generate extensive explanations.

Foundations

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

Your Notes