← Search

Hongning Wang

63 accepted papers

2026

BARREL: Boundary-Aware Reasoning for Factual and Reliable LRMs

ICLR 2026poster

Recent advances in Large Reasoning Models (LRMs) have shown impressive capabilities in mathematical and logical reasoning. However, current LRMs rarely admit ignorance or respond with “I don’t know”. Instead, they often produce incorrect answers while showing undue confidence, raising concerns about…

Cited by 7SourcecodeScholar
2026

Be Careful When Fine-tuning On Open-Source LLMs: Your Fine-tuning Data Could Be Secretly Stolen!

ICLR 2026poster

Fine-tuning on open-source Large Language Models (LLMs) with proprietary data is now a standard practice for downstream developers to obtain task-specific models. Surprisingly, we reveal a new and concerning risk along with the practice: the provider of the open-source LLMs can later extract the pri…

Cited by 0SourcecodeScholar
2026

Grounding LLMs in Scientific Discovery via Embodied Actions

ICML 2026poster

Large Language Models (LLMs) have shown significant potential in scientific discovery but struggle to bridge the gap between theoretical reasoning and verifiable physical simulation. Existing solutions operate in a passive "execute-then-response" loop and thus lack runtime perception, obscuring agen…

Cited by 0SourceScholar
2026

When Smiley Turns Hostile: Interpreting How Emojis Trigger LLMs’ Toxicity

AAAI 2026technical

Emojis are globally used non-verbal cues in digital communication, and extensive research has examined how large language models (LLMs) understand and utilize emojis across contexts. While usually associated with friendliness or playfulness, it is observed that emojis may trigger toxic content gener

Cited by 0SourcePDFScholar
2025

CharacterBench: Benchmarking Character Customization of Large Language Models

AAAI 2025technical

Character-based dialogue (aka role-playing) enables users to freely customize characters for interaction, which often relies on LLMs, raising the need to evaluate LLMs’ character customization capability. However, existing benchmarks fail to ensure a robust evaluation as they often only involve a si…

2025

CodePlan: Unlocking Reasoning Potential in Large Language Models by Scaling Code-form Planning

ICLR 2025poster

Despite the remarkable success of large language models (LLMs) on traditional natural language processing tasks, their planning ability remains a critical bottleneck in tackling complex multi-step reasoning tasks. Existing approaches mainly rely on prompting or task-specific fine-tuning, often suffe…

Cited by 3SourcePDFScholar
2025

Crisp: Cognitive Restructuring of Negative Thoughts through Multi-turn Supportive Dialogues

EMNLP 2025

Cognitive Restructuring (CR) uses multi-turn dialogue to identify and restructure one’s negative thoughts, arising from mental health issues, into more helpful and positive ones. Clinician shortage and stigma urge the development of human-LLM interactive psychotherapy for CR. Yet, effectively implem

2025

Data Selection via Optimal Control for Language Models

ICLR 2025oral

This work investigates the selection of high-quality pre-training data from massive corpora to enhance LMs' capabilities for downstream usage. We formulate data selection as a generalized Optimal Control problem, which can be solved theoretically by Pontryagin's Maximum Principle (PMP), yielding a…

2025

Guiding not Forcing: Enhancing the Transferability of Jailbreaking Attacks on LLMs via Removing Superfluous Constraints

ACL 2025long

Jailbreaking attacks can effectively induce unsafe behaviors in Large Language Models (LLMs); however, the transferability of these attacks across different models remains limited. This study aims to understand and enhance the transferability of gradient-based jailbreaking methods, which are among t…

2025

HPSS: Heuristic Prompting Strategy Search for LLM Evaluators

ACL 2025finding

Since the adoption of large language models (LLMs) for text evaluation has become increasingly prevalent in the field of natural language processing (NLP), a series of existing works attempt to optimize the prompts for LLM evaluators to improve their alignment with human judgment. However, their eff…

2025

LogicGame: Benchmarking Rule-Based Reasoning Abilities of Large Language Models

ACL 2025finding

Large Language Models (LLMs) have demonstrated notable capabilities across various tasks, showcasing complex problem-solving abilities. Understanding and executing complex rules, along with multi-step planning, are fundamental to logical reasoning and critical for practical LLM agents and decision-m…

2025

LongSafety: Evaluating Long-Context Safety of Large Language Models

ACL 2025long

As Large Language Models (LLMs) continue to advance in understanding and generating long sequences, new safety concerns have been introduced through the long context. However, the safety of LLMs in long-context tasks remains under-explored, leaving a significant gap in both evaluation and improvemen…

