← Search

Qidong Liu

13 accepted papers

2026

DIRECT: Decentralized Intention and Latent Rule Emergence for Multi-Agent Cooperation Under Intermittent Communication

IJCAI 2026

Most of the existing decentralized multi-agent systems facilitate coordination by achieving consensus. However, reaching global consensus among a large number of agents in complex settings is challenging because resolving a local disagreement often triggers cascading adjustments across the system. T

Cited by 0Scholar
2026

Thinking in Scales: Accelerating Gigapixel Pathology Image Analysis via Adaptive Continuous Reasoning

ICML 2026poster

Traditional whole slide image (WSI) analysis methods typically rely on the multiple instance learning (MIL) paradigm, which extracts patch-level features at high magnification and aggregates them for slide-level prediction. However, such exhaustive patch-level processing is computationally expensive…

Cited by 0SourceScholar
2025

A Multi-Expert Structural-Semantic Hybrid Framework for Unveiling Historical Patterns in Temporal Knowledge Graphs

ACL 2025finding

Temporal knowledge graph reasoning aims to predict future events with knowledge of existing facts and plays a key role in various downstream tasks. Previous methods focused on either graph structure learning or semantic reasoning, failing to integrate dual reasoning perspectives to handle different…

2025

Bridging Relevance and Reasoning: Rationale Distillation in Retrieval-Augmented Generation

ACL 2025finding

The reranker and generator are two critical components in the Retrieval-Augmented Generation (i.e., RAG) pipeline, responsible for ranking relevant documents and generating responses. However, due to differences in pre-training data and objectives, there is an inevitable gap between the documents ra…

Cited by 0SourcePDFScholar
2025

Exploring Triple Knowledge Cues for Zero-Shot Human-Object Interaction Detection

ICASSP 2025accepted

Current zero-shot human-object interaction detection methods often follow a two-phase pipeline, which uses a pre-trained detector to detect instances and then adopts CLIP to perform interaction prediction. During the second phase, they either obtain pairwise representations by directly performing Ro…

Cited by 0SourceScholar
2025

LLM-Powered User Simulator for Recommender System

AAAI 2025technical

User simulators can rapidly generate a large volume of timely user behavior data, providing a testing platform for reinforcement learning-based recommender systems, thus accelerating their iteration and optimization. However, prevalent user simulators generally suffer from significant limitations, i…

2025

LLMEmb: Large Language Model Can Be a Good Embedding Generator for Sequential Recommendation

AAAI 2025technical

Sequential Recommender Systems (SRS), which model a user's interaction history to predict the next item of interest, are widely used in various applications. However, existing SRS often struggle with low-popularity items, a challenge known as the long-tail problem. This issue leads to reduced serend…

2025

Logic Distillation: Learning from Code Function by Function for Decision-making Tasks

IJCAI 2025

Large language models (LLMs) have garnered increasing attention owing to their powerful comprehension and generation capabilities. Generally, larger LLMs (L-LLMs) that require paid interfaces exhibit significantly superior performance compared to smaller LLMs (S-LLMs) that can be deployed on a varie

2025

SIGMA: Selective Gated Mamba for Sequential Recommendation

AAAI 2025technical

Sequential Recommender Systems (SRS) has stood out as a highly promising technique in numerous domains due to its impressive capability of capturing complex user preferences. Current SRS have employed transformer-based models to give the next-item prediction. Nevertheless, its quadratic computationa…

Cited by 0SourcePDFScholar
2025

Stepwise Reasoning Disruption Attack of LLMs

ACL 2025long

Large language models (LLMs) have made remarkable strides in complex reasoning tasks, but their safety and robustness in reasoning processes remain unexplored, particularly in third-party platforms that facilitate user interactions via APIs. Existing attacks on LLM reasoning are constrained by speci…

2025

TimeEmb: A Lightweight Static-Dynamic Disentanglement Framework for Time Series Forecasting

NeurIPS 2025poster

Temporal non-stationarity, the phenomenon that time series distributions change over time, poses fundamental challenges to reliable time series forecasting. Intuitively, the complex time series can be decomposed into two factors, i.e., time-invariant and time-varying components, which indicate stati…

Cited by 0SourcecodeScholar
2024

LLM-ESR: Large Language Models Enhancement for Long-tailed Sequential Recommendation

NeurIPS 2024spotlight

Sequential recommender systems (SRS) aim to predict users' subsequent choices based on their historical interactions and have found applications in diverse fields such as e-commerce and social media. However, in real-world systems, most users interact with only a handful of items, while the majority…

Cited by 10SourcePDFScholar
2024

Mitigating Hallucinations of Large Language Models in Medical Information Extraction via Contrastive Decoding

EMNLP 2024finding

The impressive capabilities of large language models (LLMs) have attracted extensive interests of applying LLMs to medical field. However, the complex nature of clinical environments presents significant hallucination challenges for LLMs, hindering their widespread adoption. In this paper, we addres…