paper-with-me

Papers

CROP: Token-Efficient Reasoning in Large Language Models via Regularized Prompt Optimization

2026-04-08 · Deep Shah, Sanket Badhe, Nehal Kathrotia, Priyanka Tiwari arxiv

Large Language Models utilizing reasoning techniques improve task performance but incur significant latency and token costs due to verbose generation. Existing automatic prompt optimization(APO) frameworks target task accuracy exclusively at the expense of generating long reasoning traces. We propose Cost-Regularized Optimization of Prompts (CROP), an APO method that introduces regularization on response length by generating textual feedback in addition to standard accuracy feedback. This forces the optimization process to produce prompts that elicit concise responses containing only critical information and reasoning. We evaluate our approach on complex reasoning datasets, specifically GSM8K, LogiQA and BIG-Bench Hard. We achieved an 80.6\% reduction in token consumption while maintaining competitive accuracy, seeing only a nominal decline in performance. This presents a pragmatic solution for deploying token-efficient and cost-effective agentic AI systems in production pipelines.

📄 PDF Abstract BibTeX arXiv:2604.14214

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Geometry-Aware Decoding with Wasserstein-Regularized Truncation and Mass Penalties for Large Language Models

2026-02-10 · Arash Gholami Davoodi, Navid Rezazadeh, Seyed Pouyan Mousavi Davoudi, Pouya Pezeshkpour arxiv

Large language models (LLMs) must balance diversity and creativity against logical coherence in open-ended generation. Existing truncation-based samplers are effective but largely heuristic, relying mainly on probability…

Latent Implicit Visual Reasoning

2025-12-24 · Kelvin Li, Chuyi Shang, Leonid Karlinsky, Rogerio Feris 외 arxiv

While Large Multimodal Models (LMMs) have made significant progress, they remain largely text-centric, relying on language as their core reasoning modality. As a result, they are limited in their ability to handle reason…

Visual Reasoning

ERGO: Efficient High-Resolution Visual Understanding for Vision-Language Models

2025-09-26 · Jewon Lee, Wooksu Shin, Seungmin Yang, Ki-Ung Song 외 arxiv

Efficient processing of high-resolution images is crucial for real-world vision-language applications. However, existing Large Vision-Language Models (LVLMs) incur substantial computational overhead due to the large numb…

Reinforcement Learning

Simple o3: Towards Interleaved Vision-Language Reasoning

2025-08-16 · Ye Wang, Qianglong Chen, Zejun Li, Siyuan Wang 외 arxiv

Multimodal Large Language Models (MLLMs) have shown impressive performance on vision-language tasks, but their long Chain-of-Thought (CoT) capabilities in multimodal scenarios remain underexplored. Inspired by OpenAI's o…

Multimodal ReasoningVisual GroundingVisual ReasoningImage Cropping

Future-KL Regularized GRPO: Process-Level Credit Assignment from $f$-Divergence Regularization

2026-01-15 · Jiarui Yao, Ruida Wang, Hao Bai, Tong Zhang arxiv

Group Relative Policy Optimization (GRPO) is widely used for critic-free Large Language Model (LLM) post-training, but its KL regularization is usually implemented as a local loss-side token penalty. We show that this mi…

Reinforcement LearningMathematical Reasoning