paper-with-me

홈 › Papers

Multi-Query Focused Disaster Summarization via Instruction-Based Prompting

2024-02-14 · Philipp Seeberger, Korbinian Riedhammer

Automatic summarization of mass-emergency events plays a critical role in disaster management. The second edition of CrisisFACTS aims to advance disaster summarization based on multi-stream fact-finding with a focus on web sources such as Twitter, Reddit, Facebook, and Webnews. Here, participants are asked to develop systems that can extract key facts from several disaster-related events, which ultimately serve as a summary. This paper describes our method to tackle this challenging task. We follow previous work and propose to use a combination of retrieval, reranking, and an embarrassingly simple instruction-following summarization. The two-stage retrieval pipeline relies on BM25 and MonoT5, while the summarizer module is based on the open-source Large Language Model (LLM) LLaMA-13b. For summarization, we explore a Question Answering (QA)-motivated prompting approach and find the evidence useful for extracting query-relevant facts. The automatic metrics and human evaluation show strong results but also highlight the gap between open-source and proprietary systems.

📄 PDF Abstract BibTeX arXiv:2402.09008

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelManagementQuestion AnsweringRerankingRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Instructive Dialogue Summarization with Query Aggregations

2023-10-17 · Bin Wang, Zhengyuan Liu, Nancy F. Chen

Conventional dialogue summarization methods directly generate summaries and do not consider user's specific interests. This poses challenges in cases where the users are more focused on particular topics or aspects. With…

Machine Reading ComprehensionReading ComprehensionText Summarization

Few-shot Query-Focused Summarization with Prefix-Merging

2022-11-29 · Ruifeng Yuan, Zili Wang, Ziqiang Cao, Wenjie Li

Query-focused summarization has been considered as an important extension for text summarization. It aims to generate a concise highlight for a given query. Different from text summarization, query-focused summarization …

Few-Shot LearningQuery-focused SummarizationQuestion AnsweringText Summarization

Combining Deep Neural Reranking and Unsupervised Extraction for Multi-Query Focused Summarization

2023-02-02 · Philipp Seeberger, Korbinian Riedhammer

The CrisisFACTS Track aims to tackle challenges such as multi-stream fact-finding in the domain of event tracking; participants' systems extract important facts from several disaster-related events while incorporating th…

DiversityExtractive SummarizationQuery-focused SummarizationQuestion Answering+2

HowSumm: A Multi-Document Summarization Dataset Derived from WikiHow Articles

2021-10-07 · Odellia Boni, Guy Feigenblat, Guy Lev, Michal Shmueli-Scheuer 외

We present HowSumm, a novel large-scale dataset for the task of query-focused multi-document summarization (qMDS), which targets the use-case of generating actionable instructions from a set of sources. This use-case is …

Abstractive Text SummarizationArticlesDocument SummarizationMulti-Document Summarization

QFMTS: Generating Query-Focused Summaries over Multi-Table Inputs

2024-05-08 · Weijia Zhang, Vaishali Pal, Jia-Hong Huang, Evangelos Kanoulas 외

Table summarization is a crucial task aimed at condensing information from tabular data into concise and comprehensible textual summaries. However, existing approaches often fall short of adequately meeting users' inform…

Language ModelingLanguage ModellingLarge Language Model