paper-with-me

Papers

Select and Attend: Towards Controllable Content Selection in Text Generation

2019-09-10 · IJCNLP 2019 11 · Xiaoyu Shen, Jun Suzuki, Kentaro Inui, Hui Su, Dietrich Klakow, Satoshi Sekine

Many text generation tasks naturally contain two steps: content selection and surface realization. Current neural encoder-decoder models conflate both steps into a black-box architecture. As a result, the content to be described in the text cannot be explicitly controlled. This paper tackles this problem by decoupling content selection from the decoder. The decoupled content selection is human interpretable, whose value can be manually manipulated to control the content of generated text. The model can be trained end-to-end without human annotations by maximizing a lower bound of the marginal likelihood. We further propose an effective way to trade-off between performance and controllability with a single adjustable hyperparameter. In both data-to-text and headline generation tasks, our model achieves promising results, paving the way for controllable content selection in text generation.

📄 PDF Abstract BibTeX arXiv:1909.04453

Code (1)

chin-gyou/controllable-selection 공식 구현 pytorch

Tasks

DecoderHeadline GenerationText Generation

Similar Papers 제목 키워드 기반

Attend to the Right Context: A Plug-and-Play Module for Content-Controllable Summarization

2022-12-21 · Wen Xiao, Lesly Miculicich, Yang Liu, Pengcheng He 외

Content-Controllable Summarization generates summaries focused on the given controlling signals. Due to the lack of large-scale training corpora for the task, we propose a plug-and-play module RelAttn to adapt any genera…

Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization

2020-05-01 · ACL 2020 6 · Sajad Sotudeh, Nazli Goharian, Ross W. Filice

Sequence-to-sequence (seq2seq) network is a well-established model for text summarization task. It can learn to produce readable content; however, it falls short in effectively identifying key regions of the source. In t…

Abstractive Text SummarizationText Summarization

Boosting legal case retrieval by query content selection with large language models

2023-12-06 · Youchao Zhou, Heyan Huang, Zhijing Wu

Legal case retrieval, which aims to retrieve relevant cases to a given query case, benefits judgment justice and attracts increasing attention. Unlike generic retrieval queries, legal case queries are typically long and …

Retrieval

Classifying Scientific Publications with BERT -- Is Self-Attention a Feature Selection Method?

2021-01-20 · Andres Garcia-Silva, Jose Manuel Gomez-Perez

We investigate the self-attention mechanism of BERT in a fine-tuning scenario for the classification of scientific articles over a taxonomy of research disciplines. We observe how self-attention focuses on words that are…

ArticlesClassificationfeature selectionGeneral Classification+2

SEAL: Segment-wise Extractive-Abstractive Long-form Text Summarization

2020-06-18 · Yao Zhao, Mohammad Saleh, Peter J. Liu

Most prior work in the sequence-to-sequence paradigm focused on datasets with input sequence lengths in the hundreds of tokens due to the computational constraints of common RNN and Transformer architectures. In this pap…

Abstractive Text SummarizationDecoderFormText Summarization