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 For Finance · CoreTrack
1AI, Automation & Digital Finance
iAI Foundations
Artificial Intelligence in FinanceAlgorithmNeural Networks and Deep LearningMachine LearningArtificial Intelligence vs Machine…Computer Vision in FinanceTraining Data and LabelsNatural Language Processing in Finance
iiGenerative AI
Generative AIGenerative AI vs Predictive AILarge Language ModelsEmbeddingsHallucinationFine TuningPrompting vs Fine TuningThe PromptThe Context WindowTool CallingGroundingVector DatabasesRetrieval Augmented GenerationRAG vs Fine Tuning
iiiAutomation and Workflow
Workflow AutomationAutomation vs AugmentationHow to Map a…Straight-Through Processing and Exception…Robotic Process AutomationRule EnginesMachine Learning vs Rule-Based…
ivDocument 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
vCustomer 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
viCredit 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…
viiGovernance, 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
viiiModel 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…

Retrieval Augmented Generation: Grounding in an Institution's Own Documents

Retrieval augmented generation means finding passages relevant to a question and supplying them to a generative component along with the question, so the answer is produced from material rather than from the component's own patterns alone. The component answers whatever it is given, and answers anyway when it is given nothing useful. The accuracy of the whole arrangement is therefore mostly the accuracy of the retrieval.

Two components sit in series here, and in most deployments only one of them has ever been examined. The generative one is the interesting one, the one people demonstrate and argue about and write policies for. The one in front of it decides the result. Sumeru Bank Limited, an invented bank, measured the two halves separately instead of reporting their combination, and its numbers settle that sentence rather than assert it. How passages are turned into positions, how a store is prepared, and how a component produces text are each covered separately. Retrieval augmented generation is what happens when the three are put in series.

What are the five steps, in the order they happen?

Consider a familiar exchange. A customer rings a bank helpline and asks whether a fee applies to an account. The person on the line does not answer from memory. The person types something, pulls up two or three screens, reads what is in front of them, and then answers. The quality of what the customer hears is decided in the seconds before the person speaks, when they either found the right screen or did not. If they pulled up the wrong product's fee schedule, they will read it out with exactly the same confidence.

Retrieval augmented generationFinding relevant passages and supplying them to a generative component along with the question, so the answer is produced from that material. is that arrangement, built. The arrangement has five steps, and all five are worth naming. People usually name two, and then wonder why the answers behave as they do.

FIVE STEPS, AND THE ONE THAT SETS THE CEILING FOR ALL THE OTHERS THE CEILING IS SET HERE 1 THE QUESTION A question arrives, in words, from a person or from a running step. 2 THE RETRIEVAL The store is searched and six passages come back. That set is all there will ever be. 3 THE SUPPLY The six passages and the question are handed over together, in one go. 4 THE ANSWER An answer is produced from what was handed over, in the set format. 5 THE POINTER A pointer to the passage used is attached, so a checker can go and look. EVERYTHING FROM STEP 3 ONWARD WORKS ON EXACTLY WHAT STEP 2 RETURNED. No later step can reach back into the store. A passage that was never returned is not available to be used, quoted or pointed at. Sumeru Bank Limited, invented. A store of 11,400 documents cut into 47,000 passages, six of them returned to every question. The arrangement described is this one bank's, at one point in one deployment, and no claim is made about any other.
The second step fixes the ceiling for the whole arrangement, because every later step works only on the six passages it returned and nothing downstream can reach back into the store for one it missed.

Sumeru Bank Limited runs this arrangement beside the drafting assistant on its retail loan intake chain. A desk officer stops on an exception, asks what the written procedure says, and the arrangement produces a paragraph. The store holds 11,400 documents cut into 47,000 passages, and six passages come back to every question. Six is a setting somebody chose. The contents of those six are not.

The arrows in the figure all point one way. There is no arrow going back from step 4 to step 2. The missing arrow is what makes the second step decisive. A generative component that has been handed six passages will work extremely hard on those six, and it has no way at all of asking for a seventh.

Try it out

Where do the passages come from, relative to the question being answered?

Why are the passages supplied with the question rather than looked up afterwards?

Because the order decides where the sentences of the answer come from. Hand the question over alone and the component produces something from a very large quantity of general writing that contains not one line of this bank's procedures. Hand it the passages first and the answer is assembled from material that exists, sitting in a store somebody at the bank is accountable for.

