← Search

Fei Fang

45 accepted papers

2026

Antidistillation Fingerprinting

ICML 2026poster

Model distillation enables efficient emulation of frontier large language models (LLMs), creating a need for robust mechanisms to detect when a third-party student model has trained on a teacher model's outputs. However, existing fingerprinting techniques that could be used to detect such distillati…

Cited by 0SourceScholar
2026

Not All Rollouts are Useful: Down-Sampling Rollouts in LLM Reinforcement Learning

ICML 2026poster

Reinforcement learning with verifiable rewards (RLVR) has emerged as the leading approach for enhancing reasoning capabilities in large language models. However, it faces a fundamental compute and memory asymmetry: rollout generation is embarrassingly parallel and memory-light, whereas policy update…

Cited by 0SourceScholar
2026

PeerCoPilot: A Language Model-Powered Assistant for Behavioral Health Organizations

AAAI 2026technical

Behavioral health conditions, which include mental health and substance use disorders, are the leading disease burden in the United States. Peer-run behavioral health organizations (PROs) critically assist individuals facing these conditions by combining mental health services with assistance for ne

Cited by 0SourcePDFScholar
2026

RescueLens: LLM-Powered Triage and Action on Volunteer Feedback for Food Rescue

AAAI 2026technical

Food rescue organizations simultaneously tackle food insecurity and waste by working with volunteers to redistribute food from donors who have excess to recipients who need it. Volunteer feedback allows food rescue organizations to identify issues early and ensure volunteer satisfaction. However, fo

Cited by 0SourcePDFScholar
2026

Safe Multi-agent Reinforcement Learning with Natural Language Constraints

AAAI 2026technical

Safe Multi-Agent Reinforcement Learning (MARL) typically relies on manually specified numeric cost functions to ensure that policy behaviours respect safety constraints. As systems scale and human-defined constraints become more diverse, context-dependent, and frequently updated, hand-crafting such

Cited by 0SourcePDFScholar
2026

Sem-Detect: Semantic Level Detection of AI Generated Peer-Reviews

ICML 2026poster

*How can we distinguish whether a peer review was written by a human or generated by an AI model?* We argue that, in this setting, authorship should not be attributed solely from the textual features of a review, but also from the ideas, judgments, and claims it expresses. To this end, we propose Se…

Cited by 0SourceScholar
2026

Strategic Planning and Rationalizing on Trees Make LLMs Better Debaters

ICLR 2026poster

Winning competitive debates requires sophisticated reasoning and argument skills. There are unique challenges in the competitive debate: (1) The time constraints force debaters to make strategic choices about which points to pursue rather than covering all possible arguments; (2) The persuasiveness…

Cited by 0SourceScholar
2025

CBT-Bench: Evaluating Large Language Models on Assisting Cognitive Behavior Therapy

NAACL 2025long

There is a significant gap between patient needs and available mental health support today. In this paper, we aim to thoroughly examine the potential of using Large Language Models (LLMs) to assist professional psychotherapy. To this end, we propose a new benchmark, CBT-Bench, for the systematic eva…

Cited by 4SourcePDFScholar
2025

Deviate or Not: Learning Coalition Structures with Multiple-bit Observations in Games

AAAI 2025technical

We consider the Coalition Structure Learning (CSL) problem in multi-agent systems, motivated by the existence of coalitions in many real-world systems, e.g., trading platforms and auction systems. In this problem, there is a hidden coalition structure within a set of n agents, which affects the beha…

Cited by 0SourcePDFScholar
2025

Improving Community-Participated Patrol for Anti-Poaching

AAAI 2025technical

Community engagement plays a critical role in anti-poaching efforts, yet existing mathematical models aimed at enhancing this engagement often overlook direct participation by community members as alternative patrollers. Unlike professional rangers, community members typically lack flexibility and e…

2025

LICORICE: Label-Efficient Concept-Based Interpretable Reinforcement Learning

ICLR 2025poster

Recent advances in reinforcement learning (RL) have predominantly leveraged neural network policies for decision-making, yet these models often lack interpretability, posing challenges for stakeholder comprehension and trust. Concept bottleneck models offer an interpretable alternative by integratin…

Cited by 0SourcePDFScholar
2025

M³HF: Multi-agent Reinforcement Learning from Multi-phase Human Feedback of Mixed Quality

ICML 2025poster

