The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Predictable LLM blindspots can be taught — but only if you can find them. The study shows identifiable failure-pattern groups that help users anticipate model mistakes, yet embedding- and prompt-based discovery methods detect them unevenly, and a new anticipation metric reveals teaching benefits missed by traditional team-accuracy measures.

Teaching People LLM's Errors and Getting it Right
Nathan Stringham, Fateme Hashemi Chaleshtori, Xinyuan Yan, Zhichao Xu, Bei Wang, Ana Marasović · December 24, 2025
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Nathan Stringham unresolved corpus identity
  2. Fateme Hashemi Chaleshtori unresolved corpus identity
  3. Xinyuan Yan unresolved corpus identity
  4. Zhichao Xu unresolved corpus identity
  5. Bei Wang unresolved corpus identity
  6. Ana Marasović unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Nathan Stringham provider ID
  2. Fateme Hashemi Chaleshtori provider ID
  3. Xinyuan Yan provider ID
  4. Zhichao Xu provider ID
  5. Bei Wang provider ID
  6. Ana Marasović provider ID
The paper finds that systematic LLM failure-pattern groups do exist and can be taught to users to help them anticipate errors, but current prompting and embedding-based methods only inconsistently surface those patterns and conventional team-accuracy metrics can miss benefits that an anticipation-based metric reveals.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

People use large language models (LLMs) when they should not. This is partly because they see LLMs compose poems and answer intricate questions, so they understandably, but incorrectly, assume LLMs won't stumble on basic tasks like simple arithmetic. Prior work has tried to address this by clustering instance embeddings into regions where an LLM is likely to fail and automatically describing patterns in these regions. The found failure patterns are taught to users to mitigate their overreliance. Yet, this approach has not fully succeeded. In this analysis paper, we aim to understand why. We first examine whether the negative result stems from the absence of failure patterns. We group instances in two datasets by their meta-labels and evaluate an LLM's predictions on these groups. We then define criteria to flag groups that are sizable and where the LLM is error-prone, and find meta-label groups that meet these criteria. Their meta-labels are the LLM's failure patterns that could be taught to users, so they do exist. We next test whether prompting and embedding-based approaches can surface these known failures. Without this, users cannot be taught about them to reduce their overreliance. We find mixed results across methods, which could explain the negative result. Finally, we revisit the final metric that measures teaching effectiveness. We propose to assess a user's ability to effectively use the given failure patterns to anticipate when an LLM is error-prone. A user study shows a positive effect from teaching with this metric, unlike the human-AI team accuracy. Our findings show that teaching failure patterns could be a viable approach to mitigating overreliance, but success depends on better automated failure-discovery methods and using metrics like ours.

Summary

Main Finding

Teaching people concise failure patterns — descriptions of input types where an LLM is systematically error-prone — can reduce overreliance, but success depends on (i) the existence of sizable, high-error groups, (ii) the ability to automatically discover and describe those groups, and (iii) using an appropriate evaluation metric. The paper shows such patterns exist for common benchmarks/LLMs, that automated discovery methods give mixed results (prompting works better than some embedding-based approaches), and that a user-level metric that measures users’ ability to anticipate model errors reveals benefits that standard human+LLM accuracy hides.

Key Points

  • Research questions:
    • RQ1: Do sizable instance groups (patterns) exist where LLMs have elevated error rates? Yes — for MMLU (subsets) and MathCAMPS meta-labels, there are groups with both substantial coverage and elevated error ratios.
    • RQ2: Can automated methods reliably generate those known failure patterns? Mixed results — prompting methods (direct LLM prompting, contrastive prompting) can recover many patterns; embedding/clustering methods (the IntegrAI approach used by prior work) often fail to recover them reliably.
    • RQ3: Is human+LLM task accuracy the right final metric? Not always — measuring whether users learn to predict when an LLM will fail (a “when-to-trust” metric) can reveal teaching benefits that human-AI team accuracy does not.
  • Operational criteria introduced:
    • Coverage = proportion of total model errors covered by a pattern.
    • Error-ratio = ratio of incorrect to correct model outputs inside the pattern group.
    • The paper uses an error-ratio cutoff of 0.5 (informally: LLM wrong ≥ ~1/3 of the time in the group) as a working threshold for “worth-to-teach” patterns.
  • Empirical observations:
    • MathCAMPS (4,900 items) and MMLU (selected subjects) have meta-label groups meeting coverage + error-ratio criteria for multiple LLMs.
    • The number and type of teachable patterns vary across LLMs on the same dataset (model choice matters).
    • Providing chain-of-thought (CoT) traces to pattern-generation methods produced mixed effects depending on method/LLM.

