paper-with-me

Papers

Learning to Encode Text as Human-Readable Summaries using Generative Adversarial Networks

2018-10-05 · EMNLP 2018 10 · Yau-Shian Wang, Hung-Yi Lee

Auto-encoders compress input data into a latent-space representation and reconstruct the original data from the representation. This latent representation is not easily interpreted by humans. In this paper, we propose training an auto-encoder that encodes input text into human-readable sentences, and unpaired abstractive summarization is thereby achieved. The auto-encoder is composed of a generator and a reconstructor. The generator encodes the input text into a shorter word sequence, and the reconstructor recovers the generator input from the generator output. To make the generator output human-readable, a discriminator restricts the output of the generator to resemble human-written sentences. By taking the generator output as the summary of the input text, abstractive summarization is achieved without document-summary pairs as training data. Promising results are shown on both English and Chinese corpora.

📄 PDF Abstract BibTeX arXiv:1810.02851

Code (1)

yaushian/Unparalleled-Text-Summarization-using-GAN tf

Tasks

Abstractive Text Summarization

Similar Papers 제목 키워드 기반

Mind The Facts: Knowledge-Boosted Coherent Abstractive Text Summarization

2020-06-27 · Beliz Gunel, Chenguang Zhu, Michael Zeng, Xuedong Huang

Neural models have become successful at producing abstractive summaries that are human-readable and fluent. However, these models have two critical shortcomings: they often don't respect the facts that are either include…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+2

Generating Abstractive Summaries from Meeting Transcripts

2016-09-22 · Siddhartha Banerjee, Prasenjit Mitra, Kazunari Sugiyama

Summaries of meetings are very important as they convey the essential content of discussions in a concise form. Generally, it is time consuming to read and understand the whole documents. Therefore, summaries play an imp…

Document SummarizationSentenceText Generation

The Factual Inconsistency Problem in Abstractive Text Summarization: A Survey

2021-04-30 · Yichong Huang, Xiachong Feng, Xiaocheng Feng, Bing Qin

Recently, various neural encoder-decoder models pioneered by Seq2Seq framework have been proposed to achieve the goal of generating more abstractive summaries by learning to map input text to output text. At a high level…

Abstractive Text SummarizationDecoderSurveyText Summarization

Accordion-Thinking: Self-Regulated Step Summaries for Efficient and Readable LLM Reasoning

2026-02-03 · Zhicheng Yang, Zhijiang Guo, Yinya Huang, Yongxin Wang 외 arxiv

Scaling test-time compute via long Chain-of-Thought unlocks remarkable gains in reasoning capabilities, yet it faces practical limits due to the linear growth of KV cache and quadratic attention complexity. In this paper…

Reinforcement Learning

TreeText-CTS: Compact, Source-Traceable Tree-Path Evidence for Irregular Clinical Time-Series Prediction

2026-05-19 · Kwanhyung Lee, Juhwan Choi, Jongheon Kim, Joohyung Lee 외 arxiv

Numerical time-series models can effectively process irregular electronic health record (EHR) trajectories, but they do not naturally expose the measurements and temporal patterns supporting each risk estimate as readabl…