← Search

Sai Wu

24 accepted papers

2026

Learner-Tailored Program Repair: A Solution Generator with Iterative Edit-Driven Retrieval Enhancement

AAAI 2026technical

With the development of large language models (LLMs) in the field of programming, intelligent programming coaching systems have gained widespread attention. However, most research focuses on repairing the buggy code of programming learners without providing the underlying causes of the bugs. To addr

Cited by 0SourcePDFScholar
2025

AIGT: AI Generative Table Based on Prompt

COLING 2025main

Tabular data, which accounts for over 80% of enterprise data assets, is vital in various fields. With growing concerns about privacy protection and data-sharing restrictions, generating high-quality synthetic tabular data has become essential. Recent advancements show that large language models (LLM…

Cited by 2SourcePDFScholar
2025

Bridging the Semantic Gap Between Text and Table: A Case Study on NL2SQL

ICLR 2025poster

The rise of Large Language Models (LLMs) has revolutionized numerous domains, yet these models still exhibit weakness in understanding structured tabular data. Although the growing context window promises to accommodate a larger volume of table contents, it does not inherently improve the model's ab…

Cited by 0SourcePDFScholar
2025

CycSeq: Leveraging Cyclic Data Generation for Accurate Perturbation Prediction in Single-Cell RNA-Seq

IJCAI 2025

Understanding and predicting the effects of cellular perturbations using single-cell sequencing technology remains a critical and challenging problem in biotechnology. In this work, we introduce CycSeq, a deep learning framework that leverages cyclic data generation and recent advances in neural arc

2025

DualGuard: A Parameter Space Transformation Approach for Bidirectional Defense in Split-Based LLM Fine-Tuning

ACL 2025long

Integrating split learning with large language model fine-tuning (LLM-FT) enables secure collaboration between a trusted local client and a well-equipped remote server, but it is vulnerable to data reconstruction attacks (DRAs) that exploit transmitted activations and gradients. Current defense meth…

Cited by 0SourcePDFScholar
2025

Learnable Retrieval Enhanced Visual-Text Alignment and Fusion for Radiology Report Generation

ICCV 2025poster

Automated radiology report generation is essential for improving diagnostic efficiency and reducing the workload of medical professionals. However, existing methods face significant challenges, such as disease class imbalance and insufficient cross-modal fusion. To address these issues, we propose t…

2025

Less Is More: Adaptive Program Repair with Bug Localization and Preference Learning

AAAI 2025technical

Automated Program Repair (APR) is a task to automatically generate patches for the buggy code. However, most research focuses on generating correct patches while ignoring the consistency between the fixed code and the original buggy code. How to conduct adaptive bug fixing and generate patches with…

2025

POLO: An LLM-Powered Project-Level Code Performance Optimization Framework

IJCAI 2025

Program performance optimization is essential for achieving high execution efficiency, yet it remains a challenging task that requires expertise in both software and hardware. Large Language Models (LLMs), trained on high-quality code from platforms like GitHub and other open-source sources, have sh

2025

SALoM: Structure Aware Temporal Graph Networks with Long-Short Memory Updater

NeurIPS 2025poster

Dynamic graph learning is crucial for accurately modeling complex systems by integrating topological structure and temporal information within graphs. While memory-based methods are commonly used and excel at capturing short-range temporal correlations, they struggle with modeling long-range depende…

Cited by 0SourcecodeScholar
2025

Semantic-guided Masked Mutual Learning for Multi-modal Brain Tumor Segmentation with Arbitrary Missing Modalities

AAAI 2025technical

Malignant brain tumors have become an aggressive and dangerous disease that leads to death worldwide. Multi-modal MRI data is crucial for accurate brain tumor segmentation, but missing modalities common in clinical practice can severely degrade the segmentation performance. While incomplete multi-mo…

Cited by 0SourcePDFScholar
2025

T2DR: A Two-Tier Deficiency-Resistant Framework for Incomplete Multimodal Learning

ACL 2025finding

Multimodal learning is garnering significant attention for its capacity to represent diverse human perceptions (e.g., linguistic, acoustic, and visual signals), achieving more natural and intuitive interactions with technology.However, the frequent occurrence of incomplete data, either within a sing…

2024

Enhancing LLM Reasoning via Vision-Augmented Prompting

NeurIPS 2024spotlight

Verbal and visual-spatial information processing are two critical subsystems that activate different brain regions and often collaborate together for cognitive reasoning. Despite the rapid advancement of LLM-based reasoning, the mainstream frameworks, such as Chain-of-Thought (CoT) and its variants,…

Cited by 1SourcePDFScholar
2024

Locating What You Need: Towards Adapting Diffusion Models to OOD Concepts In-the-Wild

NeurIPS 2024poster

The recent large-scale text-to-image generative models have attained unprecedented performance, while people established *adaptor* modules like LoRA and DreamBooth to extend this performance to even more unseen concept tokens. However, we empirically find that this workflow often fails to accurately…

Cited by 0SourcePDFScholar
2023

Byzantine-Robust Learning on Heterogeneous Data via Gradient Splitting

ICML 2023poster

Federated learning has exhibited vulnerabilities to Byzantine attacks, where the Byzantine attackers can send arbitrary gradients to a central server to destroy the convergence and performance of the global model. A wealth of robust AGgregation Rules (AGRs) have been proposed to defend against Byzan…

2023

Learning a Data-Driven Policy Network for Pre-Training Automated Feature Engineering

ICLR 2023top-25%

Feature engineering is widely acknowledged to be pivotal in tabular data analysis and prediction. Automated feature engineering (AutoFE) emerged to automate this process managed by experienced data scientists and engineers conventionally. In this area, most — if not all — prior work adopted an ident…

Cited by 19SourcePDFScholar
2023

Towards Controlled Data Augmentations for Active Learning

ICML 2023poster

The mission of active learning is to identify the most valuable data samples, thus attaining decent performance with much fewer samples. The data augmentation techniques seem straightforward yet promising to enhance active learning by extending the exploration of the input space, which helps locate…

2022

Comparison Knowledge Translation for Generalizable Image Classification

IJCAI 2022poster

Deep learning has recently achieved remarkable performance in image classification tasks, which depends heavily on massive annotation. However, the classification mechanism of existing deep learning models seems to contrast to humans' recognition mechanism. With only a glance at an image of the obje…

2022

Model Doctor: A Simple Gradient Aggregation Strategy for Diagnosing and Treating CNN Classifiers

AAAI 2022technical

Recently, Convolutional Neural Network (CNN) has achieved excellent performance in the classification task. It is widely known that CNN is deemed as a 'blackbox', which is hard for understanding the prediction mechanism and debugging the wrong prediction. Some model debugging and explanation works a…

2022

Towards Unifying the Label Space for Aspect- and Sentence-based Sentiment Analysis

ACL 2022findings

The aspect-based sentiment analysis (ABSA) is a fine-grained task that aims to determine the sentiment polarity towards targeted aspect terms occurring in the sentence. The development of the ABSA task is very much hindered by the lack of annotated data. To tackle this, the prior works have studied…

2021

Effective Slot Filling via Weakly-Supervised Dual-Model Learning

AAAI 2021technical

Slot filling is a challenging task in Spoken Language Understanding (SLU). Supervised methods usually require large amounts of annotation to maintain desirable performance. A solution to relieve the heavy dependency on labeled data is to employ bootstrapping, which leverages unlabeled data. However,…

2021

Joining datasets via data augmentation in the label space for neural networks

ICML 2021spotlight

Most, if not all, modern deep learning systems restrict themselves to a single dataset for neural network training and inference. In this article, we are interested in systematic ways to join datasets that are made of similar purposes. Unlike previous published works that ubiquitously conduct the da…

Cited by 1SourcePDFScholar