← Search

Semih Yavuz

23 accepted papers

2026

MAS-Orchestra: Understanding and Improving Multi-Agent Reasoning Through Holistic Orchestration and Controlled Benchmarks

ICML 2026poster

While multi-agent systems (MAS) promise elevated intelligence through coordination of agents, current approaches to automatic MAS design under-deliver. Such shortcomings stem from two key factors: (1) methodological complexity – agent orchestration is performed using sequential, code-level execution…

Cited by 0SourceScholar
2026

MAS-ProVe: Understanding the Process Verification of Multi-Agent Systems

ICML 2026poster

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) often exhibit high variance in their reasoning trajectories. Process verification, which evaluates intermediate steps in trajectories, has shown promise in general reasoning settings, and has been suggested as a potential tool for guidi…

Cited by 0SourceScholar
2026

SWERank: Software Issue Localization with Code Ranking

ICLR 2026poster

Software issue localization, the task of identifying the precise code locations (files, classes, or functions) relevant to a natural language issue description (e.g., bug report, feature request), is a critical yet time-consuming aspect of software development. While recent LLM-based agentic approac…

Cited by 0SourcecodeScholar
2025

Breaking the Batch Barrier (B3) of Contrastive Learning via Smart Batch Mining

NeurIPS 2025spotlight

Contrastive learning (CL) is a prevalent technique for training embedding models, which pulls semantically similar examples (positives) closer in the representation space while pushing dissimilar ones (negatives) further apart. A key source of negatives are "in-batch" examples, i.e., positives from…

Cited by 0SourcecodeScholar
2025

Does Context Matter? ContextualJudgeBench for Evaluating LLM-based Judges in Contextual Settings

ACL 2025long

The large language model (LLM)-as-judge paradigm has been used to meet the demand for a cheap, reliable, and fast evaluation of model outputs during AI system development and post-deployment monitoring. While judge models—LLMs finetuned to specialize in assessing and critiquing model outputs—have be…

2025

VLM2Vec: Training Vision-Language Models for Massive Multimodal Embedding Tasks

ICLR 2025poster

Embedding models play a crucial role in a variety of downstream tasks, including semantic similarity, information retrieval, and clustering. While there has been a surge of interest in developing universal text embedding models that generalize across tasks (e.g., MTEB), progress in learning universa…

Cited by 18SourcePDFScholar
2024

DIVKNOWQA: Assessing the Reasoning Ability of LLMs via Open-Domain Question Answering over Knowledge Base and Text

NAACL 2024findings

Large Language Models (LLMs) have exhibited impressive generation capabilities, but they suffer from hallucinations when solely relying on their internal knowledge, especially when answering questions that require less commonly known information. Retrievalaugmented LLMs have emerged as a potential s…

Cited by 7SourcePDFScholar
2024

FOLIO: Natural Language Reasoning with First-Order Logic

EMNLP 2024main

Large language models (LLMs) have achieved remarkable performance on a variety of natural language understanding tasks. However, existing benchmarks are inadequate in measuring the complex logical reasoning capabilities of a model. We present FOLIO, a human-annotated, logically complex and diverse d…

2024

P-FOLIO: Evaluating and Improving Logical Reasoning with Abundant Human-Written Reasoning Chains

EMNLP 2024finding

Existing methods on understanding the capabilities of LLMs in logical reasoning rely on binary entailment classification or synthetically derived rationales, which are not sufficient for properly assessing model’s capabilities. We present P-FOLIO, a human-annotated dataset consisting of diverse and…

Cited by 2SourcePDFScholar
2024

Traffic Light or Light Traffic? Investigating Phrasal Semantics in Large Language Models

EMNLP 2024finding

Phrases are fundamental linguistic units through which humans convey semantics. This study critically examines the capacity of API-based large language models (LLMs) to comprehend phrase semantics, utilizing three human-annotated datasets. We assess the performance of LLMs in executing phrase semant…

2024

Unlocking Anticipatory Text Generation: A Constrained Approach for Large Language Models Decoding

EMNLP 2024main

Large Language Models (LLMs) have demonstrated a powerful ability for text generation. However, achieving optimal results with a given prompt or instruction can be challenging, especially for billion-sized models. Additionally, undesired behaviors such as toxicity or hallucinations can manifest. Whi…