2025

MAPS: Advancing Multi-Modal Reasoning in Expert-Level Physical Science

ICLR 2025poster

Pre-trained on extensive text and image corpora, current Multi-Modal Large Language Models (MLLM) have shown strong capabilities in general visual reasoning tasks. However, their performance is still lacking in physical domains that require understanding diagrams with complex physical structures an…

Cited by 0SourcePDFScholar
2025

RecFlow: An Industrial Full Flow Recommendation Dataset

ICLR 2025poster

Industrial recommendation systems (RS) rely on the multi-stage pipeline to balance effectiveness and efficiency when delivering items from a vast corpus to users. Existing RS benchmark datasets primarily focus on the exposure space, where novel RS algorithms are trained and evaluated. However, when…

2025

SPaR: Self-Play with Tree-Search Refinement to Improve Instruction-Following in Large Language Models

ICLR 2025poster

Instruction-following is a fundamental capability of language models, requiring the model to recognize even the most subtle requirements in the instructions and accurately reflect them in its output. Such an ability is well-suited for and often optimized by preference learning. However, existing met…

2025

SelfRACG: Enabling LLMs to Self-Express and Retrieve for Code Generation

EMNLP 2025

Existing retrieval-augmented code generation (RACG) methods typically use an external retrieval module to fetch semantically similar code snippets used for generating subsequent fragments. However, even for consecutive code fragments, the content often diverges due to logical progression, resulting

2025

SocialEval: Evaluating Social Intelligence of Large Language Models

ACL 2025long

LLMs exhibit promising Social Intelligence (SI) in modeling human behavior, raising the need to evaluate LLMs’ SI and their discrepancy with humans. SI equips humans with interpersonal abilities to behave wisely in navigating social interactions to achieve social goals. This presents an operational…

2025

SocialSim: Towards Socialized Simulation of Emotional Support Conversation

AAAI 2025technical

Emotional support conversation (ESC) helps reduce people's psychological stress and provide emotional value through interactive dialogues. Due to the high cost of crowdsourcing a large ESC corpus, recent attempts use large language models for dialogue augmentation. However, existing approaches large…

Cited by 0SourcePDFScholar
2025

Tree-KG: An Expandable Knowledge Graph Construction Framework for Knowledge-intensive Domains

ACL 2025long

In knowledge-intensive domains like scientific research, effective decisions rely on organizing and retrieving intricate data. Knowledge graphs (KGs) help by structuring entities, relations, and contextual dependencies, but building KGs in such domains is challenging due to inherent complexity, manu…

2025

VPO: Aligning Text-to-Video Generation Models with Prompt Optimization

ICCV 2025poster

Video generation models have achieved remarkable progress in text-to-video tasks. These models are typically trained on text-video pairs with highly detailed and carefully crafted descriptions, while real-world user inputs during inference are often concise, vague, or poorly structured. This gap mak…

2024

AMOR: A Recipe for Building Adaptable Modular Knowledge Agents Through Process Feedback

NeurIPS 2024poster

The notable success of large language models (LLMs) has sparked an upsurge in building language agents to complete various complex tasks. We present AMOR, an agent framework based on open-source LLMs, which reasons with external knowledge bases and adapts to specific domains through human supervisio…

2024

AlignBench: Benchmarking Chinese Alignment of Large Language Models

ACL 2024long

Alignment has become a critical step for instruction-tuned Large Language Models (LLMs) to become helpful assistants. However, effective evaluation of alignment for emerging Chinese LLMs is still significantly lacking, calling for real-scenario grounded, open-ended, challenging and automatic evaluat…

2024

AutoDetect: Towards a Unified Framework for Automated Weakness Detection in Large Language Models

EMNLP 2024finding

Although Large Language Models (LLMs) are becoming increasingly powerful, they still exhibit significant but subtle weaknesses, such as mistakes in instruction-following or coding tasks.As these unexpected errors could lead to severe consequences in practical deployments, it is crucial to investigat…

2024

Automated Generation of Transformations to Mitigate Sensor Hardware Migration in ADS

RA-L 2024

Autonomous driving systems (ADSs) rely on massive amounts of sensed data to train their underlying deep neural networks (DNNs). Common sensor hardware migrations can render an existing DNN-dependent pipeline inadequate. This necessitates the development of bespoke transformations to adapt new sensor

Cited by 0SourceScholar
2024

