RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
LangGraph: A library for building stateful, multi-agent applications with LLMs using graph structures
Serper API: A tool that enables LLMs to perform Google searches and retrieve web results
CourtListener: A legal research platform providing APIs for accessing US court opinions and filings
BM25: A ranking function used in information retrieval to estimate the relevance of documents to a search query
U-Score: A custom uncertainty metric proposed in this paper combining hedging, temporal vagueness, citation sufficiency, jurisdictional specificity, and decisiveness
DAG: Directed Acyclic Graph—a structure used here to define the flow of control between agents
chain-of-thought: A prompting technique where the model generates intermediate reasoning steps before the final answer