Fin Maverick
Foundations VocabularyAccounting & ReportingEconomics & MacroQuant Methods & ProgrammingBusiness & Company AnalysisCorporate Finance & ValuationBehavioural Finance
Banking & Market InfrastructureFixed Income & RatesDerivatives & Structured ProductsPublic EquitiesTransactions & DealsPortfolio ConstructionFunds & AMCs
Private Markets & AlternativesRisk, Treasury & ControlAI & Digital FinanceStochastic Calculus & PricingWealth & Personal FinanceIndian Markets & RegulationProfessional Practice
CalculatorComparison
Frameworks
Explore Bootcamps
Equity ResearchPortfolio ManagementMutual Fund MasteryFinancial LiteracyInvestment Banking Analyst
Private Equity AnalystHedge Funds AnalystBreaking Into VCBreaking Into QuantsAI For Finance
Financial Analyst ProgramRisk Management ProgramPrivate Wealth ManagementDebt Capital MarketsDerivatives Foundation
Explore Internships
Equity Research InternMutual Fund Intern
Portfolio Management InternFinancial Literacy Intern
Explore Micro Courses

Equity Research6

Writing an Investment ThesisBuilding a Discounted Cash FlowReading an Annual Report FastReading a Sector Before a CompanySpotting Quality of Earnings Red FlagsBuilding a Revenue Forecast From Drivers

Portfolio Management3

Rebalancing: When, Why and What It CostsStrategic and Tactical Asset AllocationMeasuring Risk in a Portfolio

Mutual Fund Mastery3

Comparing Funds Without Being FooledHow a NAV Is Struck and Which Day You GetReading a Fund Factsheet Properly

Derivatives Unlocked4

Hedging a Real ExposureThe Greeks, PracticallyFutures, the Basis and What Moves ItReading an Option Payoff

AI For Finance2

Retrieval and Grounding for FinanceDocument Extraction in Finance

Breaking Into Quants4

Backtesting a StrategyHypothesis TestingCleaning Financial DataRegression for Finance

Breaking Into VC3

Sizing a MarketReading a Term Sheet as a FounderHow a Venture Round Actually Works

Financial Analyst Program4

Common Size and Trend AnalysisReading a Cash Flow StatementRatio Analysis That Says SomethingBuilding a Working Capital Schedule

Risk Management Program2

Credit Exposure and How It Is ReducedValue at Risk and What It Hides

Investment Banking Analyst3

Precedent Transactions and Why They DifferReading a Term Sheet StructurallyBuilding a Comparable Companies Table

Private Wealth Management3

Tax Aware Portfolio DecisionsBuilding a Client Risk ProfileGoal Based Planning Arithmetic

Debt Capital Markets3

Analysing an Issuer's CreditDuration and What It Does Not Tell YouBond Pricing and Yield Mechanics

Private Equity Analyst2

Fund Waterfalls and CarryThe LBO in Structure

Hedge Funds Analyst2

