paper-with-me

홈 › Papers

From Accuracy to Auditability: A Survey of Determinism in Financial AI Systems

2026-05-11 · Ruizhe Zhou, Xiaoyang Liu, Gaoyuan Du, Yi Zheng, Shouxi Ren, Deepayan Chakrabarti, Dengdu Jiang arxiv

Deploying machine learning in regulated financial environments -- credit risk, fraud detection, and anti-money laundering -- exposes critical vulnerabilities in algorithmic reproducibility. While early financial ML addressed statistical challenges such as backtest overfitting, deep neural networks and Generative AI have introduced mechanical nondeterminism rooted in hardware and architecture. This survey provides a systems perspective on reproducibility failures across three modalities now dominant in financial AI: tabular models (post-hoc explanation variance), graph networks (stochastic sampling and temporal asynchrony), and LLM-based agentic workflows (batch-dependent divergence and trajectory drift). We supplement the literature analysis with first-party experiments on public financial datasets -- quantifying explanation rank instability in credit scoring, prediction flip rates in GNN-based fraud detection, and tensor-parallel-induced output divergence in LLM entity extraction. We propose a layered evaluation framework linking modality-specific metrics (RBO, D_cos, TDI, PSD) to audit readiness, and empirically validate the complementarity of logit-level and semantic-level determinism measures.

📄 PDF Abstract BibTeX arXiv:2605.23955

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud Detection

Similar Papers 제목 키워드 기반

Replayable Financial Agents: A Determinism-Faithfulness Assurance Harness for Tool-Using LLM Agents

2026-01-17 · Raffi Khatchadourian arxiv

LLM agents struggle with regulatory audit replay: when asked to reproduce a flagged transaction decision with identical inputs, many deployments fail to return consistent results. We introduce the Determinism-Faithfulnes…

VADAOrchestra: Neurosymbolic Orchestration of Adaptive Reasoning Workflows

2026-06-21 · Teodoro Baldazzi, Luigi Bellomarini, Andrea Coletta, Michela Iezzi 외 arxiv

Decision-making in real-world settings rarely follows a fixed script. Instead, it unfolds as a dynamic reasoning process in which the appropriate course of action evolves as new context and data become available. Traditi…

Logic Sketch Prompting (LSP): A Deterministic and Interpretable Prompting Method

2025-12-24 · Satvik Tripathi arxiv

Large language models (LLMs) excel at natural language reasoning but remain unreliable on tasks requiring strict rule adherence, determinism, and auditability. Logic Sketch Prompting (LSP) is a lightweight prompting fram…

Compiled AI: Deterministic Code Generation for LLM-Based Workflow Automation

2026-04-06 · Geert Trooskens, Aaron Karlsberg, Anmol Sharma, Lamara De Brouwer 외 arxiv

We study compiled AI, a paradigm in which large language models generate executable code artifacts during a compilation phase, after which workflows execute deterministically without further model invocation. This paradi…

Code Generation

Mojo: A Promising Tool for Scalable Financial AI Efficiency

2026-06-14 · Henry Han arxiv

For thirty years, quantitative finance has paid a costly two-language tax: models researched in Python are rewritten in C++ for production, often introducing numerical discrepancies. GPU-accelerated deep learning exacerb…