paper-with-me

Papers

Hawkeye:Efficient Reasoning with Model Collaboration

2025-04-01 · Jianshu She, Zhuohao Li, Zhemin Huang, Qi Li, Peiran Xu, Haonan Li, Qirong Ho

Chain-of-Thought (CoT) reasoning has demonstrated remarkable effectiveness in enhancing the reasoning abilities of large language models (LLMs). However, its efficiency remains a challenge due to the generation of excessive intermediate reasoning tokens, which introduce semantic redundancy and overly detailed reasoning steps. Moreover, computational expense and latency are significant concerns, as the cost scales with the number of output tokens, including those intermediate steps. In this work, we observe that most CoT tokens are unnecessary, and retaining only a small portion of them is sufficient for producing high-quality responses. Inspired by this, we propose HAWKEYE, a novel post-training and inference framework where a large model produces concise CoT instructions to guide a smaller model in response generation. HAWKEYE quantifies redundancy in CoT reasoning and distills high-density information via reinforcement learning. By leveraging these concise CoTs, HAWKEYE is able to expand responses while reducing token usage and computational cost significantly. Our evaluation shows that HAWKEYE can achieve comparable response quality using only 35% of the full CoTs, while improving clarity, coherence, and conciseness by approximately 10%. Furthermore, HAWKEYE can accelerate end-to-end reasoning by up to 3.4x on complex math tasks while reducing inference cost by up to 60%. HAWKEYE will be open-sourced and the models will be available soon.

📄 PDF Abstract BibTeX arXiv:2504.00424

Code (0)

등록된 구현이 없습니다.

Tasks

MathmodelResponse Generation

Similar Papers 제목 키워드 기반

Q-Hawkeye: Reliable Visual Policy Optimization for Image Quality Assessment

2026-01-30 · Wulin Xie, Rui Dai, Ruidong Ding, Kaikui Liu 외 arxiv

Image Quality Assessment (IQA) predicts perceptual quality scores consistent with human judgments. Recent RL-based IQA methods built on MLLMs focus on generating visual quality descriptions and scores, ignoring two key r…

Image Quality Assessment

Hawkeye: A PyTorch-based Library for Fine-Grained Image Recognition with Deep Learning

2023-10-14 · Jiabei He, Yang shen, Xiu-Shen Wei, Ye Wu

Fine-Grained Image Recognition (FGIR) is a fundamental and challenging task in computer vision and multimedia that plays a crucial role in Intellectual Economy and Industrial Internet applications. However, the absence o…

Fine-Grained Image Recognition

Hawkeye: Hectometer-range Subcentimeter Localization for Large-scale mmWave Backscatter

2023-01-06 · Kang Min Bae, Hankyeol Moon, Sung-Min Sohn, Song Min Kim

Accurate localization of a large number of objects over a wide area is one of the keys to the pervasive interaction with the Internet of Things. This paper presents Hawkeye, a new mmWave backscatter that, for the first t…

TAG

Hawkeye: Change-targeted Testing for Android Apps based on Deep Reinforcement Learning

2023-09-04 · Chao Peng, Zhengwei Lv, Jiarong Fu, Jiayuan Liang 외

Android Apps are frequently updated to keep up with changing user, hardware, and business demands. Ensuring the correctness of App updates through extensive testing is crucial to avoid potential bugs reaching the end use…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Hawkeye: Reproducing GPU-Level Non-Determinism

2026-03-20 · Erez Badash, Dan Boneh, Ilan Komargodski, Megha Srivastava arxiv

We present Hawkeye, a system for analyzing and reproducing GPU-level arithmetic operations. Using our framework, anyone can re-execute on a CPU the exact matrix multiplication operations underlying a machine learning mod…