← Search

Jiawei Wang

28 accepted papers

2026

ELLMob: Event-Driven Human Mobility Generation with Self-Aligned LLM Framework

ICLR 2026poster

Human mobility generation aims to synthesize plausible trajectory data, which is widely used in urban system research. While Large Language Model-based methods excel at generating routine trajectories, they struggle to capture deviated mobility during large-scale societal events. This limitation ste…

Cited by 0SourcecodeScholar
2026

Harnessing Uncertainty: Entropy-Modulated Policy Gradients for Long-Horizon LLM Agents

ICML 2026poster

In long-horizon tasks, recent agents based on Large Language Models (LLMs) face a significant challenge that sparse, outcome-based rewards make it difficult to assign credit to intermediate steps. Previous methods mainly focus on creating dense reward signals to guide learning, either through tradit…

Cited by 0SourceScholar
2026

InfiniDepth: Arbitrary-Resolution and Fine-Grained Depth Estimation with Neural Implicit Fields

CVPR 2026

Existing depth estimation methods are fundamentally limited to predicting depth on discrete image grids. Such representations restrict their scalability to arbitrary output resolutions and hinder the geometric detail recovery. This paper introduces InfiniDepth, which represents depth as neural impli

Cited by 0SourcecodeScholar
2026

Kinematify: Open-Vocabulary Synthesis of High-DoF Articulated Objects

ICRA 2026poster

A deep understanding of kinematic structures is essential for robot motion and interaction with the environment. Such understanding is captured through articulated objects, which are essential for physical simulation, motion planning, and policy learning. However, creating these models, particularly…

2026

MCPMark: A Benchmark for Stress-Testing Realistic and Comprehensive MCP Use

ICLR 2026poster

The MCP standardizes how LLMs interact with external systems, forming the foundation for general agents. However, existing MCP benchmarks remain narrow in scope: they focus on read-heavy tasks or tasks with limited interaction depth, and fail to capture the complexity and realism of real-world workf…

Cited by 0SourcecodeScholar
2026

TrajFlow: Nation-wide Pseudo GPS Trajectory Generation with Flow Matching Models

ICLR 2026poster

The importance of mobile phone GPS trajectory data is widely recognized across many fields, yet the use of real data is often hindered by privacy concerns, limited accessibility, and high acquisition costs. As a result, generating pseudo–GPS trajectory data has become an active area of research. Rec…

Cited by 0SourcecodeScholar
2026

WideSearch: Benchmarking Agentic Broad Info-Seeking

ICLR 2026poster

From professional research to everyday planning, many tasks are bottlenecked by wide-scale information seeking, which is more repetitive than cognitively complex. With the rapid development of Large Language Models (LLMs), automated search agents powered by LLMs offer a promising solution to liberat…

Cited by 0SourcecodeScholar
2025

Boosting Efficient Reinforcement Learning for Vision-and-Language Navigation With Open-Sourced LLM

RA-L 2025

Vision-and-Language Navigation (VLN) requires an agent to navigate in photo-realistic environments based on language instructions. Existing methods typically employ imitation learning to train agents. However, approaches based on recurrent neural networks suffer from poor generalization, while trans

Cited by 13SourceScholar
2025

CLaSp: In-Context Layer Skip for Self-Speculative Decoding

ACL 2025long

Speculative decoding (SD) is a promising method for accelerating the decoding process of Large Language Models (LLMs). The efficiency of SD primarily hinges on the consistency between the draft model and the verify model. However, existing drafting approaches typically require additional modules to…

Cited by 0SourcePDFScholar
2025

DGCPL: Dual Graph Distillation for Concept Prerequisite Relation Learning

IJCAI 2025

Concept prerequisite relations determine the learning order of knowledge concepts in one domain, which has an important impact on teachers' course design and students' personalized learning. Current research usually predicts concept prerequisite relations from the perspective of knowledge, and rarel

2025

Density Adaptive Registration of Large-Scale Point Clouds in Diverse Outdoor Environments

RA-L 2025

Point cloud registration is the foundation of collaborative multi-robot mapping tasks in outdoor environments. Due to the dynamic changes in communication bandwidth, the density of point clouds transmitted from the robot to the server will also change simultaneously, which will significantly affect

Cited by 1SourceScholar
2025

DependEval: Benchmarking LLMs for Repository Dependency Understanding

ACL 2025finding

While large language models (LLMs) have shown considerable promise in code generation, real-world software development demands advanced repository-level reasoning. This includes understanding dependencies, project structures, and managing multi-file changes. However, the ability of LLMs to effective…

2025

Hierarchy UGP: Hierarchy Unified Gaussian Primitive for Large-Scale Dynamic Scene Reconstruction

