HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Parallel Iterative Edit Models for Local Sequence Transduction

Abhijeet Awasthi Sunita Sarawagi Rasna Goyal Sabyasachi Ghosh Vihari Piratla

Parallel Iterative Edit Models for Local Sequence Transduction

Abstract

We present a Parallel Iterative Edit (PIE) model for the problem of local sequence transduction arising in tasks like Grammatical error correction (GEC). Recent approaches are based on the popular encoder-decoder (ED) model for sequence to sequence learning. The ED model auto-regressively captures full dependency among output tokens but is slow due to sequential decoding. The PIE model does parallel decoding, giving up the advantage of modelling full dependency in the output, yet it achieves accuracy competitive with the ED model for four reasons: 1.~predicting edits instead of tokens, 2.~labeling sequences instead of generating sequences, 3.~iteratively refining predictions to capture dependencies, and 4.~factorizing logits over edits and their token argument to harness pre-trained language models like BERT. Experiments on tasks spanning GEC, OCR correction and spell correction demonstrate that the PIE model is an accurate and significantly faster alternative for local sequence transduction.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
grammatical-error-correction-on-conll-2014Sequence Labeling with edits using BERT, Faster inference
F0.5: 61.2
grammatical-error-correction-on-conll-2014Sequence Labeling with edits using BERT, Faster inference (Single Model)
F0.5: 59.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Parallel Iterative Edit Models for Local Sequence Transduction | Papers | HyperAI