Papers for

financial compliance teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Data storytelling improves ai decision explanations for non-experts

Data storytelling meets interpretable machine learning: Decoding AI decisions for non-experts without revealing sensitive data and model details

Abstract: AI-driven automated decision-making requires both predictive performance and interpretability. Recent advances in interpretable machine learning (IML) provide tools for explaining model predictions, but the technical complexity of these explanations may hinder accessibility to non-experts. To address this challenge, this study integrates data storytelling with IML to enhance the explainability of AI-generated decisions for a broader audience. Following the design science research (DSR) paradigm, this study proposes a formal definition of data storytelling in IML, introduces the DIST Pyramid to align data storytelling with IML, and presents the I-P-O Model to describe their interactions. It further develops an architecture to explain AI decisions through distinct "What-if" and "Why-not" event-generation processes. The architecture also employs data desensitization to protect sensitive input data. To validate the approach, a case study is conducted with the Boston Housing dataset, using SHapley Additive exPlanations (SHAP) values and large language models (LLMs) to generate data stories with And-But-Therefore (ABT) structures. An empirical evaluation shows that 76.4% and 74.3% of respondents rated the "What-if" and "Why-not" data stories as more comprehensible, with significantly higher accessibility scores than traditional SHAP visualizations. The paper concludes with the presentation of a narrative interpretation framework that integrates IML and data storytelling, thereby expanding the research scope as well as the practical applicability of AI decision-making.

Mon 14 SeptArtificial IntelligenceComputation and LanguageHuman-Computer Interaction
The gist
AI systems often make decisions that are accurate but hard for regular people to understand. The authors created a way to tell simple, story-like explanations about how AI makes decisions without showing sensitive data or complicated details. They tested this on a well-known dataset and found most people understood these explanations better than traditional charts. This approach helps more people trust and use AI decisions by making them easier to follow.
Open 2609.15722v1

Frontier and open models tackle crypto asset accounting accuracy

Crypto Accounting Bench: Evaluating Frontier and Open-Weight Models on Crypto-Asset Accounting Tasks

Abstract: We introduce Crypto Accounting Bench (CAB), a benchmark for assessing whether frontier and open-weight language models can reconstruct the complete journal entry that an organization actually posted for a crypto-asset transaction. CAB contains 118 evaluation tasks drawn from 7 pseudonymized organizations. Each task combines transaction mechanics, asset quantities and base-currency values, wallet and legal-entity context, counterparty evidence, related transaction legs, recurrence, tax-lot evidence, and the organization's complete chart of accounts. The target is a balanced structured entry with every required account, side, amount, currency, and full-precision asset quantity. We evaluate 12 models spanning proprietary frontier systems and open-weight releases over 3 independent attempts per task, producing 4,248 trajectories. We report 3 metrics: Mean Score, Best@3, and Pass@3. Pass@3 is the fraction of tasks with at least 1 of 3 attempts that satisfies every rubric criterion and required gate. The leading model reaches 77.43% Mean Score, while the best Pass@3 is 56.78%. Deterministic diagnostics, read from each task's best of 3 attempts and macro-averaged across the 12 models, show higher base-amount agreement (97.8%) than deciding-account accuracy (56.3%). Together with the failure analysis, these results identify account selection and complete-entry composition as the main remaining challenges on CAB.

Sun 13 SeptArtificial IntelligenceComputation and Language
The gist
Accounting for cryptocurrency transactions can be really complex because it involves tracking things like amounts, currencies, and legal rules. The authors created Crypto Accounting Bench (CAB), a test set to see how well advanced language models can reproduce the exact bookkeeping entries organizations made for their crypto trades. They tested 12 language models and found the best ones got about 77% accuracy overall but only succeeded perfectly on about 57% of the tasks. The biggest challenge is picking the right accounts and making full, correct entries.
Open 2609.14811v1

Market behavior reveals complex communication beyond single transactions

Your Agent Says Yes: Interpreting Adversarial Market Behavior Beyond Individual Transactions

Abstract: Transaction-local controls answer whether one financial request may proceed, but market behavior can be distributed across messages, agents, assets, and time. We study this interpretation gap in a virtual exchange populated by ten role-conditioned language-model agents. The agents communicate, trade reference assets and futures, launch tokens, and manage concentrated-liquidity pools under prescriptive adversarial roles. We analyze eight 72-cycle trajectories across two time-blinded hourly replay paths, with a runner-side wallet policy enabled or disabled. The retained artifacts connect generated outgoing messages, policy events, balances, positions, and cycle-end market state. A focal reconstruction shows a launch--promotion--exit scenario realized across private coordination, public claims, follower positioning, repeatedly withheld exits, and a later non-blocking request aligned with a token balance change. Across policy-enabled runs, the gate withholds direct requests selectively; most policy-categorized candidates are flagged rather than blocked, while the surrounding interaction can continue. Repeated runs also show that category-level and within-trajectory relations can recur even when normalized score-change rankings do not. These findings motivate agent-behavior evaluation that links communication, authorization, and evolving state instead of treating individual transaction verdicts as complete safety judgments.