Data & Methods

  • Datasets
    • MathCAMPS (Mishra et al., 2024): 4,900 K–8 math problems annotated with 49 educational standards (used as meta-labels / ground-truth patterns).
    • MMLU (Hendrycks et al., 2021): multiple-choice benchmark; authors focus on subject-level meta-labels for Math and Health subsets.
  • Models evaluated (examples): GPT-4o, GPT-3.5-turbo, Claude variants (Sonnet/Opus/Haiku), and other LLMs used for scoring.
  • Pattern discovery methods
    • Prompting-based
      • Direct: give the LLM all mishandled instances and ask for shared properties.
      • D5: contrastive text-difference-style prompting (adapted from Zhong et al.).
    • Embedding-based
      • IntegrAI (Mozannar et al., 2023): cluster embeddings, iteratively summarize regions and contrast with counterexamples.
      • Mapper-graph clustering: build mapper graphs on embeddings, merge erroneous nodes by greedy error-score (error-ratio × coverage), then prompt to describe clusters.
    • Variants tested with/without chains of thought (CoT) provided.
  • Evaluation
    • Use meta-label groups (e.g., MathCAMPS standards, MMLU subjects) with error-ratio ≥ 0.5 as ground-truth failure patterns.
    • For each generated description, measure recall against ground-truth patterns via an LLM-as-judge (o3-mini) rating matches 1–5; average best-match ratings per ground-truth.
    • User study: compare (a) human+LLM task accuracy after teaching vs (b) users’ ability to predict whether an LLM will succeed or fail (the proposed “anticipation” metric).
  • Key quantitative choices:
    • Error-ratio cutoff: 0.5 for defining “worth-to-teach”.
    • Coverage and error-ratio definitions in §3; error-score = error-ratio × coverage used for ranking clusters.

Implications for AI Economics

  • Value of human-AI complementarity and adoption
    • Teaching failure patterns can improve how humans allocate tasks between themselves and LLMs, increasing productive complementarity. If users better avoid LLMs on error-prone inputs, overall task outcomes and productivity can rise relative to blind reliance.
    • Model-dependent pattern frequency means the realized economic benefit from teaching depends on which model an organization deploys; adopting stronger models can reduce the number of teachable failure modes and the cognitive burden on workers.
  • Risk management and externalities
    • In high-stakes domains (health, law, finance), even low error-ratio patterns may be economically material; the paper’s framework formalizes which failure types are worth communicating and supports targeted mitigations that reduce costly errors and liabilities.
    • Better automated failure discovery is a public-good infrastructure need—platforms or vendors that provide reliable failure-pattern tooling can reduce negative externalities (misinformation, reputational harm) and lower firms’ compliance costs.
  • Measurement and evaluation design
    • Standard revenue/accuracy metrics (e.g., team accuracy) can understate intervention value. Firms and regulators should value metrics that reflect users’ ability to choose when to use LLMs (mitigating misuse)—these may better predict reductions in error-externalities and downstream costs.
    • Cost–benefit trade-offs: There is cognitive cost to teaching many patterns. The economic optimum may favor investing in discovery + a small set of high-coverage, high-error-ratio patterns rather than trying to enumerate low-coverage modes.
  • Market and policy implications
    • Incentives for model providers: Transparently releasing model failure-pattern summaries (or tooling to discover them) could become a competitive advantage or a regulatory requirement in sensitive sectors.
    • Labor effects: With clear failure guidance, tasks that would otherwise require fully human handling might safely be delegated to hybrid human+LLM workflows, reshaping labor demand (upskilling toward oversight and judgment).
    • Adoption thresholds: Organizations should set context-specific error-ratio/coverage thresholds (in consultation with stakeholders) to decide which failure patterns to surface, aligning onboarding investments with expected economic returns.
  • Research & investment priorities
    • Economically, funding better automated failure-discovery methods is high ROI: it directly increases the efficacy of low-cost interventions (teaching), reduces costly model misuses, and enables more confident deployment of LLMs.
    • UI and training investments: Delivering failure patterns in actionable, low-cognitive-load forms (rules, checklists, decision trees) will affect take-up and therefore economic impact.
  • Limitations relevant to economic application
    • Results are benchmark- and model-dependent — extrapolation to deployed products requires measuring patterns on the specific model and real-world instance distributions.
    • The cost of discovering and teaching patterns (tooling, training, monitoring as models change) must be weighed against expected error-cost reductions.

