← Search

Huawei Shen

55 accepted papers

2026

AuditAgent: LLM Agent for Risks Auditing in Recommender Systems

AAAI 2026technical

Auditing recommendation systems has attracted growing attention due to increasing concerns over filter bubbles, unfairness, and data misuse. A common approach is sock-puppet auditing, where autonomous agents interact with platforms to reveal risks. However, existing approaches rely on hard-coded age

Cited by 0SourcePDFScholar
2026

DIVA-GRPO: Enhancing Multimodal Reasoning through Difficulty-Adaptive Variant Advantage

ICLR 2026poster

Reinforcement learning (RL) with group relative policy optimization (GRPO) has become a widely adopted approach for enhancing the reasoning capabilities of multimodal large language models (MLLMs). While GRPO enables long-chain reasoning without a traditional critic model, it often suffers from spar…

Cited by 0SourcecodeScholar
2026

RLKD: Distilling LLMs’ Reasoning via Reinforcement Learning

AAAI 2026technical

Distilling reasoning paths from teacher to student models via supervised fine-tuning (SFT) provides a shortcut for improving the reasoning ability of the smaller Large Language Models (LLMs). However, the reasoning paths generated by teacher models often reflect only surface-level traces of their un

Cited by 0SourcePDFScholar
2025

A Theory for Token-Level Harmonization in Retrieval-Augmented Generation

ICLR 2025poster

Retrieval-augmented generation (RAG) utilizes retrieved texts to enhance large language models (LLMs). Studies show that while RAG provides valuable external information (benefit), it may also mislead LLMs (detriment) with noisy or incorrect retrieved texts. Although many existing methods attempt to…

Cited by 1SourcePDFScholar
2025

ALiiCE: Evaluating Positional Fine-grained Citation Generation

NAACL 2025long

Large Language Model (LLM) can enhance its credibility and verifiability by generating text with citations. However, existing research on citation generation is predominantly limited to sentence-level statements, neglecting the significance of positional fine-grained citations that can appear anywhe…

2025

Cross-Modal Safety Mechanism Transfer in Large Vision-Language Models

ICLR 2025poster

Vision-language alignment in Large Vision-Language Models (LVLMs) successfully enables LLMs to understand visual input. However, we find that existing vision-language alignment methods fail to transfer the existing safety mechanism for text in LLMs to vision, which leads to vulnerabilities in toxic…

Cited by 3SourcePDFScholar
2025

Differentiated Vision: Unveiling Entity-Specific Visual Modality Requirements for Multimodal Knowledge Graph

EMNLP 2025

Multimodal Knowledge Graphs (MMKGs) enhance knowledge representations by integrating structural and multimodal information of entities. Recently, MMKGs have proven effective in tasks such as information retrieval, knowledge discovery, and question answering. Current methods typically utilize pre-tra

Cited by 0SourcePDFScholar
2025

Do LLMs Play Dice? Exploring Probability Distribution Sampling in Large Language Models for Behavioral Simulation

COLING 2025main

With the rapid advancement of large language models (LLMs) for handling complex language tasks, an increasing number of studies are employing LLMs as agents to emulate the sequential decision-making processes of humans often represented as Markov decision-making processes (MDPs). The actions in MDPs…

Cited by 2SourcePDFScholar
2025

Everything is Editable: Extend Knowledge Editing to Unstructured Data in Large Language Models

ICLR 2025poster

Recent knowledge editing methods have primarily focused on modifying structured knowledge in large language models. However, this task setting overlooks the fact that a significant portion of real-world knowledge is stored in an unstructured format, characterized by long-form content, noise, and a c…

2025

Following the Autoregressive Nature of LLM Embeddings via Compression and Alignment

EMNLP 2025

A new trend uses LLMs as dense text encoders via contrastive learning. However, since LLM embeddings predict the probability distribution of the next token, they are inherently generative and distributive, conflicting with contrastive learning, which requires embeddings to capture full-text semantic

2025

From Outcomes to Processes: Guiding PRM Learning from ORM for Inference-Time Alignment

ACL 2025long

Inference-time alignment methods have gained significant attention for their efficiency and effectiveness in aligning large language models (LLMs) with human preferences. However, existing dominant approaches using reward-guided search (RGS) primarily rely on outcome reward models (ORMs), which suff…

2025

Inference-time Alignment in Continuous Space

NeurIPS 2025poster

Aligning large language models with human feedback at inference time has received increasing attention due to its flexibility. Existing methods rely on generating multiple responses from the base policy for search using a reward model, which can be considered as searching in a discrete response spac…

