Summary Cloze: A New Task for Content Selection in Topic-Focused Summarization (D19-1)
Copied to clipboard
| Challenge: | Recent work on topic-focused summarization has focused on generic summarizing due to the size of the available datasets. |
| Approach: | They propose a method to study content selection in topic-focused summarization by narrowing the scope to a sentence-level task. |
| Outcome: | The proposed method can generate a large-scale summary cloze dataset from Wikipedia. |
Similar Papers
Content Selection in Deep Learning Models of Summarization (D18-1)
Copied to clipboard
| Challenge: | Using deep learning models, we find that word embedding does not improve performance over simpler models. |
| Approach: | They propose to use sentence embedding to perform content selection across multiple domains . they propose to propose two alternative models that use auto-regressive sentence extraction . |
| Outcome: | The proposed models improve performance across news, personal stories, meetings, and medical articles. |
Original Content Is All You Need! an Empirical Study on Leveraging Answer Summary for WikiHowQA Answer Selection Task (2022.coling-1)
Copied to clipboard
Liang Wen, Juan Li, Houfeng Wang, Yingwei Luo, Xiaolin Wang, Xiaodong Zhang, Zhicong Cheng, Dawei Yin
| Challenge: | Existing answer selection approaches for community question answering lack additional answer summaries due to redundancy and lengthiness issues of crowdsourced answers. |
| Approach: | They constructed a dataset which contains a corresponding reference summary for each original lengthy answer. |
| Outcome: | The proposed model improves the performance of a question and candidate answer on a WikiHowQA dataset. |
Exploring Content Selection in Summarization of Novel Chapters (2020.acl-main)
Copied to clipboard
| Challenge: | We focus on extractive summarization, which requires the creation of a gold-standard set of extractive summary summaries. |
| Approach: | They propose a new metric for aligning summary sentences with chapter sentences to create gold extracts. |
| Outcome: | The proposed method improves on previous methods and automatic metrics and a crowd-sourced pyramid analysis. |
Principled Content Selection to Generate Diverse and Personalized Multi-Document Summaries (2025.acl-long)
Copied to clipboard
| Challenge: | Large language models exhibit the _”lost in the middle” phenomenon when they are unevenly attending to different parts of the provided context. |
| Approach: | They propose principled content selection as a way to increase source coverage . they use determinantal point processes to prioritize diverse content . |
| Outcome: | The proposed method improves source coverage on the DiverseSumm benchmark. |
Bottom-Up Abstractive Summarization (D18-1)
Copied to clipboard
| Challenge: | Existing approaches to summarize text using end-to-end content selectors have had mixed success in content selection, for example copying full sentences from the source document. |
| Approach: | They propose to use content selectors to over-determine phrases in a source document that should be part of the summary. |
| Outcome: | The proposed model over-determines phrases in a source document that should be part of the summary while generating fluent summaries. |
Knowledge Graph-Augmented Abstractive Summarization with Semantic-Driven Cloze Reward (2020.acl-main)
Copied to clipboard
| Challenge: | Abstractive summarization models for document encoders suffer from fabricated content and are often near-extractive. |
| Approach: | They propose a framework for abstractive summarization with Graph-Augmentation and semantic-driven RewarD that uses a sequential document encoder and a graph-structured encoder to maintain the global context and local characteristics of entities. |
| Outcome: | The proposed framework produces higher ROUGE scores than a variant without knowledge graph on New York Times and CNN/Daily Mail datasets. |
Effective Crowdsourcing for a New Type of Summarization Task (N18-2)
Copied to clipboard
| Challenge: | Currently, summarization research focuses on summarizing the entire text, but in practice, readers are often interested in only one aspect of the document or conversation. |
| Approach: | They propose a new task where the goal is to summarize a particular aspect of a document. |
| Outcome: | The proposed task is based on a crowdsourced data collection workflow that allows users to collect high-quality summaries. |
How to Find Strong Summary Coherence Measures? A Toolbox and a Comparative Study for Summary Coherence Measure Evaluation (2022.coling-1)
Copied to clipboard
| Challenge: | Existing methods to evaluate summary coherence are often evaluated using disparate datasets and metrics. |
| Approach: | They propose to use automatic evaluation to evaluate coherence of summaries by selecting high-scoring candidates. |
| Outcome: | The proposed methods show that they can perform better on an even playing field. |
Long-Span Summarization via Local Attention and Content Selection (2021.acl-long)
Copied to clipboard
| Challenge: | Transformer-based models are state-of-the-art for a wide range of natural language processing tasks, including document summarization. |
| Approach: | They exploit large pre-trained transformer-based models and address long-span dependencies in abstractive summarization using two methods: local self-attention; and explicit content selection. |
| Outcome: | The proposed models achieve state-of-the-art on Spotify Podcast, arXiv, and PubMed datasets. |
Summarization Evaluation in the Absence of Human Model Summaries Using the Compositionality of Word Embeddings (C18-1)
Copied to clipboard
| Challenge: | Existing summary evaluation methods rely on multiple model summaries to evaluate quality of summary outputs. |
| Approach: | They propose a new summary evaluation approach that does not require human model summaries . they exploit compositional capabilities of word embeddings to develop features . |
| Outcome: | The proposed metric replicates human-generated summarization scores on data from TAC 2008 and 2009 . the features are then used to train a learning model for predicting the summary content quality in the absence of gold models. |