paper-with-me

홈 › Papers

BinLin: A Simple Method of Dependency Tree Linearization

2018-07-01 · WS 2018 7 · Yevgeniy Puzikov, Iryna Gurevych

Surface Realization Shared Task 2018 is a workshop on generating sentences from lemmatized sets of dependency triples. This paper describes the results of our participation in the challenge. We develop a data-driven pipeline system which first orders the lemmas and then conjugates the words to finish the surface realization process. Our contribution is a novel sequential method of ordering lemmas, which, despite its simplicity, achieves promising results. We demonstrate the effectiveness of the proposed approach, describe its limitations and outline ways to improve it.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Fast and Accurate Non-Projective Dependency Tree Linearization

2020-07-01 · ACL 2020 6 · Xiang Yu, Simon Tannert, Ngoc Thang Vu, Jonas Kuhn

We propose a graph-based method to tackle the dependency tree linearization task. We formulate the task as a Traveling Salesman Problem (TSP), and use a biaffine attention model to calculate the edge costs. We facilitate…

Traveling Salesman Problem

Experiments with Generative Models for Dependency Tree Linearization

2015-09-01 · EMNLP 2015 9 · Richard Futrell, Edward Gibson
Machine TranslationText Generation

Head-First Linearization with Tree-Structured Representation

2019-10-01 · WS 2019 10 · Xiang Yu, Agnieszka Falenska, Ngoc Thang Vu, Jonas Kuhn

We present a dependency tree linearization model with two novel components: (1) a tree-structured encoder based on bidirectional Tree-LSTM that propagates information first bottom-up then top-down, which allows each toke…

Decoder

Linear-time calculation of the expected sum of edge lengths in random projective linearizations of trees

2021-07-07 · CL (ACL) 2022 9 · Lluís Alemany-Puig, Ramon Ferrer-i-Cancho

The syntactic structure of a sentence is often represented using syntactic dependency trees. The sum of the distances between syntactically related words has been in the limelight for the past decades. Research on depend…

Sentence

The OSU Realizer for SRST `18: Neural Sequence-to-Sequence Inflection and Incremental Locality-Based Linearization

2018-07-01 · WS 2018 7 · David King, Michael White

Surface realization is a nontrivial task as it involves taking structured data and producing grammatically and semantically correct utterances. Many competing grammar-based and statistical models for realization still st…

Language ModelingLanguage ModellingMorphological Inflection