paper-with-me

홈 › Papers

Assessing the Quality of Human-Generated Summaries with Weakly Supervised Learning

2021-05-01 · NoDaLiDa 2021 5 · Joakim Olsen, Arild Brandrud Næss, Pierre Lison

This paper explores how to automatically measure the quality of human-generated summaries, based on a Norwegian corpus of real estate condition reports and their corresponding summaries. The proposed approach proceeds in two steps. First, the real estate reports and their associated summaries are automatically labelled using a set of heuristic rules gathered from human experts and aggregated using weak supervision. The aggregated labels are then employed to learn a neural model that takes a document and its summary as inputs and outputs a score reflecting the predicted quality of the summary. The neural model maps the document and its summary to a shared “summary content space” and computes the cosine similarity between the two document embeddings to predict the final summary quality score. The best performance is achieved by a CNN-based model with an accuracy (measured against the aggregated labels obtained via weak supervision) of 89.5%, compared to 72.6% for the best unsupervised model. Manual inspection of examples indicate that the weak supervision labels do capture important indicators of summary quality, but the correlation of those labels with human judgements remains to be validated. Our models of summary quality predict that approximately 30% of the real estate reports in the corpus have a summary of poor quality.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Weakly-supervised Learning

Similar Papers 제목 키워드 기반

PrefScore: Pairwise Preference Learning for Reference-free Summarization Quality Assessment

2022-10-01 · COLING 2022 10 · Ge Luo, Hebi Li, Youbiao He, Forrest Sheng Bao

Evaluating machine-generated summaries without a human-written reference summary has been a need for a long time. Inspired by preference labeling in existing work of summarization evaluation, we propose to judge summary …

PrefScore: Pairwise Preference Learning for Reference-free Single-document Summarization Quality Assessment

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Evaluating machine-generated summaries without a human-written reference summary has been a need for a long time. Inspired by preference labeling in existing works of summarization evaluation, we propose to judge summary…

Document Summarization

An Automated Length-Aware Quality Metric for Summarization

2025-07-10 · Andrew D. Foland arxiv

This paper proposes NOrmed Index of Retention (NOIR), a quantitative objective metric for evaluating summarization quality of arbitrary texts that relies on both the retention of semantic meaning and the summary length c…

Semantic Similarity

Evaluating the Factual Consistency of Abstractive Text Summarization

2019-10-28 · EMNLP 2020 11 · Wojciech Kryściński, Bryan McCann, Caiming Xiong, Richard Socher

Currently used metrics for assessing summarization algorithms do not account for whether summaries are factually consistent with source documents. We propose a weakly-supervised, model-based approach for verifying factua…

Abstractive Text SummarizationFact CheckingNatural Language InferenceSentence+1

Leveraging Pretrained Models for Automatic Summarization of Doctor-Patient Conversations

2021-09-24 · Findings (EMNLP) 2021 11 · Longxiang Zhang, Renato Negrinho, Arindam Ghosh, Vasudevan Jagannathan 외

Fine-tuning pretrained models for automatically summarizing doctor-patient conversation transcripts presents many challenges: limited training data, significant domain shift, long and noisy transcripts, and high target s…

Hallucination