← Search

Andrey Bout

4 accepted papers

2024

Toolken+: Improving LLM Tool Usage with Reranking and a Reject Option

EMNLP 2024finding

The recently proposed ToolkenGPT tool learning paradigm demonstrates promising performance but suffers from two major issues: first, it cannot benefit from tool documentation, and second, it often makes mistakes in whether to use a tool at all. We introduce Toolken+ that mitigates the first problem…

Cited by 0SourcePDFScholar
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…