← Search

Jishen Zhao

19 accepted papers

2026

AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications

ICML 2026poster

Large Language Models (LLMs) are deployed as autonomous agents in increasingly complex applications, where enabling long horizon memory is critical for achieving strong performance. However, a significant gap exists between practical applications and current evaluation standards for agent memory: ex…

Cited by 0SourceScholar
2026

LLM4Cov: Execution-Grounded Agent Learning for High-Coverage Hardware Verification

ICML 2026poster

Execution-grounded LLM agents offer a promising paradigm for learning from tool feedback, but such feedback is often expensive and slow to obtain, making online reinforcement learning (RL) impractical. High-coverage hardware verification exemplifies this challenge due to its reliance on industrial s…

Cited by 0SourceScholar
2026

Stronger-MAS: Multi-Agent Reinforcement Learning for Collaborative LLMs

ICLR 2026poster

Multi-Agent System (MAS) and Reinforcement Learning (RL) are both widely adopted to improve large language model (LLM) agentic performance. MAS strengthens task-specialized performance via role-based orchestration; RL leverages environment rewards to train stronger policies, such as Group Relative P…

Cited by 0SourcecodeScholar
2025

COLA: Characterizing and Optimizing the Tail Latency for Safe Level-4 Autonomous Vehicle Systems

ICRA 2025

Autonomous vehicles (AVs) systems are envisioned to revolutionize our life by providing safe, relaxing, and convenient ground transportation. To ensure safety, AV systems need to make timely driving decisions in response to complicated and highly dynamic real-world driving environments. We present a

Cited by 4SourceScholar
2025

OrcaLoca: An LLM Agent Framework for Software Issue Localization

ICML 2025poster

Recent developments in Large Language Model (LLM) agents are revolutionizing Autonomous Software Engineering (ASE), enabling automated coding, problem fixes, and feature improvements. However, localization -- precisely identifying software problems by navigating to relevant code sections -- remains…

Cited by 3SourcePDFScholar
2025

You Only Use Reactive Attention Slice When Retrieving From Long Context

EMNLP 2025

Retrieval-Augmented Generation is a powerful method for enhancing language models (LMs), but existing retrieval techniques are limited.Embedding-based methods are often inaccurate due to their reliance on lexical similarity, while neural retrievers are computationally expensive to train.To overcome

Cited by 0SourcePDFScholar
2024

Learning to Maximize Mutual Information for Chain-of-Thought Distillation

ACL 2024findings

Knowledge distillation, the technique of transferring knowledge from large, complex models to smaller ones, marks a pivotal step towards efficient AI deployment. Distilling Step-by-Step (DSS), a novel method utilizing chain-of-thought (CoT) distillation, has demonstrated promise by imbuing smaller m…

2024

Safety-Critical Scenario Generation Via Reinforcement Learning Based Editing

ICRA 2024poster

Generating safety-critical scenarios is essential for testing and verifying the safety of autonomous vehicles. Traditional optimization techniques suffer from the curse of dimensionality and limit the search space to fixed parameter spaces. To address these challenges, we propose a deep reinforcemen…

Cited by 9SourceScholar
2023

Everyone's Preference Changes Differently: A Weighted Multi-Interest Model For Retrieval

ICML 2023poster

User embeddings (vectorized representations of a user) are essential in recommendation systems. Numerous approaches have been proposed to construct a representation for the user in order to find similar items for retrieval tasks, and they have been proven effective in industrial recommendation syste…

Cited by 9SourcePDFScholar
2023

Interpretable and Flexible Target-Conditioned Neural Planners For Autonomous Vehicles

ICRA 2023poster

Learning-based approaches to autonomous vehicle planners have the potential to scale to many complicated real-world driving scenarios by leveraging huge amounts of driver demonstrations. However, prior work only learns to estimate a single planning trajectory, while there may be multiple acceptable…

Cited by 3SourceScholar
2023

TripLe: Revisiting Pretrained Model Reuse and Progressive Learning for Efficient Vision Transformer Scaling and Searching

ICCV 2023poster

One promising way to accelerate transformer training is to reuse small pretrained models to initialize the transformer, as their existing representation power facilitates faster model convergence. Previous works designed expansion operators to scale up pretrained models to the target model before tr…

Cited by 2PDFScholar
2022

Learning Bounded Context-Free-Grammar via LSTM and the Transformer: Difference and the Explanations

AAAI 2022technical

Long Short-Term Memory (LSTM) and Transformers are two popular neural architectures used for natural language processing tasks. Theoretical results show that both are Turing-complete and can represent any context-free language (CFL).In practice, it is often observed that Transformer models have bett…

2021

Continuous Cnn For Nonuniform Time Series

ICASSP 2021accepted

CNN for time series data implicitly assumes that the data are uniformly sampled, whereas many event-based and multi-modal data are nonuniform or have heterogeneous sampling rates. Directly applying regular CNN to nonuniform time series is ungrounded, because it is unable to recognize and extract com…

Cited by 0SourceScholar
2021

Learn-to-Share: A Hardware-friendly Transfer Learning Framework Exploiting Computation and Parameter Sharing

ICML 2021oral

Task-specific fine-tuning on pre-trained transformers has achieved performance breakthroughs in multiple NLP tasks. Yet, as both computation and parameter size grows linearly with the number of sub-tasks, it is increasingly difficult to adopt such methods to the real world due to unrealistic memory…

Cited by 20SourcePDFScholar
2020

Deep Symbolic Superoptimization Without Human Knowledge

ICLR 2020poster

Deep symbolic superoptimization refers to the task of applying deep learning methods to simplify symbolic expressions. Existing approaches either perform supervised training on human-constructed datasets that defines equivalent expression pairs, or apply reinforcement learning with human-defined…

Cited by 8SourcecodeScholar
2019

Coda: An End-to-End Neural Program Decompiler

NeurIPS 2019poster

Reverse engineering of binary executables is a critical problem in the computer security domain. On the one hand, malicious parties may recover interpretable source codes from the software products to gain commercial advantages. On the other hand, binary decompilation can be leveraged for code vulne…

2019

Rorg: Service Robot Software Management with Linux Containers

ICRA 2019poster

Scaling up the software system on service robots increases the maintenance burden of developers and the risk of resource contention of the computer embedded on robots. As a result, developers spend much time on configuring, deploying, and monitoring the robot software system; robots may utilize sign…

Cited by 14SourceScholar