Supplying the passages is the whole of the word grounding, and the word is worth being blunt about. Grounding does not mean the answer is correct. Grounding means the answer had something in front of it. Supplying material changes where the sentences come from; it does not install any obligation to use them.

ONE DRAFTED NOTE, TRACED SENTENCE BY SENTENCE BACK TO WHAT WAS SUPPLIED THE DRAFTED NOTE, FOUR SENTENCES The declared monthly income of Rs 45,000/- was compared with a corroborated Rs 38,000/- from three months of statement. The gap of 15.6 per cent exceeds the tolerance written into the rule, so the file was routed to this desk rather than decided. The statement period accepted for corroboration on this product is three months. The applicant may ask for the tolerance to be reviewed within seven days of the decision. The fourth sentence traces to none of the six passages, and nothing in the note distinguishes it from the other three. THE SIX PASSAGES SUPPLIED WITH THE QUESTION PASSAGE 1 Exception handling procedure, stopped files PASSAGE 2 Income corroboration rule, declared against credits PASSAGE 3 Consent and records procedure, retention PASSAGE 4 Income corroboration rule, tolerance and routing PASSAGE 5 Personal loan terms, statement period accepted PASSAGE 6 Document checklist, retail file, salary credits Sumeru Bank Limited, invented. The note, the passages and the figures in them are the invented bank's own. The declared Rs 45,000/- against a corroborated Rs 38,000/- is this bank's worked case and not a rule anywhere.
Three of the four drafted sentences trace back to a specific passage that was supplied, and the fourth traces to nothing at all while reading exactly like the other three.

Nothing in the writing separates the fourth sentence from the first three. The fourth sentence is not vaguer, not hedged, not shorter. A sentence produced from nothing supplied looks precisely like a sentence produced from passage 4.

Try it out

Supplying six passages with the question changes one thing for certain. Which?

Where does the accuracy of the whole arrangement actually come from?

Sumeru Bank measured this properly, and that is rarer than it sounds. Somebody took 200 questions, and for each one recorded two things instead of one: whether the passage actually needed came back among the six, and whether the answer was right. RetrievalThe step that searches the store and returns passages for a question. and generation were scored apart before they were scored together.

The passage actually needed was among the six for 178 of the 200 questions. The hit rateHow often the passage actually needed is among the passages returned. The searching step owns this reading, not the component that writes the answer. is 89.0 per cent. On those 178, the answer was right 171 times, being 96.1 per cent. On the other 22 the answer was right 3 times, being 13.6 per cent. Add them: 171 plus 3 is 174 right out of 200, being 87.0 per cent overall.

The 200 questionsQuestionsRightWrongRight, per cent
The needed passage was among the six178171796.1
It was not, and the answer came anyway2231913.6
Both together, which is what gets reported2001742687.0

Splitting the 200 questions into the ones where the needed passage came back and the ones where it did not is the diagnostic method of this whole subject. The 87.0 per cent is not a property of the generative component. The 87.0 per cent is a weighted average of two wildly different numbers, 96.1 and 13.6, and the weights are set by the retrieval. Move the weights and the headline moves, with nothing whatsoever having changed about the component that writes the sentences.

ONE ACCURACY FIGURE, TWO POPULATIONS: 200 QUESTIONS AT ONE INVENTED BANK 0 25 50 75 100 3.9 PER CENT WRONG, BEING 7 QUESTIONS 96.1 PER CENT RIGHT 86.4% WRONG 13.6% RIGHT 87.0 PER CENT: THE ONE FIGURE THAT USUALLY GETS REPORTED 178 QUESTIONS, BEING 89.0 PER CENT: THE PASSAGE WAS AMONG THE SIX 22 QUESTIONS: IT WAS NOT Width is the share of questions and height is the share answered right, so the green area is 87.0 per cent of the whole. Sumeru Bank Limited, invented.
The reported 87.0 per cent is the green area of two columns of very different widths, one answered right 96.1 per cent of the time and the other 13.6 per cent, which is why the single figure is mostly a statement about the retrieval.

Now watch what happens when the retrieval improves and nothing else does. Take the hit rate from 89.0 to 95.0 per cent, hold the two conditional readings where they are, and the overall figure goes to 92.0 per cent. Take it down to 80.0 and the overall figure goes to 79.6. A six point swing in the headline, with the generative component untouched throughout.

