← Search

Dzmitry Bahdanau

16 accepted papers

2026

BRIDGE: Predicting Human Task Completion Time From Model Performance

ICML 2026poster

Evaluating the real-world capabilities of AI systems requires grounding benchmark performance in human-interpretable measures of task difficulty. Existing approaches that rely on direct human task completion time annotations are costly, noisy, and difficult to scale across benchmarks. In this work, …

Cited by 0SourceScholar
2024

Evaluating In-Context Learning of Libraries for Code Generation

NAACL 2024long

Contemporary Large Language Models (LLMs) exhibit a high degree of code generation and comprehension capability. A particularly promising area is their ability to interpret code modules from unfamiliar libraries for solving user-instructed tasks. Recent work has shown that large proprietary LLMs can…

2023

MAGNIFICo: Evaluating the In-Context Learning Ability of Large Language Models to Generalize to Novel Interpretations

EMNLP 2023long main

Humans possess a remarkable ability to assign novel interpretations to linguistic expressions, enabling them to learn new words and understand community-specific connotations. However, Large Language Models (LLMs) have a knowledge cutoff and are costly to finetune repeatedly. Therefore, it is crucia…

Cited by 0SourcecodeScholar
2023

PromptMix: A Class Boundary Augmentation Method for Large Language Model Distillation

EMNLP 2023long main

Data augmentation is a widely used technique to address the problem of text classification when there is a limited amount of training data. Recent work often tackles this problem using large language models (LLMs) like GPT3 that can generate new examples given already available ones. In this work, w…

Cited by 0SourcecodeScholar
2022

Compositional Generalization in Dependency Parsing

ACL 2022long

Compositionality— the ability to combine familiar units like words into novel phrases and sentences— has been the focus of intense interest in artificial intelligence in recent years. To test compositional generalization in semantic parsing, Keysers et al. (2020) introduced Compositional Freebase Qu…

2022

LAGr: Label Aligned Graphs for Better Systematic Generalization in Semantic Parsing

ACL 2022long

Semantic parsing is the task of producing structured meaning representations for natural language sentences. Recent research has pointed out that the commonly-used sequence-to-sequence (seq2seq) semantic parsers struggle to generalize systematically, i.e. to handle examples that require recombining…

2021

DuoRAT: Towards Simpler Text-to-SQL Models

NAACL 2021long

Recent neural text-to-SQL models can effectively translate natural language questions to corresponding SQL queries on unseen databases. Working mostly on the Spider dataset, researchers have proposed increasingly sophisticated solutions to the problem. Contrary to this trend, in this paper we focus…

2021

PICARD: Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models

EMNLP 2021main

Large pre-trained language models for textual data have an unconstrained output space; at each decoding step, they can produce any of 10,000s of sub-word tokens. When fine-tuned to target constrained formal languages like SQL, these models often generate invalid code, rendering it unusable. We propo…

2021

Understanding by Understanding Not: Modeling Negation in Language Models

NAACL 2021long

Negation is a core construction in natural language. Despite being very successful on many tasks, state-of-the-art pre-trained language models often handle negation incorrectly. To improve language models in this regard, we propose to augment the language modeling objective with an unlikelihood obje…

2019

BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning

ICLR 2019poster

Allowing humans to interactively train artificial agents to understand language instructions is desirable for both practical and scientific reasons. Though, given the lack of sample efficiency in current learning methods, reaching this goal may require substantial research efforts. We introduce th…

2019

Learning to Understand Goal Specifications by Modelling Reward

ICLR 2019poster

Recent work has shown that deep reinforcement-learning agents can learn to follow language-like instructions from infrequent environment rewards. However, this places on environment designers the onus of designing language-conditional reward functions which may not be easily or tractably implemented…

Cited by 175SourcePDFScholar
2017

An Actor-Critic Algorithm for Sequence Prediction

ICLR 2017poster

We present an approach to training neural networks to generate sequences using actor-critic methods from reinforcement learning (RL). Current log-likelihood training methods are limited by the discrepancy between their training and testing modes, as models must generate tokens conditioned on their p…

Cited by 758SourcecodeScholar
2017

Sequence Tutor: Conservative Fine-Tuning of Sequence Generation Models with KL-control

ICML 2017poster

This paper proposes a general method for improving the structure and quality of sequences generated by a recurrent neural network (RNN), while maintaining information originally learned from data, as well as sample diversity. An RNN is first pre-trained on data using maximum likelihood estimation (M…

Cited by 213SourcePDFScholar
2016

End-to-end attention-based large vocabulary speech recognition

ICASSP 2016accepted

Many state-of-the-art Large Vocabulary Continuous Speech Recognition (LVCSR) Systems are hybrids of neural networks and Hidden Markov Models (HMMs). Recently, more direct end-to-end methods have been investigated, in which neural architectures were trained to model sequences of characters [1,2]. To…

Cited by 0SourceScholar
2015

Attention-Based Models for Speech Recognition

NeurIPS 2015spotlight

Recurrent sequence generators conditioned on input data through an attention mechanism have recently shown very good performance on a range of tasks including machine translation, handwriting synthesis and image caption generation. We extend the attention-mechanism with features needed for speech re…

Cited by 3496SourcePDFScholar