← Search

Emine Yilmaz

26 accepted papers

2026

Attributing Response to Context: A Jensen–Shannon Divergence Driven Mechanistic Study of Context Attribution in Retrieval-Augmented Generation

ICLR 2026poster

Retrieval-Augmented Generation (RAG) leverages large language models (LLMs) combined with external contexts to enhance the accuracy and reliability of generated responses. However, reliably attributing generated content to specific context segments, context attribution, remains challenging due to th…

Cited by 0SourceScholar
2026

From Interaction Trajectories to Prompt Rules: Credit Assignment for Multi-Agent Prompt Optimization

ICML 2026poster

Large language model (LLM)-based multi-agent systems commonly rely on natural-language prompts to specify agent behavior, yet optimizing these prompts remains challenging when agent roles and interaction structures are fixed by design. In such systems, behaviors emerge over long, noisy interaction t…

Cited by 0SourceScholar
2026

InnoEval: On Research Idea Evaluation as a Knowledge-Grounded, Multi-Perspective Reasoning Problem

ICML 2026poster

The rapid evolution of Large Language Models has catalyzed a surge in scientific idea production, yet this leap has not been accompanied by a matching advance in idea evaluation. The fundamental nature of scientific evaluation needs knowledgeable grounding, collective deliberation, and multi-criteri…

Cited by 0SourceScholar
2025

A Joint Optimization Framework for Enhancing Efficiency of Tool Utilization in LLM Agents

ACL 2025finding

Large Language Models (LLMs) augmented with external tools have demonstrated remarkable capabilities in complex problem solving. Existing efforts for tool utilization typically involve an LLM agent that contains instructions on using the description of the available tools to determine and call the t…

2025

Adaptive Retrieval-Augmented Generation for Conversational Systems

NAACL 2025findings

With the success of integrating large language models into the development of conversational systems, many studies have shown the effectiveness of retrieving and augmenting external knowledge for informative responses. While many existing studies agree on the necessity of Retrieval Augmented Generat…

2025

EventRAG: Enhancing LLM Generation with Event Knowledge Graphs

ACL 2025long

Retrieval-augmented generation (RAG) systems often struggle with narrative-rich documents and event-centric reasoning, particularly when synthesizing information across multiple sources. We present EventRAG, a novel framework that enhances text generation through structured event representations. We…

Cited by 0SourcePDFScholar
2025

PersonaLens: A Benchmark for Personalization Evaluation in Conversational AI Assistants

ACL 2025finding

Large language models (LLMs) have advanced conversational AI assistants. However, systematically evaluating how well these assistants apply personalization—adapting to individual user preferences while completing tasks—remains challenging. Existing personalization benchmarks focus on chit-chat, non-…

2024

A Toolbox for Modelling Engagement with Educational Videos

AAAI 2024technical

With the advancement and utility of Artificial Intelligence (AI), personalising education to a global population could be a cornerstone of new educational systems in the future. This work presents the PEEKC dataset and the TrueLearn Python library, which contains a dataset and a series of online lea…

2024

Benchmarking LLMs via Uncertainty Quantification

NeurIPS 2024poster

The proliferation of open-source Large Language Models (LLMs) from various institutions has highlighted the urgent need for comprehensive evaluation methods. However, current evaluation platforms, such as the widely recognized HuggingFace open LLM leaderboard, neglect a crucial aspect -- uncertainty…

2024

Instruction Tuning With Loss Over Instructions

NeurIPS 2024poster

Instruction tuning plays a crucial role in shaping the outputs of language models (LMs) to desired styles. In this work, we propose a simple yet effective method, Instruction Modelling (IM), which trains LMs by applying a loss function to the instruction and prompt part rather than solely to the out…

2023

A Survey on Asking Clarification Questions Datasets in Conversational Systems

ACL 2023long

