← Search

Zhenhao Chen

9 accepted papers

2026

CausalGame: Benchmarking Causal Thinking of LLM Agents in Games

ICML 2026oral

Recently, it has received growing attention in building AI Scientist agents with Large Language Models (LLMs). Since scientific discovery fundamentally relies on uncovering causal relationships from observations, the capability of causal thinking that distinguish causation from correlation and hidde…

Cited by 0SourceScholar
2026

ManipLVM-R1: Reinforcement Learning for Reasoning in Embodied Manipulation with Large Vision-Language Models

AAAI 2026technical

Large Vision-Language Models (LVLMs) have recently advanced robotic manipulation by leveraging vision for scene perception and language for instruction following. However, existing methods rely heavily on costly human-annotated training datasets, which limits their generalization and causes them to

Cited by 0SourcePDFScholar
2026

PersonaX: Multimodal Datasets with LLM-Inferred Behavior Traits

ICLR 2026poster

Understanding human behavior traits is central to applications in human-computer interaction, computational social science, and personalized AI systems. Such understanding often requires integrating multiple modalities to capture nuanced patterns and relationships. However, existing resources rarely…

Cited by 0SourcecodeScholar
2025

Hazards in Daily Life? Enabling Robots to Proactively Detect and Resolve Anomalies

NAACL 2025long

Existing household robots have made significant progress in performing routine tasks, such as cleaning floors or delivering objects. However, a key limitation of these robots is their inability to recognize potential problems or dangers in home environments. For example, a child may pick up and inge…

Cited by 1SourcePDFScholar
2025

Reflection-Window Decoding: Text Generation with Selective Refinement

ICML 2025poster

The autoregressive decoding for text generation in large language models (LLMs), while widely used, is inherently suboptimal due to the lack of a built-in mechanism to perform refinement and/or correction of the generated content. In this paper, we consider optimality in terms of the joint probabili…

Cited by 2SourcePDFScholar
2024

BenchLMM: Benchmarking Cross-style Visual Capability of Large Multimodal Models

ECCV 2024poster

"Large Multimodal Models (LMMs) such as GPT-4V and LLaVA have shown remarkable capabilities in visual reasoning on data in common image styles. However, their robustness against diverse style shifts, crucial for practical applications, remains largely unexplored. In this paper, we propose a new benc…

2024

CaRiNG: Learning Temporal Causal Representation under Non-Invertible Generation Process

ICML 2024poster

Identifying the underlying time-delayed latent causal processes in sequential data is vital for grasping temporal dynamics and making downstream reasoning. While some recent methods can robustly identify these latent causal variables, they rely on strict assumptions about the invertible generation p…

2024

Empowering Graph Invariance Learning with Deep Spurious Infomax

ICML 2024poster

Recently, there has been a surge of interest in developing graph neural networks that utilize the invariance principle on graphs to generalize the out-of-distribution (OOD) data. Due to the limited knowledge about OOD data, existing approaches often pose assumptions about the correlation strengths o…

2023

Unsupervised Sampling Promoting for Stochastic Human Trajectory Prediction

CVPR 2023poster

The indeterminate nature of human motion requires trajectory prediction systems to use a probabilistic model to formulate the multi-modality phenomenon and infer a finite set of future trajectories. However, the inference processes of most existing methods rely on Monte Carlo random sampling, which…