paper-with-me

홈 › Papers

Deterministic Decisions for High-Stakes AI. A Zero-Egress Pipeline with the Deployability of RAG and the Accuracy of Machine Learning

2026-06-28 · Craig Atkinson arxiv

We identify intervention bias as a previously unquantified failure mode of zero-shot large-language-model (LLM) educational advisory agents: without task-specific training, they recommend action when a hindsight-optimal oracle policy mandates inaction. In a six-arm ablation on the Open University Learning Analytics Dataset (N=800 students, four temporal cutoffs), at day 56 -- when the oracle designates 70.1% of students as needing no intervention -- zero-shot GPT-4o recommends action for 73%, a 43 percentage-point false-positive rate. Commercial RAG and SQL-augmented retrieval are comparably miscalibrated; at 10,000 students this implies about 4,300 unnecessary advisor contacts per cycle. Supervised policy learning eliminates this bias: a trajectory-conditioned ONNX Decision Transformer (DT) and a snapshot XGBoost classifier, trained on the same oracle-labelled trajectories under strict prefix-only features, both achieve near-zero calibration error. The DT reaches macro-F1 0.79 (macro-recall 0.85) across all five action classes, predicting even the rare load-reduction action without collapsing, at a 0% action flip rate and sub-5 ms CPU decision latency. The two supervised arms are on par; the DT's edge over XGBoost at the final cutoff is indicative only (unpaired across cohorts). Scope: we validate Stage-2 decision-making (EAV state vector to supervised policy) under controlled oracle input from structured OULAD data; high fidelity reflects feature-oracle alignment, not general high-stakes-AI capability. The most robust finding is the intervention-bias contrast, not the absolute accuracies. We also show an Evaluation Gap: LLM-as-judge scoring (DeepEval G-Eval) is blind to intervention bias, rewarding fluent over-prescription rather than decision quality.

📄 PDF Abstract BibTeX arXiv:2606.29280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ridge Regression and Provable Deterministic Ridge Leverage Score Sampling

2018-12-01 · NeurIPS 2018 12 · Shannon Mccurdy

Ridge leverage scores provide a balance between low-rank approximation and regularization, and are ubiquitous in randomized linear algebra and machine learning. Deterministic algorithms are also of interest in the moder…

regression

Ridge Regression and Provable Deterministic Ridge Leverage Score Sampling

2018-03-15 · NeurIPS 2018 · Shannon R. McCurdy

Ridge leverage scores provide a balance between low-rank approximation and regularization, and are ubiquitous in randomized linear algebra and machine learning. Deterministic algorithms are also of interest in the modera…

regression

Adjusting Regression Models for Conditional Uncertainty Calibration

2024-09-26 · Ruijiang Gao, Mingzhang Yin, James McInerney, Nathan Kallus

Conformal Prediction methods have finite-sample distribution-free marginal coverage guarantees. However, they generally do not offer conditional coverage guarantees, which can be important for high-stakes decisions. In t…

Conformal PredictionPredictionregression

ZeroShape: Regression-based Zero-shot Shape Reconstruction

2023-12-21 · CVPR 2024 1 · Zixuan Huang, Stefan Stojanov, Anh Thai, Varun Jampani 외

We study the problem of single-image zero-shot 3D shape reconstruction. Recent works learn zero-shot shape reconstruction through generative modeling of 3D assets, but these models are computationally expensive at train …

3D Shape ReconstructionComputational Efficiencyregression

Language Models over Canonical Byte-Pair Encodings

2025-06-09 · Tim Vieira, Tianyu Liu, Clemente Pasti, Yahya Emara 외

Modern language models represent probability distributions over character strings as distributions over (shorter) token strings derived via a deterministic tokenizer, such as byte-pair encoding. While this approach is hi…

valid