Cited by 0SourcecodeScholar
2025

Jailbreak LLMs through Internal Stance Manipulation

EMNLP 2025

To confront the ever-evolving safety risks of LLMs, automated jailbreak attacks have proven effective for proactively identifying security vulnerabilities at scale. Existing approaches, including GCG and AutoDAN, modify adversarial prompts to induce LLMs to generate responses that strictly follow a

2025

Low-Entropy Watermark Detection via Bayes’ Rule Derived Detector

ACL 2025finding

Text watermarking, which modify tokens to embed watermark, has proven effective in detecting machine-generated texts. Yet its application to low-entropy texts like code and mathematics presents significant challenges. A fair number of tokens in these texts are hardly modifiable without changing the…

2025

MLaKE: Multilingual Knowledge Editing Benchmark for Large Language Models

COLING 2025main

The extensive utilization of large language models (LLMs) underscores the crucial necessity for precise and contemporary knowledge embedded within their intrinsic parameters. Existing research on knowledge editing primarily concentrates on monolingual scenarios, neglecting the complexities presented…

2025

PRDetect: Perturbation-Robust LLM-generated Text Detection Based on Syntax Tree

NAACL 2025findings

As LLM-generated text becomes increasingly prevalent on the internet, often containing hallucinations or biases, detecting such content has emerged as a critical area of research.Recent methods have demonstrated impressive performance in detecting text generated entirely by LLMs.However, in real-wor…

2025

SafetyQuizzer: Timely and Dynamic Evaluation on the Safety of LLMs

NAACL 2025long

With the expansion of the application of Large Language Models (LLMs), concerns about their safety have grown among researchers. Numerous studies have demonstrated the potential risks of LLMs generating harmful content and have proposed various safety assessment benchmarks to evaluate these risks. H…

2025

The Mirage of Model Editing: Revisiting Evaluation in the Wild

ACL 2025long

Despite near-perfect results reported in the literature, the effectiveness of model editing in real-world applications remains unclear. To bridge this gap, we introduce QAEdit, a new benchmark aligned with widely used question answering (QA) datasets, and WILD, a task-agnostic evaluation framework d…

2025

Too Consistent to Detect: A Study of Self-Consistent Errors in LLMs

EMNLP 2025

As large language models (LLMs) often generate plausible but incorrect content, error detection has become increasingly critical to ensure truthfulness.However, existing detection methods often overlook a critical problem we term as **self-consistent error**, where LLMs repeatedly generate the same

2025

ToolCoder: A Systematic Code-Empowered Tool Learning Framework for Large Language Models

ACL 2025long

Tool learning has emerged as a crucial capability for large language models (LLMs) to solve complex real-world tasks through interaction with external tools. Existing approaches face significant challenges, including reliance on hand-crafted prompts, difficulty in multi-step planning, and lack of pr…

2025

Training a Utility-based Retriever Through Shared Context Attribution for Retrieval-Augmented Language Models

EMNLP 2025

Retrieval-Augmented Language Models boost task performance, owing to the retriever that provides external knowledge. Although crucial, the retriever primarily focuses on semantics relevance, which may not always be effective for generation. Thus, utility-based retrieval has emerged as a promising to

2024

BCC: Bidirectional Consistency Constraint Method for Hierarchical Text Classification

ICASSP 2024accepted

Hierarchical Text Classification (HTC) is a useful tool for document categorization based on the taxonomic hierarchy. However, current HTC methods treat labels under each category separately, which makes it difficult to model multiple inheritance labels. To solve this problem, we propose the Bidirec…

Cited by 0SourceScholar
2024

Enhancing Training Data Attribution for Large Language Models with Fitting Error Consideration

EMNLP 2024main

The black-box nature of large language models (LLMs) poses challenges in interpreting results, impacting issues such as data intellectual property protection and hallucination tracing. Training data attribution (TDA) methods are considered effective solutions to address these challenges.Most recent…

2024

PDE+: Enhancing Generalization via PDE with Adaptive Distributional Diffusion

AAAI 2024technical

The generalization of neural networks is a central challenge in machine learning, especially concerning the performance under distributions that differ from training ones. Current methods, mainly based on the data-driven paradigm such as data augmentation, adversarial training, and noise injection,…

2024

PKAD: Pretrained Knowledge is All You Need to Detect and Mitigate Textual Backdoor Attacks

EMNLP 2024finding

