CLJun 29, 2021

TWAG: A Topic-Guided Wikipedia Abstract Generator

arXiv:2106.15135v1712 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for more structured and comprehensive abstract generation for entities in Wikipedia, representing an incremental improvement over prior multi-document summarization techniques.

The paper tackles the problem of generating Wikipedia abstracts from web sources by incorporating topic guidance, resulting in a model that outperforms existing baselines on the WikiCatSum dataset.

Wikipedia abstract generation aims to distill a Wikipedia abstract from web sources and has met significant success by adopting multi-document summarization techniques. However, previous works generally view the abstract as plain text, ignoring the fact that it is a description of a certain entity and can be decomposed into different topics. In this paper, we propose a two-stage model TWAG that guides the abstract generation with topical information. First, we detect the topic of each input paragraph with a classifier trained on existing Wikipedia articles to divide input documents into different topics. Then, we predict the topic distribution of each abstract sentence, and decode the sentence from topic-aware representations with a Pointer-Generator network. We evaluate our model on the WikiCatSum dataset, and the results show that \modelnames outperforms various existing baselines and is capable of generating comprehensive abstracts. Our code and dataset can be accessed at \url{https://github.com/THU-KEG/TWAG}

Code Implementations1 repo
Foundations

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

Your Notes