Back to Feed
Benchmarks & Evals / Agents

Benchmarking LLM Performance With Noisy Tools

Original: PredAct-Bench: Benchmarking Tool-Augmented Dialogue under Controlled Tool Noise

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • Most state-of-the-art LLMs struggle to provide visibility into their reasoning when integrated tools return noisy or incorrect data.
  • The authors developed the PredAct-Bench suite to test how dialogue agents perform when helping humans make decisions under conditions of uncertainty.
  • New metrics called Relative AI-Reliance and Relative self-reliance were extended to multi-turn dialogue to quantify how humans interact with model suggestions.
  • Current models often lead to over-reliance by users, increasing the risk of decisions based on hallucinations or faulty tool data.

Summary & Methodology Analysis

The paper addresses the common assumption that tool-augmented dialogue systems operate with perfect data integrity. To evaluate real-world scenarios where tools provide noisy or unreliable predictions, the authors constructed PredAct-Bench. This framework supports multi-turn dialogue, moving beyond static evaluations by analyzing how models guide users through decision-making processes using real assessment data from datasets like OULAD and synthetic score trajectories in PREDACT-CS. The methodology relies on introducing measurable noise into predictors that guide user behavior, effectively simulating environments where automated assistance is imperfect. The authors extended standard reliability metrics, specifically Relative AI-Reliance (RAIR) and Relative self-reliance (RSR), to quantify how models manage human trust during these sessions. By applying these metrics across 13 state-of-the-art LLMs, the study tracks how effectively models communicate their own uncertainty or validity when presenting tool outputs. A core component of the methodology involved human studies with instructors and teaching assistants, providing ground truth for how well these models supported actual decision-making tasks. The evaluation shows that current top-tier models frequently lack the necessary visibility to signal tool noise, causing users to mistakenly trust incorrect outputs. The study is limited by its focus on the education domain, which serves as a highly structured testbed where interventions and outcomes are well-defined. Because this domain allows for precise tracking of assessment trajectories, it is currently the only environment where the benchmark is applied. The paper does not provide data on latency, memory usage, or compute cost per inference request for the tested models.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the core problem this paper addresses?

The paper highlights that existing dialogue system benchmarks assume perfect tool outputs, which fails to account for the reality of noisy tools and the resulting impact on user trust.

Q2. What is PredAct-Bench?

It is a new benchmark designed to evaluate how AI-assisted systems perform during human decision-making when the tools providing the data are noisy.

Q3. Why is this research important for developers?

It reveals that even state-of-the-art models often fail to warn users about tool noise, which can lead to dangerous over-reliance on incorrect suggestions.

Q4. What are RAIR and RSR metrics?

These are metrics, specifically Relative AI-Reliance and Relative self-reliance, used to measure how much a human relies on AI suggestions versus their own judgment in multi-turn dialogues.

Q5. How many models were evaluated in the study?

The authors evaluated 13 state-of-the-art Large Language Models.

Q6. What datasets were utilized for the evaluation?

The study utilized the OULAD dataset and synthetic data under the label PREDACT-CS.

Q7. Were any human participants involved in the research?

Yes, the study included a human study involving instructors and teaching assistants to assess decision support performance.

Q8. What are the limitations of the current study?

The study is currently limited to the education domain because it relies on well-defined interventions and measurable outcomes found in that specific field.

Q9. Does the paper provide cost or latency metrics for the models?

No, the paper does not specify latency, memory requirements, or the dollar cost per request for the models tested.