paper-with-me

홈 › Papers

Surface Realization Using Pretrained Language Models

2020-12-01 · MSR (COLING) 2020 12 · Farhood Farahnak, Laya Rafiee, Leila Kosseim, Thomas Fevens

In the context of Natural Language Generation, surface realization is the task of generating the linear form of a text following a given grammar. Surface realization models usually consist of a cascade of complex sub-modules, either rule-based or neural network-based, each responsible for a specific sub-task. In this work, we show that a single encoder-decoder language model can be used in an end-to-end fashion for all sub-tasks of surface realization. The model is designed based on the BART language model that receives a linear representation of unordered and non-inflected tokens in a sentence along with their corresponding Universal Dependency information and produces the linear sequence of inflected tokens along with the missing words. The model was evaluated on the shallow and deep tracks of the 2020 Surface Realization Shared Task (SR’20) using both human and automatic evaluation. The results indicate that despite its simplicity, our model achieves competitive results among all participants in the shared task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingSentenceText Generation

Similar Papers 제목 키워드 기반

DepDist: Surface realization via regex and learned dependency-distance tolerance

2019-11-01 · WS 2019 11 · William Dyer

This paper describes a method of inflecting and linearizing a lemmatized dependency tree by: (1) determining a regular expression and substitution to describe each productive wordform rule; (2) learning the dependency di…

Plan ahead: Self-Supervised Text Planning for Paragraph Completion Task

2020-10-11 · EMNLP 2020 11 · Dongyeop Kang, Eduard Hovy

Despite the recent success of contextualized language models on various NLP tasks, language model itself cannot capture textual coherence of a long, multi-sentence document (e.g., a paragraph). Humans often make structur…

Language ModelingLanguage ModellingSentence

Shared Task Proposal: Multilingual Surface Realization Using Universal Dependency Trees

2017-09-01 · WS 2017 9 · Simon Mille, Bernd Bohnet, Leo Wanner, Anja Belz

We propose a shared task on multilingual Surface Realization, i.e., on mapping unordered and uninflected universal dependency trees to correctly ordered and inflected sentences in a number of languages. A second deeper i…

Machine TranslationPOSText Generation

Shape of synth to come: Why we should use synthetic data for English surface realization

2020-05-06 · ACL 2020 6 · Henry Elder, Robert Burke, Alexander O'Connor, Jennifer Foster

The Surface Realization Shared Tasks of 2018 and 2019 were Natural Language Generation shared tasks with the goal of exploring approaches to surface realization from Universal-Dependency-like trees to surface strings for…

Text Generation

Revisiting the Binary Linearization Technique for Surface Realization

2019-10-01 · WS 2019 10 · Yevgeniy Puzikov, Claire Gardent, Ido Dagan, Iryna Gurevych

End-to-end neural approaches have achieved state-of-the-art performance in many natural language processing (NLP) tasks. Yet, they often lack transparency of the underlying decision-making process, hindering error analys…

Decision Making