paper-with-me

Papers

Character Transformations for Non-Autoregressive GEC Tagging

2021-11-17 · WNUT (ACL) 2021 11 · Milan Straka, Jakub Náplava, Jana Straková

We propose a character-based nonautoregressive GEC approach, with automatically generated character transformations. Recently, per-word classification of correction edits has proven an efficient, parallelizable alternative to current encoder-decoder GEC systems. We show that word replacement edits may be suboptimal and lead to explosion of rules for spelling, diacritization and errors in morphologically rich languages, and propose a method for generating character transformations from GEC corpus. Finally, we train character transformation models for Czech, German and Russian, reaching solid results and dramatic speedup compared to autoregressive systems. The source code is released at https://github.com/ufal/wnut2021_character_transformations_gec.

📄 PDF Abstract BibTeX arXiv:2111.09280

Code (1)

ufal/wnut2021_character_transformations_gec 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

EdiT5: Semi-Autoregressive Text-Editing with T5 Warm-Start

2022-05-24 · Jonathan Mallinson, Jakub Adamek, Eric Malmi, Aliaksei Severyn

We present EdiT5 - a novel semi-autoregressive text-editing model designed to combine the strengths of non-autoregressive text-editing and autoregressive decoding. EdiT5 is faster during inference than conventional seque…

DecoderGrammatical Error CorrectionSentenceSentence Fusion

Felix: Flexible Text Editing Through Tagging and Insertion

2020-03-24 · Findings of the Association for Computational Linguistics 2020 · Jonathan Mallinson, Aliaksei Severyn, Eric Malmi, Guillermo Garrido

We present Felix --- a flexible text-editing approach for generation, designed to derive the maximum benefit from the ideas of decoding with bi-directional contexts and self-supervised pre-training. In contrast to conven…

Automatic Post-EditingLanguage ModelingLanguage ModellingMachine Translation+4

Transformation Autoregressive Networks

2018-01-30 · ICML 2018 7 · Junier B. Oliva, Avinava Dubey, Manzil Zaheer, Barnabás Póczos 외

The fundamental task of general density estimation $p(x)$ has been of keen interest to machine learning. In this work, we attempt to systematically characterize methods for density estimation. Broadly speaking, most of t…

Density EstimationOutlier Detection

Text Simplification by Tagging

2021-03-08 · EACL (BEA) 2021 4 · Kostiantyn Omelianchuk, Vipul Raheja, Oleksandr Skurzhanskyi

Edit-based approaches have recently shown promising results on multiple monolingual sequence transduction tasks. In contrast to conventional sequence-to-sequence (Seq2Seq) models, which learn to generate text from scratc…

Text Simplification

Unsupervised Domain Adaptation using Lexical Transformations and Label Injection for Twitter Data

2023-07-14 · Akshat Gupta, Xiaomo Liu, Sameena Shah

Domain adaptation is an important and widely studied problem in natural language processing. A large body of literature tries to solve this problem by adapting models trained on the source domain to the target domain. In…

Domain AdaptationPart-Of-Speech TaggingPOSPOS Tagging+1