← Search

Jiefeng Chen

17 accepted papers

2026

ATLAS: Constraints-Aware Multi-Agent Collaboration for Real-World Travel Planning

ICLR 2026poster

While Large Language Models (LLMs) have shown remarkable advancements in reasoning and tool use, they often fail to generate optimal, grounded solutions under complex constraints. Real-world travel planning exemplifies these challenges, evaluating agents’ abilities to handle constraints that are exp…

Cited by 12SourceScholar
2026

CoDA: Agentic Systems for Collaborative Data Visualization

ICLR 2026poster

Automating data visualization from natural language is crucial for data science, yet current systems struggle with complex datasets containing multiple files and iterative refinement. Existing approaches, including simple single- or multi-agent systems, often oversimplify the task, focusing on initi…

Cited by 0SourcecodeScholar
2026

MARS: Modular Agent with Reflective Search for Automated AI Research

ICML 2026poster

Automating AI research differs from general software engineering due to computationally expensive evaluation (e.g., model training) and opaque performance attribution. Current LLM-based agents struggle here, often generating monolithic scripts that ignore execution costs and causal factors. We intro…

Cited by 0SourceScholar
2026

TUMIX: Multi-Agent Test-Time Scaling with Tool-Use Mixture

ICLR 2026poster

While integrating tools like Code Interpreter and Search has significantly enhanced Large Language Model (LLM) reasoning in models like ChatGPT Agent and Gemini-Pro, practical guidance on optimal tool use is lacking. The core challenge is effectively combining textual reasoning, coding, and search f…

Cited by 0SourceScholar
2025

Astute RAG: Overcoming Imperfect Retrieval Augmentation and Knowledge Conflicts for Large Language Models

ACL 2025long

Retrieval augmented generation (RAG), while effectively integrating external knowledge to address the inherent limitations of large language models (LLMs), can be hindered by imperfect retrieval that contain irrelevant, misleading, or even malicious information. Previous studies have rarely connecte…

Cited by 0SourcePDFScholar
2025

MLE-STAR: Machine Learning Engineering Agent via Search and Targeted Refinement

NeurIPS 2025poster

Agents based on large language models (LLMs) for machine learning engineering (MLE) can automatically implement ML models via code generation. However, existing approaches to build such agents often rely heavily on inherent LLM knowledge and employ coarse exploration strategies that modify the entir…

Cited by 0SourceScholar
2024

Two Heads are Actually Better than One: Towards Better Adversarial Robustness via Transduction and Rejection

ICML 2024poster

Both transduction and rejection have emerged as important techniques for defending against adversarial perturbations. A recent work by Goldwasser et. al showed that rejection combined with transduction can give *provable* guarantees (for certain problems) that cannot be achieved otherwise. Neverthel…

2023

Adaptation with Self-Evaluation to Improve Selective Prediction in LLMs

EMNLP 2023long findings

Large language models (LLMs) have recently shown great advances in a variety of tasks, including natural language understanding and generation. However, their use in high-stakes decision-making scenarios is still limited due to the potential for errors. *Selective prediction* is a technique that can…

Cited by 0SourceScholar
2023

Concept-based Explanations for Out-of-Distribution Detectors

ICML 2023poster

Out-of-distribution (OOD) detection plays a crucial role in ensuring the safe deployment of deep neural network (DNN) classifiers. While a myriad of methods have focused on improving the performance of OOD detectors, a critical gap remains in interpreting their decisions. We help bridge this gap by…

2023

Is Forgetting Less a Good Inductive Bias for Forward Transfer?

ICLR 2023poster

One of the main motivations of studying continual learning is that the problem setting allows a model to accrue knowledge from past tasks to learn new tasks more efficiently. However, recent studies suggest that the key metric that continual learning algorithms optimize, reduction in catastrophic fo…

Cited by 18SourcePDFScholar
2023

Stratified Adversarial Robustness with Rejection

ICML 2023poster

Recently, there is an emerging interest in adversarially training a classifier with a rejection option (also known as a selective classifier) for boosting adversarial robustness. While rejection can incur a cost in many applications, existing studies typically associate zero cost with rejecting pert…

2023

The Trade-off between Universality and Label Efficiency of Representations from Contrastive Learning

ICLR 2023top-25%

Pre-training representations (a.k.a. foundation models) has recently become a prevalent learning paradigm, where one first pre-trains a representation using large-scale unlabeled data, and then learns simple predictors on top of the representation using small labeled data from the downstream tasks.…

2022

Towards Evaluating the Robustness of Neural Networks Learned by Transduction

ICLR 2022poster

There has been emerging interest in using transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020; Wang et al., ArXiv 2021). Compared to traditional defenses, these defense mechanisms "dynamically learn" the model based on test-time input; and theoreti…

2021

Detecting Errors and Estimating Accuracy on Unlabeled Data with Self-training Ensembles

NeurIPS 2021poster

When a deep learning model is deployed in the wild, it can encounter test data drawn from distributions different from the training data distribution and suffer drop in performance. For safe deployment, it is essential to estimate the accuracy of the pre-trained model on the test data. However, the…

2020

Concise Explanations of Neural Networks using Adversarial Training

ICML 2020poster

We show new connections between adversarial learning and explainability for deep neural networks (DNNs). One form of explanation of the output of a neural network model in terms of its input features, is a vector of feature-attributions, which can be generated by various techniques such as Integrate…