Short Selling MechanicsLong Short Mechanics
Courses
Explore Career Roadmaps
Investment Banking AnalystEquity Research AnalystVC AnalystPrivate Equity AnalystHedge Funds Analyst
Quant AnalystAI For FinanceFinancial Analyst ProgramPrivate Wealth ManagementDebt Capital Markets
Risk Management ProgramDerivatives FoundationPortfolio ManagementMutual Fund Mastery
PartnershipsShowdown
Log inSign up
AI, Automation & Digital Finance
1AI Foundations
Artificial Intelligence in FinanceAlgorithmNeural Networks and Deep LearningMachine LearningArtificial Intelligence vs Machine…Computer Vision in FinanceTraining Data and LabelsNatural Language Processing in Finance
2Generative AI
Generative AIGenerative AI vs Predictive AILarge Language ModelsEmbeddingsHallucinationFine TuningPrompting vs Fine TuningThe PromptThe Context WindowTool CallingGroundingVector DatabasesRetrieval Augmented GenerationRAG vs Fine Tuning
3Automation and Workflow
Workflow AutomationAutomation vs AugmentationHow to Map a…Straight-Through Processing and Exception…Robotic Process AutomationRule EnginesMachine Learning vs Rule-Based…
4Document and Operations AI
Intelligent Document ProcessingBatch vs Real-Time vs…Document Classification vs Entity…Service Level AgreementsCase ManagementHow to Document Data…Reconciliation AutomationOptical Character Recognition and Data ExtractionConfidence Scores
5Customer Systems, Identity and Digital Assets
Digital IdentityConsent ManagementBlockchain and Distributed LedgerChatbots and Conversational AIFrom Use Case to ProductionDigital Assets and TokenisationDigital SignaturesData Sharing in FinanceElectronic KYC and Digital Onboarding
6Credit and Fraud Systems
The Fraud AlertCredit Decisioning SystemsHuman in the Loop…Adverse ActionAnomaly DetectionThe Decision ThresholdCredit Score vs Credit DecisionAlert Triage and EscalationFraud Detection and Transaction MonitoringFraud Model vs Credit ModelHow to Build Human…
7Governance, Data and Vendors
AI Governance and the AI PolicyHow to Create an…Explainability and Interpretability ComparedThe AI VendorBias and Fairness in Financial AIShadow AIAccess Control and Data MinimisationCloud Computing in FinanceData Lineage and Master DataData ResidencyThe AI Use Case Register and Model InventoryThe Model Owner
8Model Performance, Monitoring and Resilience
Model DriftFalse Positives and False NegativesClassification MetricsAdversarial AttacksModel TestingBias, Fairness and Explainability…Stopping an Automated SystemModel ValidationAI Governance vs Model Risk ManagementPrompt InjectionHow to Create an…

Natural Language Processing in Finance: Reading Documents at Scale

Natural language processing means a component that takes text and returns a statement about that text. In finance the statement is nearly always one of three: the kind of document this is, the named things that appear in it, or what a given passage is about. Each is a claim about the text as written. None of the three is a claim about what the text requires anybody to do.

Here is the thing to hold on to before the numbers start. A component that reads was shown examples, and it learned the shapes it was shown. Financial documents arrive in a small number of shapes that repeat many thousands of times a month, and that repetition is the only reason reading them at scale works at all. Repetition is also why the standard way this goes wrong is a new shape turning up quietly through one channel. Every figure on the monthly pack still looks perfectly healthy while that happens.

What does it mean for a component to read text?

The word reading carries a lot of freight, so reading is best approached through what it is not. A reader of a pay slip takes in the characters, works out which kind of document it is, notices the employer and the net figure, and forms a view about whether the person named can afford a loan. Four different things, done so fast that they feel like one act. Natural language processingA component that takes text and returns a statement about that text, such as which kind of document it is or which named things appear in it. does not do all four. Natural language processing does one of the middle two, and does that one in isolation.

A reading component takes characters in and returns a statement out, and the statement is always about the text rather than about the world. This document is a pay slip. The employer named here is Karvani Textiles. The net figure here is Rs 45,000/-. Every one of those is checkable by pointing at the document. Whether the applicant can afford the loan is a different kind of claim entirely. The document does not contain it, and no reading component returns it.

A post room has the same shape. Somebody sorts the morning post into piles by what each envelope obviously is: bills here, statements there, circulars in the bin. The sorter is reading, and reading well, and has formed no view at all about whether the household can pay any of the bills. The missing view is not a shortcoming of the post room. Sorting is deciding what each thing is and stopping there.

Which three things is such a component actually asked to do?

Across the reading work a lender actually deploys, three tasks cover almost all of it. The three sound similar in a meeting and are completely different claims, made by separate components, failing in separate ways and needing separate checks.

Task one is document classificationDeciding which kind of document a piece of text is, chosen from a fixed list of kinds.: which kind of document is this text. The answer comes from a fixed list. Four kinds of document arrive on a retail personal loan file at Sumeru Bank Limited, an invented lender, so the list there has four entries: an identity document, an address proof, a pay slip and a bank statement. The component returns one of those four and nothing else. The component cannot return a fifth kind it was never shown, and that limitation matters more than anything else about it.

Task two is finding the named thingsSpecific entities inside the text, such as an employer, an amount, a date or an account number.: which specific entities appear in this text, and where. An employer, a date, an account number, an amount. The output is a list of items with the place each one was found. Sumeru's reading step pulls 14 such items from every file. Across 8,600 files a month that is 120,400 items. Notice the form the output takes. Not a judgement, a list. The judgement happens afterwards, somewhere else, in something else.

