CLAIMay 22, 2023

Learning to Rank Utterances for Query-Focused Meeting Summarization

arXiv:2305.12753v1223 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of generating specific summaries from long meetings for users needing targeted information, representing an incremental improvement over prior extract-then-summarize methods.

The paper tackles the problem of query-focused meeting summarization by proposing a Ranker-Generator framework that learns to rank utterances based on comparisons and global orders, which outperforms existing multi-stage models on the QMSum dataset with fewer parameters.

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 mainly adopt extract-then-summarize methods, which use extractors to simulate binary labels or ROUGE scores to extract utterances related to the query and then generate a summary. However, the previous approach fails to fully use the comparison between utterances. To the extractor, comparison orders are more important than specific scores. In this paper, we propose a Ranker-Generator framework. It learns to rank the utterances by comparing them in pairs and learning from the global orders, then uses top utterances as the generator's input. We show that learning to rank utterances helps to select utterances related to the query effectively, and the summarizer can benefit from it. Experimental results on QMSum show that the proposed model outperforms all existing multi-stage models with fewer parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes