← Search

Kaixiang Lin

12 accepted papers

2025

Do LLMs Recognize Your Preferences? Evaluating Personalized Preference Following in LLMs

ICLR 2025oral

Large Language Models (LLMs) are increasingly deployed as chatbots, yet their ability to personalize responses to user preferences remains limited. We introduce PrefEval, a benchmark for evaluating LLMs' ability to infer, memorize and adhere to user preferences in long-context conversational setting…

2025

Proposer-Agent-Evaluator (PAE): Autonomous Skill Discovery For Foundation Model Internet Agents

ICML 2025poster

A generalist foundation model agent needs to have a large and diverse skill repertoire, such as finding directions between two travel locations and buying specific items from the Internet. If each skill needs to be specified manually through a fixed set of human-annotated instructions, the agent’s s…

Cited by 11SourcePDFScholar
2025

Split-Merge: Scalable and Memory-Efficient Merging of Expert LLMs

EMNLP 2025

We introduce a zero-shot merging framework for large language models (LLMs) that consolidates specialized domain experts into a single model without any further training. Our core contribution lies in leveraging relative task vectors—difference representations encoding each expert’s unique traits wi

2024

Bootstrapping LLM-based Task-Oriented Dialogue Agents via Self-Talk

ACL 2024findings

Large language models (LLMs) are powerful dialogue agents, but specializing them towards fulfilling a specific function can be challenging. Instructing tuning, i.e. tuning models on instruction and sample responses generated by humans (Ouyang et al., 2022), has proven as an effective method to do so…

2024

Socratic Human Feedback (SoHF): Expert Steering Strategies for LLM Code Generation

EMNLP 2024finding

Large Language Models (LLMs) are increasingly used for generating code solutions, empowered by features like self-debugging and self-reflection. However, LLMs often struggle with complex programming problems without human guidance. This paper investigates the strategies employed by expert programmer…

Cited by 2SourcePDFScholar
2023

Automated Few-Shot Classification with Instruction-Finetuned Language Models

EMNLP 2023long findings

A particularly successful class of approaches for few-shot learning combines language models with prompts - hand-crafted task descriptions that complement data samples. However, designing prompts by hand for each task commonly requires domain knowledge and substantial guesswork. We observe, in the…

Cited by 0SourcecodeScholar
2022

DialFRED: Dialogue-Enabled Agents for Embodied Instruction Following

RA-L 2022

Language-guided Embodied AI benchmarks requiring an agent to navigate an environment and manipulate objects typically allow one-way communication: the human user gives a natural language command to the agent, and the agent can only follow the command passively. We present <bold xmlns:mml="http://www

Cited by 90SourcecodeScholar
2022

Learning to Act with Affordance-Aware Multimodal Neural SLAM

IROS 2022poster

Recent years have witnessed an emerging paradigm shift toward embodied artificial intelligence, in which an agent must learn to solve challenging tasks by interacting with its environment. There are several challenges in solving embodied multimodal tasks, including long-horizon planning, vision-and-…

Cited by 18SourcecodeScholar
2022

Self-Adaptive Imitation Learning: Learning Tasks with Delayed Rewards from Sub-optimal Demonstrations

AAAI 2022technical

Reinforcement learning (RL) has demonstrated its superiority in solving sequential decision-making problems. However, heavy dependence on immediate reward feedback impedes the wide application of RL. On the other hand, imitation learning (IL) tackles RL without relying on environmental supervision b…

2021

RCA: A Deep Collaborative Autoencoder Approach for Anomaly Detection

IJCAI 2021poster

Unsupervised anomaly detection plays a crucial role in many critical applications. Driven by the success of deep learning, recent years have witnessed growing interests in applying deep neural networks (DNNs) to anomaly detection problems. A common approach is using autoencoders to learn a feature r…

2020

Ranking Policy Gradient

ICLR 2020poster

Sample inefficiency is a long-lasting problem in reinforcement learning (RL). The state-of-the-art estimates the optimal action values while it usually involves an extensive search over the state-action space and unstable optimization. Towards the sample-efficient RL, we propose ranking policy gradi…

Cited by 14SourcecodeScholar