In textual backdoor attacks, attackers insert poisoned samples with triggered inputs and target labels into training datasets to manipulate model behavior, threatening the model’s security and reliability. Current defense methods can generally be categorized into inference-time and training-time one…

2024

Qsnail: A Questionnaire Dataset for Sequential Question Generation

COLING 2024main

The questionnaire is a professional research methodology used for both qualitative and quantitative analysis of human opinions, preferences, attitudes, and behaviors. However, designing and evaluating questionnaires demands significant effort due to their intricate and complex structure. Questionnai…

2024

The Fall of ROME: Understanding the Collapse of LLMs in Model Editing

EMNLP 2024finding

Despite significant progress in model editing methods, their application in real-world scenarios remains challenging as they often cause large language models (LLMs) to collapse. Among them, ROME is particularly concerning, as it could disrupt LLMs with only a single edit. In this paper, we study th…

Cited by 8SourcePDFScholar
2024

Think Before You Speak: Cultivating Communication Skills of Large Language Models via Inner Monologue

NAACL 2024findings

The emergence of large language models (LLMs) further improves the capabilities of open-domain dialogue systems and can generate fluent, coherent, and diverse responses. However, LLMs still lack a crucial ability: communication skills. This limitation renders them more like information seeking tools…

2024

Tree-of-Reasoning Question Decomposition for Complex Question Answering with Large Language Models

AAAI 2024technical

Large language models (LLMs) have recently demonstrated remarkable performance across various Natual Language Processing tasks. In the field of multi-hop reasoning, the Chain-of-thought (CoT) prompt method has emerged as a paradigm, using curated stepwise reasoning demonstrations to enhance LLM's ab…

Cited by 9SourcePDFScholar
2024

Understanding and Improving Adversarial Collaborative Filtering for Robust Recommendation

NeurIPS 2024poster

Adversarial Collaborative Filtering (ACF), which typically applies adversarial perturbations at user and item embeddings through adversarial training, is widely recognized as an effective strategy for enhancing the robustness of Collaborative Filtering (CF) recommender systems against poisoning atta…

2024

Unlocking the Power of Large Language Models for Entity Alignment

ACL 2024long

Entity Alignment (EA) is vital for integrating diverse knowledge graph (KG) data, playing a crucial role in data-driven AI applications. Traditional EA methods primarily rely on comparing entity embeddings, but their effectiveness is constrained by the limited input KG data and the capabilities of t…

2024

Unsupervised Information Refinement Training of Large Language Models for Retrieval-Augmented Generation

ACL 2024long

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by incorporating additional information from retrieval. However, studies have shown that LLMs still face challenges in effectively using the retrieved information, even ignore it or be misled by it. The key reason is that the…

2024

When to Trust LLMs: Aligning Confidence with Response Quality

ACL 2024findings

Despite the success of large language models (LLMs) in natural language generation, much evidence shows that LLMs may produce incorrect or nonsensical text. This limitation highlights the importance of discerning when to trust LLMs, especially in safety-critical domains. Existing methods often expre…

2023

A Provable Framework of Learning Graph Embeddings via Summarization

AAAI 2023technical

Given a large graph, can we learn its node embeddings from a smaller summary graph? What is the relationship between embeddings learned from original graphs and their summary graphs? Graph representation learning plays an important role in many graph mining applications, but learning em-beddings of…

2023

Augmentation-Aware Self-Supervision for Data-Efficient GAN Training

NeurIPS 2023poster

Training generative adversarial networks (GANs) with limited data is challenging because the discriminator is prone to overfitting. Previously proposed differentiable augmentation demonstrates improved data efficiency of training GANs. However, the augmentation implicitly introduces undesired invari…

2023

BERM: Training the Balanced and Extractable Representation for Matching to Improve Generalization Ability of Dense Retrieval

ACL 2023long

