Solvers#

Dummy Solvers#

FactCheckGPT Solvers#

Factool Solvers#

factool.all_pass_abstain_detector.AllPassAbstainDetector(args)

A solver to detect if all the claims are abstained (i.e., no claim is made).

factool.concat_response_regenerator.ConcatResponseRegenerator(args)

A solver to concatenate the edited claims into a single document.

factool.factool_blackbox_post_editor.FactoolBlackboxPostEditor(args)

A solver to post-process the results of the Factool black box model.

factool.factool_blackbox.FactoolBlackboxSolver(args)

A solver to process the response using the Factool black box model.

factool.factool_claim_examiner.FactoolClaimExaminer(args)

A solver to examine the claims in a response.

factool.factool_decontextualizer.FactoolDecontextualizer(args)

A solver to extract claims from a response.

factool.factool_evidence_retriever.FactoolEvidenceRetriever(args)

A solver to retrieve evidences for a list of evidence.

factool.factool_post_editor.FactoolPostEditor(args)

A solver to post-process the results of the Factool model.

RARR Solvers#

Tutorial Solvers#

WebService Solvers#