paper-with-me

홈 › Papers

The OSU/Facebook Realizer for SRST 2019: Seq2Seq Inflection and Serialized Tree2Tree Linearization

2019-11-01 · WS 2019 11 · Kartikeya Upasani, David King, Jinfeng Rao, Anusha Balakrishnan, Michael White

We describe our exploratory system for the shallow surface realization task, which combines morphological inflection using character sequence-to-sequence models with a baseline linearizer that implements a tree-to-tree model using sequence-to-sequence models on serialized trees. Results for morphological inflection were competitive across languages. Due to time constraints, we could only submit complete results (including linearization) for English. Preliminary linearization results were decent, with a small benefit from reranking to prefer valid output trees, but inadequate control over the words in the output led to poor quality on longer sentences.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological InflectionRerankingvalid

Similar Papers 제목 키워드 기반

The DipInfo-UniTo system for SRST 2018

2018-07-01 · WS 2018 7 · Valerio Basile, Aless Mazzei, ro

This paper describes the system developed by the DipInfo-UniTo team to participate to the shallow track of the Surface Realization Shared Task 2018. The system employs two separate neural networks with different architec…

Morphological InflectionText Generation

The Concordia NLG Surface Realizer at SRST 2019

2019-11-01 · WS 2019 11 · Farhood Farahnak, Laya Rafiee, Leila Kosseim, Thomas Fevens

This paper presents the model we developed for the shallow track of the 2019 NLG Surface Realization Shared Task. The model reconstructs sentences whose word order and word inflections were removed. We divided the proble…

Decoder

The DipInfoUniTo Realizer at SRST'19: Learning to Rank and Deep Morphology Prediction for Multilingual Surface Realization

2019-11-01 · WS 2019 11 · Aless Mazzei, ro, Valerio Basile

We describe the system presented at the SR{'}19 shared task by the DipInfoUnito team. Our approach is based on supervised machine learning. In particular, we divide the SR task into two independent subtasks, namely word …

BIG-bench Machine LearningLearning-To-RankPrediction

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

BME-UW at SRST-2019: Surface realization with Interpreted Regular Tree Grammars

2019-11-01 · WS 2019 11 · {\'A}d{\'a}m Kov{\'a}cs, Evelin {\'A}cs, Judit {\'A}cs, Andras Kornai 외

The Surface Realization Shared Task involves mapping Universal Dependency graphs to raw text, i.e. restoring word order and inflection from a graph of typed, directed dependencies between lemmas. Interpreted Regular Tree…

DecoderSemantic Parsing