← Search

Yunxiang Zhang

12 accepted papers

2026

LLMs as Rules Oracles: Exploring Real-World Multimodal Reasoning in Tabletop Strategy Game Environments

ICLR 2026poster

We introduce **LudoBench**, a multimodal reasoning benchmark that evaluates whether vision-enabled large language models (LMs) can acquire, integrate, and reason over heterogeneous game knowledge in mainstream analog tabletop games. Unlike prior works that emphasize deep strategic mastery, LudoBench…

Cited by 0SourceScholar
2026

LiveOIBench: Can Large Language Models Outperform Human Contestants in Informatics Olympiads?

ICML 2026poster

Competitive programming problems are increasingly used to evaluate the coding capabilities of large language models (LLMs) due to their complexity and ease of verification. Yet, current coding benchmarks face limitations such as lack of exceptionally challenging problems, insufficient test case cove…

Cited by 0SourcecodeScholar
2025

MLRC-Bench: Can Language Agents Solve Machine Learning Research Challenges?

NeurIPS 2025poster

We introduce **MLRC-Bench**, a benchmark designed to quantify how effectively language agents can tackle challenging **M**achine **L**earning (ML) **R**esearch **C**ompetitions, with a focus on open research problems that demand novel methodologies. Unlike prior work, e.g., AI Scientist, which evalu…

Cited by 0SourceScholar
2025

Towards Robust Autonomous Driving: Conditional Multimodal Large Language Models for Fine-Grained Perception

ICRA 2025

Multimodal large language models (MLLMs) have shown remarkable performance across various visual understanding tasks. However, most existing MLLMs still lack image detail perception, limiting their effectiveness in tasks that require detailed visual information. In this paper, we introduce Percept-D

Cited by 3SourcecodeScholar
2024

Small Language Models Need Strong Verifiers to Self-Correct Reasoning

ACL 2024findings

Self-correction has emerged as a promising solution to boost the reasoning performance of large language models (LLMs), where LLMs refine their solutions using self-generated critiques that pinpoint the errors. This work explores whether small (≤ 13B) language models (LMs) have the ability of self-c…

2023

Merging Generated and Retrieved Knowledge for Open-Domain QA

EMNLP 2023long main

Open-domain question answering (QA) systems are often built with retrieval modules. However, retrieving passages from a given source is known to suffer from insufficient knowledge coverage. Alternatively, prompting large language models (LLMs) to generate contextual passages based on their parametri…

Cited by 0SourcecodeScholar
2023

SituatedGen: Incorporating Geographical and Temporal Contexts into Generative Commonsense Reasoning

NeurIPS 2023poster

Recently, commonsense reasoning in text generation has attracted much attention. Generative commonsense reasoning is the task that requires machines, given a group of keywords, to compose a single coherent sentence with commonsense plausibility. While existing datasets targeting generative commonsen…

2022

Interpreting the Robustness of Neural NLP Models to Textual Perturbations

ACL 2022findings

Modern Natural Language Processing (NLP) models are known to be sensitive to input perturbations and their performance can decrease when applied to real-world, noisy data. However, it is still unclear why models are less robust to some perturbations than others. In this work, we test the hypothesis…

Cited by 21SourcePDFScholar
2021

CaPC Learning: Confidential and Private Collaborative Learning

ICLR 2021poster

Machine learning benefits from large training datasets, which may not always be possible to collect by any single entity, especially when using privacy-sensitive data. In many contexts, such as healthcare and finance, separate parties may wish to collaborate and learn from each other's data but are…