EVERYTHING MOVES WITH THE RETRIEVAL, AND ONE LINE HARDLY MOVES AT ALL SHARE OF THE 200 QUESTIONS, PER CENT 100 75 50 25 0 60 70 80 100 RETRIEVAL HIT RATE, PER CENT 89.0 WHAT THE FOUR LINES ARE Answering anyway, right Declining, right Answering anyway, wrong Declining, wrong THE TRADE AT THE MEASURED 89.0 1.5 9.5 POINTS BOUGHT POINTS PAID Sumeru Bank Limited, invented. The two conditional readings, 96.1 and 13.6 per cent, are held fixed as the hit rate moves, which a real change to the retrieval would not do exactly.
The overall share of right answers rises almost in step with the hit rate under either arrangement, while the share of wrong answers is the reading that separates them, falling steeply under one and staying near flat under the other.
Try it out

Overall accuracy on the 200 questions is 87.0 per cent. What does that establish about the generative component?

Try it out

The retrieval is improved and the hit rate goes from 89.0 to 95.0 per cent. Nothing about the generative component changes. What happens to overall accuracy?

AI For Finance Bootcamp — Fin Maverick

What happens on the questions where the needed passage was returned?

On those 178, the arrangement did what it was built to do. The answer was right 171 times. The remaining 7 are the interesting ones, and they are only 3.9 per cent of the population where everything upstream worked.

The 7 wrong answers are the honest residue of the generative step. The material was there, in front of it, and the answer still came out wrong: a condition read past, a figure restated from the wrong line, an obligation stated more broadly than the passage stated it. Seven questions in 178 is the size of the problem that is genuinely about the component writing the answer, and at this bank it was a small problem sitting underneath a much larger one.

The size of that residue decides where effort goes. A team that hears 13.0 per cent wrong will start rewriting instructions, trialling adjustments to the component, and arguing about how the answer is produced. All of that work aims at 3.5 points of the 13.0. The other 9.5 points sit in a step nobody in that meeting has opened.

Try it out

On the 178 questions where the passage was found, 7 answers were still wrong. What is the right way to read those 7?

What happens on the questions where it was not?

Twenty two questions, and on every one of them the store held nothing useful among the six that came back. Not nothing at all: six passages did arrive, on roughly the right subject, looking exactly like the six that arrive when the answer is present. The needed one simply was not among them.

The component answered all 22. The answer was right on 3 of them, being 13.6 per cent, and those three are luck rather than skill: general knowledge of how such procedures usually read, landing on the version this bank happened to have written. The answer was wrong on 19.

Nineteen wrong answers out of a total of 26 wrong answers means 73.1 per cent of everything this arrangement got wrong came from 11.0 per cent of the questions. Errors cluster the same way exception causes cluster on the intake chain: a small, identifiable population producing most of the damage. A population that can be named can be acted on; an average on its own leaves nothing to act on.

What does answering anyway buy, and what does it pay?

Answering anywayProducing an answer when nothing useful was retrieved, rather than saying that nothing useful was found. is the default behaviour. There is no state inside the arrangement corresponding to having found nothing, and no step in the five that tests for it. Six passages arrived, they were handed over, an answer was produced from them. As far as the arrangement is concerned that is a completed job.

So price it. Answering anyway got 3 questions right that would otherwise have produced no answer, being 1.5 points of the 200. Answering anyway got 19 questions wrong that would otherwise have produced no answer, being 9.5 points. For every one extra right answer it buys, it pays six and a third wrong ones. Counted rather than shared out, the number of wrong answers goes from 7 to 26, or 3.71 times as many.

WHAT HAPPENED ON THE 22 QUESTIONS WHERE NOTHING USEFUL CAME BACK THE ARTEFACT: ONE OF THE 19 THE QUESTION ASKED What does the procedure say about a file stopped twice in one month? WHAT CAME BACK: SIX PASSAGES, NONE OF THEM THE ONE near, but not it near, but not it near, but not it near, but not it near, but not it near, but not it WHAT WAS PRODUCED A file stopped twice in the same month is escalated to the desk head before any further review, and the applicant is informed of the delay in writing. No hedge, no qualifier, no note that the six passages did not contain it. It is the same length, the same tone and the same format as a right answer, and a pointer to one of the six near passages is attached to it. THE COST, COUNTED IN QUESTIONS 22 questions found nothing useful. 3 right being 1.5 points bought 19 wrong being 9.5 points paid Six and a third wrong answers for every one extra right answer. Wrong answers across the whole 200 go from 7 to 26, being 3.71 times. Nobody chose this. It is what happens when nothing is written to stop it. Sumeru Bank Limited, invented. The drafted sentence shown is the invented bank's own and states no rule that exists anywhere.
The answer produced when nothing useful was retrieved carries no hedge, no qualifier and a pointer to a near passage, so it is indistinguishable from a right answer at the moment somebody has to decide whether to trust it.

