The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 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 →

Leading large language models routinely hallucinate certainty on preference reasoning: they default to ad-hoc tie-breakers and miss infeasible solutions in allocation and matching tasks, with accuracy collapsing as problem size and indeterminacy grow.

Preference Reasoning under Indeterminacy in Large Language Models
Hadi Hosseini, Samarth Khanna, Xiyuan Wang · August 19, 2026
arxiv descriptive 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. Hadi Hosseini unresolved corpus identity
  2. Samarth Khanna unresolved corpus identity
  3. Xiyuan Wang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Hadi Hosseini provider ID
  2. Samarth Khanna provider ID
  3. Xiyuan Wang provider ID
Large language models systematically fail to detect indeterminacy in preference-reasoning tasks—often substituting arbitrary assumptions, failing to abstain on unanswerable queries, and degrading rapidly as market size and structural infeasibility increase.

Citation observations

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

As large language models evolve into decision-making agents, the ability to reason over preferences becomes fundamental to alignment, coordination, and collective intelligence. Yet, unlike standard benchmarks, real-world preference reasoning is inherently indeterminate: information may be incomplete, and valid solutions may not exist. We argue that indeterminacy, rather than correctness alone, is a central challenge for AI reasoning. We formalize this challenge along two axes, (i) epistemic indeterminacy, arising from incomplete, partial, or expressive preferences, and (ii) structural indeterminacy, arising from the non-existence of solutions under standard social choice concepts. Across a hierarchy of tasks, we show that state-of-the-art language models systematically fail to distinguish between determined and undetermined instances, exhibiting miscalibrated reasoning even in verification settings.

Summary

Main Finding

Large language models (LLMs) systematically fail to recognize and handle indeterminacy in preference reasoning. Across a hierarchy of tasks—from atomic retrieval to algorithmic construction/verification of solutions in matching and allocation markets—state-of-the-art models (GPT-5.2, Gemini-2.5-Pro, Claude-4.5-S, OSS-120B) habitually substitute unstated assumptions, fail to abstain when answers are not entailed, and break down as instance size or structural complexity grows. These failures are not due to computational hardness (all ground-truth checks/solutions are polynomial-time) but reflect epistemic and structural reasoning deficits with direct implications for agentic and collective decision-making.

Key Points

  • Two formal axes of indeterminacy:
    • Epistemic indeterminacy: incomplete, partial, or tied preferences produce queries that are not logically entailed by the input.
    • Structural indeterminacy: given preference structure (e.g., ties) and a solution concept (core, stability, Pareto optimality), a requested solution may provably not exist.
  • Taxonomy of tasks (in increasing complexity):
    • Atomic queries: retrieve rank/position from one preference.
    • Comparative queries: entail/refute pairwise or bundle relations.
    • Aggregative queries: aggregate across many agents (counts, majorities).
    • Structural (algorithmic) queries: construct or verify matchings/allocations that satisfy axiomatic solution concepts (core, stability, Pareto).
  • Main empirical findings:
    • Large deterministic gap: models perform much worse on undetermined queries than on matched determined ones and often answer determinately instead of reporting "unknown."
    • Systematic substitution rules: when under-specified, models commonly impose specific heuristics (e.g., lexicographic ordering for RS-incomparable bundles) silently and consistently.
    • Poor calibration and abstention: models rarely use explicit indeterminacy/NOTA options even when no valid solution exists; adding explicit abstention choices helps but introduces bias (false declarations of non-existence).
    • Structural failures: models struggle with algorithmic tasks as market size increases and fail to correctly detect infeasible instances; when assisted (feedback or code execution), improvements are driven by brute-force/search heuristics that do not scale.
    • Verification failure: even selection/verification tasks (given candidate solutions) show high error—models pick options that violate the intended solution concept.
  • Diagnostic metric: Invalid Rate — frequency with which a model produces a determined answer for an undetermined query (captures speculative completion/hallucinated certainty).

