← Search

Jinxin Liu

25 accepted papers

2026

WebSeer: Training Deeper Search Agents through Reinforcement Learning with Self-Reflection

ICLR 2026poster

Search agents have achieved significant advancements in enabling intelligent information retrieval and decision-making within interactive environments. Although reinforcement learning has been employed to train agentic models capable of more dynamic interactive retrieval, existing methods are limite…

Cited by 0SourcecodeScholar
2025

HelmetPoser: A Helmet-Mounted IMU Dataset for Data-Driven Estimation of Human Head Motion in Diverse Conditions

ICRA 2025

Helmet-mounted wearable positioning systems are crucial for enhancing safety and facilitating coordination in industrial, construction, and emergency rescue environments. These systems, including LiDAR-Inertial Odometry (LIO) and Visual-Inertial Odometry (VIO), often face challenges in localization

Cited by 9SourcecodeScholar
2025

How do Transformers Learn Implicit Reasoning?

NeurIPS 2025spotlight

Recent work suggests that large language models (LLMs) can perform multi-hop reasoning implicitly---producing correct answers without explicitly verbalizing intermediate steps---but the underlying mechanisms remain poorly understood. In this paper, we study how such implicit reasoning emerges by tra…

Cited by 0SourceScholar
2025

LiMo-Calib: On-Site Fast LiDAR-Motor Calibration for Quadruped Robot-Based Panoramic 3D Sensing System

IROS 2025

Conventional single LiDAR systems are inherently constrained by their limited field of view (FoV), leading to blind spots and incomplete environmental awareness, particularly on robotic platforms with strict payload limitations. Integrating a motorized LiDAR offers a practical solution by significan

Cited by 11SourcecodeScholar
2025

UA-MPC: Uncertainty-Aware Model Predictive Control for Motorized LiDAR Odometry

RA-L 2025

Accurate and comprehensive 3D sensing using LiDAR systems is crucial for various applications in photogrammetry and robotics, including facility inspection, Building Information Modeling (BIM), and robot navigation. Motorized LiDAR systems can expand the Field of View (FoV) without adding multiple s

Cited by 33SourcecodeScholar
2024

Beyond OOD State Actions: Supported Cross-Domain Offline Reinforcement Learning

AAAI 2024technical

Offline reinforcement learning (RL) aims to learn a policy using only pre-collected and fixed data. Although avoiding the time-consuming online interactions in RL, it poses challenges for out-of-distribution (OOD) state actions and often suffers from data inefficiency for training. Despite many effo…

2024

DIDI: Diffusion-Guided Diversity for Offline Behavioral Generation

ICML 2024poster

In this paper, we propose a novel approach called DIffusion-guided DIversity (DIDI) for offline behavioral generation. The goal of DIDI is to learn a diverse set of skills from a mixture of label-free offline data. We achieve this by leveraging diffusion probabilistic models as priors to guide the l…

2024

How Proficient Are Large Language Models in Formal Languages? An In-Depth Insight for Knowledge Base Question Answering

ACL 2024findings

Knowledge Base Question Answering (KBQA) aims to answer natural language questions based on facts in knowledge bases. A typical approach to KBQA is semantic parsing, which translates a question into an executable logical form in a formal language. Recent works leverage the capabilities of large lang…

2024

KoLA: Carefully Benchmarking World Knowledge of Large Language Models

ICLR 2024poster

The unprecedented performance of large language models (LLMs) necessitates improvements in evaluations. Rather than merely exploring the breadth of LLM abilities, we believe meticulous and thoughtful designs are essential to thorough, unbiased, and applicable evaluations. Given the importance of wor…

2024

Reinformer: Max-Return Sequence Modeling for Offline RL

ICML 2024poster

As a data-driven paradigm, offline reinforcement learning (RL) has been formulated as sequence modeling that conditions on the hindsight information including returns, goal or future trajectory. Although promising, this supervised paradigm overlooks the core objective of RL that maximizes the return…

2024

Scalable and Effective Arithmetic Tree Generation for Adder and Multiplier Designs

NeurIPS 2024spotlight

Across a wide range of hardware scenarios, the computational efficiency and physical size of the arithmetic units significantly influence the speed and footprint of the overall hardware system. Nevertheless, the effectiveness of prior arithmetic design techniques proves inadequate, as they do not su…

