mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
4159a4723c
Added missed module descriptions. Fixed format.
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.
|
|
"""
|