← Search

Elman Mansimov

8 accepted papers

2024

Bootstrapping LLM-based Task-Oriented Dialogue Agents via Self-Talk

ACL 2024findings

Large language models (LLMs) are powerful dialogue agents, but specializing them towards fulfilling a specific function can be challenging. Instructing tuning, i.e. tuning models on instruction and sample responses generated by humans (Ouyang et al., 2022), has proven as an effective method to do so…

2023

Pre-training Intent-Aware Encoders for Zero- and Few-Shot Intent Classification

EMNLP 2023long main

Intent classification (IC) plays an important role in task-oriented dialogue systems. However, IC models often generalize poorly when training without sufficient annotated examples for each user intent. We propose a novel pre-training method for text encoders that uses contrastive learning with inte…

Cited by 0SourcecodeScholar
2022

Label Semantic Aware Pre-training for Few-shot Text Classification

ACL 2022long

In text classification tasks, useful information is encoded in the label names. Label semantic aware systems have leveraged this information for improved text classification performance during fine-tuning and prediction. However, use of label-semantics during pre-training has not been extensively ex…

2022

Measuring and Reducing Model Update Regression in Structured Prediction for NLP

NeurIPS 2022accept

Recent advance in deep learning has led to rapid adoption of machine learning based NLP models in a wide range of applications. Despite the continuous gain in accuracy, backward compatibility is also an important aspect for industrial applications, yet it received little research attention. Backward…

Cited by 10SourcePDFScholar
2022

Multi-Task Pre-Training for Plug-and-Play Task-Oriented Dialogue System

ACL 2022long

Pre-trained language models have been recently shown to benefit task-oriented dialogue (TOD) systems. Despite their success, existing methods often formulate this task as a cascaded generation problem which can lead to error accumulation across different sub-tasks and greater data annotation overhea…

2017

Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation

NeurIPS 2017spotlight

In this work, we propose to apply trust region optimization to deep reinforcement learning using a recently proposed Kronecker-factored approximation to the curvature. We extend the framework of natural policy gradient and propose to optimize both the actor and the critic using Kronecker-factored ap…

2015

Unsupervised Learning of Video Representations using LSTMs

ICML 2015poster

We use Long Short Term Memory (LSTM) networks to learn representations of video sequences. Our model uses an encoder LSTM to map an input sequence into a fixed length representation. This representation is decoded using single or multiple decoder LSTMs to perform different tasks, such as reconstruct…