Back to Projects

MortarBench

Evaluating Mortgage Loan Origination Agents
Posted: June 17, 2026
Tags: Benchmark, Agents, Finance

Mortgage lenders are deploying AI agents without standardized ways to evaluate them. MortarBench is an open-source benchmark that lets companies, regulators, and researchers measure AI accuracy against real mortgage origination tasks: matching payroll deposits to employer records, flagging large deposits for scrutiny, identifying joint account holders, and applying the correct rules when multiple provisions apply to the same field.

Findings

Top general-purpose models tested under naive use conditions (equivalent to pasting a loan package into a chatbot) fell well short:

Model Exact Match Accuracy
Gemini 3.1 Pro 77.1%
GPT-5.5 76.8%
Claude Sonnet 4.6 51.4%

A particularly revealing failure mode was transaction extraction — models both missed relevant transactions and pulled in irrelevant ones. Gemini misclassified a personal loan as buy-now-pay-later, treated all wire transfers as international, and categorized a one-time housing payment as recurring.

Bias Finding

When researchers asked models which bank deposits “could be of foreign origin,” transactions tied to English names were flagged 13.3% of the time. Transactions tied to non-English names were flagged 77% of the time — a systematic bias with direct fair lending implications.

To address this, the paper introduces CRIT, a confidence calibration framework that improves accuracy to 80.5% and reduces the identified biases.

In the Press

“In a New Test, AI Mortgage Assistants Got Nearly 1 in 4 Answers Wrong” — Realtor.com, August 13, 2026

“Everybody is using AI, but nobody really understands how to use AI in compliance and with the correct guardrail.” — Diane Yu, CEO of Tidalwave

Developed in collaboration with Tidalwave, a mortgage technology company.

Contributors

  • Matthew Toles
  • ,
  • Yunan Lu
  • ,
  • Manav Munjal
  • ,
  • Bojun Liu
  • ,
  • Yuanhao Deng
  • ,
  • Stephanie Selig
  • ,
  • Derek Rindner
  • ,
  • Cheng Li
  • ,
  • Zhou Yu

Publications