The ability to understand a user’s underlying needs is critical for conversational systems, especially with limited input from users in a conversation. Thus, in such a domain, Asking Clarification Questions (ACQs) to reveal users’ true intent from their queries or utterances arise as an essential ta…

2023

Enhancing Conversational Search: Large Language Model-Aided Informative Query Rewriting

EMNLP 2023long findings

Query rewriting plays a vital role in enhancing conversational search by transforming context-dependent user queries into standalone forms. Existing approaches primarily leverage human-rewritten queries as labels to train query rewriting models. However, human rewrites may lack sufficient informatio…

Cited by 0SourcecodeScholar
2023

Improving Conversational Recommendation Systems via Bias Analysis and Language-Model-Enhanced Data Augmentation

EMNLP 2023long findings

Conversational Recommendation System (CRS) is a rapidly growing research area that has gained significant attention alongside advancements in language modelling techniques. However, the current state of conversational recommendation faces numerous challenges due to its relative novelty and limited e…

Cited by 0SourcecodeScholar
2023

Pre-training with Scientific Text Improves Educational Question Generation (Student Abstract)

AAAI 2023technical

With the boom of digital educational materials and scalable e-learning systems, the potential for realising AI-assisted personalised learning has skyrocketed. In this landscape, the automatic generation of educational questions will play a key role, enabling scalable self-assessment when a global po…

Cited by 13SourcePDFScholar
2023

Rethinking Semi-supervised Learning with Language Models

ACL 2023findings

Semi-supervised learning (SSL) is a popular setting aiming to effectively utilize unlabelled data to improve model performance in downstream natural language processing (NLP) tasks. Currently, there are two popular approaches to make use of the unlabelled data: Self-training (ST) and Task-adaptive p…

2023

Schema-Guided User Satisfaction Modeling for Task-Oriented Dialogues

ACL 2023long

User Satisfaction Modeling (USM) is one of the popular choices for task-oriented dialogue systems evaluation, where user satisfaction typically depends on whether the user’s task goals were fulfilled by the system. Task-oriented dialogue systems use task schema, which is a set of task attributes, to…

2022

Dynamic Schema Graph Fusion Network for Multi-Domain Dialogue State Tracking

ACL 2022long

Dialogue State Tracking (DST) aims to keep track of users’ intentions during the course of a conversation. In DST, modelling the relations among domains and slots is still an under-studied problem. Existing approaches that have considered such relations generally fall short in: (1) fusing prior slot…

Cited by 51SourcePDFScholar
2022

MetaASSIST: Robust Dialogue State Tracking with Meta Learning

EMNLP 2022main

Existing dialogue datasets contain lots of noise in their state annotations. Such noise can hurt model training and ultimately lead to poor generalization performance. A general framework named ASSIST has recently been proposed to train robust dialogue state tracking (DST) models. It introduces an a…

2022

Trans-Encoder: Unsupervised sentence-pair modelling through self- and mutual-distillations

ICLR 2022poster

In NLP, a large volume of tasks involve pairwise comparison between two sequences (e.g. sentence similarity and paraphrase identification). Predominantly, two formulations are used for sentence-pair tasks: bi-encoders and cross-encoders. Bi-encoders produce fixed-dimensional sentence representations…

2021

Improving Dialogue State Tracking with Turn-based Loss Function and Sequential Data Augmentation

EMNLP 2021finding

While state-of-the-art Dialogue State Tracking (DST) models show promising results, all of them rely on a traditional cross-entropy loss function during the training process, which may not be optimal for improving the joint goal accuracy. Although several approaches recently propose augmenting the t…

2021

Variational Continual Bayesian Meta-Learning

NeurIPS 2021poster

Conventional meta-learning considers a set of tasks from a stationary distribution. In contrast, this paper focuses on a more complex online setting, where tasks arrive sequentially and follow a non-stationary distribution. Accordingly, we propose a Variational Continual Bayesian Meta-Learning (VC-B…

Cited by 23SourcePDFScholar