Benchmarking Complex Instruction-Following with Multiple Constraints Composition

NeurIPS 2024poster

Instruction following is one of the fundamental capabilities of large language models (LLMs). As the ability of LLMs is constantly improving, they have been increasingly applied to deal with complex human instructions in real-world scenarios. Therefore, how to evaluate the ability of complex instruc…

2024

Black-Box Prompt Optimization: Aligning Large Language Models without Model Training

ACL 2024long

Large language models (LLMs) have shown impressive success in various applications. However, these models are often not well aligned with human intents, which calls for additional treatments on them; that is, the alignment problem. To make LLMs better follow user instructions, existing alignment met…

2024

CharacterGLM: Customizing Social Characters with Large Language Models

EMNLP 2024industry

Character-based dialogue (CharacterDial) has become essential in the industry (e.g., Character.AI), enabling users to freely customize social characters for social interactions. However, the generalizability and adaptability across various conversational scenarios inherent in customizing social char…

Cited by 0SourcePDFScholar
2024

CritiqueLLM: Towards an Informative Critique Generation Model for Evaluation of Large Language Model Generation

ACL 2024long

Since the natural language processing (NLP) community started to make large language models (LLMs) act as a critic to evaluate the quality of generated texts, most of the existing works train a critique generation model on the evaluation data labeled by GPT-4’s direct prompting. We observe that thes…

2024

Defending Large Language Models Against Jailbreaking Attacks Through Goal Prioritization

ACL 2024long

While significant attention has been dedicated to exploiting weaknesses in LLMs through jailbreaking attacks, there remains a paucity of effort in defending against these attacks. We point out a pivotal factor contributing to the success of jailbreaks: the intrinsic conflict between the goals of bei…

2024

Human vs. Generative AI in Content Creation Competition: Symbiosis or Conflict?

ICML 2024poster

The advent of generative AI (GenAI) technology produces a transformative impact on the content creation landscape, offering alternative approaches to produce diverse, good-quality content across media, thereby reshaping online ecosystems but also raising concerns about market over-saturation and the…

Cited by 15SourcePDFScholar
2024

Incentivized Truthful Communication for Federated Bandits

ICLR 2024poster

To enhance the efficiency and practicality of federated bandit learning, recent advances have introduced incentives to motivate communication among clients, where a client participates only when the incentive offered by the server outweighs its participation cost. However, existing incentive mechani…

Cited by 1SourcePDFScholar
2024

Learning Task Decomposition to Assist Humans in Competitive Programming

ACL 2024long

When using language models (LMs) to solve complex problems, humans might struggle to understand the LM-generated solutions and repair the flawed ones. To assist humans in repairing them, we propose to automatically decompose complex solutions into multiple simpler pieces that correspond to specific…

Cited by 5SourcePDFScholar
2024

Mitigating Reward Overoptimization via Lightweight Uncertainty Estimation

NeurIPS 2024poster

Reinforcement Learning from Human Feedback (RLHF) has been pivotal in aligning Large Language Models with human values but often suffers from overoptimization due to its reliance on a proxy reward model. To mitigate this limitation, we first propose a lightweight uncertainty quantification method th…

Cited by 0SourcePDFScholar
2024

ShieldLM: Empowering LLMs as Aligned, Customizable and Explainable Safety Detectors

EMNLP 2024finding

The safety of Large Language Models (LLMs) has gained increasing attention in recent years, but there still lacks a comprehensive approach for detecting safety issues within LLMs’ responses in an aligned, customizable and explainable manner. In this paper, we propose ShieldLM, an LLM-based safety de…

2024

Towards Efficient Exact Optimization of Language Model Alignment

ICML 2024poster

The alignment of language models with human preferences is vital for their application in real-world tasks. The problem is formulated as optimizing the model's policy to maximize the expected reward that reflects human preferences with minimal deviation from the initial policy. While considered as a…

2024

Unveiling User Satisfaction and Creator Productivity Trade-Offs in Recommendation Platforms

NeurIPS 2024poster

On User-Generated Content (UGC) platforms, recommendation algorithms significantly impact creators' motivation to produce content as they compete for algorithmically allocated user traffic. This phenomenon subtly shapes the volume and diversity of the content pool, which is crucial for the platform'…

Cited by 4SourcePDFScholar
2023

COFFEE: Counterfactual Fairness for Personalized Text Generation in Explainable Recommendation

EMNLP 2023long main

