← Search

Chris Hench

2 accepted papers

2025

MASSIVE-Agents: A Benchmark for Multilingual Function-Calling in 52 Languages

EMNLP 2025

We present MASSIVE-Agents, a new benchmark for assessing multilingual function calling across 52 languages. We created MASSIVE-Agents by cleaning the original MASSIVE dataset and then reformatting it for evaluation within the Berkeley Function-Calling Leaderboard (BFCL) framework. The full benchmark

2025

Tree-of-Prompts: Abstracting Control-Flow for Prompt Optimization

ACL 2025finding

Prompt optimization (PO) generates prompts to guide Large Language Models (LLMs) in performing tasks. Existing methods, such as PromptAgent, rely on a single static prompt, which struggles with disjoint cases in complex tasks. Although MoP uses multiple prompts, it fails to account for variations in…