Task three is the passage subjectWhat a stretch of text is about, as distinct from what it actually says about that thing.: what is this stretch of text about. Is this paragraph about repayment, about security, about what happens on a missed instalment. Passage subject is the task people mean when they say a component understood a document, and the one Sumeru measured and did not deploy. Sumeru's measurement of that third task appears below.

ONE SHEET OF TEXT, THREE DIFFERENT CLAIMS ABOUT IT THE TEXT AS IT ARRIVES KARVANI TEXTILES LIMITED Salary advice for the month Employee: A Mehra Gross pay 52,400 Deductions 7,400 Net pay 45,000 Credited on the 30th to account ending 4417 Terms of employment as per the letter of appointment TASK ONE, WHICH KIND OF DOCUMENT IS THIS Returns one of four kinds. Here, a pay slip. One answer from a fixed list. Runs as component 3. TASK TWO, WHICH NAMED THINGS APPEAR IN IT Employer, net pay 45,000, date, account ending 4417. A list with a place for each. Runs as component 4. TASK THREE, WHAT IS THIS PASSAGE ABOUT The last two lines are about the terms of employment. Measured in a trial at this bank and not deployed. Sumeru Bank Limited, invented. Two of the three tasks run in the chain; the third was measured and left out of it.
The same sheet of text supports three separate claims, and each one is produced by a separate component: which kind of document it is, which named things it contains, and what a given passage is about. At this invented bank the first two run in the chain and the third does not.
Try it out

What are the three things a text component in this chain is asked to do?

Where does each of the three sit in one deployed chain?

Order matters here more than anything about the components themselves. At Sumeru the reading work happens in a fixed sequence, and each step narrows what the next one has to consider. The classifier decides which kind of document it is. Everything after it then looks only for the items that kind of document is supposed to carry: a pay slip is searched for an employer and a net figure, a bank statement for credits and balances. By then the question has already been settled, so nobody hunts for a net pay line in an address proof.

Follow one item all the way through and the handover becomes obvious. The classifier says pay slip. The reading step pulls the net figure off it, Rs 45,000/-, and pulls the median monthly salary credit off the statement, Rs 38,000/-. Both are now just numbers on a list, and the reading work is finished. A written rule then compares the two and routes the file, and that rule is not reading anything: it is doing arithmetic on what the reading handed it. The reading step supplies the numbers and something else entirely decides what they mean. Every one of these chains is built on that division of labour.

Narrowing is what makes the sequence fast, and it is also what makes an error at the first step cost more than an error at any later one. Get the extraction wrong on one item and one item is wrong. Get the classification wrong and every step afterwards is searching for the wrong things in the right document. The mistake spreads rather than sitting still. A spreading mistake is the reason the classifier is measured on its own and watched harder than the step that follows it.

EACH STEP NARROWS THE NEXT, WHICH IS WHY THE FIRST ONE IS THE EXPENSIVE ONE STEP 0 Characters recovered from the uploaded image STEP 1, COMPONENT 3 Which of four kinds is this document STEP 2, COMPONENT 4 Pull only the items that kind should carry STEP 3 A written rule compares the items and routes NOW PUT ONE WRONG ANSWER AT STEP 1 AND FOLLOW IT ACROSS WRONG KIND RETURNED A pay slip called an address proof THE WRONG SEARCH Looks for address items, so the pay items go unread NOTHING TO COMPARE The rule has no income figure, so the file stops One wrong answer at step 1 leaves every step after it working correctly on the wrong question. Sumeru Bank Limited, invented. Four kinds of document on a file, 14 items pulled from each file.
Reading runs in a fixed order and each step narrows what the next one considers, so a wrong answer at the classification step leaves every later step correctly searching for the wrong items in the right document.
Try it out

Why is a wrong answer at the classification step more expensive than a wrong answer at the extraction step?

What did a month of classification actually look like?

Numbers make this concrete faster than any amount of description. Sumeru Bank Limited sees 8,600 completed files reach its decision engine in a steady month, and 4 documents arrive on each one, so 34,400 documents a month pass through the classifier. On the four kinds it was fitted on, the deployed classifier returns the correct kind 96.2 per cent of the time. The 96.2 per cent is the bank's own measurement of its own deployment, taken on the four kinds the classifier was fitted on and on nothing else.

