← Search

Jonathan Mallinson

4 accepted papers

2023

Teaching Small Language Models to Reason

ACL 2023short

Chain of thought prompting successfully improves the reasoning capabilities of large language models, achieving state of the art results on a range of datasets. However, these reasoning capabilities only appear to emerge in models with at least tens of billions of parameters. In this paper, we explo…

Cited by 265SourcePDFScholar
2022

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

EMNLP 2022finding

We present EdiT5 - a novel semi-autoregressive text-editing approach designed to combine the strengths of non-autoregressive text-editing and autoregressive decoding. EdiT5 is faster at inference times than conventional sequence-to-sequence (seq2seq) models, while being capable of modeling flexible…

Cited by 42SourcePDFScholar
2022

RED-ACE: Robust Error Detection for ASR using Confidence Embeddings

EMNLP 2022main

ASR Error Detection (AED) models aim to post-process the output of Automatic Speech Recognition (ASR) systems, in order to detect transcription errors. Modern approaches usually use text-based input, comprised solely of the ASR transcription hypothesis, disregarding additional signals from the ASR m…

2021

A Simple Recipe for Multilingual Grammatical Error Correction

ACL 2021short

This paper presents a simple recipe to trainstate-of-the-art multilingual Grammatical Error Correction (GEC) models. We achieve this by first proposing a language-agnostic method to generate a large number of synthetic examples. The second ingredient is to use large-scale multilingual language model…