🤖 AI Summary
To address the challenge in query-focused summarization (QFS) where large language models struggle to jointly model long documents and achieve fine-grained query alignment, this paper proposes the Query-aware HyperExpert framework and the Query-focused Infini-attention mechanism. The former employs query-aware hyper-expert routing for modular semantic adaptation, while the latter integrates query-driven sparse attention constraints into infinite-context modeling. By synergistically combining extractive summarization paradigms with the strong generative capabilities of LLMs, our approach achieves significant improvements over state-of-the-art methods across multiple standard QFS benchmarks. It delivers high accuracy, strong generalization across diverse query types and document domains, and improved inference efficiency. The implementation is publicly available.
📝 Abstract
Query-focused summarization (QFS) aims to produce summaries that answer particular questions of interest, enabling greater user control and personalization. With the advent of large language models (LLMs), shows their impressive capability of textual understanding through large-scale pretraining, which implies the great potential of extractive snippet generation. In this paper, we systematically investigated two indispensable characteristics that the LLMs-based QFS models should be harnessed, Lengthy Document Summarization and Efficiently Fine-grained Query-LLM Alignment, respectively. Correspondingly, we propose two modules called Query-aware HyperExpert and Query-focused Infini-attention to access the aforementioned characteristics. These innovations pave the way for broader application and accessibility in the field of QFS technology. Extensive experiments conducted on existing QFS benchmarks indicate the effectiveness and generalizability of the proposed approach. Our code is publicly available at https://github.com/DCDmllm/IDEAL_Summary.