The failure: a trade nobody chose, running by default

Set the trade out plainly and it is absurd. Buy 1.5 percentage points of correct answers, pay 9.5 percentage points of confidently wrongAn answer that is wrong and carries no signal in its wording, length or tone that it might be. ones. Nobody would sign such a trade knowingly. The trade is the default behaviour of every arrangement of this kind unless somebody writes the instruction that stops it, and at Sumeru Bank that instruction was part 6 and it did not exist for the first three months the arrangement ran.

The reason the trade survives is not that anyone defends it. The reason is that the trade improves the only number usually reported. 87.0 per cent correct reads better than 85.5 per cent correct, and on that measure it genuinely is better. The 11.0 per cent of questions that would have produced no answer have quietly become 9.5 points of wrong answers and 1.5 points of right ones, and a single accuracy figure cannot see the difference. The trade has the same shape as a shopkeeper who never says he is out of stock and hands the customer something similar instead: his sales figure improves, and every complaint that follows arrives at a different desk.

Who makes this mistake: a project team reporting one accuracy number to a steering group, and a steering group that asks for one. The cost: the reported figure improves while the count of wrong answers reaching a person nearly quadruples, and the objectively worse arrangement is the one that gets approved.

Try it out

Why does answering anyway survive in most deployments?

Breaking Into Quants Bootcamp — Fin Maverick Ratio Analysis That Says Something — free micro-course from Fin Maverick

What would declining have cost instead?

DecliningProducing no answer, and saying so, because nothing useful was retrieved. means the component says it did not find material that supports an answer, and stops. Run the same 200 questions through an arrangement that declines and the readings are 85.5 per cent right, 3.5 per cent wrong and 11.0 per cent declined.

Notice what has happened to each column. The right answers fall by 1.5 points, a fall that is real and should be stated. The wrong answers fall from 13.0 per cent to 3.5, a fall of nearly three quarters. And an eleven point block appears that did not exist before: questions with no answer. A question with no answer is a state somebody can see, count, route to a person and put in a report.

THE SAME 200 QUESTIONS, TWO ARRANGEMENTS, THREE OUTCOMES EACH IF IT ANSWERS ANYWAY 13.0 87.0 The 22 questions that found nothing useful are spread into the green and the red, and no line anywhere records that they ever existed. Right 87.0 Wrong 13.0 Declined none REPORTED ACCURACY: 87.0 PER CENT IF IT DECLINES INSTEAD 11.0 85.5 3.5 wrong The same 22 questions sit in their own block, visible, countable, and available to route to a person. Right 85.5 Wrong 3.5 Declined 11.0 REPORTED ACCURACY: 85.5 PER CENT Sumeru Bank Limited, invented. The declining arrangement is arithmetic on the same measured readings, not a second measurement of a differently instructed arrangement.
Both arrangements report a single accuracy figure in the high eighties, and the one that reports the better figure is the one carrying nearly four times as many wrong answers.

Put the two reported figures side by side and the problem is obvious: 87.0 and 85.5. A committee choosing between them on that line alone chooses the worse arrangement, and does so reasonably. Nothing on that line says the first arrangement has 26 wrong answers in it and the second has 7. The count of declined answers is not a nice extra to report; without it the accuracy figure is not interpretable at all.

Try it out

Before the control below is moved: the component declines instead of answering when nothing useful is found. What happens to the share of right answers?

Play with it

Move the retrieval hit rate and watch 200 questions change colour

Each grid is the same 200 questions. The left grid answers anyway; the right grid declines. Only the hit rate moves.

Retrieval hit rate: 89.0 per cent

200 QUESTIONS, ONE DOT EACH, UNDER TWO ARRANGEMENTS At a hit rate of 89.0 per cent the needed passage came back for 178 of the 200 questions. IF IT ANSWERS ANYWAY IF IT DECLINES INSTEAD Right, passage found Right on luck, nothing found Wrong Declined, no answer produced 87.0 right, 13.0 wrong, none declined 85.5 right, 3.5 wrong, 11.0 declined Sumeru Bank Limited, invented. Six passages returned throughout. Educational illustration.
Retrieval hit rate
89.0
per cent of questions where the needed passage came back
Answering anyway
87.0
13.0 per cent wrong, none declined
Declining instead
85.5
3.5 per cent wrong, 11.0 per cent declined

