mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
5 lines
297 B
Python
5 lines
297 B
Python
|
"""The Chain runs a self-review of logical fallacies as determined by this paper \
|
||
|
categorizing and defining logical fallacies https://arxiv.org/pdf/2212.07425.pdf. \
|
||
|
Modeled after Constitutional AI and in same format, but applying logical \
|
||
|
fallacies as generalized rules to remove in output"""
|