Dense retrieval has shown promise in the first-stage retrieval process when trained on in-domain labeled datasets. However, previous studies have found that dense retrieval is hard to generalize to unseen domains due to its weak modeling of domain-invariant and interpretable feature (i.e., matching…

2023

LLMDet: A Third Party Large Language Models Generated Text Detection Tool

EMNLP 2023long findings

Generated texts from large language models (LLMs) are remarkably close to high-quality human-authored text, raising concerns about their potential misuse in spreading false information and academic misconduct. Consequently, there is an urgent need for a highly practical detection tool capable of acc…

Cited by 0SourcecodeScholar
2023

MacLaSa: Multi-Aspect Controllable Text Generation via Efficient Sampling from Compact Latent Space

EMNLP 2023long findings

Multi-aspect controllable text generation aims to generate fluent sentences that possess multiple desired attributes simultaneously. Traditional methods either require expensive iteration / searching within the discrete text space during the decoding stage, or train separate controllers for each asp…

Cited by 0SourcecodeScholar
2023

ReFSQL: A Retrieval-Augmentation Framework for Text-to-SQL Generation

EMNLP 2023long findings

Text-to-SQL is the task that aims at translating natural language questions into SQL queries. Existing methods directly align the natural language with SQL Language and train one encoder-decoder-based model to fit all questions. However, they underestimate the inherent structural characteristics of…

Cited by 0SourceScholar
2023

RegaVAE: A Retrieval-Augmented Gaussian Mixture Variational Auto-Encoder for Language Modeling

EMNLP 2023long findings

Retrieval-augmented language models show promise in addressing issues like outdated information and hallucinations in language models (LMs). However, current research faces two main problems: 1) determining what information to retrieve, and 2) effectively combining retrieved information during gener…

Cited by 0SourcecodeScholar
2023

SimOAP: Improve Coherence and Consistency in Persona-based Dialogue Generation via Over-sampling and Post-evaluation

ACL 2023long

Language models trained on large-scale corpora can generate remarkably fluent results in open-domain dialogue. However, for the persona-based dialogue generation task, consistency and coherence are also key factors, which are great challenges for language models. Existing works mainly focus on valua…

2022

Conditional GANs with Auxiliary Discriminative Classifier

ICML 2022spotlight

Conditional generative models aim to learn the underlying joint distribution of data and labels to achieve conditional data generation. Among them, the auxiliary classifier generative adversarial network (AC-GAN) has been widely used, but suffers from the problem of low intra-class diversity of the…

2022

Meta-CQG: A Meta-Learning Framework for Complex Question Generation over Knowledge Bases

COLING 2022main

Complex question generation over knowledge bases (KB) aims to generate natural language questions involving multiple KB relations or functional constraints. Existing methods train one encoder-decoder-based model to fit all questions. However, such a one-size-fits-all strategy may not perform well si…

Cited by 11SourcePDFScholar
2021

Adaptive Information Seeking for Open-Domain Question Answering

EMNLP 2021main

Information seeking is an essential step for open-domain question answering to efficiently gather evidence from a large corpus. Recently, iterative approaches have been proven to be effective for complex questions, by recursively retrieving new evidence at each step. However, almost all existing ite…

2021

AugSplicing: Synchronized Behavior Detection in Streaming Tensors

AAAI 2021technical

How can we track synchronized behavior in a stream of time-stamped tuples, such as mobile devices installing and uninstalling applications in the lockstep, to boost their ranks in the app store? We model such tuples as entries in a streaming tensor, which augments attribute sizes in its modes over…

2021

Beyond Low-frequency Information in Graph Convolutional Networks

AAAI 2021technical

Graph neural networks (GNNs) have been proven to be effective in various network-related tasks. Most existing GNNs usually exploit the low-frequency signals of node features, which gives rise to one fundamental question: is the low-frequency information all we need in the real world applications? In…

2021

SDGNN: Learning Node Representation for Signed Directed Networks

AAAI 2021technical

Network embedding is aimed at mapping nodes in a network into low-dimensional vector representations. Graph Neural Networks (GNNs) have received widespread attention and lead to state-of-the-art performance in learning node representations. However, most GNNs only work in unsigned networks, where on…

2021

Slimmable Generative Adversarial Networks

AAAI 2021technical

Generative adversarial networks (GANs) have achieved remarkable progress in recent years, but the continuously growing scale of models make them challenging to deploy widely in practical applications. In particular, for real-time generation tasks, different devices require generators of different si…

2021

Towards Consumer Loan Fraud Detection: Graph Neural Networks with Role-Constrained Conditional Random Field

AAAI 2021technical

Consumer loans, i.e., loans to finance consumers to buy certain types of expenditures, is increasingly popular in e-commerce platform. Different from traditional loans with mortgage, online consumer loans only take personal credit as collateral for loans. Consequently, loan fraud detection is partic…

Cited by 88SourcePDFScholar
2021

Transductive Learning for Unsupervised Text Style Transfer

EMNLP 2021main

Unsupervised style transfer models are mainly based on an inductive learning approach, which represents the style as embeddings, decoder parameters, or discriminator parameters and directly applies these general rules to the test cases. However, the lacking of parallel corpus hinders the ability of…