A percentage hides how many people are involved and a count does not, so turn the percentage into a count. 3.8 per cent of 34,400 documents is 1,307 documents given the wrong kind in a single month. On 1,307 separate occasions the chain held something about a document that was not true. A meeting never hears the count. The meeting hears 96.2 per cent and moves on to the next slide.

The month, in documentsCountWhere it comes from
Files reaching the decision engine8,600One steady month
Documents on each file4Identity, address, pay slip, statement
Documents classified in the month34,4008,600 times 4
Classified correctly, at 96.2 per cent33,09334,400 less the row below
Given the wrong kind1,3073.8 per cent of 34,400
Of those, caught by a later step at no cost1,22493.6 per cent of the 1,307
Of those, reaching a person at the exception desk831,224 plus 83 is 1,307

The split at the bottom of that table is the whole point of it. Two documents can be wrong in exactly the same way and cost amounts that differ by a factor few would guess. One is corrected by a step that was going to run anyway. The other becomes 19 minutes of somebody's morning.

A PERCENTAGE, A COUNT, AND THEN THE SPLIT THAT DECIDES THE COST ALL 34,400 DOCUMENTS CLASSIFIED IN ONE MONTH 33,093 correct, being 96.2 per cent 1,307 wrong the sliver, opened out below THE 1,307 WRONG ONES, NOW FILLING THE FULL WIDTH 1,224 caught by the next step No person looked at any of these. Cost: nothing. 83 reach a desk Sumeru Bank Limited, invented. One steady month. 1,224 plus 83 is 1,307, and the 83 sit inside the 1,264 files of the largest exception cause.
A 3.8 per cent misclassification rate becomes 1,307 documents in one month, and that count splits into 1,224 corrected automatically at no cost and 83 that reach a person at the exception desk.
Try it out

1,307 documents were given the wrong kind in the month and 1,224 of them cost nobody anything. Why?

Breaking Into Quants Bootcamp — Fin Maverick

Where does a misread cost nothing, and where does it cost a person's morning?

The size of the mistake is not what separates the 1,224 from the 83. The separator is whether the mistake survives contact with the next step. Call that next step a downstream checkA later step that catches an earlier mistake on its own, without anybody having to look at the file.: it is whatever runs after the classifier and expects a particular set of items to be present.

A pay slip filed as an address proof is a loud mistake. The next step goes looking for an address and a date of issue, finds a gross pay line and a deduction line instead, and re-routes the document without asking anybody. Nothing was lost except a few milliseconds. An error that breaks the step after it announces itself, and an error that survives the step after it hides.

Now the quiet one. A pay slip from one employer filed as a pay slip from a different template, or a bank statement filed as a pay slip when the statement happens to carry a salary credit line: the items the next step wants are all present and all plausible. Nothing breaks. The file goes forward carrying an item taken from the wrong place, and the only thing that catches it is a person. At Sumeru that person sits on the exception desk, where the average file now takes 19 minutes. Assume each of the 83 sits in its own file and that is 1,577 minutes in the month, a little over 26 hours, from the same error that cost nothing 1,224 times.

THE SAME ERROR, TWICE, AT TWO VERY DIFFERENT PRICES THE MISREAD THAT BREAKS THE NEXT STEP THE MISREAD THAT SURVIVES IT WHAT HAPPENED A pay slip filed as an address proof. No address, no date of issue, nothing to pull. WHAT HAPPENED A statement filed as a pay slip. It carries a salary credit, so every item looks fine. WHO NOTICED The next step, on its own, in milliseconds. It re-routed the document and moved on. WHO NOTICED Nothing did. A person on the exception desk opened the file and read it. THE MONTH 1,224 documents 0 minutes of anybody's time THE MONTH 83 documents 83 files at 19 minutes is 1,577 minutes Sumeru Bank Limited, invented. 19 minutes is the desk's own average handling time per file, and one file per document is assumed here.
A misread that breaks the next step is corrected automatically 1,224 times in the month at no cost, while a misread that leaves every item looking plausible reaches a person and consumes about 19 minutes a file.
Try it out

Which misclassifications are the expensive ones?

AI For Finance Bootcamp — Fin Maverick

What happens when a kind of document arrives that was never in the examples?

One failure shape is worth learning above all the others, and it arrives without a single alarm going off. At Sumeru a fifth kind of document began turning up through one channel. The classifier had been shown four kinds. A fifth kind was not on the list, so the classifier did what any component asked to choose from a fixed list does: it returned the nearest of the four it knew.

