paper-with-me

Papers

QMSum: A New Benchmark for Query-based Multi-domain Meeting Summarization

2021-04-13 · NAACL 2021 4 · Ming Zhong, Da Yin, Tao Yu, Ahmad Zaidi, Mutethia Mutuma, Rahul Jha, Ahmed Hassan Awadallah, Asli Celikyilmaz, Yang Liu, Xipeng Qiu, Dragomir Radev

Meetings are a key component of human collaboration. As increasing numbers of meetings are recorded and transcribed, meeting summaries have become essential to remind those who may or may not have attended the meetings about the key decisions made and the tasks to be completed. However, it is hard to create a single short summary that covers all the content of a long meeting involving multiple people and topics. In order to satisfy the needs of different types of users, we define a new query-based multi-domain meeting summarization task, where models have to select and summarize relevant spans of meetings in response to a query, and we introduce QMSum, a new benchmark for this task. QMSum consists of 1,808 query-summary pairs over 232 meetings in multiple domains. Besides, we investigate a locate-then-summarize method and evaluate a set of strong summarization baselines on the task. Experimental results and manual analysis reveal that QMSum presents significant challenges in long meeting summarization for future research. Dataset is available at \url{https://github.com/Yale-LILY/QMSum}.

📄 PDF Abstract BibTeX arXiv:2104.05938

Code (1)

Yale-LILY/QMSum 공식 구현 pytorch

Tasks

Meeting Summarization

Similar Papers 제목 키워드 기반

Meeting Summarization with Pre-training and Clustering Methods

2021-11-16 · Andras Huebner, Wei Ji, Xiang Xiao

Automatic meeting summarization is becoming increasingly popular these days. The ability to automatically summarize meetings and to extract key information could greatly increase the efficiency of our work and life. In t…

ClusteringLanguage ModelingLanguage ModellingMeeting Summarization+1

Improving Query-Focused Meeting Summarization with Query-Relevant Knowledge

2023-09-05 · Tiezheng Yu, Ziwei Ji, Pascale Fung

Query-Focused Meeting Summarization (QFMS) aims to generate a summary of a given meeting transcript conditioned upon a query. The main challenges for QFMS are the long input text length and sparse query-relevant informat…

Meeting Summarization

Investigating Consistency in Query-Based Meeting Summarization: A Comparative Study of Different Embedding Methods

2024-02-10 · Chen Jia-Chen, Guillem Senabre, Allane Caron

With more and more advanced data analysis techniques emerging, people will expect these techniques to be applied in more complex tasks and solve problems in our daily lives. Text Summarization is one of famous applicatio…

ArticlesMeeting SummarizationText Summarization

Query-Utterance Attention with Joint modeling for Query-Focused Meeting Summarization

2023-03-08 · Xingxian Liu, Bin Duan, Bo Xiao, Yajing Xu

Query-focused meeting summarization (QFMS) aims to generate summaries from meeting transcripts in response to a given query. Previous works typically concatenate the query with meeting transcripts and implicitly model th…

Meeting SummarizationRetrieval

Learning to Rank Utterances for Query-Focused Meeting Summarization

2023-05-22 · Xingxian Liu, Yajing Xu

Query-focused meeting summarization(QFMS) aims to generate a specific summary for the given query according to the meeting transcripts. Due to the conflict between long meetings and limited input size, previous works mai…

Learning-To-RankMeeting Summarization