This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| critic_self_correction [2026/03/25 15:21] – Create CRITIC page: LLM self-correction via tool-interactive critiquing agent | critic_self_correction [2026/03/30 22:20] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== CRITIC: LLMs Can Self-Correct with Tool-Interactive Critiquing ====== | ====== CRITIC: LLMs Can Self-Correct with Tool-Interactive Critiquing ====== | ||
| - | CRITIC is a framework that enables large language models to **self-correct their outputs by interacting with external tools** such as search engines and code interpreters. Introduced by Gou et al. (2023), CRITIC implements a verify-then-revise loop inspired by human critical thinking: generate an initial response, use tools to critique it, then revise based on evidence. | + | CRITIC is a framework that enables large language models to **self-correct their outputs by interacting with external tools** such as search engines and code interpreters.(([[https:// |
| ===== Overview ===== | ===== Overview ===== | ||
| Line 87: | Line 87: | ||
| return response | return response | ||
| </ | </ | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 100: | Line 94: | ||
| * [[self_correction_agents|Self-Correction in LLM Agents]] | * [[self_correction_agents|Self-Correction in LLM Agents]] | ||
| + | ===== References ===== | ||