Mon 7 SeptComputational Engineering, Finance, and ScienceArtificial IntelligenceCryptography and Security
The gist
Financial transactions are often judged one by one, but this misses the bigger picture where many messages and actions interact over time. The authors studied a virtual market with AI agents that trade, communicate, and control assets in complex ways. They found that some transactions get flagged or delayed based on broader patterns, not just individual requests. This shows it’s important to look at how communication, rules, and changing market states all connect to understand market safety fully.
Open 2609.07675v1

AI aids early error detection with precise specs in online banking

Trust the Spec, Not the Code - A Specification-First, AI-Assisted Case Study in Online Banking

Abstract: Formal specification promises early error detection, explicit invariants, and correctness by design, yet its notational cost has kept it out of mainstream practice. We argue that AI removes much of that cost: natural language enriched with lightweight mathematics, written in \LaTeX, can serve as an intermediate specification language that is precise enough to reason over and prove, while a large language model (LLM) reviews it for ambiguity, drafts proofs, and generates the implementation. The specification becomes the artifact one authors, reviews, proves, and refines; the code becomes regenerable output. This paper is a follow-on to a prior study that established the discipline on an organizational-knowledge-growth simulation~\cite{predecessor2026}. Here we replicate the discipline in a different domain---an online-banking fund-transfer service---and extend it. The two domains share one spine: a conservation invariant (knowledge in the prior study, money here), which suggests the approach generalizes across domains. We contribute: (i) a second, independent case study of the method; (ii) a stress-test of the method on a richer problem---\emph{scheduled/recurring} transfers---whose generated code grows substantially while the invariant and its proof do not; (iii) an \emph{AI-proposed runtime coverage model} for invariants (``never violated $\neq$ covered''); and (iv) a Z formalization, including paired success/failure operation schemas and an invariant proved over the inductive set of all reachable configurations, together with an experiment in which the AI proposes the Z interfaces itself. We are explicit about the method's limits: the proofs and runtime checks live at the specification level and do not establish that the generated code refines the specification---that step is delegated to the AI. This is a case study, not a controlled experiment.

Mon 7 SeptSoftware Engineering
The gist
Writing complicated software code can lead to mistakes because code alone might not clearly show the rules the system must follow. This paper shows how starting with a clear, formal specification—a detailed, precise description of what the system should do—can help catch errors early and ensure safety, especially for important rules like not losing money in online bank transfers. The authors use AI to help write, check, and prove these specifications, then automatically generate the code from them. Their study tests this approach in online banking for scheduled money transfers, showing that even when the code grows complex, the core safety rules remain manageable and proven.
Open 2609.07365v1

Benchmark tests show challenges in reasoning over privacy-protected records

CIPHER: Benchmarking Cross-record Inference over Privacy-Hardened Evidence Records

Abstract: Reasoning over privacy-constrained records requires combining structured attributes with evidence from free-text narratives. We introduce CIPHER (Cross-record Inference over Privacy-Hardened Evidence Records), a benchmark of expert-validated questions from consumer-finance, clinical, and law-enforcement records. The questions cover common tabular operations and include executable SQL supervision. We evaluate retrieval, prompting, table-specialist, and hybrid symbolic-neural systems under native redaction and surrogate-based evidence restoration. All system families exhibit substantial failures even when supporting records are provided. Most errors arise from incorrect record selection and predicate interpretation rather than arithmetic execution. Privacy transformations have non-uniform effects, sometimes obscuring necessary evidence and sometimes reducing distraction. CIPHER provides a reproducible testbed for diagnosing these failures and assessing how transformations of sensitive text affect reasoning over hybrid records.

Mon 7 SeptCryptography and SecurityArtificial Intelligence
The gist
Dealing with private records means some details are hidden or changed, making it hard to answer questions that mix tables and free-text information. This paper presents CIPHER, a set of expert-made questions from finance, health, and law records to test how well systems handle this problem. The authors found that many systems struggle, especially with choosing the right information and understanding conditions, even when given the right records. They also noticed that privacy protections can both hide needed facts and remove distractions, affecting performance in different ways. CIPHER helps others study these challenges and improve reasoning over sensitive, mixed-format records.
Open 2609.07022v1