Large Language Model
AI system trained on vast text data to understand and generate human language across many tasks.
FAQs
How are financial institutions using large language models today?
Financial institutions are deploying LLMs across multiple workflows: document intelligence (extracting structured data from unstructured contracts, loan agreements, and financial statements), customer service automation (handling routine inquiries about accounts, transactions, and products), compliance screening (reviewing communications for policy violations and potential market abuse patterns), credit underwriting support (analyzing business narratives in loan applications), regulatory filing analysis (parsing 10-K filings and regulatory documents for material changes), and research synthesis (summarizing analyst reports and earnings calls). Early deployments focus on workflows where human review remains a requirement, using LLMs to accelerate rather than replace human judgment.
What is context length and why does it matter for financial document processing?
Context length refers to the maximum amount of text (measured in tokens—roughly 3/4 of a word) an LLM can process in a single inference call. Early LLMs had 4,000–8,000 token limits (roughly 3,000–6,000 words); newer models support 128,000 tokens or more (100,000+ words). Context length matters enormously for financial applications: a full annual report (10-K) may be 200+ pages; an LLM with short context can only process portions at a time, potentially missing cross-document relationships. Long-context models can process entire contracts, multi-year financial statements, or earnings call transcripts in one pass, enabling more comprehensive analysis and reducing the complexity of chunking and retrieval strategies.
What are the key risks of using LLMs in financial workflows?
Key risks include: hallucination (LLMs confidently generating plausible but factually incorrect information—particularly dangerous for financial data extraction and analysis); data privacy violations if sensitive customer or employee data is sent to third-party model APIs without appropriate data processing agreements; regulatory non-compliance if AI-assisted decisions in lending, insurance, or investment advice don't meet explainability requirements; model bias affecting credit or risk decisions in discriminatory ways; over-reliance on AI outputs by human reviewers (automation complacency); and cybersecurity risks including prompt injection attacks targeting LLM-powered financial applications. Governance frameworks for AI in financial services are rapidly evolving, with increasing regulatory guidance from the OCC, CFPB, and international financial regulators.
Related Terms
Natural Language Processing
AI field enabling computers to understand, interpret, and generate human language from text or speech.
Generative AI
AI systems capable of creating new content—text, images, code, or data—based on patterns learned from training.
Retrieval-Augmented Generation
AI technique grounding language model responses in specific retrieved documents to improve accuracy.
AI Hallucination
AI model generating confident but factually incorrect or fabricated information not grounded in reality.