Data & Methods

  • Domains evaluated:
    • House/object allocation (Pareto optimality)
    • Shapley–Scarf housing markets (core, weak/strict core under ties)
    • Two-sided matching markets (stability: weak/strong/super under ties)
  • Preference expressivity considered: strict complete orders (SO), strict incomplete (SI), complete with ties (TO), ties + incompleteness (TI), and general partial orders.
  • Models tested: GPT-5.2, Gemini-2.5-Pro, Claude-4.5-Sonnet, OSS-120B.
  • Instance sizes: Small (n=10), Modest (n=30), Medium (n=50), Large (n≥100).
  • Prompting and evaluation:
    • Zero-shot, single-turn queries as baseline; prompt variations included free-flow, free-flow + “if known,” and multiple-choice with an explicit “not enough information” option.
    • Assisted settings: iterative refinement with feedback, and code generation + execution to produce/verify solutions.
  • Ground truth and scoring:
    • All tasks constructed so ground-truth entailments and feasibility are decidable in polynomial time via standard combinatorial algorithms.
    • Undetermined queries are scored correct only if the model explicitly indicates the answer is not determined; committing to any specific completion counts as incorrect.
    • Analyses include per-task accuracy, Invalid Rate, and qualitative analysis of substituted assumptions (e.g., lexicographic defaults).
  • Key experimental observations:
    • Prompt framing affects behavior: MCQ increases explicit indeterminacy reporting but can induce over-abstention in some models.
    • Assisted/code-execution helps but improvements are primarily brute-force or heuristic search and fail to scale to larger markets.

