paper-with-me

홈 › Papers

A Lightweight Constrained Generation Alternative for Query-focused Summarization

2023-04-23 · Zhichao Xu, Daniel Cohen

Query-focused summarization (QFS) aims to provide a summary of a document that satisfies information need of a given query and is useful in various IR applications, such as abstractive snippet generation. Current QFS approaches typically involve injecting additional information, e.g. query-answer relevance or fine-grained token-level interaction between a query and document, into a finetuned large language model. However, these approaches often require extra parameters \& training, and generalize poorly to new dataset distributions. To mitigate this, we propose leveraging a recently developed constrained generation model Neurological Decoding (NLD) as an alternative to current QFS regimes which rely on additional sub-architectures and training. We first construct lexical constraints by identifying important tokens from the document using a lightweight gradient attribution model, then subsequently force the generated summary to satisfy these constraints by directly manipulating the final vocabulary likelihood. This lightweight approach requires no additional parameters or finetuning as it utilizes both an off-the-shelf neural retrieval model to construct the constraints and a standard generative language model to produce the QFS. We demonstrate the efficacy of this approach on two public QFS collections achieving near parity with the state-of-the-art model with substantially reduced complexity.

📄 PDF Abstract BibTeX arXiv:2304.11721

Code (1)

zhichaoxu-shufe/constrained-qfs 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuery-focused SummarizationRetrieval

Similar Papers 제목 키워드 기반

Constrained Regeneration for Cross-Lingual Query-Focused Extractive Summarization

2022-10-01 · COLING 2022 10 · Elsbeth Turcan, David Wan, Faisal Ladhak, Petra Galuscakova 외

Query-focused summaries of foreign-language, retrieved documents can help a user understand whether a document is actually relevant to the query term. A standard approach to this problem is to first translate the source …

Extractive SummarizationMachine TranslationTranslation

DETQUS: Decomposition-Enhanced Transformers for QUery-focused Summarization

2025-03-07 · Yasir Khan, Xinlei Wu, Sangpil Youm, Justin Ho 외

Query-focused tabular summarization is an emerging task in table-to-text generation that synthesizes a summary response from tabular data based on user queries. Traditional transformer-based approaches face challenges du…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+3

Query-focused Sentence Compression in Linear Time

2019-04-19 · Abram Handler, Brendan O'Connor

Search applications often display shortened sentences which must contain certain query terms and must fit within the space constraints of a user interface. This work introduces a new transition-based sentence compression…

GPUSentenceSentence Compression

Query-focused Sentence Compression in Linear Time

2019-11-01 · IJCNLP 2019 11 · H, Abram ler, Brendan O{'}Connor

Search applications often display shortened sentences which must contain certain query terms and must fit within the space constraints of a user interface. This work introduces a new transition-based sentence compression…

GPUSentenceSentence Compression

CR^2: Cost-Aware Risk-Controlled Routing for Wireless Device-Edge LLM Inference

2026-05-12 · Nan Xue, Shengkang Chen, Zhiyong Chen, Jiangchao Yao 외 arxiv

As large language models (LLMs) move from centralized clouds to mobile edge environments, efficient serving must balance latency, energy consumption, and accuracy under constrained device-edge resources. Query-level rout…