paper-with-me

홈 › Papers

An analysis of document graph construction methods for AMR summarization

2021-11-27 · Fei-Tzin Lee, Chris Kedzie, Nakul Verma, Kathleen McKeown

Meaning Representation (AMR) is a graph-based semantic representation for sentences, composed of collections of concepts linked by semantic relations. AMR-based approaches have found success in a variety of applications, but a challenge to using it in tasks that require document-level context is that it only represents individual sentences. Prior work in AMR-based summarization has automatically merged the individual sentence graphs into a document graph, but the method of merging and its effects on summary content selection have not been independently evaluated. In this paper, we present a novel dataset consisting of human-annotated alignments between the nodes of paired documents and summaries which may be used to evaluate (1) merge strategies; and (2) the performance of content selection methods over nodes of a merged or unmerged AMR graph. We apply these two forms of evaluation to prior work as well as a new method for node merging and show that our new method has significantly better performance than prior work.

📄 PDF Abstract BibTeX arXiv:2111.13993

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionSentence

Similar Papers 제목 키워드 기반

The Next Step for Multi-Document Summarization: A Heterogeneous Multi-Genre Corpus Built with a Novel Construction Approach

2016-12-01 · COLING 2016 12 · Markus Zopf, Maxime Peyrard, Judith Eckle-Kohler

Research in multi-document summarization has focused on newswire corpora since the early beginnings. However, the newswire genre provides genre-specific features such as sentence position which are easy to exploit in sum…

Document SummarizationMulti-Document SummarizationSentence

A Rhetorical Relations-Based Framework for Tailored Multimedia Document Summarization

2024-12-26 · Azze-Eddine Maredj, Madjid Sadallah

In the rapidly evolving landscape of digital content, the task of summarizing multimedia documents, which encompass textual, visual, and auditory elements, presents intricate challenges. These challenges include extracti…

Document Summarizationgraph construction

Heterogeneous Graph Neural Networks for Extractive Document Summarization

2020-04-26 · ACL 2020 6 · Danqing Wang, PengFei Liu, Yining Zheng, Xipeng Qiu 외

As a crucial step in extractive document summarization, learning cross-sentence relations has been explored by a plethora of approaches. An intuitive way is to put them in the graph-based neural network, which has a more…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

From Global to Local: Learning Context-Aware Graph Representations for Document Classification and Summarization

2026-02-03 · Ruangrin Ldallitsakool, Margarita Bugueño, Gerard de Melo arxiv

Recent NLP systems commonly represent documents as linear token sequences. Although this captures sequential order, it can hinder modeling long-range dependencies and global document structure, especially for long texts.…

Document ClassificationDocument Summarization

ACM -- Attribute Conditioning for Abstractive Multi Document Summarization

2022-05-09 · Aiswarya Sankar, Ankit Chadha

Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …

AttributeDocument SummarizationInformativenessMulti-Document Summarization