← Search

Zihan Zhang

61 accepted papers

2026

EASY TURN: INTEGRATING ACOUSTIC AND LINGUISTIC MODALITIES FOR ROBUST TURN-TAKING IN FULL-DUPLEX SPOKEN DIALOGUE SYSTEMS

ICASSP 2026poster

Full-duplex interaction is crucial for natural human-machine communication, yet remains challenging as it requires robust turn-taking detection to decide when the system should speak, listen, or remain silent. Existing solutions either rely on dedicated turn-taking models, most of which are not open…

Cited by 0SourcePDFScholar
2026

Frozen Policy Iteration: Computationally Efficient RL under Linear $Q^{\pi}$ Realizability for Deterministic Dynamics

ICLR 2026poster

We study computationally and statistically efficient reinforcement learning under the linear $Q^{\pi}$ realizability assumption, where any policy's $Q$-function is linear in a given state-action feature representation. Prior methods in this setting are either computationally intractable, or require…

Cited by 0SourceScholar
2026

GraphRAG-Induced Dual Knowledge Structure Graphs for Personalized Learning Path Recommendation

AAAI 2026technical

Learning path recommendation seeks to provide students with a structured sequence of learning items (e.g., knowledge concepts or exercises) to optimize their learning efficiency. Despite significant efforts in this area, most existing methods primarily rely on prerequisite relations, which present t

Cited by 0SourcePDFScholar
2026

Knowledge-Enhanced Explainable Hypergraph Convolution Network for Medication Recommendation

AAAI 2026technical

Medication recommendation systems aim to provide personalized and safe medication options based on individual patient records. However, existing approaches often face challenges related to inadequate modeling of complex relationships within Electronic Health Records (EHRs), data sparsity, and a lack

Cited by 0SourcePDFScholar
2026

MARS-Sep: Multimodal-Aligned Reinforced Sound Separation

ICLR 2026poster

Universal sound separation faces a fundamental misalignment: models optimized for low-level signal metrics often produce semantically contaminated outputs, failing to suppress perceptually salient interference from acoustically similar sources. We introduce a preference alignment perspective, analog…

Cited by 0SourcecodeScholar
2026

Periodic Bayesian Flow Networks with Additive Accuracy

ICML 2026poster

Generating periodic data---such as fractional atomic coordinates in crystal structures and phase patterns in compressive light-field (CLF) displays---is challenging because wrap-around boundaries complicate probabilistic modeling and learning. While Bayesian Flow Networks (BFNs) offer a powerful gen…

Cited by 0SourceScholar
2026

TodoEvolve: Learning to Architect Agent Planning Systems

ICML 2026poster

Planning has become a central capability for contemporary agent systems in navigating complex, long-horizon tasks, yet existing approaches predominantly rely on fixed, hand-crafted planning structures that lack the flexibility to adapt to the structural diversity of open-ended problems. To address t…

Cited by 0SourceScholar
2026

Understanding the Performance Gap in Preference Learning: A Dichotomy of RLHF and DPO

ICML 2026poster

We present a fine-grained theoretical analysis of the performance gap between reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO) under a representation gap. Our study decomposes this gap into two sources: an explicit representation gap under exact optimization…

Cited by 0SourcecodeScholar
2026

When Labelers Stay Silent: The Power of Ties in Cost-Effective Preference Learning

ICML 2026poster

Standard preference alignment relies on a binary forced-choice paradigm, assuming definitive preferences for all pairs. However, we find that indistinguishable pairs are prevalent even in standard benchmarks, where quality differences of two responses often fall below the labeler's discriminative re…

Cited by 0SourceScholar
2025

Benchmarking Foundation Models with Retrieval-Augmented Generation in Olympic-Level Physics Problem Solving

EMNLP 2025

Retrieval-augmented generation (RAG) with foundation models has achieved strong performance across diverse tasks, but their capacity for expert-level reasoning—such as solving Olympiad-level physics problems—remains largely unexplored. Inspired by the way students prepare for competitions by reviewi

Cited by 0SourcePDFScholar
2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

