← Search

Xiting Wang

31 accepted papers

2026

C$^{2}$R: Cross-sample Consistency Regularization Mitigates Feature Splitting and Absorption in Sparse Autoencoders

ICML 2026poster

Sparse Autoencoders (SAEs) are widely used to interpret large language models by decomposing activations into sparse, human-understandable features, but scaling to large dictionaries exposes fundamental challenges. Systematic studies reveal pervasive feature splitting that fragments coherent concept…

Cited by 0SourceScholar
2026

Evaluating Text Creativity across Diverse Domains: a Dataset and Large Language Model Evaluator

ICLR 2026poster

Creativity evaluation remains a challenging frontier for large language models (LLMs). Current evaluations heavily rely on inefficient and costly human judgments, hindering progress in enhancing machine creativity. While automated methods exist, ranging from psychological testing to heuristic- or pr…

Cited by 0SourcecodeScholar
2026

ProtoTS: Learning Hierarchical Prototypes for Explainable Time Series Forecasting

ICLR 2026poster

While deep learning has achieved impressive performance in time series forecasting, it becomes increasingly crucial to understand its decision-making process for building trust in high-stakes scenarios. Existing interpretable models often provide only local and partial explanations, lacking the capa…

Cited by 0SourceScholar
2025

Controlling Large Language Models Through Concept Activation Vectors

AAAI 2025technical

As large language models (LLMs) are widely deployed across various domains, the ability to control their generated outputs has become more critical. This control involves aligning LLMs outputs with human values and ethical principles or customizing LLMs on specific topics or styles for individual us…

Cited by 1SourcePDFScholar
2025

Entropy-based Exploration Conduction for Multi-step Reasoning

ACL 2025finding

Multi-step processes via large language models (LLMs) have proven effective for solving complex reasoning tasks. However, the depth of exploration of the reasoning procedure can significantly affect the task performance. Existing methods to automatically decide the depth often lead to high cost and…

Cited by 0SourcePDFScholar
2025

Internal Value Alignment in Large Language Models through Controlled Value Vector Activation

ACL 2025long

Aligning Large Language Models (LLMs) with human values has attracted increasing attention since it provides clarity, transparency, and the ability to adapt to evolving scenarios. In this paper, we introduce a Controlled Value Vector Activation (ConVA) method that directly aligns the internal values…

2025

Optimal Transport-Based Token Weighting scheme for Enhanced Preference Optimization

ACL 2025long

Direct Preference Optimization (DPO) has emerged as a promising framework for aligning Large Language Models (LLMs) with human preferences by directly optimizing the log-likelihood difference between chosen and rejected responses. However, existing methods assign equal importance to all tokens in th…

2025

RATT: A Thought Structure for Coherent and Correct LLM Reasoning

AAAI 2025technical

Large Language Models (LLMs) gain substantial reasoning and decision-making capabilities from thought structures. However, existing methods such as Tree of Thought and Retrieval Augmented Thoughts often fall short in complex tasks due to the limitations of insufficient local retrieval of factual kno…

2025

Select, Read, and Write: A Multi-Agent Framework of Full-Text-based Related Work Generation

ACL 2025finding

Automatic related work generation (RWG) can save people’s time and effort when writing a draft of related work section (RWS) for further revision. However, existing methods for RWG always suffer from shallow comprehension due to taking the limited portions of references papers as input and isolated…

2025

Think Then React: Towards Unconstrained Action-to-Reaction Motion Generation

ICLR 2025poster

Modeling human-like action-to-reaction generation has significant real-world applications, like human-robot interaction and games. Despite recent advancements in single-person motion generation, it is still challenging to well handle action-to-reaction generation, due to the difficulty of directly p…

Cited by 2SourcePDFScholar
2024

BSharedRAG: Backbone Shared Retrieval-Augmented Generation for the E-commerce Domain

EMNLP 2024finding

Retrieval Augmented Generation (RAG) system is important in domains such as e-commerce, which has many long-tail entities and frequently updated information. Most existing works adopt separate modules for retrieval and generation, which may be suboptimal since the retrieval task and the generation t…

2024

Evaluating Readability and Faithfulness of Concept-based Explanations

EMNLP 2024main

With the growing popularity of general-purpose Large Language Models (LLMs), comes a need for more global explanations of model behaviors. Concept-based explanations arise as a promising avenue for explaining high-level patterns learned by LLMs. Yet their evaluation poses unique challenges, especial…

2024

Masked Thought: Simply Masking Partial Reasoning Steps Can Improve Mathematical Reasoning Learning of Language Models

ACL 2024long

In reasoning tasks, even a minor error can cascade into inaccurate results, leading to suboptimal performance of large language models insuch domains. Earlier fine-tuning approaches sought to mitigate this by leveraging more precise supervisory signals from human labeling, larger models, or self-sam…

2024

Persuading across Diverse Domains: a Dataset and Persuasion Large Language Model

ACL 2024long

Persuasive dialogue requires multi-turn following and planning abilities to achieve the goal of persuading users, which is still challenging even for state-of-the-art large language models (LLMs). Previous works focus on retrieval-based models or generative models in a specific domain due to a lack…

2024

Prototypical Reward Network for Data-Efficient RLHF

ACL 2024long