Designing effective reward functions in multi-agent reinforcement learning (MARL) is a significant challenge, often leading to suboptimal or misaligned behaviors in complex, coordinated environments. We introduce Multi-agent Reinforcement Learning from Multi-phase Human Feedback of Mixed Quality ($\…

Cited by 0SourcePDFScholar
2025

REALM: A Dataset of Real-World LLM Use Cases

ACL 2025finding

Large Language Models (LLMs), such as the GPT series, have driven significant industrial applications, leading to economic and societal transformations. However, a comprehensive understanding of their real-world applications remains limited.To address this, we introduce **REALM**, a dataset of over…

2025

TypedThinker: Diversify Large Language Model Reasoning with Typed Thinking

ICLR 2025poster

Large Language Models (LLMs) have demonstrated strong reasoning capabilities in solving complex problems. However, current approaches primarily enhance reasoning through the elaboration of thoughts while neglecting the diversity of reasoning types. LLMs typically employ deductive reasoning, proceedi…

Cited by 0SourcePDFScholar
2024

Accelerate Multi-Agent Reinforcement Learning in Zero-Sum Games with Subgame Curriculum Learning

AAAI 2024technical

Learning Nash equilibrium (NE) in complex zero-sum games with multi-agent reinforcement learning (MARL) can be extremely computationally expensive. Curriculum learning is an effective way to accelerate learning, but an under-explored dimension for generating a curriculum is the difficulty-to-learn o…

Cited by 2SourcePDFScholar
2024

Language Agents with Reinforcement Learning for Strategic Play in the Werewolf Game

ICML 2024poster

Agents built with large language models (LLMs) have shown great potential across a wide range of domains. However, in complex decision-making tasks, pure LLM-based agents tend to exhibit intrinsic bias in their choice of actions, which is inherited from the model's training data and results in subop…

Cited by 88SourcePDFScholar
2024

PATIENT-𝜓: Using Large Language Models to Simulate Patients for Training Mental Health Professionals

EMNLP 2024main

Mental illness remains one of the most critical public health issues. Despite its importance, many mental health professionals highlight a disconnect between their training and actual real-world patient practice. To help bridge this gap, we propose PATIENT-𝜓, a novel patient simulation framework for…

2024

Where It Really Matters: Few-Shot Environmental Conservation Media Monitoring for Low-Resource Languages

AAAI 2024technical

Environmental conservation organizations routinely monitor news content on conservation in protected areas to maintain situational awareness of developments that can have an environmental impact. Existing automated media monitoring systems require large amounts of data labeled by domain experts, whi…

2023

A One-Size-Fits-All Approach to Improving Randomness in Paper Assignment

NeurIPS 2023spotlight

The assignment of papers to reviewers is a crucial part of the peer review processes of large publication venues, where organizers (e.g., conference program chairs) rely on algorithms to perform automated paper assignment. As such, a major challenge for the organizers of these processes is to specif…

Cited by 6SourcePDFScholar
2023

Explainable Action Advising for Multi-Agent Reinforcement Learning

ICRA 2023poster

Action advising is a knowledge transfer technique for reinforcement learning based on the teacher-student paradigm. An expert teacher provides advice to a student during training in order to improve the student's sample efficiency and policy performance. Such advice is commonly given in the form of…

Cited by 24SourcecodeScholar
2023

Function Approximation for Solving Stackelberg Equilibrium in Large Perfect Information Games

AAAI 2023technical

Function approximation (FA) has been a critical component in solving large zero-sum games. Yet, little attention has been given towards FA in solving general-sum extensive-form games, despite them being widely regarded as being computationally more challenging than their fully competitive or cooper…

2023

NewsPanda: Media Monitoring for Timely Conservation Action

AAAI 2023technical

Non-governmental organizations for environmental conservation have a significant interest in monitoring conservation-related media and getting timely updates about infrastructure construction projects as they may cause massive impact to key conservation areas. Such monitoring, however, is difficult…

2023

Self-Supervised Interest Transfer Network via Prototypical Contrastive Learning for Recommendation

AAAI 2023technical

Cross-domain recommendation has attracted increasing attention from industry and academia recently. However, most existing methods do not exploit the interest invariance between domains, which would yield sub-optimal solutions. In this paper, we propose a cross-domain recommendation method: Self-sup…

2023

Video Background Music Generation: Dataset, Method and Evaluation

ICCV 2023poster

Music is essential when editing videos, but selecting music manually is difficult and time-consuming. Thus, we seek to automatically generate background music tracks given video input. This is a challenging task since it requires music-video datasets, efficient architectures for video-to-music gener…

Cited by 38PDFcodeScholar
2022

Concadia: Towards Image-Based Text Generation with a Purpose

EMNLP 2022main

Current deep learning models often achieve excellent results on benchmark image-to-text datasets but fail to generate texts that are useful in practice. We argue that to close this gap, it is vital to distinguish descriptions from captions based on their distinct communicative roles. Descriptions fo…

2022

Curriculum Reinforcement Learning using Optimal Transport via Gradual Domain Adaptation

NeurIPS 2022accept

Curriculum Reinforcement Learning (CRL) aims to create a sequence of tasks, starting from easy ones and gradually learning towards difficult tasks. In this work, we focus on the idea of framing CRL as interpolations between a source (auxiliary) and a target task distribution. Although existing studi…

2022

Inverse Game Theory for Stackelberg Games: the Blessing of Bounded Rationality

NeurIPS 2022accept

Optimizing strategic decisions (a.k.a. computing equilibrium) is key to the success of many non-cooperative multi-agent applications. However, in many real-world situations, we may face the exact opposite of this game-theoretic problem --- instead of prescribing equilibrium of a given game, we may d…

Cited by 13SourcePDFScholar
2022

PerfectDou: Dominating DouDizhu with Perfect Information Distillation

NeurIPS 2022accept

As a challenging multi-player card game, DouDizhu has recently drawn much attention for analyzing competition and collaboration in imperfect-information games. In this paper, we propose PerfectDou, a state-of-the-art Doudizhu AI system that summits the game, in an actor-critic framework with a propo…

2022

Ranked Prioritization of Groups in Combinatorial Bandit Allocation

IJCAI 2022poster

Preventing poaching through ranger patrols protects endangered wildlife, directly contributing to the UN Sustainable Development Goal 15 of life on land. Combinatorial bandits have been used to allocate limited patrol resources, but existing approaches overlook the fact that each location is home to…

2022

Robust Reinforcement Learning as a Stackelberg Game via Adaptively-Regularized Adversarial Training

IJCAI 2022poster

Robust Reinforcement Learning (RL) focuses on improving performances under model errors or adversarial attacks, which facilitates the real-life deployment of RL agents. Robust Adversarial Reinforcement Learning (RARL) is one of the most popular frameworks for robust RL. However, most of the existing…

Cited by 41SourcePDFScholar
2021

Discovering Diverse Multi-Agent Strategic Behavior via Reward Randomization

ICLR 2021poster

We propose a simple, general and effective technique, Reward Randomization for discovering diverse strategic policies in complex multi-agent games. Combining reward randomization and policy gradient, we derive a new algorithm, Reward-Randomized Policy Gradient (RPG). RPG is able to discover a set of…

Cited by 63SourcePDFScholar
2021

Iterative Bounding MDPs: Learning Interpretable Policies via Non-Interpretable Methods

AAAI 2021technical

Current work in explainable reinforcement learning generally produces policies in the form of a decision tree over the state space. Such policies can be used for formal safety verification, agent behavior prediction, and manual inspection of important features. However, existing approaches fit a dec…

Cited by 44SourcePDFScholar
2021

Robust reinforcement learning under minimax regret for green security

UAI 2021poster

Green security domains feature defenders who plan patrols in the face of uncertainty about the adversarial behavior of poachers, illegal loggers, and illegal fishers. Importantly, the deterrence effect of patrols on adversaries’ future behavior makes patrol planning a sequential decision-making prob…

2020

Evolutionary Population Curriculum for Scaling Multi-Agent Reinforcement Learning

ICLR 2020poster

In multi-agent games, the complexity of the environment can grow exponentially as the number of agents increases, so it is particularly challenging to learn good policies when the agent population is large. In this paper, we introduce Evolutionary Population Curriculum (EPC), a curriculum learning p…

Cited by 139SourcecodeScholar
2020

Mitigating Manipulation in Peer Review via Randomized Reviewer Assignments

NeurIPS 2020poster

We consider three important challenges in conference peer review: (i) reviewers maliciously attempting to get assigned to certain papers to provide positive reviews, possibly as part of quid-pro-quo arrangements with the authors; (ii) "torpedo reviewing," where reviewers deliberately attempt to get…

2020

When to Follow the Tip: Security Games with Strategic Informants

IJCAI 2020poster

Although security games have attracted intensive research attention over the past years, few existing works consider how information from local communities would affect the game. In this paper, we introduce a new player -- a strategic informant, who can observe and report upcoming attacks -- to the…

Cited by 0SourcePDFScholar
2019

Correlation in Extensive-Form Games: Saddle-Point Formulation and Benchmarks

NeurIPS 2019poster

While Nash equilibrium in extensive-form games is well understood, very little is known about the properties of extensive-form correlated equilibrium (EFCE), both from a behavioral and from a computational point of view. In this setting, the strategic behavior of players is complemented by an extern…

2019

Dynamic Trip-Vehicle Dispatch with Scheduled and On-Demand Requests

UAI 2019poster

Transportation service providers that dispatch drivers and vehicles to riders start to support both on-demand ride requests posted in real time and rides scheduled in advance, leading to new challenges which, to the best of our knowledge, have not been addressed by existing works. To fill the gap, w…

Cited by 5SourcePDFScholar
2019

Efficient Regret Minimization Algorithm for Extensive-Form Correlated Equilibrium

NeurIPS 2019spotlight

Self-play methods based on regret minimization have become the state of the art for computing Nash equilibria in large two-players zero-sum extensive-form games. These methods fundamentally rely on the hierarchical structure of the players' sequential strategy spaces to construct a regret minimizer…

Cited by 24SourcePDFScholar