On that fifth kind the classifier returns the correct answer 71.0 per cent of the time, against 96.2 per cent on the four kinds it was fitted on, a gap of 25.2 points. Be precise about what that figure is a reading of. The 71.0 per cent is a reading on a kind of document, not on a place files come from, and those are two different measurements that must never be swapped for one another. The 71.0 belongs to the fifth kind wherever it arrives.

The everyday version is familiar enough. A shopkeeper who has spent ten years sorting four kinds of receipt can do it without looking. Handed a fifth kind he has never seen, he will not say he does not know. He will file it under whichever of his four it most resembles, confidently, and the pile will look exactly as tidy as it did yesterday. Nothing on the outside of the pile shows that anything has changed.

Why is a headline accuracy the wrong number to watch?

Because a headline accuracyOne accuracy figure covering every case at once, which averages away any group that is failing. is a weighted average, and a weighted average is designed to be moved by the big groups and not by the small ones. The fifth kind is 8 per cent of Sumeru's monthly documents. Work the average: 92 per cent of the documents read at 96.2 and 8 per cent read at 71.0 gives 94.2 per cent overall.

The headline moved 2.0 points while one sliceA group of cases sharing something in common, whose behaviour can differ sharply from the average. of the work sat 25.2 points worse than everything around it. Two points looks like a normal month. Nobody escalates two points. Meanwhile roughly one document in three of that fifth kind is being filed as something it is not, and every applicant sending that kind of document is having a materially worse experience than everyone else. The uneven fall of a model's errors across the people it touches is the idea Cathy O'Neil put at the centre of Weapons of Math Destruction, and this is what it looks like inside one month of one bank's post room.

THE SAME MONTH SEEN TWO WAYS, AND ONLY ONE OF THEM SHOWS THE PROBLEM BY KIND OF DOCUMENT 0 50 100 96.2 the four fitted kinds 92 per cent of volume 71.0 the fifth kind 8 per cent of volume 25.2 pts THE ONE FIGURE ON THE MONTHLY PACK 90 95 100 96.2 before the fifth kind 94.2 after it 2.0 pts this axis starts at 90, not at 0, and the step is still this small Sumeru Bank Limited, invented. Both readings are the bank's own measurements of its own deployment over one month.
Split by kind of document the failing slice reads 25.2 points below everything around it, while the single overall figure that reaches the monthly pack falls only 2.0 points, from 96.2 per cent to 94.2.
Try it out

What is worth watching instead of the overall accuracy figure?

Try it out

Before the control below is moved. One kind of document reads 25.2 points worse than the rest and makes up 8 per cent of the month's documents. How far does the overall figure fall?

Play with it

Move the failing slice and watch how little the headline notices

One control: what share of the month's 34,400 documents is made up of the kind the classifier was never fitted on, from 0 to 20 per cent. Three things redraw: the block of a hundred repaints to show the mix, the two bars move, and the monthly count of misread documents changes. The default is the bank's actual position, the fifth kind at 8 per cent, where the overall figure reads 94.2 per cent while that kind on its own reads 71.0 per cent. Push the control to 20 per cent and the overall figure still only reads 91.2 per cent.

ONE HUNDRED SQUARES, ONE FOR EACH PER CENT OF THE MONTH'S DOCUMENTS the four kinds it was fitted on, reading 96.2 per cent the fifth kind, reading 71.0 per cent THE MONTH IN DOCUMENTS Documents of the fifth kind 2,752 Misread among the fifth kind 798 Misread among the four fitted kinds 1,203 Documents misread in the month 2,001 60 80 100 96.2, where it started 94.2 overall 71.0 the fifth kind alone CORRECT CLASSIFICATION, PER CENT Sumeru Bank Limited, invented. 34,400 documents a month, five kinds, two measured readings held still as the mix moves.

The fifth kind at 8 per cent of the month's documents

Overall reading
94.2%
That kind alone
71.0%
Misread in the month
2,001

At 8 per cent of the month's documents, the overall reading is 94.2 per cent while that kind on its own reads 71.0 per cent, a distance of 23.2 points between the figure on the pack and the figure for the applicants sending that kind of document. Against a starting point of 96.2, the headline has moved 2.0 points.