The reward model for Reinforcement Learning from Human Feedback (RLHF) has proven effective in fine-tuning Large Language Models (LLMs). Notably, collecting human feedback for RLHF can be resource-intensive and lead to scalability issues for LLMs and complex tasks. Our proposed framework Proto-RM le…

Cited by 23SourcePDFScholar
2024

Uncovering Safety Risks of Large Language Models through Concept Activation Vector

NeurIPS 2024poster

Despite careful safety alignment, current large language models (LLMs) remain vulnerable to various attacks. To further unveil the safety risks of LLMs, we introduce a Safety Concept Activation Vector (SCAV) framework, which effectively guides the attacks by accurately interpreting LLMs' safety mech…

2024

Value FULCRA: Mapping Large Language Models to the Multidimensional Spectrum of Basic Human Value

NAACL 2024long

Value alignment is crucial for the responsible development of Large Language Models (LLMs). However, how to define values in this context remains largely unexplored. Existing work mainly specifies values as risk criteria formulated in the AI community, e.g., fairness and privacy protection, sufferin…

Cited by 37SourcePDFScholar
2023

DuNST: Dual Noisy Self Training for Semi-Supervised Controllable Text Generation

ACL 2023long

Self-training (ST) has prospered again in language understanding by augmenting the fine-tuning of big pre-trained models when labeled data is insufficient. However, it remains challenging to incorporate ST into attribute-controllable language generation. Augmented only by self-generated pseudo text,…

2023

Prototypical Fine-Tuning: Towards Robust Performance under Varying Data Sizes

AAAI 2023technical

In this paper, we move towards combining large parametric models with non-parametric prototypical networks. We propose prototypical fine-tuning, a novel prototypical framework for fine-tuning pretrained language models (LM), which automatically learns a bias to improve predictive performance for var…

Cited by 11SourcePDFScholar
2023

Semi-Offline Reinforcement Learning for Optimized Text Generation

ICML 2023poster

Existing reinforcement learning (RL) mainly utilize online or offline settings. The online methods explore the environment with expensive time cost, and the offline methods efficiently obtain reward signals by sacrificing the exploration capability. We propose semi-offline RL, a novel paradigm that…

2022

Clickbait Detection via Contrastive Variational Modelling of Text and Label

IJCAI 2022poster

Clickbait refers to deliberately created sensational or deceptive text for tricking readers into clicking, which severely hurts the web ecosystem. With a growing number of clickbaits on social media, developing automatic detection methods becomes essential. Nonetheless, the performance of existing n…

Cited by 6SourcePDFScholar
2022

Generating Multiple-Length Summaries via Reinforcement Learning for Unsupervised Sentence Summarization

EMNLP 2022finding

Sentence summarization shortens given texts while maintaining core contents of the texts. Unsupervised approaches have been studied to summarize texts without ground-truth summaries. However, recent unsupervised models are extractive, which remove words from texts and thus they are less flexible tha…

2022

Self-explaining deep models with logic rule reasoning

NeurIPS 2022accept

We present SELOR, a framework for integrating self-explaining capabilities into a given deep model to achieve both high prediction performance and human precision. By “human precision”, we refer to the degree to which humans agree with the reasons models provide for their predictions. Human precisio…

2022

Towards Fine-Grained Reasoning for Fake News Detection

AAAI 2022technical

The detection of fake news often requires sophisticated reasoning skills, such as logically combining information by considering word-level subtle clues. In this paper, we move towards fine-grained reasoning for fake news detection by better reflecting the logical processes of human thinking and ena…

2021

Fairness-aware News Recommendation with Decomposed Adversarial Learning

AAAI 2021technical

News recommendation is important for online news services. Existing news recommendation models are usually learned from users' news click behaviors. Usually the behaviors of users with the same sensitive attributes (e.g., genders) have similar patterns and news recommendation models can easily captu…

Cited by 166SourcePDFScholar
2021

Learning Groupwise Explanations for Black-Box Models

IJCAI 2021poster

We study two user demands that are important during the exploitation of explanations in practice: 1) understanding the overall model behavior faithfully with limited cognitive load and 2) predicting the model behavior accurately on unseen instances. We illustrate that the two user demands correspond…

2021

PENS: A Dataset and Generic Framework for Personalized News Headline Generation

ACL 2021long

In this paper, we formulate the personalized news headline generation problem whose goal is to output a user-specific title based on both a user’s reading interests and a candidate news body to be exposed to her. To build up a benchmark for this problem, we publicize a large-scale dataset named PENS…

2020

Distance Metric Learning with Joint Representation Diversification

ICML 2020poster

Distance metric learning (DML) is to learn a representation space equipped with a metric, such that similar examples are closer than dissimilar examples concerning the metric. The recent success of DNNs motivates many DML losses that encourage the intra-class compactness and inter-class separability…

2020

Towards Explainable Conversational Recommendation

IJCAI 2020poster

Recent studies have shown that both accuracy and explainability are important for recommendation. In this paper, we introduce explainable conversational recommendation, which enables incremental improvement of both recommendation accuracy and explanation quality through multi-turn user-model convers…

Cited by 0SourcePDFScholar
2019

Towards a Deep and Unified Understanding of Deep Neural Models in NLP

ICML 2019oral

We define a unified information-based measure to provide quantitative explanations on how intermediate layers of deep Natural Language Processing (NLP) models leverage information of input words. Our method advances existing explanation methods by addressing issues in coherency and generality. Expla…

Cited by 139SourcePDFScholar