ICCV 2025poster

Recent advances in differentiable rendering have significantly improved dynamic street scene reconstruction. However, the complexity of large-scale scenarios and dynamic elements, such as vehicles and pedestrians, remains a substantial challenge. Existing methods often struggle to scale to large sce…

Cited by 0SourcePDFScholar
2025

Learning Concept Prerequisite Relation via Global Knowledge Relation Optimization

AAAI 2025technical

Learning concept prerequisite relations helps better master and build a logically coherent knowledge structure. Many studies use graph neural networks to create heterogeneous knowledge networks that enhance concept representations. However, different types of relations in these networks can influenc…

2025

Neural Causal Graph for Interpretable and Intervenable Classification

ICLR 2025poster

Advancements in neural networks have significantly enhanced the performance of classification models, achieving remarkable accuracy across diverse datasets. However, these models often lack transparency and do not support interactive reasoning with human users, which are essential attributes for app…

Cited by 0SourcePDFScholar
2025

Safeguarding Vision-Language Models: Mitigating Vulnerabilities to Gaussian Noise in Perturbation-based Attacks

ICCV 2025poster

Vision-Language Models (VLMs) extend the capabilities of Large Language Models (LLMs) by incorporating visual information, yet they remain vulnerable to jailbreak attacks, especially when processing noisy or corrupted images. Although existing VLMs adopt security measures during training to mitigate…

2024

Boximator: Generating Rich and Controllable Motions for Video Synthesis

ICML 2024poster

Generating rich and controllable motion is a pivotal challenge in video synthesis. We propose *Boximator*, a new approach for fine-grained motion control. Boximator introduces two constraint types: *hard box* and *soft box*. Users select objects in the conditional frame using hard boxes and then use…

Cited by 50SourcePDFScholar
2024

Large Language Models as Urban Residents: An LLM Agent Framework for Personal Mobility Generation

NeurIPS 2024poster

This paper introduces a novel approach using Large Language Models (LLMs) integrated into an agent framework for flexible and effective personal mobility generation. LLMs overcome the limitations of previous models by effectively processing semantic data and offering versatility in modeling various…

2024

Motion Planning in Foliated Manifolds using Repetition Roadmap

RSS 2024poster

Numerous classes of robotics motion planning problems involve searching in constrained configuration spaces where the constraints change during different stages of the motion, and these kinds of motion planning problems are named multi-modal problems. The most common method to solve these problems i…

Cited by 0SourcePDFScholar
2023

Mixture-of-Domain-Adapters: Decoupling and Injecting Domain Knowledge to Pre-trained Language Models’ Memories

ACL 2023long

Pre-trained language models (PLMs) demonstrate excellent abilities to understand texts in the generic domain while struggling in a specific domain. Although continued pre-training on a large domain-specific corpus is effective, it is costly to tune all the parameters on the domain. In this paper, we…

2023

Towards Effective and Interpretable Human-Agent Collaboration in MOBA Games: A Communication Perspective

ICLR 2023top-25%

MOBA games, e.g., Dota2 and Honor of Kings, have been actively used as the testbed for the recent AI research on games, and various AI systems have been developed at the human level so far. However, these AI systems mainly focus on how to compete with humans, less on exploring how to collaborate wit…

Cited by 9SourcePDFScholar
2023

Write and Paint: Generative Vision-Language Models are Unified Modal Learners

ICLR 2023poster

Recent advances in vision-language pre-training have pushed the state-of-the-art on various vision-language tasks, making machines more capable of multi-modal writing (image-to-text generation) and painting (text-to-image generation). However, few studies investigate if these two essential capabilit…

2022

CODE-MVP: Learning to Represent Source Code from Multiple Views with Contrastive Pre-Training

NAACL 2022findings

Recent years have witnessed increasing interest in code representation learning, which aims to represent the semantics of source code into distributed vectors. Currently, various works have been proposed to represent the complex semantics of source code from different views, including plain text, Ab…

2021

Recall and Learn: A Memory-augmented Solver for Math Word Problems

EMNLP 2021finding

In this article, we tackle the math word problem, namely, automatically answering a mathematical problem according to its textual description. Although recent methods have demonstrated their promising results, most of these methods are based on template-based generation scheme which results in limit…

2021

What If Sentence-hood is Hard to Define: A Case Study in Chinese Reading Comprehension

EMNLP 2021finding

Machine reading comprehension (MRC) is a challenging NLP task for it requires to carefully deal with all linguistic granularities from word, sentence to passage. For extractive MRC, the answer span has been shown mostly determined by key evidence linguistic units, in which it is a sentence in most c…

Cited by 2SourcePDFScholar