← Search

Yuchen Eleanor Jiang

10 accepted papers

2026

A$^2$FM: An Adaptive Agent Foundation Model for Tool-Aware Hybrid Reasoning

ICLR 2026poster

Large language models split into two families: reasoning-centric LLMs, which strengthen internal chain-of-thought reasoning but cannot invoke external tools, and agentic LLMs, which learn to interact with environments and leverage tools but often lag in deep reasoning. This divide arises from fundam…

Cited by 0SourcecodeScholar
2026

ACADREASON: Exploring the Limits of Reasoning Models with Academic Research Problems

ICLR 2026poster

In recent years, the research focus of large language models (LLMs) and agents has shifted increasingly from demonstrating novel capabilities to complex reasoning and tackling challenging tasks. However, existing evaluations focus mainly on math/code contests or general tasks, while existing multi-d…

Cited by 0SourcecodeScholar
2026

Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution

ICLR 2026poster

Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks when equipped with external tools. However, current frameworks predominantly rely on sequential processing, leading to inefficient execution particularly for tasks requiring extensive tool interaction.…

Cited by 0SourcecodeScholar
2026

TaskCraft: Automated Generation of Agentic Tasks

ICLR 2026poster

Agentic tasks, which require multistep problem solving with tool use and adaptive reasoning, are becoming increasingly central to the advancement of NLP and AI. Although benchmarks such as GAIA and BrowseComp have advanced agent evaluation, their scalability remains limited by the high cost of human…

Cited by 39SourcecodeScholar
2026

Towards Personalized Deep Research: Benchmarks and Evaluations

ICLR 2026poster

Deep Research Agents (DRAs) can autonomously conduct complex investigations and generate comprehensive reports, demonstrating strong real-world potential. However, existing evaluations mostly rely on close-ended benchmarks, while open-ended deep research benchmarks remain scarce and typically neglec…

Cited by 0SourcecodeScholar
2025

OAgents: An Empirical Study of Building Effective Agents

EMNLP 2025

Recently, Agentic AI has become an increasingly popular field of research. However, we argue that current practices on agent research are far from standard, rigorous scientific research, which makes it hard to conduct apples-to-apples comparisons among and against existing methods. As a result, it i

2025

OS Agents: A Survey on MLLM-based Agents for Computer, Phone and Browser Use

ACL 2025long

The dream to create AI assistants as capable and versatile as the fictional J.A.R.V.I.S from Iron Man has long captivated imaginations. With the evolution of multi-modal large language models ((M)LLMs), this dream is closer to reality, as (M)LLM-based Agents using computers, mobile phones and web br…

2023

Controlled Text Generation with Natural Language Instructions

ICML 2023poster

Large language models can be prompted to pro- duce fluent output for a wide range of tasks without being specifically trained to do so. Nevertheless, it is notoriously difficult to control their generation in such a way that it satisfies user-specified constraints. In this paper, we present Instruct…

Cited by 83SourcePDFScholar
2023

Discourse-Centric Evaluation of Document-level Machine Translation with a New Densely Annotated Parallel Corpus of Novels

ACL 2023long

Several recent papers claim to have achieved human parity at sentence-level machine translation (MT)—especially between high-resource language pairs. In response, the MT community has, in part, shifted its focus to document-level translation. Translating documents requires a deeper understanding of…

2022

Autoregressive Structured Prediction with Language Models

EMNLP 2022finding

Recent years have seen a paradigm shift in NLP towards using pretrained language models (PLM) for a wide range of tasks. However, there are many difficult design decisions to represent structures (e.g. tagged text, coreference chains) in a way such that they can be captured by PLMs. Prior work on st…