English

Logit Reweighting for Topic-Focused Summarization

Machine Learning 2025-07-08 v1 Computation and Language

Abstract

Generating abstractive summaries that adhere to a specific topic remains a significant challenge for language models. While standard approaches, such as fine-tuning, are resource-intensive, simpler methods like prompt engineering often struggle to maintain topical focus, particularly with smaller models. To address this, we propose a lightweight method that enhances topical relevance by directly reweighting the logits of topic-relevant tokens during generation. We evaluate three such reweighting techniques: Constant Shift, which adds a constant value to logits; Factor Scaling, which multiplies them by a factor; and Threshold Selection, which selectively boosts logits that exceed a probability threshold. Experiments on the NEWTS topical summarization dataset, using both Gemma-2B and Llama-3-8B models, show that these techniques effectively increase the use of topic-relevant vocabulary. Notably, the Threshold Selection method successfully improves topical focus without compromising summary quality-a trade-off often seen in other approaches. Our findings demonstrate that directly reweighting logits is a practical and resource-efficient alternative to fine-tuning, offering a promising pathway for precisely controlling the thematic content of generated text.

Keywords

Cite

@article{arxiv.2507.05235,
  title  = {Logit Reweighting for Topic-Focused Summarization},
  author = {Joschka Braun and Bálint Mucsányi and Seyed Ali Bahrainian},
  journal= {arXiv preprint arXiv:2507.05235},
  year   = {2025}
}

Comments

11 pages, 13 figures

R2 v1 2026-07-01T03:49:55.864Z