no code implementations • EMNLP 2020 • Jonathan Mallinson, Rico Sennrich, Mirella Lapata
Sentence simplification aims to make sentences easier to read and understand.
no code implementations • 16 Dec 2022 • Lucie Charlotte Magister, Jonathan Mallinson, Jakub Adamek, Eric Malmi, Aliaksei Severyn
Chain of thought prompting successfully improves the reasoning capabilities of large language models, achieving state of the art results on a range of datasets.
no code implementations • NAACL (ACL) 2022 • Eric Malmi, Yue Dong, Jonathan Mallinson, Aleksandr Chuklin, Jakub Adamek, Daniil Mirylenka, Felix Stahlberg, Sebastian Krause, Shankar Kumar, Aliaksei Severyn
Text-editing models have recently become a prominent alternative to seq2seq models for monolingual text-generation tasks such as grammatical error correction, simplification, and style transfer.
no code implementations • 24 May 2022 • Jonathan Mallinson, Jakub Adamek, Eric Malmi, Aliaksei Severyn
This is achieved by decomposing the generation process into three sub-tasks: (1) tagging to decide on the subset of input tokens to be preserved in the output, (2) re-ordering to define their order in the output text, and (3) insertion to infill the missing tokens that are not present in the input.
1 code implementation • 14 Mar 2022 • Zorik Gekhman, Dina Zverinski, Jonathan Mallinson, Genady Beryozkin
ASR Error Detection (AED) models aim to post-process the output of Automatic Speech Recognition (ASR) systems, in order to detect transcription errors.
Automatic Speech Recognition
Automatic Speech Recognition (ASR)
+1
1 code implementation • ACL 2021 • Sascha Rothe, Jonathan Mallinson, Eric Malmi, Sebastian Krause, Aliaksei Severyn
This paper presents a simple recipe to train state-of-the-art multilingual Grammatical Error Correction (GEC) models.
Ranked #1 on
Grammatical Error Correction
on Falko-MERLIN
(using extra training data)
2 code implementations • Findings of the Association for Computational Linguistics 2020 • Jonathan Mallinson, Aliaksei Severyn, Eric Malmi, Guillermo Garrido
We achieve this by decomposing the text-editing task into two sub-tasks: tagging to decide on the subset of input tokens and their order in the output text and insertion to in-fill the missing tokens in the output not present in the input.
1 code implementation • WS 2019 • Ratish Puduppully, Jonathan Mallinson, Mirella Lapata
The University of Edinburgh participated in all six tracks: NLG, MT, and MT+NLG with both English and German as targeted languages.
no code implementations • 10 Oct 2019 • Jonathan Mallinson, Mirella Lapata
Sentence simplification aims to make sentences easier to read and understand.
1 code implementation • EMNLP 2018 • Jonathan Mallinson, Rico Sennrich, Mirella Lapata
In this paper we advocate the use of bilingual corpora which are abundantly available for training sentence compression models.
no code implementations • EMNLP 2017 • Li Dong, Jonathan Mallinson, Siva Reddy, Mirella Lapata
Question answering (QA) systems are sensitive to the many different ways natural language expresses the same information need.
no code implementations • EMNLP 2017 • John Wieting, Jonathan Mallinson, Kevin Gimpel
We consider the problem of learning general-purpose, paraphrastic sentence embeddings in the setting of Wieting et al. (2016b).
no code implementations • EACL 2017 • Jonathan Mallinson, Rico Sennrich, Mirella Lapata
Recognizing and generating paraphrases is an important component in many natural language processing applications.