paper-with-me

Papers

Retrieve, Rerank and Rewrite: Soft Template Based Neural Summarization

2018-07-01 · ACL 2018 7 · Ziqiang Cao, Wenjie Li, Sujian Li, Furu Wei

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationInformativenessRerankingSentence SummarizationSummarization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Retrieve, Discriminate and Rewrite: A Simple and Effective Framework for Obtaining Affective Response in Retrieval-Based Chatbots

2021-11-01 · Findings (EMNLP) 2021 11 · Xin Lu, Yijian Tian, Yanyan Zhao, Bing Qin

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…

RerankingRetrieval

Text Generation with Exemplar-based Adaptive Decoding

2019-04-09 · NAACL 2019 6 · Hao Peng, Ankur P. Parikh, Manaal Faruqui, Bhuwan Dhingra 외

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+1

MM-R5: MultiModal Reasoning-Enhanced ReRanker via Reinforcement Learning for Document Retrieval

2025-06-14 · Mingjun Xu, Jinhan Dong, Jue Hou, Zehui Wang 외

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)+2

BiSET: Bi-directional Selective Encoding with Template for Abstractive Summarization

2019-06-12 · ACL 2019 7 · Kai Wang, Xiaojun Quan, Rui Wang

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 Summarization

CoRNStack: High-Quality Contrastive Data for Better Code Retrieval and Reranking

2024-12-01 · Tarun Suresh, Revanth Gangi Reddy, Yifei Xu, Zach Nussbaum 외

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