mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 08:29:28 +00:00
8 lines
368 B
Python
8 lines
368 B
Python
"""**Fallacy Removal** Chain runs a self-review of logical fallacies
|
|
as determined by paper
|
|
[Robust and Explainable Identification of Logical Fallacies in Natural
|
|
Language Arguments](https://arxiv.org/pdf/2212.07425.pdf).
|
|
It is modeled after `Constitutional AI` and in the same format, but applying logical
|
|
fallacies as generalized rules to remove them in output.
|
|
"""
|