English

Learning to Rank Utterances for Query-Focused Meeting Summarization

Computation and Language 2023-05-23 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2305.12753,
  title  = {Learning to Rank Utterances for Query-Focused Meeting Summarization},
  author = {Xingxian Liu and Yajing Xu},
  journal= {arXiv preprint arXiv:2305.12753},
  year   = {2023}
}

Comments

Accepted by Findings of ACL 2023

R2 v1 2026-06-28T10:40:58.517Z