2023

Beyond Reward: Offline Preference-guided Policy Optimization

ICML 2023poster

This study focuses on the topic of offline preference-based reinforcement learning (PbRL), a variant of conventional reinforcement learning that dispenses with the need for online interaction or specification of reward functions. Instead, the agent is provided with fixed offline trajectories and hum…

2023

CEIL: Generalized Contextual Imitation Learning

NeurIPS 2023poster

In this paper, we present ContExtual Imitation Learning (CEIL), a general and broadly applicable algorithm for imitation learning (IL). Inspired by the formulation of hindsight information matching, we derive CEIL by explicitly learning a hindsight embedding function together with a contextual polic…

Cited by 23SourcePDFScholar
2023

ChiPFormer: Transferable Chip Placement via Offline Decision Transformer

ICML 2023poster

Placement is a critical step in modern chip design, aiming to determine the positions of circuit modules on the chip canvas. Recent works have shown that reinforcement learning (RL) can improve human performance in chip placement. However, such an RL-based approach suffers from long training time an…

Cited by 49SourcePDFScholar
2023

Design from Policies: Conservative Test-Time Adaptation for Offline Policy Optimization

NeurIPS 2023poster

In this work, we decouple the iterative bi-level offline RL (value estimation and policy extraction) from the offline training phase, forming a non-iterative bi-level paradigm and avoiding the iterative error propagation over two levels. Specifically, this non-iterative paradigm allows us to conduct…

Cited by 10SourcePDFScholar
2023

Offline Imitation Learning with Variational Counterfactual Reasoning

NeurIPS 2023poster

In offline imitation learning (IL), an agent aims to learn an optimal expert behavior policy without additional online environment interactions. However, in many real-world scenarios, such as robotics manipulation, the offline dataset is collected from suboptimal behaviors without rewards. Due to th…

2023

Preserving Knowledge Invariance: Rethinking Robustness Evaluation of Open Information Extraction

EMNLP 2023long main

The robustness to distribution changes ensures that NLP models can be successfully applied in the realistic world, especially for information extraction tasks. However, most prior evaluation benchmarks have been devoted to validating pairwise matching correctness, ignoring the crucial validation of…

Cited by 0SourcecodeScholar
2022

DARA: Dynamics-Aware Reward Augmentation in Offline Reinforcement Learning

ICLR 2022poster

Offline reinforcement learning algorithms promise to be applicable in settings where a fixed dataset is available and no new experience can be acquired. However, such formulation is inevitably offline-data-hungry and, in practice, collecting a large offline dataset for one specific task over one spe…

Cited by 48SourcePDFScholar
2022

Learn Goal-Conditioned Policy with Intrinsic Motivation for Deep Reinforcement Learning

AAAI 2022technical

It is of significance for an agent to autonomously explore the environment and learn a widely applicable and general-purpose goal-conditioned policy that can achieve diverse goals including images and text descriptions. Considering such perceptually-specific goals, one natural approach is to reward…

Cited by 23SourcePDFScholar
2022

ParaMac: A General Unsupervised Paraphrase Generation Framework Leveraging Semantic Constraints and Diversifying Mechanisms

EMNLP 2022finding

Paraphrase generation reflects the ability to understand the meaning from the language surface form and rephrase it to other expressions. Recent paraphrase generation works have paid attention to unsupervised approaches based on Pre-trained Language Models (PLMs) to avoid heavy reliance on parallel…

2021

Unsupervised Domain Adaptation with Dynamics-Aware Rewards in Reinforcement Learning

NeurIPS 2021poster

Unsupervised reinforcement learning aims to acquire skills without prior goal representations, where an agent automatically explores an open-ended environment to represent goals and learn the goal-conditioned policy. However, this procedure is often time-consuming, limiting the rollout in some poten…

Cited by 22SourcePDFScholar
2020

Independent Skill Transfer for Deep Reinforcement Learning

IJCAI 2020poster

Recently, diverse primitive skills have been learned by adopting the entropy as intrinsic reward, which further shows that new practical skills can be produced by combining a variety of primitive skills. This is essentially skill transfer, very useful for learning high-level skills but quite challen…