# hallucination
標記為「hallucination」的 10 篇文章
函式幻覺利用
利用模型對不存在 API 之函式呼叫幻覺傾向以進行資訊揭露。
案例研究:律師引用幻覺判例
分析 Mata v. Avianca 案件 — 律師提交了由 AI 幻覺產生的法律引文。
錯誤資訊生成
將 LLM 武器化以大規模生成令人信服之虛假內容,包括假文章、自動化宣傳,以及利用幻覺。
法律研究投毒
針對 AI 驅動法律研究平台的對抗性攻擊:引用幻覺利用、判例資料庫投毒、先例操縱,以及針對對造律師 AI 工具的對抗性書狀產生。
法律 AI 幻覺風險
法律 AI 系統中幻覺風險的分析與真實世界的虛構引用事件。
實作:幻覺偵測基礎
學習 to detect and trigger hallucinations in LLM outputs including factual errors, fabricated citations, and invented APIs.
實驗室: Citation Fabrication
動手實驗室,主題為getting RAG systems to cite documents that don't exist or misattribute quotes to legitimate sources.
實驗:利用 LLM 幻覺
利用幻覺傾向,觸發捏造的工具呼叫、虛構的 API 端點與虛假事實注入。
模擬:法律 AI 紅隊
針對 AI 驅動之法律研究與合約分析平台之紅隊委任模擬,涵蓋引用幻覺、特權洩漏與對抗條款注入。
Hallucination Detection
Step-by-step walkthrough for detecting and flagging hallucinated content in LLM outputs, covering factual grounding checks, self-consistency verification, source attribution validation, and confidence scoring.