← Search

Zhiqiang Zhang

58 accepted papers

2026

Adaptive Mixture of Disentangled Experts for Dynamic Graphs under Distribution Shifts

ICLR 2026poster

Dynamic graph representation learning under distribution shifts has drawn an increasing amount of attention in the research community, given its wide applicability in real-world scenarios. Existing methods typically employ a fixed-architecture design to extract invariant patterns. However, there may…

Cited by 0SourceScholar
2026

CodeChemist: Test-Time Scaling for Low-Resource Code Generation via Functional Knowledge Transfer

ICML 2026poster

Code Large Language Models (CodeLLMs) have been widely adopted for Natural Language to Programming Language code generation, powering applications with large user bases. Their performance, however, varies sharply across programming languages (PLs) and is particularly suboptimal for low-resource PLs …

Cited by 0SourceScholar
2026

Development of a Novel 7-DOF Position-Orientation Decoupled Microsurgical Robot with Motorized Instruments for Microvascular Anastomosis

RA-L 2026

This work introduces a novel compact 7-degree-of freedom (7-DOF) microsurgical robot with position-orientation decoupling capacity for microvascular anastomosis. The proposed system employs a modular architecture combining a proximal displacement platform for 3D small-stroke translation and a distal

Cited by 0SourceScholar
2026

InftyThink+: Effective and Efficient Infinite-Horizon Reasoning via Reinforcement Learning

ICML 2026poster

Large reasoning models achieve strong performance by scaling inference-time chain-of-thought, but this paradigm suffers from quadratic cost, context length limits, and degraded reasoning due to lost-in-the-middle effects. Iterative reasoning mitigates these issues by periodically summarizing interme…

Cited by 0SourceScholar
2026

LogicCat: A Chain-of-Thought Text-to-SQL Benchmark for Complex Reasoning

AAAI 2026technical

Text-to-SQL is a critical task in natural language processing that aims to transform natural language questions into accurate and executable SQL queries. In real-world scenarios, these reasoning tasks are often accompanied by complex mathematical computations, domain knowledge, and hypothetical reas

Cited by 0SourcePDFScholar
2026

MergeMix: Optimizing Mid-Training Data Mixtures via Learnable Model Merging

ICML 2026poster

Optimizing data mixtures is is essential for unlocking the full potential of of large language models (LLMs), yet identifying the optimal composition remains computationally prohibitive due to reliance on heuristic trials or expensive proxy training. To address this, we introduce MergeMix, a novel a…

Cited by 0SourceScholar
2026

ReMatch: Boosting Representation through Matching for Multimodal Retrieval

CVPR 2026

We present ReMatch, a framework that leverages the generative strength of MLLMs for multimodal retrieval. Previous approaches treated an MLLM as a simple encoder, ignoring its generative nature, and under-utilising its compositional reasoning and world knowledge. We train the embedding MLLM end-to-e

Cited by 0SourcecodeScholar
2026

Towards Greater Leverage: Scaling Laws for Efficient Mixture-of-Experts Language Models

ICLR 2026poster

