paper-with-me

Papers

Extracting Summary Knowledge Graphs from Long Documents

2020-09-19 · Zeqiu Wu, Rik Koncel-Kedziorski, Mari Ostendorf, Hannaneh Hajishirzi

Knowledge graphs capture entities and relations from long documents and can facilitate reasoning in many downstream applications. Extracting compact knowledge graphs containing only salient entities and relations is important but challenging for understanding and summarizing long documents. We introduce a new text-to-graph task of predicting summarized knowledge graphs from long documents. We develop a dataset of 200k document/graph pairs using automatic and human annotations. We also develop strong baselines for this task based on graph learning and text summarization, and provide quantitative and qualitative studies of their effect.

📄 PDF Abstract BibTeX arXiv:2009.09162

Code (1)

ellenmellon/GraphSum 공식 구현 pytorch

Tasks

Graph LearningKnowledge GraphsText Summarization

Similar Papers 제목 키워드 기반

Less is More for Long Document Summary Evaluation by LLMs

2023-09-14 · Yunshu Wu, Hayate Iso, Pouya Pezeshkpour, Nikita Bhutani 외

Large Language Models (LLMs) have shown promising performance in summary evaluation tasks, yet they face challenges such as high computational costs and the Lost-in-the-Middle problem where important information in the m…

SentenceText Generation

Reading Like HER: Human Reading Inspired Extractive Summarization

2019-11-01 · IJCNLP 2019 11 · Ling Luo, Xiang Ao, Yan Song, Feiyang Pan 외

In this work, we re-examine the problem of extractive text summarization for long documents. We observe that the process of extracting summarization of human can be divided into two stages: 1) a rough reading stage to lo…

Decision MakingExtractive SummarizationExtractive Text SummarizationText Summarization

Leveraging Graph to Improve Abstractive Multi-Document Summarization

2020-05-20 · ACL 2020 6 · Wei Li, Xinyan Xiao, Jiachen Liu, Hua Wu 외

Graphs that capture relations between textual units have great benefits for detecting salient information from multiple documents and generating overall coherent summaries. In this paper, we develop a neural abstractive …

Document SummarizationMulti-Document Summarization

Multi-Document Scientific Summarization from a Knowledge Graph-Centric View

2022-09-09 · COLING 2022 10 · Pancheng Wang, Shasha Li, Kunyuan Pang, Liangliang He 외

Multi-Document Scientific Summarization (MDSS) aims to produce coherent and concise summaries for clusters of topic-relevant scientific papers. This task requires precise understanding of paper content and accurate model…

DecoderDescriptiveKnowledge Graphs

Ranking Paragraphs for Improving Answer Recall in Open-Domain Question Answering

2018-10-01 · EMNLP 2018 10 · Jinhyuk Lee, Seongjun Yun, Hyunjae Kim, Miyoung Ko 외

Recently, open-domain question answering (QA) has been combined with machine comprehension models to find answers in a large knowledge source. As open-domain QA requires retrieving relevant documents from text corpora to…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+1