As language models become increasingly integrated into our digital lives, Personalized Text Generation (PTG) has emerged as a pivotal component with a wide range of applications. However, the bias inherent in user written text, often used for PTG model training, can inadvertently associate different…

Cited by 0SourceScholar
2023

How Bad is Top-$K$ Recommendation under Competing Content Creators?

ICML 2023oral

This study explores the impact of content creators' competition on user welfare in recommendation platforms, as well as the long-term dynamics of relevance-driven recommendations. We establish a model of creator competition, under the setting where the platform uses a top-$K$ recommendation policy,…

Cited by 29SourcePDFScholar
2023

Learning Kernelized Contextual Bandits in a Distributed and Asynchronous Environment

ICLR 2023poster

Despite the recent advances in communication-efficient distributed bandit learning, most existing solutions are restricted to parametric models, e.g., linear bandits and generalized linear bandits (GLB). In comparison, kernel bandits, which search for non-parametric functions in a reproducing kernel…

Cited by 7SourcePDFScholar
2023

Multi-Objective Intrinsic Reward Learning for Conversational Recommender Systems

NeurIPS 2023poster

Conversational Recommender Systems (CRS) actively elicit user preferences to generate adaptive recommendations. Mainstream reinforcement learning-based CRS solutions heavily rely on handcrafted reward functions, which may not be aligned with user intent in CRS tasks. Therefore, the design of task-sp…

Cited by 1SourcePDFScholar
2023

Rethinking Incentives in Recommender Systems: Are Monotone Rewards Always Beneficial?

NeurIPS 2023poster

The past decade has witnessed the flourishing of a new profession as media content creators, who rely on revenue streams from online content recommendation platforms. The reward mechanism employed by these platforms creates a competitive environment among creators which affects their production choi…

Cited by 16SourcePDFScholar
2023

Uncertainty-Aware Instance Reweighting for Off-Policy Learning

NeurIPS 2023poster

Off-policy learning, referring to the procedure of policy optimization with access only to logged feedback data, has shown importance in various important real-world applications, such as search engines and recommender systems. While the ground-truth logging policy is usually unknown, previous work…

Cited by 7SourcePDFScholar
2022

Communication Efficient Distributed Learning for Kernelized Contextual Bandits

NeurIPS 2022accept

We tackle the communication efficiency challenge of learning kernelized contextual bandits in a distributed setting. Despite the recent advances in communication-efficient distributed bandit learning, existing solutions are restricted to simple models like multi-armed bandits and linear bandits, whi…

Cited by 20SourcePDFScholar
2022

IMO^3: Interactive Multi-Objective Off-Policy Optimization

IJCAI 2022poster

Most real-world optimization problems have multiple objectives. A system designer needs to find a policy that trades off these objectives to reach a desired operating point. This problem has been studied extensively in the setting of known objective functions. However, we consider a more practical b…

Cited by 4SourcePDFScholar
2022

Learning Neural Contextual Bandits through Perturbed Rewards

ICLR 2022poster

Thanks to the power of representation learning, neural contextual bandit algorithms demonstrate remarkable performance improvement against their classical counterparts. But because their exploration has to be performed in the entire neural network parameter space to obtain nearly optimal regret, the…

Cited by 15SourcePDFScholar
2022

Learning from a Learning User for Optimal Recommendations

ICML 2022spotlight

In real-world recommendation problems, especially those with a formidably large item space, users have to gradually learn to estimate the utility of any fresh recommendations from their experience about previously consumed items. This in turn affects their interaction dynamics with the system and ca…

Cited by 6SourcePDFScholar
2022

Learning the Optimal Recommendation from Explorative Users

AAAI 2022technical

We propose a new problem setting to study the sequential interactions between a recommender system and a user. Instead of assuming the user is omniscient, static, and explicit, as the classical practice does, we sketch a more realistic user behavior model, under which the user: 1) rejects recommenda…

Cited by 9SourcePDFScholar
2019

A Model-Based Reinforcement Learning with Adversarial Training for Online Recommendation

NeurIPS 2019poster

Reinforcement learning is effective in optimizing policies for recommender systems. Current solutions mostly focus on model-free approaches, which require frequent interactions with a real environment, and thus are expensive in model learning. Offline evaluation methods, such as importance sampling,…

2018

Multi-Task Learning for Document Ranking and Query Suggestion

ICLR 2018poster

We propose a multi-task learning framework to jointly learn document ranking and query suggestion for web search. It consists of two major components, a document ranker, and a query recommender. Document ranker combines current query and session information and compares the combined representation w…