paper-with-me

Papers

Generating Query Focused Summaries without Fine-tuning the Transformer-based Pre-trained Models

2023-03-10 · Deen Abdullah, Shamanth Nayak, Gandharv Suri, Yllias Chali

Fine-tuning the Natural Language Processing (NLP) models for each new data set requires higher computational time associated with increased carbon footprint and cost. However, fine-tuning helps the pre-trained models adapt to the latest data sets; what if we avoid the fine-tuning steps and attempt to generate summaries using just the pre-trained models to reduce computational time and cost. In this paper, we tried to omit the fine-tuning steps and investigate whether the Marginal Maximum Relevance (MMR)-based approach can help the pre-trained models to obtain query-focused summaries directly from a new data set that was not used to pre-train the models. First, we used topic modelling on Wikipedia Current Events Portal (WCEP) and Debatepedia datasets to generate queries for summarization tasks. Then, using MMR, we ranked the sentences of the documents according to the queries. Next, we passed the ranked sentences to seven transformer-based pre-trained models to perform the summarization tasks. Finally, we used the MMR approach again to select the query relevant sentences from the generated summaries of individual pre-trained models and constructed the final summary. As indicated by the experimental results, our MMR-based approach successfully ranked and selected the most relevant sentences as summaries and showed better performance than the individual pre-trained models.

📄 PDF Abstract BibTeX arXiv:2303.06230

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Generating Query to Perform Query Focused Abstractive Summarization using Pre-trained Model

2020-12-01 · INLG (ACL) 2020 12 · Deen Mohammad Abdullah, Yllias Chali

Query Focused Abstractive Summarization (QFAS) represents an abstractive summary from the source document based on a given query. To measure the performance of abstractive summarization tasks, different datasets have bee…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingSentence

Generating Query Focused Summaries from Query-Free Resources

2020-12-29 · ACL 2021 5 · Yumo Xu, Mirella Lapata

The availability of large-scale datasets has driven the development of neural models that create generic summaries from single or multiple documents. In this work we consider query focused summarization (QFS), a task for…

Language ModelingLanguage ModellingQuery-focused Summarization

Your Interest, Your Summaries: Query-Focused Long Video Summarization

2024-10-17 · Nirav Patel, Payal Prajapati, Maitrik Shah

Generating a concise and informative video summary from a long video is important, yet subjective due to varying scene importance. Users' ability to specify scene importance through text queries enhances the relevance of…

Query focused video summarizationVideo Summarization

Unstructured Evidence Attribution for Long Context Query Focused Summarization

2025-02-20 · Dustin Wright, Zain Muhammad Mujahid, Lu Wang, Isabelle Augenstein 외

Large language models (LLMs) are capable of generating coherent summaries from very long contexts given a user query. Extracting and properly citing evidence spans could help improve the transparency and reliability of t…

Query-focused Summarization

Improve Query Focused Abstractive Summarization by Incorporating Answer Relevance

2021-05-27 · Findings (ACL) 2021 8 · Dan Su, Tiezheng Yu, Pascale Fung

Query focused summarization (QFS) models aim to generate summaries from source documents that can answer the given query. Most previous work on QFS only considers the query relevance criterion when producing the summary.…

Abstractive Text SummarizationQuery-focused SummarizationQuestion Answering