← Search

Yun Ma

9 accepted papers

2026

Beyond Static Endpoints: Tool Programs as an Interface for Flexible Agentic Web Services

ICML 2026poster

In the agentic web era, LLM-based agents increasingly invoke web services as tools, yet most interfaces are still exposed as \emph{static endpoints}. As tasks grow into long-horizon workflows with loops, conditionals, joins, and retries, agents must externalize control flow into stepwise calls and m…

Cited by 0SourceScholar
2026

Empowering Efficiency and Efficacy in WebAgent via Enabling Info-Rich Seeking

ICLR 2026poster

Large Language Model (LLM)-based agents have emerged as a transformative approach for open-ended problem solving, with information seeking (IS) being a core capability that enables autonomous reasoning and decision-making. While prior research has largely focused on improving retrieval depth, we ob…

Cited by 0SourcecodeScholar
2026

NanoSpec: Accelerating Speculative Decoding using Minimalist In-Context Vocabularies

ICML 2026poster

The massive vocabulary sizes of large language models, often exceeding 100k tokens, impose a computational bottleneck on the final linear projection layer during speculative decoding. Existing vocabulary pruning solutions rely on static or coarsely-grained sub-vocabularies that necessitate large act…

Cited by 0SourceScholar
2026

ROGA: Scaling Generalist Agents for Office Productivity Tasks via Tool Generation

ICLR 2026poster

Automatic tool generation (ATG) has emerged as a key approach to enable the automatic adaptation across diverse tasks within a single generalist agent. Despite their potential, we argue that current ATG agents, often built on reactive paradigms, fail to effectively adapt to realistic environments re…

Cited by 0SourceScholar
2025

LLM-Powered Test Case Generation for Detecting Bugs in Plausible Programs

ACL 2025long

Detecting tricky bugs in plausible programs, those that pass existing test suites yet still contain bugs, remains a significant challenge in software testing. To address this problem, we propose TrickCatcher, an LLM-powered approach to generating test cases for uncovering bugs in plausible programs.…

2025

Personality-Guided Code Generation Using Large Language Models

ACL 2025long

Code generation, the automatic creation of source code from natural language descriptions, has garnered significant attention due to its potential to streamline software development. Inspired by research that links task-personality alignment with improved development outcomes, we conduct an empirica…

2025

ShortcutsBench: A Large-Scale Real-world Benchmark for API-based Agents

ICLR 2025poster

Recent advancements in integrating large language models (LLMs) with application programming interfaces (APIs) have gained significant interest in both academia and industry. Recent work demonstrates that these API-based agents exhibit relatively strong autonomy and planning capabilities. However, t…

2021

Collaborative Learning of Bidirectional Decoders for Unsupervised Text Style Transfer

EMNLP 2021main

Unsupervised text style transfer aims to alter the underlying style of the text to a desired value while keeping its style-independent semantics, without the support of parallel training corpora. Existing methods struggle to achieve both high style conversion rate and low content loss, exhibiting th…