paper-with-me

Papers

Neural NLG for Methodius: From RST Meaning Representations to Texts

2020-12-01 · INLG (ACL) 2020 12 · Symon Stevens-Guille, Aleksandre Maskharashvili, Amy Isard, Xintong Li, Michael White

While classic NLG systems typically made use of hierarchically structured content plans that included discourse relations as central components, more recent neural approaches have mostly mapped simple, flat inputs to texts without representing discourse relations explicitly. In this paper, we investigate whether it is beneficial to include discourse relations in the input to neural data-to-text generators for texts where discourse relations play an important role. To do so, we reimplement the sentence planning and realization components of a classic NLG system, Methodius, using LSTM sequence-to-sequence (seq2seq) models. We find that although seq2seq models can learn to generate fluent and grammatical texts remarkably well with sufficiently representative Methodius training data, they cannot learn to correctly express Methodius’s similarity and contrast comparisons unless the corresponding RST relations are included in the inputs. Additionally, we experiment with using self-training and reverse model reranking to better handle train/test data mismatches, and find that while these methods help reduce content errors, it remains essential to include discourse relations in the input to obtain optimal performance.

📄 PDF Abstract BibTeX

Code (1)

methodius-project/neural-methodius 공식 구현 pytorch

Tasks

RerankingSentence

Similar Papers 제목 키워드 기반

The Methodius Corpus of Rhetorical Discourse Structures and Generated Texts

2016-05-01 · LREC 2016 5 · Amy Isard

Using the Methodius Natural Language Generation (NLG) System, we have created a corpus which consists of a collection of generated texts which describe ancient Greek artefacts. Each text is linked to two representations …

Referring ExpressionReferring expression generationText Generation

Neural Methodius Revisited: Do Discourse Relations Help with Pre-Trained Models Too?

2021-08-01 · INLG (ACL) 2021 8 · Aleksandre Maskharashvili, Symon Stevens-Guille, Xintong Li, Michael White

Recent developments in natural language generation (NLG) have bolstered arguments in favor of re-introducing explicit coding of discourse relations in the input to neural models. In the Methodius corpus, a meaning repres…

RelationText Generation

Deriving continous grounded meaning representations from referentially structured multimodal contexts

2017-09-01 · EMNLP 2017 9 · Sina Zarrie{\ss}, David Schlangen

Corpora of referring expressions paired with their visual referents are a good source for learning word meanings directly grounded in visual representations. Here, we explore additional ways of extracting from them word …

AttributeWord Embeddings

An Informational Space Based Semantic Analysis for Scientific Texts

2022-05-31 · Neslihan Suzen, Alexander N. Gorban, Jeremy Levesley, Evgeny M. Mirkes

One major problem in Natural Language Processing is the automatic analysis and representation of human language. Human language is ambiguous and deeper understanding of semantics and creating human-to-machine interaction…

Common Sense Reasoning

Detecting Asymmetric Semantic Relations in Context: A Case-Study on Hypernymy Detection

2017-08-01 · SEMEVAL 2017 8 · Yogarshi Vyas, Marine Carpuat

We introduce WHiC, a challenging testbed for detecting hypernymy, an asymmetric relation between words. While previous work has focused on detecting hypernymy between word types, we ground the meaning of words in specifi…

Natural Language InferenceQuestion Answering