Retrieve, Rerank and Rewrite: Soft Template Based Neural Summarization
Most previous seq2seq summarization systems purely depend on the source text to generate summaries, which tends to work unstably. Inspired by the traditional template-based summarization approaches, this paper proposes to use existing summaries as soft templates to guide the seq2seq model. To this end, we use a popular IR platform to Retrieve proper summaries as candidate templates. Then, we extend the seq2seq framework to jointly conduct template Reranking and template-aware summary generation (Rewriting). Experiments show that, in terms of informativeness, our model significantly outperforms the state-of-the-art methods, and even soft templates themselves demonstrate high competitiveness. In addition, the import of high-quality external summaries improves the stability and readability of generated summaries.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstractive Text SummarizationInformativenessRerankingSentence SummarizationSummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Retrieve, Discriminate and Rewrite: A Simple and Effective Framework for Obtaining Affective Response in Retrieval-Based Chatbots
Obtaining affective response is a key step in building empathetic dialogue systems. This task has been studied a lot in generation-based chatbots, but the related research in retrieval-based chatbots is still in the earl…
RerankingRetrievalText Generation with Exemplar-based Adaptive Decoding
We propose a novel conditioned text generation model. It draws inspiration from traditional template-based text generation techniques, where the source provides the content (i.e., what to say), and the template influence…
Abstractive Text SummarizationData-to-Text GenerationDecoderText Generation+1MM-R5: MultiModal Reasoning-Enhanced ReRanker via Reinforcement Learning for Document Retrieval
Multimodal document retrieval systems enable information access across text, images, and layouts, benefiting various domains like document-based question answering, report analysis, and interactive content summarization.…
Instruction FollowingMultimodal ReasoningQuestion AnsweringReinforcement Learning (RL)+2BiSET: Bi-directional Selective Encoding with Template for Abstractive Summarization
The success of neural summarization models stems from the meticulous encodings of source articles. To overcome the impediments of limited and sometimes noisy training data, one promising direction is to make better use o…
Abstractive Text SummarizationArticlesText SummarizationCoRNStack: High-Quality Contrastive Data for Better Code Retrieval and Reranking
Effective code retrieval plays a crucial role in advancing code generation, bug fixing, and software maintenance, particularly as software systems increase in complexity. While current code embedding models have demonstr…
Bug fixingCode GenerationRerankingRetrieval+1