paper-with-me

Papers

Squeez: Task-Conditioned Tool-Output Pruning for Coding Agents

2026-04-04 · Ádám Kovács arxiv

Coding agents repeatedly consume long tool observations even though only a small fraction of each observation matters for the next step. We study task-conditioned tool-output pruning: given a focused query and one tool output, return the smallest verbatim evidence block the agent should inspect next. We introduce a benchmark of 11,477 examples built from SWE-bench repository interactions and synthetic multi-ecosystem tool outputs, with a manually curated 618-example test set. We fine-tune Qwen 3.5 2B with LoRA and compare it against larger zero-shot models and heuristic pruning baselines. Our model reaches 0.86 recall and 0.80 F1 while removing 92% of input tokens, outperforming zero-shot Qwen 3.5 35B A3B by 11 recall points and all heuristic baselines by a wide margin.

📄 PDF Abstract BibTeX arXiv:2604.04979

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Joint Token Pruning and Squeezing Towards More Aggressive Compression of Vision Transformers

2023-04-21 · CVPR 2023 1 · Siyuan Wei, Tianzhu Ye, Shen Zhang, Yao Tang 외

Although vision transformers (ViTs) have shown promising results in various computer vision tasks recently, their high computational cost limits their practical applications. Previous approaches that prune redundant toke…

Efficient ViTs

SqueezerFaceNet: Reducing a Small Face Recognition CNN Even More Via Filter Pruning

2023-07-20 · Fernando Alonso-Fernandez, Kevin Hernandez-Diaz, Jose Maria Buades Rubio, Josef Bigun

The widespread use of mobile devices for various digital services has created a need for reliable and real-time person authentication. In this context, facial recognition technologies have emerged as a dependable method …

Face RecognitionFace VerificationNetwork Pruning

Squeeze-Release: Iterative Pruning with Exact Structural Minimization

2026-06-12 · Roman Denkin, Ida Akerholm, Prashant Singh, Ida-Maria Sintorn arxiv

Unstructured pruning produces sparse weight tensors, but the standard implementation keeps tensor shapes unchanged so the deployed model is no smaller than before pruning. We present an exact structural rewrite, which we…

SMOF: Squeezing More Out of Filters Yields Hardware-Friendly CNN Pruning

2021-10-21 · Yanli Liu, Bochen Guan, Qinwen Xu, Weiyi Li 외

For many years, the family of convolutional neural networks (CNNs) has been a workhorse in deep learning. Recently, many novel CNN structures have been designed to address increasingly challenging tasks. To make them wor…

Network Pruning

APMSqueeze: A Communication Efficient Adam-Preconditioned Momentum SGD Algorithm

2020-08-26 · Hanlin Tang, Shaoduo Gan, Samyam Rajbhandari, Xiangru Lian 외

Adam is the important optimization algorithm to guarantee efficiency and accuracy for training many important tasks such as BERT and ImageNet. However, Adam is generally not compatible with information (gradient) compres…