ML models power case outcome prediction, TAR document review, risk scoring, and pattern detection — learning from historical data to improve legal decision-making.
Machine learning — the branch of AI where models learn patterns from data rather than following explicit rules — underpins many of the most impactful legal AI applications. Unlike rule-based systems that require manual programming of every scenario, ML models improve automatically as they process more data, making them ideal for the pattern-rich, data-intensive tasks that characterize legal practice. From predicting litigation outcomes to scoring document relevance in e-discovery, ML algorithms find patterns in legal data that humans cannot detect at scale.
The primary ML approaches in legal AI include supervised learning, unsupervised learning, and reinforcement learning. Supervised learning — where models learn from labeled examples — powers TAR (technology-assisted review), contract clause classification, and case outcome prediction. An e-discovery TAR model trained on attorney relevance decisions learns to identify similar relevant documents, achieving recall rates of 80-90% while dramatically reducing the volume of documents requiring human review. Unsupervised learning discovers patterns without labeled data — Luminance's contract AI uses unsupervised learning to identify anomalous clauses that deviate from patterns across a document set, even without being told what to look for.
Predictive analytics applies ML to forecast future outcomes based on historical patterns. In litigation, models trained on millions of court records predict case outcomes, estimate damages ranges, and forecast case duration. In corporate legal, predictive models forecast legal spend, identify contracts at risk of dispute, and score vendor compliance risk. In compliance, ML models predict which transactions are most likely to involve suspicious activity, enabling risk-based monitoring that focuses resources on genuine threats. The accuracy of these predictions depends on data quality and volume — well-established case types with abundant data yield much better predictions than novel legal questions with limited historical precedent.
Rules-based systems follow explicit if-then logic programmed by humans — for example, flag any contract where indemnification exceeds $10M. ML systems learn patterns from data: after seeing thousands of contracts, an ML model might learn that indemnification caps are typically 1-2x contract value and flag deviations automatically, even without being given a specific threshold. Rules-based systems are predictable but rigid; ML systems adapt to new patterns but require training data and can produce unexpected results. Most legal AI platforms combine both: ML for pattern recognition and anomaly detection, rules for known business logic and regulatory requirements.