paper-with-me

Papers

Cost Trade-offs of Reasoning and Non-Reasoning Large Language Models in Text-to-SQL

2025-12-26 · Saurabh Deochake, Debajyoti Mukhopadhyay arxiv

While Text-to-SQL systems achieve high accuracy, existing efficiency metrics like the Valid Efficiency Score prioritize execution time, a metric we show is fundamentally decoupled from consumption-based cloud billing. This paper evaluates cloud query execution cost trade-offs between reasoning and non-reasoning Large Language Models by performing 180 Text-to-SQL query executions across six LLMs on Google BigQuery using the 230 GB StackOverflow dataset. Our analysis reveals that reasoning models process 44.5% fewer bytes than non-reasoning counterparts while maintaining equivalent correctness at 96.7% to 100%, and that execution time correlates weakly with query cost at $r=0.16$, indicating that speed optimization does not imply cost efficiency. Non-reasoning models also exhibit extreme cost variance of up to 3.4$\times$, producing outliers exceeding 36 GB per query, over 20$\times$ the best model's 1.8 GB average, due to missing partition filters and inefficient joins. We identify these prevalent inefficiency patterns and provide deployment guidelines to mitigate financial risks in cost-sensitive enterprise environments.

📄 PDF Abstract BibTeX arXiv:2512.22364

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Economic Evaluation of LLMs

2025-07-04 · Michael J. Zellinger, Matt Thomson arxiv

Practitioners often navigate LLM performance trade-offs by plotting Pareto frontiers of optimal accuracy-cost trade-offs. However, this approach offers no way to compare between LLMs with distinct strengths and weaknesse…

A Comprehensive Evaluation of LLM Reasoning: From Single-Model to Multi-Agent Paradigms

2026-01-19 · Yapeng Li, Jiakuo Yu, Zhixin Liu, Xinnan Liu 외 arxiv

Large Language Models (LLMs) are increasingly deployed as reasoning systems, where reasoning paradigms - such as Chain-of-Thought (CoT) and multi-agent systems (MAS) - play a critical role, yet their relative effectivene…

ThinkBooster: A Unified Framework for Seamless Test-Time Scaling of LLM Reasoning

2026-06-05 · Vladislav Smirnov, Chieu Nguyen, Sergey Senichev, Minh Ngoc Ta 외 arxiv

Test-time compute (TTC) scaling has emerged as a powerful paradigm for improving large language model (LLM) reasoning by allocating additional compute during inference, e.g., via multi-sample generation and verifier-base…

Computational Efficiency

Quantization Inflates Reasoning: Token Inflation as a Hidden Cost of Low-Bit Reasoning Models

2026-06-24 · Xinyu Lian, Walid Krichene, Beichen Huang, Masahiro Tanaka 외 arxiv

Quantization is widely used to reduce the inference cost of large language models, but its effect on reasoning models is not fully captured by final-answer accuracy or per-token latency. We show that low-bit post-trainin…

Mathematical ReasoningQuestion AnsweringCode Generation

EntroCut: Entropy-Guided Adaptive Truncation for Efficient Chain-of-Thought Reasoning in Small-scale Large Reasoning Models

2026-01-30 · Hongxi Yan, Qingjie Liu, Yunhong Wang arxiv

Large Reasoning Models (LRMs) excel at complex reasoning tasks through extended chain-of-thought generation, but their reliance on lengthy intermediate steps incurs substantial computational cost. We find that the entrop…