Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Incremental Processing in the Age of Non-Incremental Encoders: An Empirical Assessment of Bidirectional Models for Incremental NLU

About

While humans process language incrementally, the best language encoders currently used in NLP do not. Both bidirectional LSTMs and Transformers assume that the sequence that is to be encoded is available in full, to be processed either forwards and backwards (BiLSTMs) or as a whole (Transformers). We investigate how they behave under incremental interfaces, when partial output must be provided based on partial input seen up to a certain time step, which may happen in interactive systems. We test five models on various NLU datasets and compare their performance using three incremental evaluation metrics. The results support the possibility of using bidirectional encoders in incremental mode while retaining most of their non-incremental quality. The "omni-directional" BERT model, which achieves better non-incremental performance, is impacted more by the incremental access. This can be alleviated by adapting the training regime (truncated training), or the testing procedure, by delaying the output until some right context is available or by incorporating hypothetical right contexts generated by a language model like GPT-2.

Brielen Madureira, David Schlangen• 2020

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionNER (test)
F1 Score78.25
68
Part-of-Speech TaggingPOS (test)
Accuracy92.28
33
ChunkingChunk (test)
F1 Score88.35
28
Slot FillingSnips (test)
F1 Score0.9105
25
Part-of-Speech TaggingEWT (test)
Accuracy0.9214
7
Slot FillingSNIPS
CT10
7
Slot FillingMovie
Correct Turn21.5
7
Slot FillingARW (test)
F1 Score95.63
7
Slot FillingMovie (test)
F1 Score83.98
7
ChunkingCoNLL
CT0.026
7
Showing 10 of 18 rows

Other info

Follow for update