Abstract
The application of Large Language Models (LLMs) in legal technology presents significant risks regarding hallucinated citations. This paper explores the efficacy of Retrieval-Augmented Generation (RAG) architectures in mitigating these risks.
Methodology
We indexed 10,000 public court rulings using OpenAI text-embedding-3-large and implemented a hybrid search approach (Dense Vector + BM25).