← Search

Asli Celikyilmaz

36 accepted papers

2026

Cold-Start Personalization via Training-Free Priors from Structured World Models

ICML 2026poster

Cold-start personalization requires inferring preferences from minimal interaction when no user-specific historical data is available. The space of possible preferences is vast, yet users care about only a sparse subset and rarely articulate them upfront; combined with limited interaction budgets, t…

Cited by 0SourceScholar
2025

Collaborative Reasoner: Self-Improving Social Agents with Synthetic Conversations

NeurIPS 2025poster

With increasingly powerful large language models (LLMs) and LLM-based agents tackling an ever-growing list of tasks, we envision a future where numerous LLM agents work seamlessly with other AI agents and humans to solve complex problems and enhance daily life. To achieve these goals, LLM agents mus…

Cited by 0SourceScholar
2025

Efficient Tool Use with Chain-of-Abstraction Reasoning

COLING 2025main

To achieve faithful reasoning that aligns with human expectations, large language models (LLMs) need to ground their reasoning to real-world knowledge (e.g., web facts, math and physical rules). Tools help LLMs access this external knowledge, but there remains challenges for fine-tuning LLM agents (…

Cited by 31SourcePDFScholar
2025

Explore Theory of Mind: program-guided adversarial data generation for theory of mind reasoning

ICLR 2025poster

Do large language models (LLMs) have theory of mind? A plethora of papers and benchmarks have been introduced to evaluate if current models have been able to develop this key ability of social intelligence. However, all rely on limited datasets with simple patterns that can potentially lead to probl…

Cited by 5SourcePDFScholar
2025

reWordBench: Benchmarking and Improving the Robustness of Reward Models with Transformed Inputs

EMNLP 2025

Reward models have become a staple in modern NLP, serving as not only a scalable text evaluator, but also an indispensable component in many alignment recipes and inference-time algorithms. However, while recent reward models increase performance on standard benchmarks, this may partly be due to ove

2024

ACUEval: Fine-grained Hallucination Evaluation and Correction for Abstractive Summarization

ACL 2024findings

The impressive generation capabilities of large language models (LLMs) have made it harder to detect the subtle hallucinations they make in abstractive summarization, where generated summaries consist of a blend of correct and incorrect information w.r.t. a given document. Recently-proposed LLM-base…

Cited by 6SourcePDFScholar
2024

Branch-Solve-Merge Improves Large Language Model Evaluation and Generation

NAACL 2024long

Large Language Models (LLMs) are frequently used for multi-faceted language generation and evaluation tasks that involve satisfying intricate user constraints or taking into account multiple aspects and criteria. However, their performance can fall short, due to the model’s lack of coherence and ina…

2024

Chain-of-Verification Reduces Hallucination in Large Language Models

ACL 2024findings

Generation of plausible yet incorrect factual information, termed hallucination, is an unsolved issue in large language models. We study the ability of language models to deliberate on the responses they give in order to correct their mistakes. We develop the Chain-of-Verification (CoVe) method wher…

Cited by 390SourcePDFScholar
2024

Open-Domain Text Evaluation via Contrastive Distribution Methods

ICML 2024poster

Recent advancements in open-domain text generation, driven by the power of large pre-trained language models (LLMs), have demonstrated remarkable performance. However, assessing these models' generation quality remains a challenge. In this paper, we introduce a novel method for evaluating open-domai…

2024

RESPROMPT: Residual Connection Prompting Advances Multi-Step Reasoning in Large Language Models

NAACL 2024long

Chain-of-thought (CoT) has impressively unlocked the reasoning potential of large language models (LLMs). Yet, it falls short when tackling problems that require multiple reasoning steps. This limitation arises from the complex nature of multi-step reasoning processes: later stages often depend not…

2024

RLCD: Reinforcement Learning from Contrastive Distillation for LM Alignment

ICLR 2024poster

We propose Reinforcement Learning from Contrastive Distillation (RLCD), a method for aligning language models to follow principles expressed in natural language (e.g., to be more harmless) without using human feedback. RLCD creates preference pairs from two contrasting model outputs, one using a pos…

Cited by 23SourcePDFScholar
2024

The ART of LLM Refinement: Ask, Refine, and Trust

NAACL 2024long

Large Language Models (LLMs) have demonstrated remarkable generative abilities, but can they judge the quality of their own generations and self-improve?A popular concept, referred to as *self-refinement*, postulates that LLMs can detect and correct the errors in their generations when asked to do s…

2023

ALERT: Adapt Language Models to Reasoning Tasks

ACL 2023long

Recent advancements in large language models have enabled them to perform well on complex tasks that require step-by-step reasoning with few-shot learning. However, it is unclear whether these models are applying reasoning skills they have learnt during pre-training , or if they are simply memorizin…

2023

Complementary Explanations for Effective In-Context Learning

ACL 2023findings

Large language models (LLMs) have exhibited remarkable capabilities in learning from expla- nations in prompts, but there has been limited understanding of exactly how these explana- tions function or why they are effective. This work aims to better understand the mechanisms by which explanations ar…

2023

Crystal: Introspective Reasoners Reinforced with Self-Feedback

EMNLP 2023long main

Extensive work has shown that the performance and interpretability of commonsense reasoning can be improved via knowledge-augmented reasoning methods, where the knowledge that underpins the reasoning process is explicitly verbalized and utilized. However, existing implementations, including "chain-o…

Cited by 0SourcecodeScholar
2023

Gender Biases in Automatic Evaluation Metrics for Image Captioning

EMNLP 2023long main

Model-based evaluation metrics (e.g., CLIPScore and GPTScore) have demonstrated decent correlations with human judgments in various language generation tasks. However, their impact on fairness remains largely unexplored. It is widely recognized that pretrained models can inadvertently encode societa…

Cited by 0SourcecodeScholar
2023

MURMUR: Modular Multi-Step Reasoning for Semi-Structured Data-to-Text Generation

ACL 2023findings

Prompting large language models has enabled significant recent progress in multi-step reasoning over text. However, when applied to text generation from semi-structured data (e.g., graphs or tables), these methods typically suffer from low semantic coverage, hallucination, and logical inconsistency.…

Cited by 8SourcePDFScholar
2023

RECKONING: Reasoning through Dynamic Knowledge Encoding

NeurIPS 2023poster

Recent studies on transformer-based language models show that they can answer questions by reasoning over knowledge provided as part of the context (i.e., in-context reasoning). However, since the available knowledge is often not filtered for a particular question, in-context reasoning can be sensit…

Cited by 12SourcePDFScholar
2023

ROSCOE: A Suite of Metrics for Scoring Step-by-Step Reasoning

ICLR 2023top-25%

Large language models show improved downstream task performance when prompted to generate step-by-step reasoning to justify their final answers. These reasoning steps greatly improve model interpretability and verification, but objectively studying their correctness (independent of the final answer)…

2023

Sub-network Discovery and Soft-masking for Continual Learning of Mixed Tasks

EMNLP 2023long findings

Continual learning (CL) has two main objectives: preventing catastrophic forgetting (CF) and encouraging knowledge transfer (KT). The existing literature mainly focused on overcoming CF. Some work has also been done on KT when the tasks are similar. To our knowledge, only one method has been propose…

Cited by 0SourcecodeScholar
2023

Understanding In-Context Learning via Supportive Pretraining Data

ACL 2023long

In-context learning (ICL) improves language models’ performance on a variety of NLP tasks by simply demonstrating a handful of examples at inference time. It is not well understood why ICL ability emerges, as the model has never been specifically trained on such demonstrations. Unlike prior work tha…

Cited by 46SourcePDFScholar
2022

CONFIT: Toward Faithful Dialogue Summarization with Linguistically-Informed Contrastive Fine-tuning

NAACL 2022long

Factual inconsistencies in generated summaries severely limit the practical applications of abstractive dialogue summarization. Although significant progress has been achieved by using pre-trained neural language models, substantial amounts of hallucinated content are found during the human evaluati…

Cited by 71SourcePDFScholar
2022

Discourse-Aware Soft Prompting for Text Generation

EMNLP 2022main

Current efficient fine-tuning methods(e.g., adapters, prefix-tuning, etc.) have optimized conditional text generation via training a small set of extra parameters of the neural language model, while freezing the rest for efficiency. While showing strong performance on some generation tasks, they don…

2022

Investigating Crowdsourcing Protocols for Evaluating the Factual Consistency of Summaries

NAACL 2022long

Current pre-trained models applied for summarization are prone to factual inconsistencies that misrepresent the source text. Evaluating the factual consistency of summaries is thus necessary to develop better models. However, the human evaluation setup for evaluating factual consistency has not been…

Cited by 20SourcePDFScholar
2022

Know Thy Strengths: Comprehensive Dialogue State Tracking Diagnostics

EMNLP 2022finding

Recent works that revealed the vulnerability of dialogue state tracking (DST) models to distributional shifts have made holistic comparisons on robustness and qualitative analyses increasingly important for understanding their relative performance. We present our findings from standardized and compr…

2022

STRUDEL: Structured Dialogue Summarization for Dialogue Comprehension

EMNLP 2022main

Abstractive dialogue summarization has long been viewed as an important standalone task in natural language processing, but no previous work has explored the possibility of whether abstractive dialogue summarization can also be used as a means to boost an NLP system’s performance on other important…

Cited by 2SourcePDFScholar
2022

ToKen: Task Decomposition and Knowledge Infusion for Few-Shot Hate Speech Detection

EMNLP 2022main

Hate speech detection is complex; it relies on commonsense reasoning, knowledge of stereotypes, and an understanding of social nuance that differs from one culture to the next. It is also difficult to collect a large-scale hate speech annotated dataset. In this work, we frame this problem as a few-s…

Cited by 28SourcePDFScholar
2021

An Exploratory Study on Long Dialogue Summarization: What Works and What’s Next

EMNLP 2021finding

Dialogue summarization helps readers capture salient information from long conversations in meetings, interviews, and TV series. However, real-world dialogues pose a great challenge to current summarization models, as the dialogue length typically exceeds the input limits imposed by recent transform…

2021

Data Augmentation for Abstractive Query-Focused Multi-Document Summarization

AAAI 2021technical

The progress in Query-focused Multi-Document Summarization (QMDS) has been limited by the lack of sufficient largescale high-quality training datasets. We present two QMDS training datasets, which we construct using two data augmentation methods: (1) transferring the commonly used single-document CN…

2021

EmailSum: Abstractive Email Thread Summarization

ACL 2021long

Recent years have brought about an interest in the challenging task of summarizing conversation threads (meetings, online discussions, etc.). Such summaries help analysis of the long text to quickly catch up with the decisions made and thus improve our work or communication efficiency. To spur resea…

2021

Enriching Transformers with Structured Tensor-Product Representations for Abstractive Summarization

NAACL 2021long

Abstractive summarization, the task of generating a concise summary of input documents, requires: (1) reasoning over the source document to determine the salient pieces of information scattered across the long document, and (2) composing a cohesive text by reconstructing these salient facts into a s…

2021

QMSum: A New Benchmark for Query-based Multi-domain Meeting Summarization

NAACL 2021long

Meetings are a key component of human collaboration. As increasing numbers of meetings are recorded and transcribed, meeting summaries have become essential to remind those who may or may not have attended the meetings about the key decisions made and the tasks to be completed. However, it is hard t…

2020

Working Memory Graphs

ICML 2020poster

Transformers have increasingly outperformed gated RNNs in obtaining new state-of-the-art results on supervised tasks involving text sequences. Inspired by this trend, we study the question of how Transformer-based models can improve the performance of sequential decision-making agents. We present th…

2019

Reinforced Cross-Modal Matching and Self-Supervised Imitation Learning for Vision-Language Navigation

CVPR 2019oral

Vision-language navigation (VLN) is the task of navigating an embodied agent to carry out natural language instructions inside real 3D environments. In this paper, we study how to address three critical challenges for this task: the cross-modal grounding, the ill-posed feedback, and the generalizati…

Cited by 649PDFScholar