paper-with-me

Papers

Make Templates Smarter: A Template Based Data2Text System Powered by Text Stitch Model

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Bingfeng Luo, Zuo Bai, Kunfeng Lai, Jianping Shen

Neural network (NN) based data2text models achieve state-of-the-art (SOTA) performance in most metrics, but they sometimes drop or modify the information in the input, and it is hard to control the generation contents. Moreover, it requires paired training data that are usually expensive to collect. Template-based methods have good fidelity and controllability but require heavy human involvement. We propose a novel template-based data2text system powered by a text stitch model. It ensures fidelity and controllability by using templates to produce the main contents. In addition, it reduces human involvement in template design by using a text stitch model to automatically stitch adjacent template units, which is a step that usually requires careful template design and limits template reusability. The text stitch model can be trained in self-supervised fashion, which only requires free texts. The experiments on a benchmark dataset show that our system outperforms SOTA NN-based systems in fidelity and surpasses template-based systems in diversity and human involvement.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Learning Neural Templates for Text Generation

2018-08-30 · EMNLP 2018 10 · Sam Wiseman, Stuart M. Shieber, Alexander M. Rush

While neural, encoder-decoder models have had significant empirical success in text generation, there remain several unaddressed problems with this style of generation. Encoder-decoder models are largely (a) uninterpreta…

DecoderText Generation

Template Controllable keywords-to-text Generation

2020-11-07 · Abhijit Mishra, Md Faisal Mahbub Chowdhury, Sagar Manohar, Dan Gutfreund 외

This paper proposes a novel neural model for the understudied task of generating text from keywords. The model takes as input a set of un-ordered keywords, and part-of-speech (POS) based template instructions. This makes…

DecoderMachine TranslationPOSText Generation+1

Harvesting Creative Templates for Generating Stylistically Varied Restaurant Reviews

2017-09-15 · WS 2017 9 · Shereen Oraby, Sheideh Homayon, Marilyn Walker

Many of the creative and figurative elements that make language exciting are lost in translation in current natural language generation engines. In this paper, we explore a method to harvest templates from positive and n…

Text GenerationTranslation

Making Travel Smarter: Extracting Travel Information From Email Itineraries Using Named Entity Recognition

2017-09-01 · RANLP 2017 9 · Divyansh Kaushik, Shashank Gupta, Chakradhar Raju, Reuben Dias 외

The purpose of this research is to address the problem of extracting information from travel itineraries and discuss the challenges faced in the process. Business-to-customer emails like booking confirmations and e-ticke…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Removing Manually-Generated Boilerplate from Electronic Texts: Experiments with Project Gutenberg e-Books

2007-07-13 · Owen Kaser, Daniel Lemire

Collaborative work on unstructured or semi-structured documents, such as in literature corpora or source code, often involves agreed upon templates containing metadata. These templates are not consistent across users and…