← Search

Zixuan Ke

19 accepted papers

2026

LiveResearchBench: Benchmarking Single- and Multi-Agent Systems for Citation-Grounded Deep Research

ICLR 2026poster

Deep research---producing comprehensive, citation-backed reports by searching across hundreds of live websites---marks an important frontier for agentic systems. To rigorously evaluate this ability, three principles are essential: tasks should be (1) user-centric, reflecting realistic information ne…

Cited by 0SourcecodeScholar
2026

MAS-Orchestra: Understanding and Improving Multi-Agent Reasoning Through Holistic Orchestration and Controlled Benchmarks

ICML 2026poster

While multi-agent systems (MAS) promise elevated intelligence through coordination of agents, current approaches to automatic MAS design under-deliver. Such shortcomings stem from two key factors: (1) methodological complexity – agent orchestration is performed using sequential, code-level execution…

Cited by 0SourceScholar
2026

MAS-ProVe: Understanding the Process Verification of Multi-Agent Systems

ICML 2026poster

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) often exhibit high variance in their reasoning trajectories. Process verification, which evaluates intermediate steps in trajectories, has shown promise in general reasoning settings, and has been suggested as a potential tool for guidi…

Cited by 0SourceScholar
2025

Beyond Accuracy: Dissecting Mathematical Reasoning for LLMs Under Reinforcement Learning

NeurIPS 2025poster

Reinforcement learning (RL) has become the dominant paradigm for improving the performance of language models on complex reasoning tasks. Despite the substantial empirical gains demonstrated by RL-based training methods like GRPO, a granular understanding of why and how RL enhances performance is st…

Cited by 0SourcecodeScholar
2025

Demystifying Domain-adaptive Post-training for Financial LLMs

EMNLP 2025

Domain-adaptive post-training of large language models (LLMs) has emerged as a promising approach for specialized domains such as medicine and finance. However, significant challenges remain in identifying optimal adaptation criteria and training strategies across varying data and model configuratio

2025

FaithEval: Can Your Language Model Stay Faithful to Context, Even If "The Moon is Made of Marshmallows"

ICLR 2025poster

Ensuring faithfulness to context in large language models (LLMs) and retrieval-augmented generation (RAG) systems is crucial for reliable deployment in real-world applications, as incorrect or unsupported information can erode user trust. Despite advancements on standard benchmarks, faithfulness hal…

2025

In-context Continual Learning Assisted by an External Continual Learner

COLING 2025main

Existing continual learning (CL) methods mainly rely on fine-tuning or adapting large language models (LLMs). They still suffer from catastrophic forgetting (CF). Little work has been done to exploit in-context learning (ICL) to leverage the extensive knowledge within LLMs for CL without updating an…

Cited by 0SourcePDFScholar
2024

Bridging the Preference Gap between Retrievers and LLMs

ACL 2024long

Large Language Models (LLMs) have demonstrated superior results across a wide range of tasks, and Retrieval-augmented Generation (RAG) is an effective way to enhance the performance by locating relevant information and placing it into the context window of the LLM. However, the relationship between…

Cited by 30SourcePDFScholar
2023

Continual Pre-training of Language Models

ICLR 2023poster

Language models (LMs) have been instrumental for the rapid advance of natural language processing. This paper studies continual pre-training of LMs, in particular, continual domain-adaptive pre-training (or continual DAP-training). Existing research has shown that further pre-training an LM using a…

2023

Parameter-Level Soft-Masking for Continual Learning

ICML 2023poster

Existing research on task incremental learning in continual learning has primarily focused on preventing catastrophic forgetting (CF). Although several techniques have achieved learning with no CF, they attain it by letting each task monopolize a sub-network in a shared network, which seriously limi…

2023

Sub-network Discovery and Soft-masking for Continual Learning of Mixed Tasks

EMNLP 2023long findings

Continual learning (CL) has two main objectives: preventing catastrophic forgetting (CF) and encouraging knowledge transfer (KT). The existing literature mainly focused on overcoming CF. Some work has also been done on KT when the tasks are similar. To our knowledge, only one method has been propose…

Cited by 0SourcecodeScholar
2022

A Theoretical Study on Solving Continual Learning

NeurIPS 2022accept

Continual learning (CL) learns a sequence of tasks incrementally. There are two popular CL settings, class incremental learning (CIL) and task incremental learning (TIL). A major challenge of CL is catastrophic forgetting (CF). While a number of techniques are already available to effectively overco…

2022

Adapting a Language Model While Preserving its General Knowledge

EMNLP 2022main

Domain-adaptive pre-training (or DA-training for short), also known as post-training, aimsto train a pre-trained general-purpose language model (LM) using an unlabeled corpus of aparticular domain to adapt the LM so that end-tasks in the domain can give improved performances. However, existing DA-tr…

2022

Continual Training of Language Models for Few-Shot Learning

EMNLP 2022main

Recent work on applying large language models (LMs) achieves impressive performance in many NLP applications. Adapting or posttraining an LM using an unlabeled domain corpus can produce even better performance for end-tasks in the domain. This paper proposes the problem of continually extending an L…

2021

Achieving Forgetting Prevention and Knowledge Transfer in Continual Learning

NeurIPS 2021poster

Continual learning (CL) learns a sequence of tasks incrementally with the goal of achieving two main objectives: overcoming catastrophic forgetting (CF) and encouraging knowledge transfer (KT) across tasks. However, most existing techniques focus only on overcoming CF and have no mechanism to encour…

2021

Adapting BERT for Continual Learning of a Sequence of Aspect Sentiment Classification Tasks

NAACL 2021long

This paper studies continual learning (CL) of a sequence of aspect sentiment classification (ASC) tasks. Although some CL techniques have been proposed for document sentiment classification, we are not aware of any CL work on ASC. A CL system that incrementally learns a sequence of ASC tasks should…

2021

CLASSIC: Continual and Contrastive Learning of Aspect Sentiment Classification Tasks

EMNLP 2021main

This paper studies continual learning (CL) of a sequence of aspect sentiment classification (ASC) tasks in a particular CL setting called domain incremental learning (DIL). Each task is from a different domain or product. The DIL setting is particularly suited to ASC because in testing the system ne…

2020

Continual Learning of a Mixed Sequence of Similar and Dissimilar Tasks

NeurIPS 2020poster

Existing research on continual learning of a sequence of tasks focused on dealing with catastrophic forgetting, where the tasks are assumed to be dissimilar and have little shared knowledge. Some work has also been done to transfer previously learned knowledge to the new task when the tasks are simi…