← Search

Alexander Podolskiy

4 accepted papers

2023

Efficient Grammatical Error Correction Via Multi-Task Training and Optimized Training Schedule

EMNLP 2023long main

Progress in neural grammatical error correction (GEC) is hindered by the lack of annotated training data. Sufficient amounts of high-quality manually annotated data are not available, so recent research has relied on generating synthetic data, pretraining on it, and then fine-tuning on real datasets…

Cited by 0SourceScholar
2023

GEC-DePenD: Non-Autoregressive Grammatical Error Correction with Decoupled Permutation and Decoding

ACL 2023long

Grammatical error correction (GEC) is an important NLP task that is currently usually solved with autoregressive sequence-to-sequence models. However, approaches of this class are inherently slow due to one-by-one token generation, so non-autoregressive alternatives are needed. In this work, we prop…

2021

Revisiting Mahalanobis Distance for Transformer-Based Out-of-Domain Detection

AAAI 2021technical

Real-life applications, heavily relying on machine learning, such as dialog systems, demand for out-of-domain detection methods. Intent classification models should be equipped with a mechanism to distinguish seen intents from unseen ones so that the dialog agent is capable of rejecting the latter a…

2020

Always Keep your Target in Mind: Studying Semantics and Improving Performance of Neural Lexical Substitution

COLING 2020main

Lexical substitution, i.e. generation of plausible words that can replace a particular target word in a given context, is an extremely powerful technology that can be used as a backbone of various NLP applications, including word sense induction and disambiguation, lexical relation extraction, data…