산업 가이드

AI in Legal Research and Case Law Search

AI legal research tools use natural-language search and large language models to find, rank and summarize statutes, cases and secondary sources, usually grounding their answers in a curated legal database.

  • 4분 읽기
  • 마지막 업데이트
이 페이지에서4분 읽기
  1. 개요
  2. 심층 분석
  3. 전략적 영향
  4. The Future of AI in Legal Research and Case Law Search
  5. 실제 구현
  6. 위험 및 가드레일
  7. 구현 로드맵
  8. 계속 탐색하세요
  9. 자주 묻는 질문

개요

They matter because they can cut hours of research down to minutes. Lawyers still answer for every citation they file, though, and courts have sanctioned attorneys whose briefs cited cases an AI invented.

심층 분석

Legal research has run on computers for decades. Westlaw and LexisNexis built keyword and Boolean search over case law starting in the 1970s. The newer generation of tools adds two capabilities. The first is semantic search, which turns queries and passages into numerical vectors (embeddings), so a tool can find a relevant opinion even when it uses different words than the query. The second is generative models, which read the retrieved passages and draft an answer or a memo. Major products include Thomson Reuters' CoCounsel (built on Casetext, which Thomson Reuters acquired in 2023), AI features in Westlaw and Lexis+ AI, and Harvey, which is popular with large firms. Most legal-specific tools use retrieval-augmented generation. They search a curated database of real authorities first, then ask the model to answer from what was retrieved, with citations linking back to the sources. The main risk is hallucination. By default, a general chatbot does not look anything up. It predicts plausible text, and a plausible legal citation has a case name, reporter volume and page number whether or not the case exists. In Mata v. Avianca (2023), attorneys filed a brief citing several cases that ChatGPT had invented, and they stood by those cases when the court questioned them. Judge P. Kevin Castel imposed a $5,000 sanction. Courts have reported many similar incidents since, and some judges now require lawyers to disclose or certify how they used generative AI. A common misconception is that retrieval solves the problem. It reduces fabricated citations, but a tool can still cite a real case for a point it does not support, misstate a holding, or miss that a case was overruled. A 2024 study by Stanford researchers found that leading legal research tools still gave incorrect or misgrounded answers to a meaningful share of test questions, though less often than general-purpose chatbots. Professional rules put the responsibility on the lawyer who signs the filing, not on the software.

전략적 영향

맥락과 규칙

산업적 맥락은 AI 아이디어가 현실과의 접촉에서 살아남는지 여부를 결정합니다.

품질 관리

도메인 제약 조건은 허용 가능한 오류율과 감독 모델에 영향을 미칩니다.

빌드 선택

성공적인 배포는 기술 역량을 일선 워크플로에 맞춰 조정합니다.

The Future of AI in Legal Research and Case Law Search

Expect AI to be tied more closely to citators, court dockets and firms' own document collections, and expect more agent-style tools that draft whole research memos. Courts and bar associations will probably keep refining their rules on disclosure and verification. The American Bar Association issued its first formal ethics opinion on generative AI, Formal Opinion 512, in 2024. Open questions include how to measure accuracy independently, how to price these tools so smaller firms and courts are not left behind, and how law schools should teach verification. The lasting skill has not changed: read the authority before you cite it.

실제 구현

An associate asks the AI assistant in Westlaw or Lexis+ AI whether a noncompete is enforceable against a low-wage worker in her state. She gets a summary with linked cases, then runs each one through KeyCite or Shepard's before relying on it.

A litigation team uploads opposing counsel's brief, and a tool flags cited cases that have since been reversed, overruled or distinguished. The team uses the list as a starting point for its reply.

A solo practitioner uses semantic search to find opinions about a customer slipping on a wet supermarket floor, even though the opinions say 'premises liability' and 'spilled liquid' rather than his exact words.

In Mata v. Avianca (S.D.N.Y. 2023), lawyers filed a brief citing cases that ChatGPT had fabricated and did not verify them. The judge fined them $5,000.

위험 및 가드레일

  • 규제 요구 사항으로 인해 강력한 프로토타입이 무효화될 수 있습니다.

  • 과거 데이터에는 특정 커뮤니티에 해를 끼치는 편견이 포함될 수 있습니다.

  • 레거시 시스템은 통합 병목 현상과 숨겨진 비용을 발생시킬 수 있습니다.

구현 로드맵

  1. 문제 프레이밍부터 평가까지 도메인 전문가를 참여시킵니다.

  2. 출시 전에 감사 추적 및 문서를 설계하세요.

  3. 규정 준수 및 안전 의무를 조기에 검증하십시오.

  4. 명확한 중지 및 롤백 기준을 사용하여 단계적으로 롤아웃합니다.

계속 탐색하세요

Free newsletter

Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

퀴즈 시작

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

자주 묻는 질문

What is AI in Legal Research and Case Law Search?

AI legal research tools use natural-language search and large language models to find, rank and summarize statutes, cases and secondary sources, usually grounding their answers in a curated legal database. They matter because they can cut hours of research down to minutes. Lawyers still answer for every citation they file, though, and courts have sanctioned attorneys whose briefs cited cases an AI invented.

Why were the attorneys in Mata v. Avianca (2023) sanctioned?

The brief cited cases that did not exist, which ChatGPT had fabricated. The lawyers did not verify them and defended them when challenged, and the court fined them $5,000. The lawyer, not the tool, is responsible for checking every citation.

What does retrieval-augmented generation (RAG) do in a legal research tool?

RAG grounds the model's answer in documents retrieved from a real legal database, with citations back to those sources. This lowers the risk of made-up authorities, but it does not remove it.

Why can a general-purpose chatbot produce convincing citations to cases that do not exist?

A language model generates likely-sounding text. A legal citation has a predictable format (case name, reporter volume, page), so the model can produce one that looks right even when no such case exists.

What does it mean when a legal AI answer is 'misgrounded'?

Misgrounding differs from fabrication. The source exists, but it does not say what the answer claims. Automated citation checks will not catch it. Only reading the cited passage will.

In hybrid retrieval, what is the keyword index (such as BM25) especially good at catching?

Keyword search is precise for exact strings like a statute section or a party's name. Embedding search covers conceptual matches, and combining the two works better than either alone.