paper-with-me

Papers

DySCO: Dynamic Attention-Scaling Decoding for Long-Context Language Models

2026-02-25 · Xi Ye, Wuwei Zhang, Fangcong Yin, Howard Yen, Danqi Chen arxiv

Understanding and reasoning over long contexts is a crucial capability for language models (LMs). Although recent models support increasingly long context windows, their accuracy often deteriorates as input length grows. In practice, models often struggle to keep attention aligned with the most relevant context throughout decoding. In this work, we propose DYSCO, a novel decoding algorithm for improving long-context reasoning. DYSCO leverages retrieval heads--a subset of attention heads specialized for longcontext retrieval--to identify task-relevant tokens at each decoding step and explicitly up-weight them. By doing so, DYSCO dynamically adjusts attention during generation to better utilize relevant context. The method is training-free and can be applied directly to any off-the-shelf LMs. Across multiple instruction-tuned and reasoning models, DYSCO consistently improves performance on challenging long-context reasoning benchmarks, yielding relative gains of up to 25% on MRCR and LongBenchV2 at 128K context length with modest additional compute. Further analysis highlights the importance of both dynamic attention rescaling and retrievalhead guided selection for the effectiveness of the method, while providing interpretability insights into decoding-time attention behavior. Our code is available at https://github.com/princeton-pli/DySCO.

📄 PDF Abstract BibTeX arXiv:2602.22175

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DySCo: Dynamic Semantic Compression for Effective Long-term Time Series Forecasting

2026-04-01 · Xiang Ao, Yinyu Tan, Mengru Chen arxiv

Time series forecasting (TSF) is critical across domains such as finance, meteorology, and energy. While extending the lookback window theoretically provides richer historical context, in practice, it often introduces ir…

Time Series Forecasting

Dysco: Dynamic Subspace Boosting to Mitigate LoRA Interference in Federated Learning

2026-07-15 · Haobo Zhang, Jiankun Wang, Suraj Rajendran, Weishen Pan 외 arxiv

Federated fine-tuning of large pre-trained models increasingly relies on Low-Rank Adaptation (LoRA) to reduce communication and computation, but heterogeneous clients can make adapter aggregation unstable. We identify th…

Federated Learning

Dynamic Scoring with Enhanced Semantics for Training-Free Human-Object Interaction Detection

2025-07-23 · Francesco Tonini, Lorenzo Vaquero, Alessandro Conti, Cigdem Beyan 외 arxiv

Human-Object Interaction (HOI) detection aims to identify humans and objects within images and interpret their interactions. Existing HOI methods rely heavily on large datasets with manual annotations to learn interactio…

Human-Object Interaction Detection

Dynamic Trust-Aware Sparse Communication Topology for LLM-Based Multi-Agent Consensus

2026-06-01 · Wanshuang Gou, Zihan Liu arxiv

Large language model-driven multi-agent systems enhance the reliability of complex reasoning tasks through multi-round deliberation, role specialization, and cross-validation. However, existing multi-agent debate and col…

Mathematical ReasoningLogical Reasoning

Efficient Pretraining Length Scaling

2025-04-21 · Bohong Wu, Shen Yan, Sijun Zhang, Jianqiao Lu 외

Recent advances in large language models have demonstrated the effectiveness of length scaling during post-training, yet its potential in pre-training remains underexplored. We present the Parallel Hidden Decoding Transf…