Implications for AI Economics

  • Reliability of LLM-based agents in economic settings is fragile:
    • Preference aggregation, recommender systems, and agentic decision-making that rely on LLMs may produce spurious, unjustified decisions when inputs are under-specified or when desired solution concepts are infeasible.
    • Incorrect or non-existent matchings/allocation outputs can violate axiomatic properties (e.g., stability, core, Pareto), producing unfair or manipulable outcomes in marketplaces and platforms.
  • Alignment and coordination risks:
    • Models that silently impose assumptions (lexicographic or heuristic tie-breakers) can systematically bias social outcomes without transparency, undermining fairness and accountability in collective decision processes.
    • Poor abstention calibration risks overconfident actions in high-stakes economic settings (automated negotiations, matching platforms, mechanism deployment).
  • Practical recommendations for deployments and designers:
    • Explicit indeterminacy signaling: interfaces and prompts should include clear options for “undetermined / insufficient information,” and downstream systems must treat determinate model outputs as provisional unless algorithmically verified.
    • Hybrid architectures: combine LLM reasoning with formal combinatorial solvers or certified algorithms for verification and construction of economic solutions (use LLMs for interpretation/translation but rely on algorithmic backstops for feasibility and axiomatic checks).
    • Uncertainty representation: develop and standardize uncertainty/abstention reporting for preference reasoning (multi-valued logics, calibrated confidence, or explicit provenance of assumptions).
    • Benchmarking and stress-testing: adopt indeterminacy-aware benchmarks (like those in this paper) when validating LLMs for economic applications; include verification tasks and structural infeasibility cases.
  • Research directions:
    • Improve models’ internal representations for partial information and ties (reasoning that explicitly models unknowns instead of substituting heuristics).
    • Better integration of symbolic/combinatorial methods with LLMs to ensure correctness and scalability.
    • Explore training and prompting strategies that reduce substitution biases and improve abstention calibration without inducing systematic over-abstention.
  • Policy and governance:
    • For platforms using LLMs in allocation/matching or collective decision contexts, require transparent reporting of assumptions and verification checks; when possible, mandate algorithmic audits for properties like stability or Pareto optimality.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides systematic, multi-model experimental evidence across a clear taxonomy of tasks and instance types (determined vs undetermined), with multiple prompt formats and problem sizes; however, it is not making causal claims and relies on synthetic benchmark instances and proprietary models with limited disclosure about model internals and training, which constrains inferential strength. Methods Rigormedium — The authors formalize tasks precisely, use standard economic solution concepts, vary preference expressivity and market size, test multiple leading models, and report controlled prompt variations and assisted reasoning settings; nonetheless, important experimental details are deferred to appendices, reliance on zero-shot/default settings for core results, and limited discussion of statistical uncertainty or robustness to alternative sampling of instances weaken the overall rigor. SampleSynthetic preference-profile datasets constructed for three canonical economic problems (house/object allocation, Shapley–Scarf housing markets, and two-sided matching), with varying preference expressivity (strict complete, strict incomplete, ties, incomplete with ties, general partial orders). Tasks span atomic, comparative, aggregative, and structural queries. Models evaluated: GPT-5.2, Gemini-2.5-Pro, Claude-4.5-Sonnet, and OSS-120B, queried in zero-shot single-turn format with 30 runs per question type; prompt variations included free-flow, free-flow + 'if known', and multiple-choice options that included an indeterminacy/abstain choice. Instance sizes reported at n = 10, 30, 50, and >=100. Additional experiments include multi-shot refinements with feedback and code-execution-assisted solving. Themeshuman_ai_collab governance adoption GeneralizabilityUses synthetic benchmark instances which may not reflect distribution or complexity of real-world user preferences or deployed systems, Results depend on the specific (partly proprietary) models and default prompting/temperature; fine-tuned or RLHF variants and different prompting strategies may change outcomes, Evaluation focuses on classical social-choice problems; findings may not transfer directly to other economic tasks (e.g., continuous decision-making, bargaining, pricing), Assisted reasoning gains rely on brute-force enumeration or heuristics that may not scale to production-sized problems, limiting applicability to large deployments, English/structured-JSON inputs and experimental settings may not generalize to multi-lingual or dialog-based preference elicitation pipelines

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
State-of-the-art language models systematically fail to distinguish determined preference-reasoning instances from undetermined ones, including in verification settings. Decision Quality negative Ability to distinguish answerable from unanswerable or infeasible preference queries
Reading fidelity high
Study strength medium
n=4
0.18
LLMs perform substantially worse on undetermined preference questions than on matched determined questions. Decision Quality negative Accuracy on determined versus undetermined preference queries
Reading fidelity high
Study strength medium
n=4
near-zero accuracy in several settings for undetermined queries
0.18
Models’ lower performance on under-specified preference inputs is driven by silently imposed assumptions that suppress the indeterminacy rather than flagging it. Error Rate negative Rate of speculative commitment instead of indicating that a query is indeterminate
Reading fidelity high
Study strength medium
n=4
0.18
All four evaluated models default to lexicographic ordering on almost every responsive-set-incomparable bundle pair. Decision Quality negative Use of an unstated lexicographic rule to resolve indeterminate bundle comparisons
Reading fidelity high
Study strength medium
n=4
almost every RS-incomparable pair
0.18
Providing an explicit option to report indeterminacy improves models’ detection of undetermined queries on some tasks, with the largest gains under multiple-choice prompting. Decision Quality positive Correct detection and reporting of indeterminate preference queries
Reading fidelity high
Study strength medium
n=4
0.18
Multiple-choice prompting can improve indeterminacy detection for some models while inducing false indeterminacy judgments for others. Decision Quality mixed Accuracy and calibration in identifying whether pairwise preference queries are determined
Reading fidelity high
Study strength medium
n=4
0.18
Performance on structural preference-reasoning tasks degrades rapidly as market size increases, even when a valid solution is guaranteed to exist. Decision Quality negative Accuracy in constructing or verifying outcomes satisfying social-choice solution concepts
Reading fidelity high
Study strength medium
n=4
0.18
Structural infeasibility further reduces model performance: models fail both to identify infeasible instances and to generate valid solutions when solutions do exist. Decision Quality negative Feasibility detection and validity of generated social-choice solutions
Reading fidelity high
Study strength medium
n=4
0.18
Allowing models to return null when a structural solution is infeasible improves infeasibility detection but creates a bias toward incorrectly declaring feasible instances infeasible. Error Rate mixed Detection of infeasible instances and false declarations of non-existence on feasible instances
Reading fidelity high
Study strength medium
n=4
0.18
In solution-selection tasks, models often select incorrect options even when valid solutions are present; NOTA improves average accuracy but models rarely use it, including when no valid option is present. Decision Quality mixed Selection accuracy, abstention frequency, and calibration regarding the existence of valid solutions
Reading fidelity high
Study strength medium
n=4
0.18
Feedback-based refinement and code execution improve preference-reasoning performance, but the gains are mainly driven by brute-force enumeration on small markets and heuristic search on larger markets, neither of which scales to deployment-relevant sizes. Organizational Efficiency positive Accuracy of generated or repaired preference-based solutions under assisted reasoning
Reading fidelity high
Study strength medium
n=4
0.18
Preference-query accuracy declines as the number of alternatives increases. Decision Quality negative Accuracy on preference queries as input size grows
Reading fidelity high
Study strength medium
n=4
clear decline
0.18

Notes