paper-with-me

Papers

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 scratch as they are trained on parallel corpora, these methods have proven to be much more effective since they are able to learn to make fast and accurate transformations while leveraging powerful pre-trained language models. Inspired by these ideas, we present TST, a simple and efficient Text Simplification system based on sequence Tagging, leveraging pre-trained Transformer-based encoders. Our system makes simplistic data augmentations and tweaks in training and inference on a pre-existing system, which makes it less reliant on large amounts of parallel training data, provides more control over the outputs and enables faster inference speeds. Our best model achieves near state-of-the-art performance on benchmark test datasets for the task. Since it is fully non-autoregressive, it achieves faster inference speeds by over 11 times than the current state-of-the-art text simplification system.

📄 PDF Abstract BibTeX arXiv:2103.05070

Code (1)

grammarly/gector 공식 구현 pytorch

Tasks

Text Simplification

Similar Papers 제목 키워드 기반

A Tagging Approach to Identify Complex Constituents for Text Simplification

2013-09-01 · RANLP 2013 9 · Iustin Dornescu, Richard Evans, Constantin Or{\u{a}}san
Machine TranslationReading ComprehensionText Simplification

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

SimpleNER Sentence Simplification System for GEM 2021

2021-08-01 · ACL (GEM) 2021 8 · K V Aditya Srivatsa, Monil Gokani, Manish Shrivastava

This paper describes SimpleNER, a model developed for the sentence simplification task at GEM-2021. Our system is a monolingual Seq2Seq Transformer architecture that uses control tokens pre-pended to the data, allowing t…

NERSentence

RedPenNet for Grammatical Error Correction: Outputs to Tokens, Attentions to Spans

2023-09-19 · Bohdan Didenko, Andrii Sameliuk

The text editing tasks, including sentence fusion, sentence splitting and rephrasing, text simplification, and Grammatical Error Correction (GEC), share a common trait of dealing with highly similar input and output sequ…

Grammatical Error CorrectionMachine Translationnamed-entity-recognitionNamed Entity Recognition+7

Recursive Context-Aware Lexical Simplification

2019-11-01 · IJCNLP 2019 11 · Sian Gooding, Ekaterina Kochmar

This paper presents a novel architecture for recursive context-aware lexical simplification, REC-LS, that is capable of (1) making use of the wider context when detecting the words in need of simplification and suggestin…

Lexical Simplification