In short: the paper provides a practical, measurable way to reduce LLM overreliance that is promising for improving productivity and lowering error-related costs, but realizing those economic benefits requires better automated failure-discovery systems, careful metric choice, and attention to cognitive and operational costs when deploying teaching interventions.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper presents clear empirical demonstrations that nontrivial failure-pattern groups exist and provides an experimental user study showing an effect on an anticipation-based metric; however, evidence is limited to two datasets, one LLM (or a narrow set of models), mixed performance of automated discovery methods, and a user-study design that is not described as a large, pre-registered RCT, so external validity and causal claims are moderate rather than strong. Methods Rigormedium — The authors define explicit criteria for identifying sizable error-prone groups, systematically evaluate multiple automated discovery techniques, and complement model analyses with a human-subjects test of a new outcome metric; nevertheless, methods are constrained by a small number of datasets, limited information about user-study randomization/sample size and controls, potential researcher degrees of freedom in grouping and metric construction, and reliance on a single family of LLMs/embeddings. SampleAnalyses are conducted on two labeled datasets whose instances are clustered by meta-labels (the exact datasets not specified in the summary); LLM predictions and embedding/prompting methods are evaluated on these groups to identify failure-pattern regions; a human-subjects study (sample size not reported here) tests whether teaching those failure patterns improves participants' ability to anticipate LLM errors using the proposed metric. Themeshuman_ai_collab skills_training productivity adoption IdentificationNo strong causal identification; the paper (1) clusters instances by meta-labels and compares LLM error rates across these groups to establish that systematic failure patterns exist, (2) evaluates whether prompting and embedding-based discovery methods recover those known failure groups, and (3) runs a user study comparing teaching conditions using a revised metric (users' ability to anticipate errors). The user-study intervention provides suggestive causal evidence but appears not to be a preregistered randomized controlled design with full controls. GeneralizabilityLimited number of datasets — may not represent many real-world tasks or domains, Results likely rely on a single LLM architecture/version and embedding method, so may not generalize to other models, User study population details unspecified (e.g., crowdworkers vs. domain experts), limiting external validity for workplace settings, Failure-pattern meta-labels depend on the chosen labeling scheme and task formulation, Automated discovery methods' performance may vary with dataset size, prompt engineering, or embedding choices

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
People use large language models (LLMs) when they should not because LLMs' visible ability to compose poems and answer intricate questions leads users to (understandably, but incorrectly) assume LLMs won't stumble on basic tasks like simple arithmetic. Decision Quality negative decision_quality
Reading fidelity high
Study strength speculative
not reported
0.08
Prior work attempted to cluster instance embeddings into regions where an LLM is likely to fail, automatically describe patterns in these regions, and teach those failure patterns to users to mitigate overreliance, but this approach has not fully succeeded. Decision Quality negative decision_quality
Reading fidelity high
Study strength medium
not reported
0.48
Failure patterns (sizable meta-label groups where an LLM is error-prone) do exist: after grouping instances in two datasets by their meta-labels and evaluating an LLM's predictions on these groups, the authors defined criteria for sizable and error-prone groups and found meta-label groups that meet those criteria. Error Rate positive error_rate
Reading fidelity high
Study strength medium
not reported
0.48
Prompting- and embedding-based automated methods for surfacing known failure patterns produce mixed results across methods, i.e., they do not consistently surface the known failures. Error Rate mixed error_rate
Reading fidelity high
Study strength medium
not reported
0.48
A metric that assesses a user's ability to use given failure patterns to anticipate when an LLM is error-prone is a better way to measure teaching effectiveness than the traditional human-AI team accuracy metric. Decision Quality positive decision_quality
Reading fidelity high
Study strength medium
not reported
0.48
A user study shows a positive effect from teaching failure patterns using the proposed metric (improved ability to anticipate LLM errors), whereas human-AI team accuracy did not show the same positive effect. Decision Quality positive decision_quality
Reading fidelity high
Study strength medium
not reported
0.48
Teaching failure patterns could be a viable approach to mitigating user overreliance on LLMs, but its success depends on better automated failure-discovery methods and on using metrics like the authors' proposed metric. Decision Quality positive decision_quality
Reading fidelity high
Study strength speculative
not reported
0.08

Notes