2023

Few-shot Unified Question Answering: Tuning Models or Prompts?

EMNLP 2023long findings

Question-answering (QA) tasks often investigate specific question types, knowledge domains, or reasoning skills, leading to specialized models catering to specific categories of QA tasks. While recent research has explored the idea of unified QA models, such models are usually explored for high-reso…

Cited by 0SourceScholar
2023

HPE: Answering Complex Questions over Text by Hybrid Question Parsing and Execution

EMNLP 2023long findings

The dominant paradigm of textual question answering systems is based on end-to-end neural networks, which excels at answering natural language questions but falls short on complex ones. This stands in contrast to the broad adaptation of semantic parsing approaches over structured data sources (e.g.,…

Cited by 0SourceScholar
2023

Understanding Factual Errors in Summarization: Errors, Summarizers, Datasets, Error Detectors

ACL 2023long

The propensity of abstractive summarization models to make factual errors has been studied extensively, including design of metrics to detect factual errors and annotation of errors in current systems’ outputs. However, the ever-evolving nature of summarization systems, metrics, and annotated benchm…

2022

Improving the Faithfulness of Abstractive Summarization via Entity Coverage Control

NAACL 2022findings

Abstractive summarization systems leveraging pre-training language models have achieved superior results on benchmark datasets. However, such models have been shown to be more prone to hallucinate facts that are unfaithful to the input context. In this paper, we propose a method to remedy entity-lev…

Cited by 37SourcePDFScholar
2022

Modeling Multi-hop Question Answering as Single Sequence Prediction

ACL 2022long

Fusion-in-decoder (Fid) (Izacard and Grave, 2020) is a generative question answering (QA) model that leverages passage retrieval with a pre-trained transformer and pushed the state of the art on single-hop QA. However, the complexity of multi-hop QA hinders the effectiveness of the generative QA app…

Cited by 28SourcePDFScholar
2022

RNG-KBQA: Generation Augmented Iterative Ranking for Knowledge Base Question Answering

ACL 2022long

Existing KBQA approaches, despite achieving strong performance on i.i.d. test data, often struggle in generalizing to questions involving unseen KB schema items. Prior ranking-based approaches have shown some success in generalization, but suffer from the coverage issue. We present RnG-KBQA, a Rank-…

2022

Uni-Parser: Unified Semantic Parser for Question Answering on Knowledge Base and Database

EMNLP 2022main

Parsing natural language questions into executable logical forms is a useful and interpretable way to perform question answering on structured data such as knowledge bases (KB) or databases (DB). However, existing approaches on semantic parsing cannot adapt to both modalities, as they suffer from th…

2021

CoCo: Controllable Counterfactuals for Evaluating Dialogue State Trackers

ICLR 2021poster

Dialogue state trackers have made significant progress on benchmark datasets, but their generalization capability to novel and realistic scenarios beyond the held- out conversations is less understood. We propose controllable counterfactuals (COCO) to bridge this gap and evaluate dialogue state trac…

2021

Dense Hierarchical Retrieval for Open-domain Question Answering

EMNLP 2021finding

Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA), where latent representations of questions and passages are exploited for maximum inner product search in the retrieval process. However, current dense retrievers require splitting documents into short…

2021

Task-adaptive Pre-training and Self-training are Complementary for Natural Language Understanding

EMNLP 2021finding

Task-adaptive pre-training (TAPT) and Self-training (ST) have emerged as the major semi-supervised approaches to improve natural language understanding (NLU) tasks with massive amount of unlabeled data. However, it’s unclear whether they learn similar representations or they can be effectively combi…

Cited by 14SourcePDFScholar
2021

Unsupervised Paraphrasing with Pretrained Language Models

EMNLP 2021main

Paraphrase generation has benefited extensively from recent progress in the designing of training objectives and model architectures. However, previous explorations have largely focused on supervised methods, which require a large amount of labeled data that is costly to collect. To address this dra…

2020

A Simple Language Model for Task-Oriented Dialogue

NeurIPS 2020spotlight

Task-oriented dialogue is often decomposed into three tasks: understanding user input, deciding actions, and generating a response. While such decomposition might suggest a dedicated model for each sub-task, we find a simple, unified approach leads to state-of-the-art performance on the MultiWOZ dat…