← Search

Yongchao Chen

13 accepted papers

2026

Bias Is a Subspace, Not a Coordinate: A Geometric Rethinking of Post-hoc Debiasing in Vision-Language Models

CVPR 2026

Vision-Language Models (VLMs) have become indispensable for multimodal reasoning, yet their representations often encode and amplify demographic biases, resulting in biased associations and misaligned predictions in downstream tasks. Such behavior undermines fairness and distorts the intended alignm

Cited by 0SourcecodeScholar
2026

Dismantling the Illusion of Vision-Language-Action Models Competence via Explicit Distributional Shifts

ICML 2026poster

Given that simulation can never exhaustively enumerate reality, generalization is the determining factor for whether Vision-Language-Action (VLA) models can translate benchmark success into real-world functionality. However, current evaluation protocols often incentivize mechanical memorization rath…

Cited by 0SourceScholar
2026

R1-Code-Interpreter: LLMs Reason with Code via Supervised and Multi-stage Reinforcement Learning

ICLR 2026poster

Practical guidance on training Large Language Models (LLMs) to leverage Code Interpreter across diverse tasks remains lacking. We present R1-Code-Interpreter, an extension of a text-only LLM trained via multi-turn supervised fine-tuning (SFT) and reinforcement learning (RL) to autonomously generate…

Cited by 0SourceScholar
2026

TUMIX: Multi-Agent Test-Time Scaling with Tool-Use Mixture

ICLR 2026poster

While integrating tools like Code Interpreter and Search has significantly enhanced Large Language Model (LLM) reasoning in models like ChatGPT Agent and Gemini-Pro, practical guidance on optimal tool use is lacking. The core challenge is effectively combining textual reasoning, coding, and search f…

Cited by 0SourceScholar
2025

CRAB: Cross-environment Agent Benchmark for Multimodal Language Model Agents

ACL 2025finding

The development of autonomous agents increasingly relies on Multimodal Language Models (MLMs) to perform tasks described in natural language with GUI environments, such as websites, desktop computers, or mobile phones. Existing benchmarks for MLM agents in interactive environments are limited by the…

2025

Code-as-Symbolic-Planner: Foundation Model-Based Robot Planning via Symbolic Code Generation

IROS 2025

Recent works have shown great potential of Large Language Models (LLMs) in robot task and motion planning (TAMP). Current LLM approaches generate text- or code-based reasoning chains with sub-goals and action plans. However, they do not fully leverage LLMs’ symbolic computing and code generation cap

Cited by 10SourceScholar
2025

CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance

ICML 2025poster

Existing methods fail to effectively steer Large Language Models (LLMs) between textual reasoning and code generation, leaving symbolic computing capabilities underutilized. We introduce CodeSteer, an effective method for guiding LLM code/text generation. We construct a comprehensive benchmark SymBe…

2025

Large Language Models Can Solve Real-World Planning Rigorously with Formal Verification Tools

NAACL 2025long

Large Language Models (LLMs) struggle to directly generate correct plans for complex multi-constraint planning problems, even with self-verification and self-critique. For example, a U.S. domestic travel planning benchmark TravelPlanner was proposed in Xie et al. (2024), where the best LLM OpenAI o1…

Cited by 4SourcePDFScholar
2025

Steering Large Language Models between Code Execution and Textual Reasoning

ICLR 2025poster

While a lot of recent research focuses on enhancing the textual reasoning capabilities of Large Language Models (LLMs) by optimizing the multi-agent framework or reasoning chains, several benchmark tasks can be solved with 100\% success through direct coding, which is more scalable and avoids the co…

2024

AutoTAMP: Autoregressive Task and Motion Planning with LLMs as Translators and Checkers

ICRA 2024poster

For effective human-robot interaction, robots need to understand, plan, and execute complex, long-horizon tasks described by natural language. Recent advances in large language models (LLMs) have shown promise for translating natural language into robot action sequences for complex tasks. However, e…

Cited by 142SourcecodeScholar
2024

PRompt Optimization in Multi-Step Tasks (PROMST): Integrating Human Feedback and Heuristic-based Sampling

EMNLP 2024main

Prompt optimization aims to find the best prompt to a large language model (LLM) for a given task. LLMs have been successfully used to help find and improve prompt candidates for single-step tasks. However, realistic tasks for agents are multi-step and introduce new challenges: (1) Prompt content is…

2024

Scalable Multi-Robot Collaboration with Large Language Models: Centralized or Decentralized Systems?

ICRA 2024poster

A flurry of recent work has demonstrated that pre-trained large language models (LLMs) can be effective task planners for a variety of single-robot tasks. The planning performance of LLMs is significantly improved via prompting techniques, such as in-context learning or re-prompting with state feedb…

Cited by 97SourcecodeScholar