Deployment Efficient Reward-Free Exploration with Linear Function Approximation

NeurIPS 2025poster

We study deployment-efficient reward-free exploration with linear function approximation, where the goal is to explore a linear Markov Decision Process (MDP) without revealing the reward function, while minimizing the number of distinct policies implemented during learning. By ``deployment efficient…

Cited by 0SourceScholar
2025

Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning

ACL 2025long

Tokenization methods like Byte-Pair Encoding (BPE) enhance computational efficiency in large language models (LLMs) but often obscure internal character structures within tokens. This limitation hinders LLMs’ ability to predict precise character positions, which is crucial in tasks like Chinese Spel…

2025

LLaSE-G1: Incentivizing Generalization Capability for LLaMA-based Speech Enhancement

ACL 2025long

Recent advancements in language models (LMs) have demonstrated strong capabilities in semantic understanding and contextual modeling, which have flourished in generative speech enhancement (SE). However, many LM-based SE approaches primarily focus on semantic information, often neglecting the critic…

2025

MapDiffusion: Generative Diffusion for Vectorized Online HD Map Construction and Uncertainty Estimation in Autonomous Driving

IROS 2025

Autonomous driving requires an understanding of the static environment from sensor data. Learned Bird’s-Eye View (BEV) encoders are commonly used to fuse multiple inputs, and a vector decoder predicts a vectorized map representation from the latent BEV grid. However, traditional map construction mod

Cited by 9SourceScholar
2025

Minimax Optimal Regret Bound for Reinforcement Learning with Trajectory Feedback

ICML 2025poster

In this work, we study reinforcement learning (RL) with trajectory feedback. Compared to the standard RL setting, in RL with trajectory feedback, the agent only observes the accumulative reward along the trajectory, and therefore, this model is particularly suitable for scenarios where querying the…

Cited by 0SourcePDFScholar
2025

NL2Lean: Translating Natural Language into Lean 4 through Multi-Aspect Reinforcement Learning

EMNLP 2025

Translating natural language into formal language such as Lean 4 has gained attention for its potential to automate formal proof development. Automated methods provide a scalable and cost-effective alternative to manual formalization, driving increasing interest in this task. However, existing LLMs

Cited by 0SourcePDFScholar
2025

Robust Model-Free Path Tracking Algorithm for Hydraulic Center-Articulated Scooptrams

IROS 2025

This paper proposes a model-free steering control method to address the path tracking challenges of Hydraulic Center-articulated Scooptrams (HCS) in narrow underground mining environments. Due to the nonlinear and time-delay characteristics of the hydraulic steering system, the HCS exhibits response

Cited by 0SourceScholar
2025

Sharp Gap-Dependent Variance-Aware Regret Bounds for Tabular MDPs

NeurIPS 2025poster