Educational illustration. One steady month at Sumeru Bank Limited, invented, holding 34,400 documents. Both readings, 96.2 per cent on the four fitted kinds and 71.0 per cent on the fifth, are held still as the mix moves, and holding them still is what makes the overall line straight. A real month would move both.
Financial Analyst Program Bootcamp — Fin Maverick

Does reading the words amount to understanding the obligation?

No. Every one of the three tasks returns a claim about the text as written. The obligation the text creates is a different sort of claim altogether, and no amount of accuracy on the first sort produces the second.

Take a loan agreement. A reading component can return the borrower, the lender, the principal, the instalment amount, the first instalment date and the tenure, every one of them correct, every one of them checkable by pointing at a line. Ask instead what happens if the second instalment is late. The answer is not on any single line: it lives in how three clauses interact, in which of them takes precedence, and in what the agreement means by a working day. Finding what is written and working out what it commits anybody to are two different jobs, and only the first is what these components do.

The homely version makes the distinction stick. Somebody can read an electricity bill aloud, perfectly, every figure right, and still not be able to say whether the household is about to be disconnected. Reading it and knowing what it means for the household are not the same skill. The gap between reading and judging is what Ajay Agrawal, Joshua Gans and Avi Goldfarb set out in Prediction Machines: a learned component produces something a person still has to act on. The judgement did not move. Only the reading did.

WHAT THE COMPONENT RETURNS, AND WHAT NOBODY HAS ANSWERED YET RETURNED, AND EACH ONE POINTS AT A LINE Borrower: A Mehra clause 1 Lender: Sumeru Bank Limited clause 1 Principal: Rs 4,00,000/- clause 2 Instalment: Rs 9,600/- clause 4 First instalment: the 5th clause 4 Tenure: 48 months clause 4 NOT RETURNED, AND NOT ON ANY ONE LINE What happens if the second instalment is late clauses 4, 7 and 9 Whether notice must come first clauses 7 and 12 Which date the agreement means by a working day definitions, clause 1 Which clause takes precedence where two of them conflict nowhere, it is a reading Every item on the left is settled by pointing. Nothing on the right is settled by pointing. Sumeru Bank Limited and this agreement are invented, and the clause numbers are illustrative.
A reading component can return every party, amount and date in an agreement, each traceable to a clause, and still leave every question about what the agreement requires anybody to do unanswered.
Try it out

A component returns every party, every amount and every date in a loan agreement. Has it established what the agreement requires?

Try it out

Sumeru had 60 loan agreements summarised, then had every summary checked by hand against its agreement. How many summaries would be expected to have left out a condition that was in the agreement?

Building a Revenue Forecast From Drivers — free micro-course from Fin Maverick

What did the summary trial measure, and what did it decide?

Sumeru ran one trial on the third task, the one about what a passage is about. Sixty loan agreements were put through a component that returned a short account of what each agreement contained, and every one of those accounts was then checked against its agreement by a person who read the agreement in full. Sixty agreements and one full reading of each is the whole design of the trial, and the counting is the entire point of it.

Nine of the sixty, 15.0 per cent, left out a condition that was present in the agreement. The other fifty one were correct. All sixty were fluent outputText that reads correctly and looks well made, which is a property of the writing and not of whether the content is right.: well ordered, correctly formatted, and reading exactly as though written by somebody who had gone through the document carefully. Fluency and correctness turned out to be two independent properties, and only one of them was visible without opening the agreement.

SIXTY SUMMARIES, CHECKED ONE BY ONE AGAINST THE AGREEMENT ALL 60 READ AS FLUENT, WELL ORDERED, CORRECTLY FORMATTED PROSE 51 correct against the agreement 9 left out a condition that was in the agreement, being 15.0 per cent Sumeru Bank Limited, invented. One trial, 60 agreements, every summary checked by a person who read the agreement in full.
All 60 summaries read as fluent, well formatted prose, and 51 of them were correct, which is precisely what makes the 9 that dropped a condition so hard for a checker to catch.

The error that gets made, and what it costs

The mistake is not trusting the component. The mistake is what a run of correct summaries does to the person checking them. A checker who has opened eleven agreements in a row and found the summary faithful every time reads the twelfth differently. Attention drops because the evidence says it can, and the evidence is not lying: 51 out of 60 really were correct.

