paper-with-me

Papers

TAPIOCA: Why Task- Aware Pruning Improves OOD model Capability

2026-05-14 · Krish Sharma, Omar Naim, Soumadeep Saha, Vinija Jain, Aman Chadha, Nicholas Asher arxiv

Recent work has promoted task-aware layer pruning as a way to improve model performance on particular tasks, as shown by TALE. In this paper, we investigate when such improvements occur and why. We show first that, across controlled polynomial regression tasks and large language models, such pruning yields no benefit on in-distribution (ID) data but consistently improves out-of-distribution (OOD) accuracy. We further show empirically that OOD inputs induce layerwise norm and pairwise-distance profiles that deviate from the corresponding ID profiles. This leads to a geometric explanation of task-aware pruning: each task induces a task-adapted geometry, characterized empirically by the representation profiles observed on ID inputs. OOD inputs can introduce a distorted version of the task-adapted geometry. Task-aware pruning identifies layers that create or amplify this distortion; by removing them, it shifts OOD representational norms and pairwise distances toward those observed on the adapted distribution. This realigns OOD inputs with the model's task-adapted geometry and improves performance. We provide causal evidence through controlled distribution shifts and residual-scaling interventions, and demonstrate consistent behavior across model scales.

📄 PDF Abstract BibTeX arXiv:2605.14738

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoning

2025-05-20 · Shangziqi Zhao, Jiahao Yuan, Guisong Yang, Usman Naseem

Long chain-of-thought (Long-CoT) reasoning improves accuracy in LLMs, yet its verbose, self-reflective style often hinders effective distillation into small language models (SLMs). We revisit Long-CoT compression through…

Large Language ModelMathematical Reasoning

OpenTapioca: Lightweight Entity Linking for Wikidata

2019-04-19 · Antonin Delpeuch

We propose a simple Named Entity Linking system that can be trained from Wikidata only. This demonstrates the strengths and weaknesses of this data source for this task and provides an easily reproducible baseline to com…

Entity Linking

Wanda++: Pruning Large Language Models via Regional Gradients

2025-03-06 · ICLR Workshop on Sparsity in LLMs 2025 3 · Yifan Yang, Kai Zhen, Bhavana Ganesh, Aram Galstyan 외

Large Language Models (LLMs) pruning seeks to remove unimportant weights for inference speedup with minimal performance impact. However, existing methods often suffer from performance loss without full-model sparsity-awa…

DecoderGPULanguage ModelingLanguage Modelling

HALP: Hardware-Aware Latency Pruning

2021-10-20 · Maying Shen, Hongxu Yin, Pavlo Molchanov, Lei Mao 외

Structural pruning can simplify network architecture and improve inference speed. We propose Hardware-Aware Latency Pruning (HALP) that formulates structural pruning as a global resource allocation optimization problem, …

Topology-Aware Revival for Efficient Sparse Training

2026-02-04 · Meiling Jin, Fei Wang, Xiaoyun Yuan, Chen Qian 외 arxiv

Static sparse training is a promising route to efficient learning by committing to a fixed mask pattern, yet the constrained structure reduces robustness. Early pruning decisions can lock the network into a brittle struc…

Reinforcement Learning