At the measured hit rate of 89.0 per cent, answering anyway gives 87.0 per cent right and 13.0 per cent wrong with nothing declined, while declining gives 85.5 per cent right, 3.5 per cent wrong and 11.0 per cent declined.

Educational illustration. The worked default is the measured reading: a hit rate of 89.0 per cent giving 87.0 per cent right and 13.0 per cent wrong when the component answers anyway, against 85.5 right, 3.5 wrong and 11.0 declined when it does not. Assumptions held constant: 200 questions at one invented bank, six passages returned throughout, and the two conditional readings of 96.1 and 13.6 per cent held fixed as the hit rate moves, which a real change to the retrieval would not do exactly. Dot counts are the percentages rounded to whole questions. Every figure is Sumeru Bank Limited's own and describes one deployment.

Document Extraction in Finance teaches you to design an extraction pipeline for a financial document and set the confidence threshold honestly.

Why must the two numbers be measured separately?

Because a single figure moves for opposite reasons and offers no way to tell which. Suppose the reported accuracy falls from 87.0 to 84.0 per cent one quarter. Working the arithmetic backwards on the two conditional readings gives two clean stories, and both fit.

Story one: the retrieval got worse. Hold the two conditional readings fixed and a hit rate falling from 89.0 to about 85.3 per cent produces exactly 84.0 overall. Nothing about the generative component changed. Something upstream did: new documents added without being cut properly, a whole class of question arriving that the store was never stocked for, an old version competing for the six places.

Story two: the retrieval was untouched and the answers got worse. Holding the hit rate at 89.0 and letting the accuracy given a hit fall from 96.1 to about 92.7 per cent lands on 84.0 as well. Two repairs with nothing in common, and the reported figure is identical under both. Both of these are arithmetic on the bank's locked readings rather than measurements the bank took.

TWO NUMBERS GO IN, ONE COMES OUT, AND THE ONE THAT COMES OUT CANNOT BE READ BACK NUMBER ONE: THE RETRIEVAL 89.0 per cent the needed passage came back NUMBER TWO: THE GENERATION 96.1 per cent right when it did come back WHAT USUALLY GETS REPORTED 87.0 per cent right THE REPORTED FIGURE FALLS TO 84.0 PER CENT. TWO THINGS COULD HAVE HAPPENED. THE RETRIEVAL FELL Hit rate 89.0 down to about 85.3 per cent. Right given a hit unchanged at 96.1. Repair: the store, the cutting, the search. THE GENERATION FELL Hit rate unchanged at 89.0 per cent. Right given a hit 96.1 down to about 92.7. Repair: the instruction, the format, the check. Sumeru Bank Limited, invented. The two 84.0 per cent readings are arithmetic on the bank's own locked readings and were not separately measured.
A three point fall in the reported figure can be a fall of 3.7 points in the hit rate or a fall of 3.4 points in the accuracy given a hit, and the two need completely different repairs.
Try it out

Overall accuracy fell by three points this quarter. What could have caused it?

What does this arrangement not fix?

Deployments usually assume away the second half of this list. The arrangement supplies material and attaches a pointer, and supplying and pointing is the entire scope of the arrangement.

The arrangement does not decide whether the passage that came back is the version in force today. The arrangement does not check that the passage supports the sentence written from it. The arrangement has no behaviour at all for the case where nothing useful came back, unless somebody wrote one. Each of those three is an arrangement built around this one, and not a single one of them arrives with it.

FOUR THINGS PEOPLE THINK IT SETTLES, AND WHAT IT ACTUALLY SETTLES THE QUESTION WHAT THE ARRANGEMENT ACTUALLY DOES Was material relevant to the question put in front of the component at all? YES. THIS IS THE WHOLE OF WHAT IT DOES. Six passages, found by subject, handed over with the question. Is the passage that came back the version in force today? NOT DECIDED HERE. It depends on what is recorded beside each passage and filtered. Does the passage pointed at actually support the sentence that was written? NOT DECIDED HERE. Somebody still reads the passage against the sentence. What happens when nothing useful came back among the six? NOT DECIDED HERE. It is written into the instruction, or it defaults to answering anyway. Three of the four are arrangements built around this one, and none of the three arrives with it. Sumeru Bank Limited, invented. What was and was not in place is this one bank's, at one point in one deployment.
Only the first of the four questions is settled by supplying passages, and the other three are separate arrangements a deployment has to build, buy or write for itself.
Try it out