An omission has no surface. A wrong figure sits on the summary and argues with the agreement. A missing condition sits nowhere. The only way to find it is to read the whole agreement. Reading the whole agreement is exactly the work the summary was brought in to remove, so a check that actually catches omissions costs the entire saving.

Sumeru did not deploy it. One number from one trial carried that decision, not an opinion about what such components can or cannot do, and that is why the meeting was short. No general rate of omission can be read off a sample of sixty. The trial settled one question at one bank and settled nothing wider.

THE RECORD THAT MADE THE DECISION SHORT TRIAL RECORD, READING TASK, LOAN AGREEMENTS SAMPLE 60 loan agreements METHOD Every summary checked by a person against the full agreement RESULT 9 omitted a condition present in the agreement, being 15.0 per cent FLUENCY All 60 read as well made prose, including the 9 DECISION Not deployed Sumeru Bank Limited, invented. The record describes this trial only and is not a finding about anything outside it.
The result of the trial fits on one line, 60 agreements and 9 omissions at 15.0 per cent, and having that line is what let the bank settle the question in a single meeting.
Each summary read fine until checked against its agreement. See what the trial measured.

How does a lender, a reviewer or a customer manager actually use this?

What each of them does with a reading figure

A single question about overall accuracy cannot be answered honestly, so a head of retail credit signing off a reading step does not ask it. She asks for the reading broken out by kind of document, and then for how the mix of kinds has moved since the last time she looked. Revathi Balan can act on two readings side by side. She can do nothing at all with 94.2 per cent.

A reviewer sizes the work by asking where a misread is caught. Where a downstream check exists, the misread is cheap and the review is about whether the check really runs on every path. Where no check exists, every misread lands on a person, and the question becomes whether the desk is staffed for the volume. Neelima Rao's version of this question was simple: show me the errors nothing downstream would notice.

A customer manager uses it to know which complaints have an answer she can give today. If a file waited because a document was filed as the wrong kind, Ismail Sheikh's desk can say exactly what happened and point at the document. If a file waited because a whole kind of document reads badly, the honest answer is that the applicant is in a group the chain handles worse than average, and that is a different conversation, one that belongs with the people who chose which kinds to fit on.

India

Who sets expectations where documents are read by a component

Where a bank in India reads a customer's documents by machine to support a lending decision, the expectations on that bank sit with the Reserve Bank of India. The Reserve Bank publishes its position on outsourcing, digital lending, customer data and consent at rbi.org.in. Where the deployer is a market intermediary rather than a lender, the Securities and Exchange Board of India sets the equivalent expectations at sebi.gov.in. Requirements, thresholds and effective dates change, and the position published at the issuing body's own site is the one that governs.

Producing text, and everything that follows from a component writing rather than reading, is covered separately. How a text component is fitted, validated or measured is covered separately. How a paper document becomes an image, and how characters are recovered from that image, are also covered separately.

Sources

SourceDocumentSite
Reserve Bank of IndiaExpectations on a regulated lender covering outsourcing, digital lending, customer data and consentrbi.org.in
Securities and Exchange Board of IndiaExpectations where the deployer reading customer documents is a market intermediarysebi.gov.in
Bank for International SettlementsInternational supervisory material on the deployment of such systems by banksbis.org
Cathy O'NeilWeapons of Math Destruction, on a model's errors falling unevenly across the people it touchesCrown
Ajay Agrawal, Joshua Gans and Avi GoldfarbPrediction Machines, on a learned component producing something a person still has to act onHarvard Business Review Press

Sumeru Bank Limited, Karvani Textiles, Revathi Balan, Ismail Sheikh and Neelima Rao are invented.
Educational material. Not advice on any investment, tax, budget or market position.

← Previous
Fin Maverick Micro CoursesExplore Micro Courses
Fin Maverick BootcampsExplore Bootcamps
Fin Maverick

Finance education that ends in a job, not a certificate that gathers dust. Built for young India.

LEARN
CalculatorsFrameworksComparisonsCareersShowdown
RESOURCES
All CoursesMicro CoursesBootcampsInternships
COMPANY
AboutJob openingPartnership
LEGAL
Privacy PolicyTerms & ConditionsContent LicenseReturn & Refund Policy
© 2026 FIN MAVERICK / BUILT FOR INDIA.DO FINANCE, DO NOT JUST READ ABOUT IT.