paper-with-me

Papers

DESCGEN: A Distantly Supervised Dataset for Generating Abstractive Entity Descriptions

2021-06-09 · Weijia Shi, Mandar Joshi, Luke Zettlemoyer

Short textual descriptions of entities provide summaries of their key attributes and have been shown to be useful sources of background knowledge for tasks such as entity linking and question answering. However, generating entity descriptions, especially for new and long-tail entities, can be challenging since relevant information is often scattered across multiple sources with varied content and style. We introduce DESCGEN: given mentions spread over multiple documents, the goal is to generate an entity summary description. DESCGEN consists of 37K entity descriptions from Wikipedia and Fandom, each paired with nine evidence documents on average. The documents were collected using a combination of entity linking and hyperlinks to the Wikipedia and Fandom entity pages, which together provide high-quality distant supervision. The resulting summaries are more abstractive than those found in existing datasets and provide a better proxy for the challenge of describing new and emerging entities. We also propose a two-stage extract-then-generate baseline and show that there exists a large gap (19.9% in ROUGE-L) between state-of-the-art models and human performance, suggesting that the data will support significant future work.

📄 PDF Abstract BibTeX arXiv:2106.05365

Code (1)

swj0419/DESCGEN 공식 구현

Tasks

Entity LinkingQuestion Answering

Similar Papers 제목 키워드 기반

DESCGEN: A Distantly Supervised Datasetfor Generating Entity Descriptions

2021-08-01 · ACL 2021 5 · Weijia Shi, Mandar Joshi, Luke Zettlemoyer

Short textual descriptions of entities provide summaries of their key attributes and have been shown to be useful sources of background knowledge for tasks such as entity linking and question answering. However, generati…

Document SummarizationEntity LinkingMulti-Document SummarizationQuestion Answering

Improving Neural Abstractive Document Summarization with Explicit Information Selection Modeling

2018-10-01 · EMNLP 2018 10 · Wei Li, Xinyan Xiao, Yajuan Lyu, Yuanzhuo Wang

Information selection is the most important component in document summarization task. In this paper, we propose to extend the basic neural encoding-decoding framework with an information selection layer to explicitly mod…

Abstractive Text SummarizationDocument SummarizationMachine TranslationSentence+1

Concept Pointer Network for Abstractive Summarization

2019-10-18 · IJCNLP 2019 11 · Wang Wenbo, Gao Yang, Huang Heyan, Zhou Yuxiang

A quality abstractive summary should not only copy salient source texts as summaries but should also tend to generate new conceptual words to express concrete details. Inspired by the popular pointer generator sequence-t…

Abstractive Text SummarizationText Summarization

Enhance Long Text Understanding via Distilled Gist Detector from Abstractive Summarization

2021-10-10 · Yan Liu, Yazheng Yang

Long text understanding is important yet challenging in natural language processing. A long article or essay usually contains many redundant words that are not pertinent to its gist and sometimes can be regarded as noise…

Abstractive Text SummarizationDocument ClassificationOpen-Domain Question AnsweringQuestion Answering+2

HiCLRE: A Hierarchical Contrastive Learning Framework for Distantly Supervised Relation Extraction

2022-02-27 · Findings (ACL) 2022 5 · Dongyang Li, Taolin Zhang, Nan Hu, Chengyu Wang 외

Distant supervision assumes that any sentence containing the same entity pairs reflects identical relationships. Previous works of distantly supervised relation extraction (DSRE) task generally focus on sentence-level or…

Contrastive LearningData AugmentationRelationRelation Extraction+1