We consider gap-dependent regret bounds for episodic MDPs. We show that the Monotonic Value Propagation (MVP) algorithm (Zhang et al. [2024]) achieves a variance-aware gap-dependent regret bound of $$\tilde{O}\left(\left(\sum_{\Delta_h(s,a)>0} \frac{H^2 \log K \land \mathtt{Var}\_{\max}^{\textup{c}…

Cited by 0SourceScholar
2024

Calibrating LLM-Based Evaluator

COLING 2024main

Recent advancements in large language models (LLMs) and their emergent capabilities make LLM a promising reference-free evaluator on the quality of natural language generation, and a competent alternative to human evaluation. However, hindered by the closed-source or high computational demand to hos…

Cited by 73SourcePDFScholar
2024

Decompose, Prioritize, and Eliminate: Dynamically Integrating Diverse Representations for Multimodal Named Entity Recognition

COLING 2024main

Multi-modal Named Entity Recognition, a fundamental task for multi-modal knowledge graph construction, requires integrating multi-modal information to extract named entities from text. Previous research has explored the integration of multi-modal representations at different granularities. However,…

Cited by 1SourcePDFScholar
2024

Enhancing the General Agent Capabilities of Low-Paramter LLMs through Tuning and Multi-Branch Reasoning

NAACL 2024findings

Open-source pre-trained Large Language Models (LLMs) exhibit strong language understanding and generation capabilities, making them highly successful in a variety of tasks. However, when used as agents for dealing with complex problems in the real world, their performance is far inferior to large co…

2024

HD-Eval: Aligning Large Language Model Evaluators Through Hierarchical Criteria Decomposition

ACL 2024long

Large language models (LLMs) have emerged as a promising alternative to expensive human evaluations. However, the alignment and coverage of LLM-based evaluations are often limited by the scope and potential bias of the evaluation prompts and criteria. To address this challenge, we propose HD-Eval, a…

2024

MedINST: Meta Dataset of Biomedical Instructions

EMNLP 2024finding

The integration of large language model (LLM) techniques in the field of medical analysis has brought about significant advancements, yet the scarcity of large, diverse, and well-annotated datasets remains a major challenge. Medical data and tasks, which vary in format, size, and other parameters, r…

2024

OSM vs HD Maps: Map Representations for Trajectory Prediction

IROS 2024poster

High Definition (HD) Maps have long been favored for their precise depictions of static road elements. However, their accessibility constraints and vulnerability to rapid environmental changes impede the widespread deployment of highly map-reliant autonomous driving tasks, such as motion forecasting…

Cited by 5SourceScholar
2024

ResLoRA: Identity Residual Mapping in Low-Rank Adaption

ACL 2024findings

As one of the most popular parameter-efficient fine-tuning (PEFT) methods, low-rank adaptation (LoRA) is commonly applied to fine-tune large language models (LLMs). However, updating the weights of LoRA blocks effectively and expeditiously is challenging due to the long calculation path in the origi…

2024

RetrievalQA: Assessing Adaptive Retrieval-Augmented Generation for Short-form Open-Domain Question Answering

ACL 2024findings

Adaptive retrieval-augmented generation (ARAG) aims to dynamically determine the necessity of retrieval for queries instead of retrieving indiscriminately to enhance the efficiency and relevance of the sourced information. However, previous works largely overlook the evaluation of ARAG approaches, l…

2024

SELM: Speech Enhancement using Discrete Tokens and Language Models

ICASSP 2024accepted

Language models (LMs) have recently shown superior performances in various speech generation tasks, demonstrating their powerful ability for semantic context modeling. Given the intrinsic similarity between speech generation and speech enhancement, harnessing semantic information is advantageous for…

Cited by 0SourceScholar
2024

Text Diffusion with Reinforced Conditioning

AAAI 2024technical

Diffusion models have demonstrated exceptional capability in generating high-quality images, videos, and audio. Due to their adaptiveness in iterative refinement, they provide a strong potential for achieving better non-autoregressive sequence generation. However, existing text diffusion models stil…

Cited by 1SourcePDFScholar
2024

Vision-Language Dual-Pattern Matching for Out-of-Distribution Detection

ECCV 2024poster

"Out-of-distribution (OOD) detection is a significant challenge in deploying pattern recognition and machine learning models, as models often fail on data from novel distributions. Recent vision-language models (VLMs) such as CLIP have shown promise in OOD detection through their generalizable multi…

2023

Auto Search Indexer for End-to-End Document Retrieval

EMNLP 2023long findings

Generative retrieval, which is a new advanced paradigm for document retrieval, has recently attracted research interests, since it encodes all documents into the model and directly generates the retrieved documents. However, its power is still underutilized since it heavily relies on the ``preproces…

Cited by 0SourceScholar
2023

CITB: A Benchmark for Continual Instruction Tuning

EMNLP 2023long findings

Continual learning (CL) is a paradigm that aims to replicate the human ability to learn and accumulate knowledge continually without forgetting previous knowledge and transferring it to new tasks. Recent instruction tuning (IT) involves fine-tuning models to make them more adaptable to solving NLP t…

Cited by 0SourcecodeScholar
2023

Democratizing Reasoning Ability: Tailored Learning from Large Language Model

EMNLP 2023long main

Large language models (LLMs) exhibit impressive emergent abilities in natural language processing, but their democratization is hindered due to huge computation requirements and closed-source nature. Recent research on advancing open-source smaller LMs by distilling knowledge from black-box LLMs has…

Cited by 0SourcecodeScholar
2023

Dual-Alignment Pre-training for Cross-lingual Sentence Embedding

ACL 2023long

Recent studies have shown that dual encoder models trained with the sentence-level translation ranking task are effective methods for cross-lingual sentence embedding. However, our research indicates that token-level alignment is also crucial in multilingual scenarios, which has not been fully explo…

2023

How Do Large Language Models Capture the Ever-changing World Knowledge? A Review of Recent Advances

EMNLP 2023long main

Although large language models (LLMs) are impressive in solving various tasks, they can quickly be outdated after deployment. Maintaining their up-to-date status is a pressing concern in the current era. This paper provides a comprehensive review of recent advances in aligning deployed LLMs with the…

Cited by 0SourcecodeScholar
2023

Open Visual Knowledge Extraction via Relation-Oriented Multimodality Model Prompting

NeurIPS 2023poster

Images contain rich relational knowledge that can help machines understand the world. Existing methods on visual knowledge extraction often rely on the pre-defined format (e.g., sub-verb-obj tuples) or vocabulary (e.g., relation types), restricting the expressiveness of the extracted knowledge. In t…

Cited by 6SourcePDFScholar
2023

Pre-training Language Model as a Multi-perspective Course Learner

ACL 2023findings

ELECTRA, the generator-discriminator pre-training framework, has achieved impressive semantic construction capability among various downstream tasks. Despite the convincing performance, ELECTRA still faces the challenges of monotonous training and deficient interaction. Generator with only masked la…

Cited by 1SourcePDFScholar
2023

Sharp Variance-Dependent Bounds in Reinforcement Learning: Best of Both Worlds in Stochastic and Deterministic Environments

ICML 2023poster

We study variance-dependent regret bounds for Markov decision processes (MDPs). Algorithms with variance-dependent regret guarantees can automatically exploit environments with low variance (e.g., enjoying constant regret on deterministic MDPs). The existing algorithms are either variance-independen…

Cited by 13SourcePDFScholar
2023

Turn-Level Active Learning for Dialogue State Tracking

EMNLP 2023long main

Dialogue state tracking (DST) plays an important role in task-oriented dialogue systems. However, collecting a large amount of turn-by-turn annotated dialogue data is costly and inefficient. In this paper, we propose a novel turn-level active learning framework for DST to actively select turns in di…

Cited by 0SourcecodeScholar
2023

Two-Stage Neural Network for ICASSP 2023 Speech Signal Improvement Challenge

ICASSP 2023accepted

In ICASSP 2023 speech signal improvement challenge, we developed a dual-stage neural model which improves speech signal quality induced by different distortions in a stage-wise divide-and-conquer fashion. Specifically, in the first stage, the speech improvement network focuses on recovering the miss…

Cited by 0SourceScholar
2023

Two-Step Band-Split Neural Network Approach For Full-Band Residual Echo Suppression

ICASSP 2023accepted

This paper describes a Two-step Band-split Neural Network (TBNN) approach for full-band acoustic echo cancellation. Specifically, after linear filtering, we split the full-band signal into wideband (16KHz) and high-band (16-48KHz) for residual echo removal with lower modeling difficulty. The wide-ba…

Cited by 0SourceScholar
2022

Global-Local Feature Enhancement Network for Robust Object Detection using mmWave Radar and Camera

ICASSP 2022accepted

Object detection with camera has achieved promising results using deep learning methods, but it suffers degraded performance under adverse conditions (e.g., foggy weather, poor illumination). To remedy this, some recent studies resort to leveraging the complementary mmWave radar, which is less affec…

Cited by 0SourceScholar
2022

Is Neural Topic Modelling Better than Clustering? An Empirical Study on Clustering with Contextual Embeddings for Topics

NAACL 2022long

Recent work incorporates pre-trained word embeddings such as BERT embeddings into Neural Topic Models (NTMs), generating highly coherent topics. However, with high-quality contextualized document representations, do we really need sophisticated neural models to obtain coherent and interpretable topi…

2022

Near-Optimal Regret Bounds for Multi-batch Reinforcement Learning

NeurIPS 2022accept

In this paper, we study the episodic reinforcement learning (RL) problem modeled by finite-horizon Markov Decision Processes (MDPs) with constraint on the number of batches. The multi-batch reinforcement learning framework, where the agent is required to provide a time schedule to update policy befo…

Cited by 15SourcePDFScholar
2022

PromptBERT: Improving BERT Sentence Embeddings with Prompts

EMNLP 2022main

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analysis the drawback of current sentence embedding from original BERT and find that it is mainly due to the static token embedding bias and ineffective BERT layers. Then we propose the…

2022

RoChBert: Towards Robust BERT Fine-tuning for Chinese

EMNLP 2022finding

Despite of the superb performance on a wide range of tasks, pre-trained language models (e.g., BERT) have been proved vulnerable to adversarial texts. In this paper, we present RoChBERT, a framework to build more Robust BERT-based models by utilizing a more comprehensive adversarial graph to fuse Ch…

2021

Improved Variance-Aware Confidence Sets for Linear Bandits and Linear Mixture MDP

NeurIPS 2021poster

This paper presents new \emph{variance-aware} confidence sets for linear bandits and linear mixture Markov Decision Processes (MDPs). With the new confidence sets, we obtain the follow regret bounds: For linear bandits, we obtain an $\widetilde{O}(\mathrm{poly}(d)\sqrt{1 + \sum_{k=1}^{K}\sigma_k^2}…

Cited by 45SourcePDFScholar
2021

Learning from My Friends: Few-Shot Personalized Conversation Systems via Social Networks

AAAI 2021technical

Personalized conversation models (PCMs) generate responses according to speaker preferences. Existing personalized conversation tasks typically require models to extract speaker preferences from user descriptions or their conversation histories, which are scarce for newcomers and inactive users. In…

2021

Model-Free Reinforcement Learning: from Clipped Pseudo-Regret to Sample Complexity

ICML 2021spotlight

In this paper we consider the problem of learning an $\epsilon$-optimal policy for a discounted Markov Decision Process (MDP). Given an MDP with $S$ states, $A$ actions, the discount factor $\gamma \in (0,1)$, and an approximation threshold $\epsilon > 0$, we provide a model-free algorithm to learn…

Cited by 43SourcePDFScholar
2020

Almost Optimal Model-Free Reinforcement Learningvia Reference-Advantage Decomposition

NeurIPS 2020poster

We study the reinforcement learning problem in the setting of finite-horizon1episodic Markov Decision Processes (MDPs) with S states, A actions, and episode length H. We propose a model-free algorithm UCB-ADVANTAGE and prove that it achieves \tilde{O}(\sqrt{H^2 SAT}) regret where T=KH and…

Cited by 187SourcePDFScholar
2020

Argot: Generating Adversarial Readable Chinese Texts

IJCAI 2020poster

Natural language processing (NLP) models are known vulnerable to adversarial examples, similar to image processing models. Studying adversarial texts is an essential step to improve the robustness of NLP models. However, existing studies mainly focus on analyzing English texts and generating adversa…

2019

AttentionXML: Label Tree-based Attention-Aware Deep Model for High-Performance Extreme Multi-Label Text Classification

NeurIPS 2019poster

Extreme multi-label text classification (XMTC) is an important problem in the era of {\it big data}, for tagging a given text with the most relevant multiple labels from an extremely large-scale label set. XMTC can be found in many applications, such as item categorization, web page tagging, and…

2019

Regret Minimization for Reinforcement Learning by Evaluating the Optimal Bias Function

NeurIPS 2019poster

We present an algorithm based on the \emph{Optimism in the Face of Uncertainty} (OFU) principle which is able to learn Reinforcement Learning (RL) modeled by Markov decision process (MDP) with finite state-action space efficiently. By evaluating the state-pair difference of the optimal bias functio…

Cited by 91SourcePDFScholar