Which of these does the arrangement fix on its own?

Which two numbers show whether it is working?

Two, reported side by side, always. How often the needed passage is among those returned, and how often the answer is right given that it was. At Sumeru Bank those were 89.0 per cent and 96.1 per cent. Every diagnosis of this kind depends on having the two numbers apart, and none is possible from their combination.

A third line belongs beside them: how many questions produced no answer. Without that line the first two can be reconstructed only by someone who already knows they exist. An arrangement reported as one accuracy figure is an arrangement nobody can diagnose, improve or safely compare against anything.

Reporting the parts is a general habit rather than a technical trick, and it is the same habit that stops a household misreading its own month. Total spending went up by six thousand rupees. Was that more trips to the market, or the same trips costing more? The total cannot say, and the two have different answers. DecompositionSplitting one reported figure into the separate parts that produced it, so that a movement in the figure can be traced to a cause. is what turns a number that can be watched into a number that can be acted on.

Who at this bank actually needs the decomposition, and for what?

Four people, four different uses of the same two numbers

Revathi Balan, accountable for the scoring model on the same intake chain, reads the decomposition as a scoping question rather than a performance one. If the wrong answers concentrate in the questions where nothing was found, then the control that matters is the behaviour when nothing is found, and that is a line of written instruction rather than a change to any component. She does not need to understand how the answer is produced to sign off that control, and that is exactly why the decomposition is worth insisting on before the meeting rather than during it.

Neelima Rao, doing an independent review, goes at it from the measurement rather than from the output. She asks a single question: were the two numbers recorded separately at the time, or reconstructed afterwards? If nobody wrote down whether the needed passage came back, the accuracy figure cannot be decomposed later and the whole quarter of measurement produces one uninterpretable number. Neelima Rao can write that finding without reading a single answer.

Ismail Sheikh, running the exception desk, uses it to decide what he is asking his officers to do. If the arrangement declines when it finds nothing, an officer is checking a draft against a passage. If it answers anyway, that officer is also silently being asked to notice the answers that came from nowhere. Spotting something that is not there is the slowest kind of checking there is. At the month 10 reading, verification stood at 6 minutes a note across about 3,010 exception notes a month, being 18,060 minutes or about 301 hours of somebody's reading time, and at the bank's assumed fully loaded cost of Rs 9,00,000/- a post that is about Rs 19,35,000/- a year. The yearly figure is arithmetic on the bank's locked figures rather than a separately measured amount, and it is the budget line that pays for the third of the five checks.

Ashok Pillai, in technology risk, uses it as a register question rather than a measurement question. An arrangement of this kind is two components, and if only one of them is written down, the register is wrong in a way that no amount of monitoring on the recorded one will reveal.

India

Where an answer produced from internal documents reaches a customer

Where a regulated lender in India states a position to a customer that was produced from its own internal documents, the expectations on that lender covering records, disclosure, outsourcing and the use of customer data sit with the Reserve Bank of India, which publishes its position at rbi.org.in. Where the deployer is a market intermediary rather than a lender, the equivalent expectations are set by the Securities and Exchange Board of India at sebi.gov.in. Requirements, thresholds and effective dates change, and the current position appears at the issuing body's own site.

Embeddings and the contents of a passage store are covered under embeddings and vector stores, and how a generative component produces text is covered separately. How a pointer is attached, and how a pointer can be attached to the wrong passage, is covered separately, and so is the behaviour of the store as a running system. Adjusting a component with worked examples, and how adjusting compares with supplying material, is covered under fine tuning. How any component is fitted, validated or measured is covered separately.

Sources

SourceDocumentSite
Reserve Bank of IndiaExpectations on a regulated lender covering records, disclosure, outsourcing and the use of customer datarbi.org.in
Securities and Exchange Board of IndiaEquivalent expectations where the deployer is a market intermediary rather than a lendersebi.gov.in
Bank for International SettlementsInternational supervisory material on the deployment of such arrangements by banksbis.org
Ajay Agrawal, Joshua Gans and Avi GoldfarbPrediction Machines, for the framing of a learned component as producing something a person still has to act onHarvard Business Review Press

Sumeru Bank Limited, its retail loan intake chain, Revathi Balan, Neelima Rao, Ismail Sheikh and Ashok Pillai are invented.
Educational material. Not advice on any investment, tax, budget or market position.

← PreviousNext →
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.