← Search

Xiaoyong Du

15 accepted papers

2026

AgentODRL: A Large Language Model-based Multi-agent System for ODRL Generation

AAAI 2026technical

The Open Digital Rights Language (ODRL) is a pivotal standard for automating data rights management. However, the inherent logical complexity of authorization policies, combined with the scarcity of high-quality ``Natural Language-to-ODRL" training datasets, impedes the ability of current methods to

Cited by 0SourcePDFScholar
2026

DeepAnalyze: Agentic Large Language Models for Autonomous Data Science

ICML 2026poster

Autonomous data science on the structured data has been a long-standing challenge, and is now becoming feasible with the emergence of powerful large language models (LLMs). Recent workflowbased data agents have shown promising results on specific data tasks but remain fundamentally limited in achiev…

Cited by 0SourceScholar
2026

RaBitQCache: Rotated Binary Quantization for KVCache in Long Context LLM Inference

ICML 2026poster

Long-context Large Language Model inference is severely bottlenecked by the massive Key-Value (KV) cache, yet existing sparse attention methods often suffer from static fixed-budget (Top-k) retrieval or rely on proxy scores that are computationally expensive and biased. To address these limitations,…

Cited by 0SourceScholar
2026

Shadows in the Code: Exploring the Risks and Defenses of LLM-based Multi-Agent Software Development Systems

AAAI 2026technical

The rapid advancement of Large Language Model (LLM)-driven multi-agent systems has significantly streamlined software developing tasks, enabling users with little technical expertise to develop executable applications. While these systems democratize software creation through natural language requir

Cited by 0SourcePDFScholar
2026

Training Prompt Matters: State-Adaptive Optimization for Robust Fine-Tuning

ICML 2026poster

While prompt engineering is instrumental in maximizing the capabilities of Large Language Models (LLMs) during inference, the role of prompts during training remains critically underexplored. Prevailing fine-tuning paradigms typically treat training prompts as mere surface forms, assuming that seman…

Cited by 0SourceScholar
2025

Joint Knowledge Editing for Information Enrichment and Probability Promotion

AAAI 2025technical

Knowledge stored in large language models requires timely updates to reflect the dynamic nature of real-world information. To update the knowledge, most knowledge editing methods focus on the low layers, since recent probes into the knowledge recall process reveal that the answer information is enri…

2025

No Loss, No Gain: Gated Refinement and Adaptive Compression for Prompt Optimization

NeurIPS 2025poster

Prompt engineering is crucial for leveraging the full potential of large language models (LLMs). While automatic prompt optimization offers a scalable alternative to costly manual design, generating effective prompts remains challenging. Existing methods often struggle to stably generate improved pr…

Cited by 0SourcecodeScholar
2022

PASTA: Table-Operations Aware Fact Verification via Sentence-Table Cloze Pre-training

EMNLP 2022main

Fact verification has attracted a lot of attention recently, e.g., in journalism, marketing, and policymaking, as misinformation and dis- information can sway one’s opinion and affect one’s actions. While fact-checking is a hard task in general, in many cases, false statements can be easily debunked…

2022

SVT-Net: Super Light-Weight Sparse Voxel Transformer for Large Scale Place Recognition

AAAI 2022technical

Simultaneous Localization and Mapping (SLAM) and Autonomous Driving are becoming increasingly more important in recent years. Point cloud-based large scale place recognition is the spine of them. While many models have been proposed and have achieved acceptable performance by learning short-range lo…

Cited by 78SourcePDFScholar
2022

TREC: Transient Redundancy Elimination-based Convolution

NeurIPS 2022accept

The intensive computations in convolutional neural networks (CNNs) pose challenges for resource-constrained devices; eliminating redundant computations from convolution is essential. This paper gives a principled method to detect and avoid transient redundancy, a type of redundancy existing in input…

Cited by 5SourcePDFScholar
2021

MPDNet: A 3D Missing Part Detection Network Based on Point Cloud Segmentation

ICASSP 2021accepted

Utilizing computer vision technologies for machinery missing part detection has been a hot research topic recently. Most of existing methods take images as input and utilize 2D object detection pipelines for detecting fault regions. However, 2D models can’t handle the situation when occlusion exists…

Cited by 0SourceScholar
2020

PewLSTM: Periodic LSTM with Weather-Aware Gating Mechanism for Parking Behavior Prediction

IJCAI 2020poster

In big cities, there are plenty of parking spaces, but we often find nowhere to park. For example, New York has 1.4 million cars and 4.4 million on-street parking spaces, but it is still not easy to find a parking place near our destination, especially during peak hours. The reason is the lack of pr…

2020

Scalable Graph Neural Networks via Bidirectional Propagation

NeurIPS 2020poster

Graph Neural Networks (GNN) are an emerging field for learning on non-Euclidean data. Recently, there has been increased interest in designing GNN that scales to large graphs. Most existing methods use "graph sampling" or "layer-wise sampling" techniques to reduce training time; However, these metho…