← Search

Dilek Hakkani-Tur

21 accepted papers

2025

Aligning LLMs with Individual Preferences via Interaction

COLING 2025main

As large language models (LLMs) demonstrate increasingly advanced capabilities, aligning their behaviors with human values and preferences becomes crucial for their wide adoption. While previous research focuses on general alignment to principles such as helpfulness, harmlessness, and honesty, the n…

2023

Alexa Arena: A User-Centric Interactive Platform for Embodied AI

NeurIPS 2023poster

We introduce Alexa Arena, a user-centric simulation platform to facilitate research in building assistive conversational embodied agents. Alexa Arena features multi-room layouts and an abundance of interactable objects. With user-friendly graphics and control mechanisms, the platform supports the de…

2023

CESAR: Automatic Induction of Compositional Instructions for Multi-turn Dialogs

EMNLP 2023long main

Instruction-based multitasking has played a critical role in the success of large language models (LLMs) in multi-turn dialog applications. While publicly available LLMs have shown promising performance, when exposed to complex instructions with multiple constraints, they lag against state-of-the-ar…

Cited by 0SourceScholar
2023

DialGuide: Aligning Dialogue Model Behavior with Developer Guidelines

EMNLP 2023long findings

Dialogue models are able to generate coherent and fluent responses, but they can still be challenging to control and may produce non-engaging, unsafe results. This unpredictability diminishes user trust and can hinder the use of the models in the real world. To address this, we introduce DialGuide,…

Cited by 0SourcecodeScholar
2023

KILM: Knowledge Injection into Encoder-Decoder Language Models

ACL 2023long

Large pre-trained language models (PLMs) have been shown to retain implicit knowledge within their parameters. To enhance this implicit knowledge, we propose Knowledge Injection into Language Models (KILM), a novel approach that injects entity-related knowledge into encoder-decoder PLMs, via a gener…

2023

Multimodal Embodied Plan Prediction Augmented with Synthetic Embodied Dialogue

EMNLP 2023long main

Embodied task completion is a challenge where an agent in a simulated environment must predict environment actions to complete tasks based on natural language instructions and ego-centric visual observations. We propose a variant of this problem where the agent predicts actions at a higher level of…

Cited by 0SourceScholar
2023

Towards Credible Human Evaluation of Open-Domain Dialog Systems Using Interactive Setup

AAAI 2023technical

Evaluating open-domain conversation models has been an open challenge due to the open-ended nature of conversations. In addition to static evaluations, recent work has started to explore a variety of per-turn and per-dialog interactive evaluation mechanisms and provide advice on the best setup. In t…

2023

Using In-Context Learning to Improve Dialogue Safety

EMNLP 2023long findings

While large neural-based conversational models have become increasingly proficient dialogue agents, recent work has highlighted safety issues with these systems. For example, these systems can be goaded into generating toxic content, often perpetuating social biases or stereotypes. We investigate a…

Cited by 0SourceScholar
2022

ALFRED-L: Investigating the Role of Language for Action Learning in Interactive Visual Environments

EMNLP 2022main

Embodied Vision and Language Task Completion requires an embodied agent to interpret natural language instructions and egocentric visual observations to navigate through and interact with environments. In this work, we examine ALFRED, a challenging benchmark for embodied task completion, with the go…

2022

Analyzing the Limits of Self-Supervision in Handling Bias in Language

EMNLP 2022finding

Prompting inputs with natural language task descriptions has emerged as a popular mechanism to elicit reasonably accurate outputs from large-scale generative language models with little to no in-context supervision. This also helps gain insight into how well language models capture the semantics of…

Cited by 3SourcePDFScholar
2022

Empowering parameter-efficient transfer learning by recognizing the kernel structure in self-attention

NAACL 2022findings

The massive amount of trainable parameters in the pre-trained language models (PLMs) makes them hard to be deployed to multiple downstream tasks. To address this issue, parameter-efficient transfer learning methods have been proposed to tune only a few parameters during fine-tuning while freezing th…

2022

Enhancing Knowledge Selection for Grounded Dialogues via Document Semantic Graphs

NAACL 2022long

Providing conversation models with background knowledge has been shown to make open-domain dialogues more informative and engaging. Existing models treat knowledge selection as a sentence ranking or classification problem where each sentence is handled individually, ignoring the internal semantic co…

2022

Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning

EMNLP 2022main

Prefix-tuning, or more generally continuous prompt tuning, has become an essential paradigm of parameter-efficient transfer learning. Using a large pre-trained language model (PLM), prefix-tuning can obtain strong performance by training only a small portion of parameters. In this paper, we propose…

2022

Sketching as a Tool for Understanding and Accelerating Self-attention for Long Sequences

NAACL 2022long

Transformer-based models are not efficient in processing long sequences due to the quadratic space and time complexity of the self-attention modules. To address this limitation, Linformer and Informer reduce the quadratic complexity to linear (modulo logarithmic factors) via low-dimensional projecti…

2022

TEACh: Task-Driven Embodied Agents That Chat

AAAI 2022technical

Robots operating in human spaces must be able to engage in natural language interaction, both understanding and executing instructions, and using conversation to resolve ambiguity and correct mistakes. To study this, we introduce TEACh, a dataset of over 3,000 human-human, interactive dialogues to c…

2022

Think Before You Speak: Explicitly Generating Implicit Commonsense Knowledge for Response Generation

ACL 2022long

Implicit knowledge, such as common sense, is key to fluid human conversations. Current neural response generation (RG) models are trained to generate responses directly, omitting unstated implicit knowledge. In this paper, we present Think-Before-Speaking (TBS), a generative approach to first extern…

2022

VISITRON: Visual Semantics-Aligned Interactively Trained Object-Navigator

ACL 2022findings

Interactive robots navigating photo-realistic environments need to be trained to effectively leverage and handle the dynamic nature of dialogue in addition to the challenges underlying vision-and-language navigation (VLN). In this paper, we present VISITRON, a multi-modal Transformer-based navigator…

2022

What is wrong with you?: Leveraging User Sentiment for Automatic Dialog Evaluation

ACL 2022findings

Accurate automatic evaluation metrics for open-domain dialogs are in high demand. Existing model-based metrics for system response evaluation are trained on human annotated data, which is cumbersome to collect. In this work, we propose to use information that can be automatically extracted from the…

2021

Alexa Conversations: An Extensible Data-driven Approach for Building Task-oriented Dialogue Systems

NAACL 2021system demonstrations

Traditional goal-oriented dialogue systems rely on various components such as natural language understanding, dialogue state tracking, policy learning and response generation. Training each component requires annotations which are hard to obtain for every new domain, limiting scalability of such sys…

Cited by 22SourcePDFScholar
2021

Entity Resolution in Open-domain Conversations

NAACL 2021industry

In recent years, incorporating external knowledge for response generation in open-domain conversation systems has attracted great interest. To improve the relevancy of retrieved knowledge, we propose a neural entity linking (NEL) approach. Different from formal documents, such as news, conversationa…

Cited by 11SourcePDFScholar