← Search

Cuiyun Gao

10 accepted papers

2026

ASRU: Activation Steering Meets Reinforcement Unlearning for Multimodal Large Language Models

ICML 2026poster

Multimodal large language models (MLLMs) inevitably memorize sensitive cross-modal information during pretraining, making post-deployment unlearning crucial for safety. Existing methods often evaluate unlearning based on output deviations, neglecting generation quality, which can lead to hallucinati…

Cited by 0SourceScholar
2025

Boosting Vulnerability Detection of LLMs via Curriculum Preference Optimization with Synthetic Reasoning Data

ACL 2025finding

Large language models (LLMs) demonstrate considerable proficiency in numerous coding-related tasks; however, their capabilities in detecting software vulnerabilities remain limited. This limitation primarily stems from two factors: (1) the absence of reasoning data related to vulnerabilities, which…

2025

Distilling Structured Rationale from Large Language Models to Small Language Models for Abstractive Summarization

AAAI 2025technical

Large Language Models (LLMs) have permeated various Natural Language Processing (NLP) tasks. For the summarization tasks, LLMs can generate well-structured rationales, which consist of Essential Aspects (EA), Associated Sentences (AS) and Triple Entity Relations (TER). These rationales guide smaller…

2025

Repo2Run: Automated Building Executable Environment for Code Repository at Scale

NeurIPS 2025spotlight

Scaling up executable code data is significant for improving language models’ software engineering capability. The intricate nature of the process makes it labor-intensive, time-consuming and expert-knowledge-dependent to build a large number of executable code repositories, limiting the scalability…

Cited by 0SourcecodeScholar
2024

A Survey on Natural Language Processing for Programming

COLING 2024main

Natural language processing for programming aims to use NLP techniques to assist programming. It is increasingly prevalent for its effectiveness in improving productivity. Distinct from natural language, a programming language is highly structured and functional. Constructing a structure-based repre…

2024

Enhancing Text-to-SQL Parsing through Question Rewriting and Execution-Guided Refinement

ACL 2024findings

Large Language Model (LLM)-based approach has become the mainstream for Text-to-SQL task and achieves remarkable performance. In this paper, we augment the existing prompt engineering methods by exploiting the database content and execution feedback. Specifically, we introduce DART-SQL, which compri…

Cited by 7SourcePDFScholar
2024

Split and Merge: Aligning Position Biases in LLM-based Evaluators

EMNLP 2024main

Large language models (LLMs) have shown promise as automated evaluators for assessing the quality of answers generated by AI systems. However, LLM-based evaluators exhibit position bias, or inconsistency, when used to evaluate candidate answers in pairwise comparisons, favoring either the first or s…

2024

XMoE: Sparse Models with Fine-grained and Adaptive Expert Selection

ACL 2024findings

Sparse models, including sparse Mixture-of-Experts (MoE) models, have emerged as an effective approach for scaling Transformer models. However, they often suffer from computational inefficiency since a significant number of parameters are unnecessarily involved in computations by multiplying values…

2023

Once is Enough: A Light-Weight Cross-Attention for Fast Sentence Pair Modeling

EMNLP 2023short main

Transformer-based models have achieved great success on sentence pair modeling tasks, such as answer selection and natural language inference (NLI). These models generally perform cross-attention over input pairs, leading to prohibitive computational cost. Recent studies propose dual-encoder and lat…

Cited by 0SourcecodeScholar
2022

Affective Knowledge Enhanced Multiple-Graph Fusion Networks for Aspect-based Sentiment Analysis

EMNLP 2022main

Aspect-based sentiment analysis aims to identify sentiment polarity of social media users toward different aspects. Most recent methods adopt the aspect-centric latent tree to connect aspects and their corresponding opinion words, thinking that would facilitate establishing the relationship between…