Mixture-of-Experts (MoE) has become a dominant architecture for scaling Large Language Models (LLMs) efficiently by decoupling total parameters from computational cost. However, this decoupling creates a critical challenge: predicting the model capacity of a given MoE configurations (e.g., expert ac…

Cited by 0SourceScholar
2026

Towards High Data Efficiency in Reinforcement Learning with Verifiable Reward

ICLR 2026poster

Recent advances in large language models (LLMs) have utilized reinforcement learning with verifiable rewards (RLVR) to improve reasoning capabilities. However, scaling these methods typically requires massive data and extensive rollout computations, leading to high training costs and low data effici…

Cited by 0SourceScholar
2026

WSM: Decay-Free Learning Rate Schedule via Checkpoint Merging for LLM Pre-training

ICLR 2026oral

Recent advances in learning rate~(LR) scheduling have demonstrated the effectiveness of decay-free approaches that eliminate the traditional decay phase while maintaining competitive performance. Model merging techniques have emerged as particularly promising solutions in this domain. We present War…

Cited by 0SourceScholar
2025

A Collaborative Reasoning Framework Powered by Reinforcement Learning and Large Language Models for Complex Questions Answering over Knowledge Graph

COLING 2025main

Knowledge Graph Question Answering (KGQA) aims to automatically answer natural language questions by reasoning across multiple triples in knowledge graphs (KGs). Reinforcement learning (RL)-based methods are introduced to enhance model interpretability. Nevertheless, when addressing complex question…

Cited by 0SourcePDFScholar
2025

A Hierarchical Reasoning Framework for Complex Question Answering over Knowledge Graph with Reinforcement Learning

ICASSP 2025accepted

Knowledge graph question answering (KGQA) aims to answer natural language questions by reasoning across multiple triples in knowledge graphs (KGs). To enhance model interpretability, reinforcement learning based methods are introduced. However, existing methods struggle with effectively reasoning ov…

Cited by 0SourceScholar
2025

A Triangular Stable Node Network based on Self-supervised Learning for personalized prediction

ICASSP 2025accepted

In recent years, research has illuminated the potency of implicit data processing in enhancing user preferences. Nevertheless, barriers remain in breaking through the constraints of implicit information. This study aims to bridge this gap by firstly constructing a triangular stable node network mode…

Cited by 0SourceScholar
2025

BOSE: A Systematic Evaluation Method Optimized for Base Models

ACL 2025finding

This paper poses two critical issues in evaluating base models (without post-training): (1) Unstable evaluation during training: in the early stages of pre-training, the models lack the capability to answer questions as required, leading to unstable evaluation results. This instability makes it diff…

2025

Context-Aware Multi-Scale Polyp Segmentation Network

ICASSP 2025accepted

Colonoscopy is the gold standard for detecting colorectal lesions and is critical for early screening and prevention of colorectal cancer. However, accurate polyp segmentation remains a challenging task due to the diverse morphology, varying sizes and indistinct boundaries of polyps. To address thes…

Cited by 0SourceScholar
2025

Explore What LLM Does Not Know in Complex Question Answering

AAAI 2025technical

Complex question answering (QA) is a challenging task in artificial intelligence research which requires reasoning based on related knowledge. The retrieval-augmented generation (RAG) based on large language models (LLMs) have become one promising solution in QA. To facilitate RAG more effectively,…

2025

Have We Designed Generalizable Structural Knowledge Promptings? Systematic Evaluation and Rethinking

ACL 2025long

Large language models (LLMs) have demonstrated exceptional performance in text generation within current NLP research. However, the lack of factual accuracy is still a dark cloud hanging over the LLM skyscraper. Structural knowledge prompting (SKP) is a prominent paradigm to integrate external knowl…

2025

HeMeNet: Heterogeneous Multichannel Equivariant Network for Protein Multi-task Learning

AAAI 2025technical

Understanding and leveraging the 3D structures of proteins is central to a variety of biological and drug discovery tasks. While deep learning has been applied successfully for structure-based protein function prediction tasks, current methods usually employ distinct training for each task. However,…

2025

Improving Natural Language Understanding for LLMs via Large-Scale Instruction Synthesis

AAAI 2025technical

High-quality, large-scale instructions are crucial for aligning large language models (LLMs), however, there is a severe shortage of instruction in the field of natural language understanding (NLU). Previous works on constructing NLU instructions mainly focus on information extraction (IE), neglect…

Cited by 0SourcePDFScholar
2025

Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning

NeurIPS 2025poster

Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process theory in cognitive science, we propose Adaptive Cognition Policy Optimization (…

Cited by 0SourceScholar
2025

K-ON: Stacking Knowledge on the Head Layer of Large Language Model

AAAI 2025technical

Recent advancements in large language models (LLMs) have significantly improved various natural language processing (NLP) tasks. Typically, LLMs are trained to predict the next token, aligning well with many NLP tasks. However, in knowledge graph (KG) scenarios, entities are the fundamental units an…

Cited by 0SourcePDFScholar
2025

MASS: Mathematical Data Selection via Skill Graphs for Pretraining Large Language Models

ICML 2025poster

High-quality data plays a critical role in the pretraining and fine-tuning of large language models (LLMs), even determining their performance ceiling to some degree. Consequently, numerous data selection methods have been proposed to identify subsets of data that can effectively and efficiently enh…

Cited by 0SourcePDFScholar
2025

Mix Data or Merge Models? Balancing the Helpfulness, Honesty, and Harmlessness of Large Language Model via Model Merging

NeurIPS 2025poster

Achieving balanced alignment of large language models (LLMs) in terms of Helpfulness, Honesty, and Harmlessness (3H optimization) constitutes a cornerstone of responsible AI. Existing methods like data mixture strategies face limitations, including heavy reliance on expert knowledge and conflicting…

Cited by 0SourceScholar
2025

NOTA: Multimodal Music Notation Understanding for Visual Large Language Model

NAACL 2025findings

Symbolic music is represented in two distinct forms: two-dimensional, visually intuitive score images, and one-dimensional, standardized text annotation sequences. While large language models have shown extraordinary potential in music, current research has primarily focused on unimodal symbol seque…

Cited by 0SourcePDFScholar
2025

Physics-Embedded Neural Networks for sEMG-based Continuous Motion Estimation

IROS 2025

Accurately decoding human motion intentions from surface electromyography (sEMG) is essential for myoelectric control and has wide applications in rehabilitation robotics and assistive technologies. However, existing sEMG-based motion estimation methods often rely on subject-specific musculoskeletal

Cited by 0SourceScholar
2025

Rule-KBQA: Rule-Guided Reasoning for Complex Knowledge Base Question Answering with Large Language Models

COLING 2025main

Knowledge base question answering (KBQA) is recognized as a challenging task, especially when parsing complex questions into executable logical forms. Traditional semantic parsing (SP)-based approaches exhibit inconsistent performance in handling various complex questions. As large language models (…

Cited by 0SourcePDFScholar
2025

Smoothness Really Matters: A Simple Yet Effective Approach for Unsupervised Graph Domain Adaptation

AAAI 2025technical

Unsupervised Graph Domain Adaptation (UGDA) seeks to bridge distribution shifts between domains by transferring knowledge from labeled source graphs to given unlabeled target graphs. Existing UGDA methods primarily focus on aligning features in the latent space learned by graph neural networks (GNNs…

2025

Symmetry and Fusion Data Augmentation for Semi-Supervised Medical Segmentation

ICASSP 2025accepted

In semi-supervised medical image segmentation, appropriately merging labeled and unlabeled data before network training instead of using them separately can effectively reduce knowledge loss, mitigate distribution discrepancies and promote efficient knowledge transfer to unlabeled data. However, exi…

Cited by 0SourceScholar
2025

Unlocking General Long Chain-of-Thought Reasoning Capabilities of Large Language Models via Representation Engineering

ACL 2025long

Recent advancements in long chain-of-thoughts (long CoTs) have significantly improved the reasoning capabilities of large language models (LLMs). Existing work finds that the capability of long CoT reasoning can be efficiently elicited by tuning on only a few examples and can easily transfer to othe…

2024

ChatUIE: Exploring Chat-based Unified Information Extraction Using Large Language Models

COLING 2024main

Recent advancements in large language models have shown impressive performance in general chat. However, their domain-specific capabilities, particularly in information extraction, have certain limitations. Extracting structured information from natural language that deviates from known schemas or i…

2024

Continual Few-shot Event Detection via Hierarchical Augmentation Networks

COLING 2024main

Traditional continual event detection relies on abundant labeled data for training, which is often impractical to obtain in real-world applications. In this paper, we introduce continual few-shot event detection (CFED), a more commonly encountered scenario when a substantial number of labeled sample…

2024

Efficient Knowledge Infusion via KG-LLM Alignment

ACL 2024findings

To tackle the problem of domain-specific knowledge scarcity within large language models (LLMs), knowledge graph-retrievalaugmented method has been proven to be an effective and efficient technique for knowledge infusion. However, existing approaches face two primary challenges: knowledge mismatch b…

2024

Improving Equivariant Graph Neural Networks on Large Geometric Graphs via Virtual Nodes Learning

ICML 2024poster

Equivariant Graph Neural Networks (GNNs) have made remarkable success in a variety of scientific applications. However, existing equivariant GNNs encounter the efficiency issue for large geometric graphs and perform poorly if the input is reduced to sparse local graph for speed acceleration. In this…

Cited by 5SourcePDFScholar
2024

Knowledge-augmented Financial Market Analysis and Report Generation

EMNLP 2024industry

Crafting a convincing financial market analysis report necessitates a wealth of market information and the expertise of financial analysts, posing a highly challenging task. While large language models (LLMs) have enabled the automated generation of financial market analysis text, they still face is…

Cited by 2SourcePDFScholar
2024

Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs

EMNLP 2024finding

Improving the performance of large language models (LLMs) in complex question-answering (QA) scenarios has always been a research focal point. Recent studies have attempted to enhance LLMs’ performance by combining step-wise planning with external retrieval. While effective for advanced models like…

2024

MDGNN: Multi-Relational Dynamic Graph Neural Network for Comprehensive and Dynamic Stock Investment Prediction

AAAI 2024technical

The stock market is a crucial component of the financial system, but predicting the movement of stock prices is challenging due to the dynamic and intricate relations arising from various aspects such as economic indicators, financial reports, global news, and investor sentiment. Traditional sequent…

Cited by 23SourcePDFScholar
2024

MKGL: Mastery of a Three-Word Language

NeurIPS 2024spotlight

Large language models (LLMs) have significantly advanced performance across a spectrum of natural language processing (NLP) tasks. Yet, their application to knowledge graphs (KGs), which describe facts in the form of triplets and allow minimal hallucinations, remains an underexplored frontier. In th…

Cited by 1SourcePDFScholar
2024

Neighbor Similarity and Multimodal Alignment based Product Recommendation Study

UAI 2024poster

Existing multimodal recommendation research still faces some challenges, such as not being able to fully mine the implicit relevance information of neighbor nodes, and the unreasonable weight allocation to imbalanced nodes. To address the aforementioned challenges, this paper introduces a new multim…

Cited by 0SourcePDFScholar
2024

OneGen: Efficient One-Pass Unified Generation and Retrieval for LLMs

EMNLP 2024finding

Despite the recent advancements in Large Language Models (LLMs), which have significantly enhanced the generative capabilities for various NLP tasks, LLMs still face limitations in directly handling retrieval tasks. However, many practical applications demand the seamless integration of both retriev…

2024

Similarity Knowledge Distillation with Calibrated Mask

ICASSP 2024accepted

In this paper, we propose a novel and efficient method for knowledge distillation, which is structurally simple and requires negligible computation overhead. Our method includes three modules. The first module is the calibrated mask, which avoids the teacher model’s incorrect representation to distu…

Cited by 0SourceScholar
2024

Structural Information Enhanced Graph Representation for Link Prediction

AAAI 2024technical

Link prediction is a fundamental task of graph machine learning, and Graph Neural Network (GNN) based methods have become the mainstream approach due to their good performance. However, the typical practice learns node representations through neighborhood aggregation, lacking awareness of the struct…

Cited by 5SourcePDFScholar
2024

Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning

COLING 2024main

Event Causality Identification (ECI) refers to the detection of causal relations between events in texts. However, most existing studies focus on sentence-level ECI with high-resource languages, leaving more challenging document-level ECI (DECI) with low-resource languages under-explored. In this pa…

2023

Adversarially Robust Neural Architecture Search for Graph Neural Networks

CVPR 2023poster

Graph Neural Networks (GNNs) obtain tremendous success in modeling relational data. Still, they are prone to adversarial attacks, which are massive threats to applying GNNs to risk-sensitive domains. Existing defensive methods neither guarantee performance facing new data/tasks or adversarial attack…

Cited by 25SourcePDFScholar
2023

Data-Driven Adaptive Iterative Learning Control of a Compliant Rehabilitation Robot for Repetitive Ankle Training

RA-L 2023

This letter investigates the repetitive range of motion (ROM) training control for a compliant ankle rehabilitation robot (CARR). The CARR utilizes four pneumatic muscle (PM) actuators to manipulate the ankle with three rational degree-of-freedoms (DoFs) and soft human-robot interaction, but the str

Cited by 21SourceScholar
2023

Interpretable Motion Planner for Urban Driving via Hierarchical Imitation Learning

IROS 2023poster

Learning-based approaches have achieved remarkable performance in the domain of autonomous driving. Leveraging the impressive ability of neural networks and large amounts of human driving data, complex patterns and rules of driving behavior can be encoded as a model to benefit the autonomous driving…

Cited by 5SourceScholar
2022

Regularizing Graph Neural Networks via Consistency-Diversity Graph Augmentations

AAAI 2022technical

Despite the remarkable performance of graph neural networks (GNNs) in semi-supervised learning, it is criticized for not making full use of unlabeled data and suffering from over-fitting. Recently, graph data augmentation, used to improve both accuracy and generalization of GNNs, has received consid…

Cited by 30SourcePDFScholar
2022

Robust Heterogeneous Graph Neural Networks against Adversarial Attacks

AAAI 2022technical

Heterogeneous Graph Neural Networks (HGNNs) have drawn increasing attention in recent years and achieved outstanding performance in many tasks. However, despite their wide use, there is currently no understanding of their robustness to adversarial attacks. In this work, we first systematically study…

Cited by 64SourcePDFScholar
2021

A Direct Collocation method for optimization of EMG-driven wrist muscle musculoskeletal model

ICRA 2021poster

EMG-driven musculoskeletal model has been broadly used to detect human intention in rehabilitation robots. This approach computes muscle-tendon force and translates it to the joint kinematics. However, the muscle-tendon parameters of the musculoskeletal model are difficult to measure in vivo and var…

Cited by 5SourceScholar
2021

Drawgan: Text to Image Synthesis with Drawing Generative Adversarial Networks

ICASSP 2021accepted

In this paper, we propose a novel drawing generative adversarial networks (DrawGAN) for text-to-image synthesis. The whole model divides the image synthesis into three stages by imitating the process of drawing. The first stage synthesizes the simple contour image based on the text description, the…

Cited by 0SourceScholar
2021

Efficient Optimal Selection for Composited Advertising Creatives with Tree Structure

AAAI 2021technical

Ad creatives are one of the prominent mediums for online e-commerce advertisements. Ad creatives with enjoyable visual appearance may increase the click-through rate (CTR) of products. Ad creatives are typically handcrafted by advertisers and then delivered to the advertising platforms for advertise…

2021

MixSeq: Connecting Macroscopic Time Series Forecasting with Microscopic Time Series Data

NeurIPS 2021poster

Time series forecasting is widely used in business intelligence, e.g., forecast stock market price, sales, and help the analysis of data trend. Most time series of interest are macroscopic time series that are aggregated from microscopic data. However, instead of directly modeling the macroscopic ti…

Cited by 21SourcePDFScholar
2021

Robust Iterative Learning Control for Pneumatic Muscle with State Constraint and Model Uncertainty

ICRA 2021poster

In this paper, we propose a novel iterative learning control (ILC) scheme for precise state tracking of pneumatic muscle (PM) actuators. Two critical issues are considered in our scheme: 1) state constraints on PM position and velocity; 2) uncertainties of the PM model. Based on the three-element fo…

Cited by 2SourceScholar
2021

User Retention: A Causal Approach with Triple Task Modeling

IJCAI 2021poster

For many Internet companies, it has been an important focus to improve user retention rate. To achieve this goal, we need to recommend proper services in order to meet the demands of users. Unlike conventional click-through rate (CTR) estimation, there are lots of noise in the collected data when m…

Cited by 9SourcePDFScholar
2020

Bandit Samplers for Training Graph Neural Networks

NeurIPS 2020poster

Several sampling algorithms with variance reduction have been proposed for accelerating the training of Graph Convolution Networks (GCNs). However, due to the intractable computation of optimal sampling distribution, these sampling algorithms are suboptimal for GCNs and are not applicable to more g…

2020

Financial Risk Analysis for SMEs with Graph-based Supply Chain Mining

IJCAI 2020poster

Small and Medium-sized Enterprises (SMEs) are playing a vital role in the modern economy. Recent years, financial risk analysis for SMEs attracts lots of attentions from financial institutions. However, the financial risk analysis for SMEs usually suffers data deficiency problem, especially for the…

Cited by 0SourcePDFScholar
2019

Improve Diverse Text Generation by Self Labeling Conditional Variational Auto Encoder

ICASSP 2019accepted

Diversity plays a vital role in many text generating applications. In recent years, Conditional Variational Auto Encoders (CVAE) have shown promising performances for this task. However, they often encounter the so called KL-Vanishing problem. Pervious works use heuristic methods to avoid KL-vanishi…

Cited by 0SourceScholar
2018

Cascaded Pyramid Network for Multi-Person Pose Estimation

CVPR 2018poster

The topic of multi-person pose estimation has beenlargely improved recently, especially with the developmentof convolutional neural network. However, there still exista lot of challenging cases, such as occluded keypoints, in-visible keypoints and complex background, which cannot bewell addr…