Open Problems

Language Agents & Tool Use

Benchmarking and Diagnosing Agent Framework Failures Across Open-Weight LLM Backbones

Effect to explainOpen
Possible candidate · 2/5 runs7 papers report this100% from 2025+

Generated automatically from the limitations stated in 7 papers (ACL, TheWebConference, NAACL), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Current language agent and tool-use frameworks are overwhelmingly benchmarked on proprietary frontier models (GPT-4 class), masking severe brittleness on open-weight and smaller models. When executed on 7B–8B backbones, these frameworks experience catastrophic failure rates, violating task constraints in over 37% of cases and frequently generating invalid API queries or malformed function calls. This restricts practical agent deployment exclusively to cloud APIs, blocking autonomous tool use in privacy-sensitive, air-gapped, or resource-constrained local environments.

Why it matters

Reliable deployment of tool-using language agents on locally hosted, open-source models without dependency on proprietary commercial APIs.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Systematic Cross-Backbone Robustness Benchmark: Deploy a standardized suite of representative agent frameworks across 10 open-weight models (3B to 70B parameters) across diverse domains, measuring tool-calling validity, schema adherence rates, and end-to-end task completion.

  2. 2

    Interface and Schema Robustness Evaluation: Test whether constrained decoding (e.g., JSON grammar masking), schema decomposition, and intermediate syntax error-correction loops systematically recover tool invocation accuracy on 7B–8B backbones.

  3. 3

    Scaffold Simplification Study: Compare full multi-turn autonomous agent loops against modular, single-step deterministic state-machine scaffolds across model scales to quantify the minimum backbone capacity required for each level of agent autonomy.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

Rapid baseline capability jumps in sub-8B instruction-tuned models might solve schema compliance natively, rendering agent scaffolding adaptations obsolete, or high domain variance in agent tasks may prevent framework-level interventions from generalizing.

Evidence

Each paper's own statement of the limitation, verbatim.

Nearest existing work

Related open problems

Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.