中文
相关论文

相关论文: Abstractive Text Summarization by Incorporating Re…

200 篇论文

Abstractive dialogue summarization is the task of capturing the highlights of a dialogue and rewriting them into a concise version. In this paper, we present a novel multi-speaker dialogue summarizer to demonstrate how large-scale…

计算与语言 · 计算机科学 2020-10-21 Xiachong Feng , Xiaocheng Feng , Bing Qin , Ting Liu

With the abundance of automatic meeting transcripts, meeting summarization is of great interest to both participants and other parties. Traditional methods of summarizing meetings depend on complex multi-step pipelines that make joint…

计算与语言 · 计算机科学 2020-09-22 Chenguang Zhu , Ruochen Xu , Michael Zeng , Xuedong Huang

Generating an abstract from a collection of documents is a desirable capability for many real-world applications. However, abstractive approaches to multi-document summarization have not been thoroughly investigated. This paper studies the…

计算与语言 · 计算机科学 2018-06-15 Kexin Liao , Logan Lebanoff , Fei Liu

Abstractive citation text generation is usually framed as an infilling task, where a sequence-to-sequence model is trained to generate a citation given a reference paper and the context window around the target; the generated citation…

计算与语言 · 计算机科学 2024-02-29 Biswadip Mandal , Xiangci Li , Jessica Ouyang

Text Summarization is the task of condensing long text into just a handful of sentences. Many approaches have been proposed for this task, some of the very first were building statistical models (Extractive Methods) capable of selecting…

计算与语言 · 计算机科学 2020-04-02 Amr M. Zaki , Mahmoud I. Khalil , Hazem M. Abbas

The astonishing performance of large language models (LLMs) and their remarkable achievements in production and daily life have led to their widespread application in collaborative tasks. However, current large models face challenges such…

计算与语言 · 计算机科学 2025-02-10 Xiaoyu Deng , Ye Zhang , Tianmin Guo , Yongzhe Zhang , Zhengjian Kang , Hang Yang

Single document summarization is the task of producing a shorter version of a document while preserving its principal information content. In this paper we conceptualize extractive summarization as a sentence ranking task and propose a…

计算与语言 · 计算机科学 2018-04-17 Shashi Narayan , Shay B. Cohen , Mirella Lapata

We present a novel abstractive summarization framework that draws on the recent development of a treebank for the Abstract Meaning Representation (AMR). In this framework, the source text is parsed to a set of AMR graphs, the graphs are…

计算与语言 · 计算机科学 2018-05-29 Fei Liu , Jeffrey Flanigan , Sam Thomson , Norman Sadeh , Noah A. Smith

Current models for document summarization disregard user preferences such as the desired length, style, the entities that the user might be interested in, or how much of the document the user has already read. We present a neural…

计算与语言 · 计算机科学 2018-05-22 Angela Fan , David Grangier , Michael Auli

Automatic summarization techniques on meeting conversations developed so far have been primarily extractive, resulting in poor summaries. To improve this, we propose an approach to generate abstractive summaries by fusing important content…

计算与语言 · 计算机科学 2016-09-25 Siddhartha Banerjee , Prasenjit Mitra , Kazunari Sugiyama

Due to the recent boom in artificial intelligence (AI) research, including computer vision (CV), it has become impossible for researchers in these fields to keep up with the exponentially increasing number of manuscripts. In response to…

计算机视觉与模式识别 · 计算机科学 2018-11-19 Shintaro Yamamoto , Yoshihiro Fukuhara , Ryota Suzuki , Shigeo Morishima , Hirokatsu Kataoka

Automatic summarization is the process of shortening a set of textual data computationally, to create a subset (a summary) that represents the most important pieces of information in the original text. Existing summarization methods can be…

计算与语言 · 计算机科学 2022-04-21 Meng Cao

Opinion summarization is the task of automatically creating summaries that reflect subjective information expressed in multiple documents, such as product reviews. While the majority of previous work has focused on the extractive setting,…

计算与语言 · 计算机科学 2020-04-21 Arthur Bražinskas , Mirella Lapata , Ivan Titov

Abstraction reasoning is a long-standing challenge in artificial intelligence. Recent studies suggest that many of the deep architectures that have triumphed over other domains failed to work well in abstract reasoning. In this paper, we…

人工智能 · 计算机科学 2019-12-03 Kecheng Zheng , Zheng-jun Zha , Wei Wei

Sequence to sequence (Seq2Seq) learning has recently been used for abstractive and extractive summarization. In current study, Seq2Seq models have been used for eBay product description summarization. We propose a novel Document-Context…

计算与语言 · 计算机科学 2018-07-31 Chandra Khatri , Gyanit Singh , Nish Parikh

This paper presents a new approach of automatic text summarization which combines domain oriented text analysis (DoTA) and rhetorical structure theory (RST) in a grammar form: the attributed rhetorical structure grammar (ARSG), where the…

计算与语言 · 计算机科学 2019-09-04 Ruqian Lu , Shengluan Hou , Chuanqing Wang , Yu Huang , Chaoqun Fei , Songmao Zhang

Neural abstractive summarization has been studied in many pieces of literature and achieves great success with the aid of large corpora. However, when encountering novel tasks, one may not always benefit from transfer learning due to the…

计算与语言 · 计算机科学 2021-06-01 Yi-Syuan Chen , Hong-Han Shuai

Long document summarization remains a significant challenge for current large language models (LLMs), as existing approaches commonly struggle with information loss, factual inconsistencies, and coherence issues when processing excessively…

计算与语言 · 计算机科学 2026-02-06 Weixuan Wang , Minghao Wu , Barry Haddow , Alexandra Birch

In this paper, we present a model for generating summaries of text documents with respect to a query. This is known as query-based summarization. We adapt an existing dataset of news article summaries for the task and train a…

计算与语言 · 计算机科学 2017-12-19 Johan Hasselqvist , Niklas Helmertz , Mikael Kågebäck

The use of retrieval-augmented generation (RAG) to retrieve relevant information from an external knowledge source enables large language models (LLMs) to answer questions over private and/or previously unseen document collections. However,…