Hasan Iqbal commited on
Commit
46e8bf4
1 Parent(s): 1261ba6

Removed autodoc files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +4 -1
  2. docs/src/reference/api/openfactcheck.FactCheckerState.rst +0 -25
  3. docs/src/reference/api/openfactcheck.OpenFactCheck.rst +0 -39
  4. docs/src/reference/api/openfactcheck.Solver.rst +0 -26
  5. docs/src/reference/api/openfactcheck.StandardTaskSolver.rst +0 -32
  6. docs/src/reference/api/openfactcheck.errors.ConfigError.rst +0 -6
  7. docs/src/reference/api/openfactcheck.errors.ConfigValidationError.rst +0 -6
  8. docs/src/reference/api/openfactcheck.evaluator.CheckerEvaluator.rst +0 -24
  9. docs/src/reference/api/openfactcheck.evaluator.LLMEvaluator.rst +0 -51
  10. docs/src/reference/api/openfactcheck.evaluator.ResponseEvaluator.rst +0 -27
  11. docs/src/reference/api/openfactcheck.lib.CustomFileLoggingFormatter.rst +0 -37
  12. docs/src/reference/api/openfactcheck.lib.CustomStreamLoggingFormatter.rst +0 -44
  13. docs/src/reference/api/openfactcheck.lib.OpenFactCheckConfig.rst +0 -24
  14. docs/src/reference/api/openfactcheck.lib.SolversConfig.rst +0 -23
  15. docs/src/reference/api/openfactcheck.lib.get_logger.rst +0 -6
  16. docs/src/reference/api/openfactcheck.lib.set_logger_level.rst +0 -6
  17. docs/src/reference/api/openfactcheck.solvers.dummy.confused_claim_examiner.ConfusedClaimExaminer.rst +0 -32
  18. docs/src/reference/api/openfactcheck.solvers.dummy.fake_claim_extractor.FakeClaimExtractor.rst +0 -32
  19. docs/src/reference/api/openfactcheck.solvers.dummy.ignorant_search_engine_retriever.IgnorantSearchEngineRetriever.rst +0 -32
  20. docs/src/reference/api/openfactcheck.solvers.dummy.useless_response_regenerator.UselessResponseRegenerator.rst +0 -32
  21. docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_cp.FactCheckGPTClaimProcessor.rst +0 -32
  22. docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_rtv.FactCheckGPTRetriever.rst +0 -42
  23. docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_vfr.FactCheckGPTVerifier.rst +0 -36
  24. docs/src/reference/api/openfactcheck.solvers.factool.all_pass_abstain_detector.AllPassAbstainDetector.rst +0 -32
  25. docs/src/reference/api/openfactcheck.solvers.factool.concat_response_regenerator.ConcatResponseRegenerator.rst +0 -32
  26. docs/src/reference/api/openfactcheck.solvers.factool.factool_blackbox.FactoolBlackboxSolver.rst +0 -32
  27. docs/src/reference/api/openfactcheck.solvers.factool.factool_blackbox_post_editor.FactoolBlackboxPostEditor.rst +0 -32
  28. docs/src/reference/api/openfactcheck.solvers.factool.factool_claim_examiner.FactoolClaimExaminer.rst +0 -32
  29. docs/src/reference/api/openfactcheck.solvers.factool.factool_decontextualizer.FactoolDecontextualizer.rst +0 -32
  30. docs/src/reference/api/openfactcheck.solvers.factool.factool_evidence_retriever.FactoolEvidenceRetriever.rst +0 -32
  31. docs/src/reference/api/openfactcheck.solvers.factool.factool_post_editor.FactoolPostEditor.rst +0 -32
  32. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_agreement_gate.RARRAgreementGate.rst +0 -32
  33. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_concat_response_regenerator.RARRConcatResponseRegenerator.rst +0 -32
  34. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_editor.RARREditor.rst +0 -32
  35. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_llm_retriever.RARRLLMRetriever.rst +0 -32
  36. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_question_generator.RARRQuestionGenerator.rst +0 -32
  37. docs/src/reference/api/openfactcheck.solvers.rarr.rarr_search_engine_retriever.RARRSearchEngineRetriever.rst +0 -32
  38. docs/src/reference/api/openfactcheck.solvers.tutorial.all_pass_abstain_detector.AllPassAbstainDetector.rst +0 -32
  39. docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_decontextulizer.ChatGPTDecontextualizer.rst +0 -32
  40. docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_post_editor.ChatGPTPostEditor.rst +0 -32
  41. docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_worthiness_filter.ChatGPTWorthinessFilter.rst +0 -33
  42. docs/src/reference/api/openfactcheck.solvers.tutorial.concat_response_regenerator.ConcatResponseRegenerator.rst +0 -32
  43. docs/src/reference/api/openfactcheck.solvers.tutorial.search_engine_evidence_retriever.SearchEngineEvidenceRetriever.rst +0 -35
  44. docs/src/reference/api/openfactcheck.solvers.tutorial.spacy_response_decomposer.SpacyResponseDecomposer.rst +0 -32
  45. docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_cp.FactCheckGPTClaimProcessor.rst +0 -32
  46. docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_rtv.FactCheckGPTRetriever.rst +0 -42
  47. docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_vfr.FactCheckGPTVerifier.rst +0 -36
  48. docs/src/reference/api/openfactcheck.solvers.webservice.ftool_cp.FactoolClaimProcessor.rst +0 -32
  49. docs/src/reference/api/openfactcheck.solvers.webservice.ftool_rtv.FactoolRetriever.rst +0 -32
  50. docs/src/reference/api/openfactcheck.solvers.webservice.ftool_vfr.FactoolVerifier.rst +0 -32
.gitignore CHANGED
@@ -29,4 +29,7 @@ dist/
29
  passage.json
30
  questions.txt
31
  verification_error.txt
32
- error_output.txt
 
 
 
 
29
  passage.json
30
  questions.txt
31
  verification_error.txt
32
+ error_output.txt
33
+
34
+ # Doc Specific
35
+ **/reference/api/*
docs/src/reference/api/openfactcheck.FactCheckerState.rst DELETED
@@ -1,25 +0,0 @@
1
- openfactcheck.FactCheckerState
2
- ==============================
3
-
4
- .. currentmodule:: openfactcheck
5
-
6
- .. autoclass:: FactCheckerState
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckerState.__init__
17
- ~FactCheckerState.get
18
- ~FactCheckerState.set
19
- ~FactCheckerState.to_dict
20
-
21
-
22
-
23
-
24
-
25
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.OpenFactCheck.rst DELETED
@@ -1,39 +0,0 @@
1
- openfactcheck.OpenFactCheck
2
- ===========================
3
-
4
- .. currentmodule:: openfactcheck
5
-
6
- .. autoclass:: OpenFactCheck
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~OpenFactCheck.__init__
17
- ~OpenFactCheck.init_pipeline
18
- ~OpenFactCheck.init_pipeline_manually
19
- ~OpenFactCheck.init_solver
20
- ~OpenFactCheck.init_solvers
21
- ~OpenFactCheck.list_claimprocessors
22
- ~OpenFactCheck.list_retrievers
23
- ~OpenFactCheck.list_solvers
24
- ~OpenFactCheck.list_verifiers
25
- ~OpenFactCheck.load_solvers
26
-
27
-
28
-
29
-
30
-
31
- .. rubric:: Attributes
32
-
33
- .. autosummary::
34
-
35
- ~OpenFactCheck.FactCheckerEvaluator
36
- ~OpenFactCheck.LLMEvaluator
37
- ~OpenFactCheck.ResponseEvaluator
38
-
39
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.Solver.rst DELETED
@@ -1,26 +0,0 @@
1
- openfactcheck.Solver
2
- ====================
3
-
4
- .. currentmodule:: openfactcheck
5
-
6
- .. autoclass:: Solver
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~Solver.__init__
17
- ~Solver.load
18
- ~Solver.load_from_directory
19
- ~Solver.load_from_file
20
- ~Solver.register
21
-
22
-
23
-
24
-
25
-
26
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.StandardTaskSolver.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.StandardTaskSolver
2
- ================================
3
-
4
- .. currentmodule:: openfactcheck
5
-
6
- .. autoclass:: StandardTaskSolver
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~StandardTaskSolver.__init__
17
- ~StandardTaskSolver.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~StandardTaskSolver.global_config
28
- ~StandardTaskSolver.input_name
29
- ~StandardTaskSolver.name
30
- ~StandardTaskSolver.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.errors.ConfigError.rst DELETED
@@ -1,6 +0,0 @@
1
- openfactcheck.errors.ConfigError
2
- ================================
3
-
4
- .. currentmodule:: openfactcheck.errors
5
-
6
- .. autoexception:: ConfigError
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.errors.ConfigValidationError.rst DELETED
@@ -1,6 +0,0 @@
1
- openfactcheck.errors.ConfigValidationError
2
- ==========================================
3
-
4
- .. currentmodule:: openfactcheck.errors
5
-
6
- .. autoexception:: ConfigValidationError
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.evaluator.CheckerEvaluator.rst DELETED
@@ -1,24 +0,0 @@
1
- openfactcheck.evaluator.CheckerEvaluator
2
- ========================================
3
-
4
- .. currentmodule:: openfactcheck.evaluator
5
-
6
- .. autoclass:: CheckerEvaluator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~CheckerEvaluator.__init__
17
- ~CheckerEvaluator.evaluate
18
- ~CheckerEvaluator.evaluate_binary_classification
19
-
20
-
21
-
22
-
23
-
24
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.evaluator.LLMEvaluator.rst DELETED
@@ -1,51 +0,0 @@
1
- openfactcheck.evaluator.LLMEvaluator
2
- ====================================
3
-
4
- .. currentmodule:: openfactcheck.evaluator
5
-
6
- .. autoclass:: LLMEvaluator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~LLMEvaluator.__init__
17
- ~LLMEvaluator.assess_freetext
18
- ~LLMEvaluator.calculate_price
19
- ~LLMEvaluator.call_fresheval
20
- ~LLMEvaluator.call_openai_api
21
- ~LLMEvaluator.cut_sentences
22
- ~LLMEvaluator.cut_sub_string
23
- ~LLMEvaluator.evaluate
24
- ~LLMEvaluator.evaluate_freetext
25
- ~LLMEvaluator.evaluate_freshqa
26
- ~LLMEvaluator.evaluate_selfaware
27
- ~LLMEvaluator.evaluate_snowballing
28
- ~LLMEvaluator.extract_ratings
29
- ~LLMEvaluator.filter_responses
30
- ~LLMEvaluator.freetext_barplot
31
- ~LLMEvaluator.freshqa_piechart
32
- ~LLMEvaluator.generate_plots
33
- ~LLMEvaluator.generate_report
34
- ~LLMEvaluator.get_boolean
35
- ~LLMEvaluator.get_unanswerable
36
- ~LLMEvaluator.group_cosine_similarity
37
- ~LLMEvaluator.read_evaluations
38
- ~LLMEvaluator.read_input
39
- ~LLMEvaluator.read_results
40
- ~LLMEvaluator.remove_punctuation
41
- ~LLMEvaluator.selfaware_barplot
42
- ~LLMEvaluator.selfaware_cm
43
- ~LLMEvaluator.snowballing_barplot
44
- ~LLMEvaluator.snowballing_cm
45
- ~LLMEvaluator.sum_all_elements
46
-
47
-
48
-
49
-
50
-
51
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.evaluator.ResponseEvaluator.rst DELETED
@@ -1,27 +0,0 @@
1
- openfactcheck.evaluator.ResponseEvaluator
2
- =========================================
3
-
4
- .. currentmodule:: openfactcheck.evaluator
5
-
6
- .. autoclass:: ResponseEvaluator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ResponseEvaluator.__init__
17
- ~ResponseEvaluator.evaluate
18
- ~ResponseEvaluator.evaluate_streaming
19
- ~ResponseEvaluator.persist_output
20
- ~ResponseEvaluator.read_output
21
- ~ResponseEvaluator.remove_output
22
-
23
-
24
-
25
-
26
-
27
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.CustomFileLoggingFormatter.rst DELETED
@@ -1,37 +0,0 @@
1
- openfactcheck.lib.CustomFileLoggingFormatter
2
- ============================================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autoclass:: CustomFileLoggingFormatter
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~CustomFileLoggingFormatter.__init__
17
- ~CustomFileLoggingFormatter.converter
18
- ~CustomFileLoggingFormatter.format
19
- ~CustomFileLoggingFormatter.formatException
20
- ~CustomFileLoggingFormatter.formatMessage
21
- ~CustomFileLoggingFormatter.formatStack
22
- ~CustomFileLoggingFormatter.formatTime
23
- ~CustomFileLoggingFormatter.usesTime
24
-
25
-
26
-
27
-
28
-
29
- .. rubric:: Attributes
30
-
31
- .. autosummary::
32
-
33
- ~CustomFileLoggingFormatter.default_msec_format
34
- ~CustomFileLoggingFormatter.default_time_format
35
- ~CustomFileLoggingFormatter.log_format
36
-
37
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.CustomStreamLoggingFormatter.rst DELETED
@@ -1,44 +0,0 @@
1
- openfactcheck.lib.CustomStreamLoggingFormatter
2
- ==============================================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autoclass:: CustomStreamLoggingFormatter
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~CustomStreamLoggingFormatter.__init__
17
- ~CustomStreamLoggingFormatter.converter
18
- ~CustomStreamLoggingFormatter.format
19
- ~CustomStreamLoggingFormatter.formatException
20
- ~CustomStreamLoggingFormatter.formatMessage
21
- ~CustomStreamLoggingFormatter.formatStack
22
- ~CustomStreamLoggingFormatter.formatTime
23
- ~CustomStreamLoggingFormatter.usesTime
24
-
25
-
26
-
27
-
28
-
29
- .. rubric:: Attributes
30
-
31
- .. autosummary::
32
-
33
- ~CustomStreamLoggingFormatter.FORMATS
34
- ~CustomStreamLoggingFormatter.bold_red
35
- ~CustomStreamLoggingFormatter.default_msec_format
36
- ~CustomStreamLoggingFormatter.default_time_format
37
- ~CustomStreamLoggingFormatter.green
38
- ~CustomStreamLoggingFormatter.grey
39
- ~CustomStreamLoggingFormatter.log_format
40
- ~CustomStreamLoggingFormatter.red
41
- ~CustomStreamLoggingFormatter.reset
42
- ~CustomStreamLoggingFormatter.yellow
43
-
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.OpenFactCheckConfig.rst DELETED
@@ -1,24 +0,0 @@
1
- openfactcheck.lib.OpenFactCheckConfig
2
- =====================================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autoclass:: OpenFactCheckConfig
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~OpenFactCheckConfig.__init__
17
- ~OpenFactCheckConfig.solver_configuration
18
- ~OpenFactCheckConfig.validate
19
-
20
-
21
-
22
-
23
-
24
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.SolversConfig.rst DELETED
@@ -1,23 +0,0 @@
1
- openfactcheck.lib.SolversConfig
2
- ===============================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autoclass:: SolversConfig
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~SolversConfig.__init__
17
- ~SolversConfig.load_config
18
-
19
-
20
-
21
-
22
-
23
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.get_logger.rst DELETED
@@ -1,6 +0,0 @@
1
- openfactcheck.lib.get\_logger
2
- =============================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autofunction:: get_logger
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.lib.set_logger_level.rst DELETED
@@ -1,6 +0,0 @@
1
- openfactcheck.lib.set\_logger\_level
2
- ====================================
3
-
4
- .. currentmodule:: openfactcheck.lib
5
-
6
- .. autofunction:: set_logger_level
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.dummy.confused_claim_examiner.ConfusedClaimExaminer.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.dummy.confused\_claim\_examiner.ConfusedClaimExaminer
2
- ===========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.dummy.confused_claim_examiner
5
-
6
- .. autoclass:: ConfusedClaimExaminer
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ConfusedClaimExaminer.__init__
17
- ~ConfusedClaimExaminer.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~ConfusedClaimExaminer.global_config
28
- ~ConfusedClaimExaminer.input_name
29
- ~ConfusedClaimExaminer.name
30
- ~ConfusedClaimExaminer.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.dummy.fake_claim_extractor.FakeClaimExtractor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.dummy.fake\_claim\_extractor.FakeClaimExtractor
2
- =====================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.dummy.fake_claim_extractor
5
-
6
- .. autoclass:: FakeClaimExtractor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FakeClaimExtractor.__init__
17
- ~FakeClaimExtractor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FakeClaimExtractor.global_config
28
- ~FakeClaimExtractor.input_name
29
- ~FakeClaimExtractor.name
30
- ~FakeClaimExtractor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.dummy.ignorant_search_engine_retriever.IgnorantSearchEngineRetriever.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.dummy.ignorant\_search\_engine\_retriever.IgnorantSearchEngineRetriever
2
- =============================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.dummy.ignorant_search_engine_retriever
5
-
6
- .. autoclass:: IgnorantSearchEngineRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~IgnorantSearchEngineRetriever.__init__
17
- ~IgnorantSearchEngineRetriever.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~IgnorantSearchEngineRetriever.global_config
28
- ~IgnorantSearchEngineRetriever.input_name
29
- ~IgnorantSearchEngineRetriever.name
30
- ~IgnorantSearchEngineRetriever.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.dummy.useless_response_regenerator.UselessResponseRegenerator.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.dummy.useless\_response\_regenerator.UselessResponseRegenerator
2
- =====================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.dummy.useless_response_regenerator
5
-
6
- .. autoclass:: UselessResponseRegenerator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~UselessResponseRegenerator.__init__
17
- ~UselessResponseRegenerator.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~UselessResponseRegenerator.global_config
28
- ~UselessResponseRegenerator.input_name
29
- ~UselessResponseRegenerator.name
30
- ~UselessResponseRegenerator.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_cp.FactCheckGPTClaimProcessor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factcheckgpt.factcheckgpt\_cp.FactCheckGPTClaimProcessor
2
- ==============================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factcheckgpt.factcheckgpt_cp
5
-
6
- .. autoclass:: FactCheckGPTClaimProcessor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTClaimProcessor.__init__
17
- ~FactCheckGPTClaimProcessor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactCheckGPTClaimProcessor.global_config
28
- ~FactCheckGPTClaimProcessor.input_name
29
- ~FactCheckGPTClaimProcessor.name
30
- ~FactCheckGPTClaimProcessor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_rtv.FactCheckGPTRetriever.rst DELETED
@@ -1,42 +0,0 @@
1
- openfactcheck.solvers.factcheckgpt.factcheckgpt\_rtv.FactCheckGPTRetriever
2
- ==========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factcheckgpt.factcheckgpt_rtv
5
-
6
- .. autoclass:: FactCheckGPTRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTRetriever.__init__
17
- ~FactCheckGPTRetriever.build_solver
18
- ~FactCheckGPTRetriever.chunk_text
19
- ~FactCheckGPTRetriever.generate_questions
20
- ~FactCheckGPTRetriever.get_relevant_snippets
21
- ~FactCheckGPTRetriever.get_web_evidences_for_claim
22
- ~FactCheckGPTRetriever.is_tag_visible
23
- ~FactCheckGPTRetriever.remove_duplicate_questions
24
- ~FactCheckGPTRetriever.retrieve_documents
25
- ~FactCheckGPTRetriever.run_question_generation
26
- ~FactCheckGPTRetriever.scrape_url
27
- ~FactCheckGPTRetriever.search_google
28
-
29
-
30
-
31
-
32
-
33
- .. rubric:: Attributes
34
-
35
- .. autosummary::
36
-
37
- ~FactCheckGPTRetriever.global_config
38
- ~FactCheckGPTRetriever.input_name
39
- ~FactCheckGPTRetriever.name
40
- ~FactCheckGPTRetriever.output_name
41
-
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factcheckgpt.factcheckgpt_vfr.FactCheckGPTVerifier.rst DELETED
@@ -1,36 +0,0 @@
1
- openfactcheck.solvers.factcheckgpt.factcheckgpt\_vfr.FactCheckGPTVerifier
2
- =========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factcheckgpt.factcheckgpt_vfr
5
-
6
- .. autoclass:: FactCheckGPTVerifier
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTVerifier.__init__
17
- ~FactCheckGPTVerifier.build_solver
18
- ~FactCheckGPTVerifier.identify_stance_gpt
19
- ~FactCheckGPTVerifier.stance
20
- ~FactCheckGPTVerifier.verify_by_stance
21
- ~FactCheckGPTVerifier.verify_claim
22
-
23
-
24
-
25
-
26
-
27
- .. rubric:: Attributes
28
-
29
- .. autosummary::
30
-
31
- ~FactCheckGPTVerifier.global_config
32
- ~FactCheckGPTVerifier.input_name
33
- ~FactCheckGPTVerifier.name
34
- ~FactCheckGPTVerifier.output_name
35
-
36
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.all_pass_abstain_detector.AllPassAbstainDetector.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.all\_pass\_abstain\_detector.AllPassAbstainDetector
2
- =================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.all_pass_abstain_detector
5
-
6
- .. autoclass:: AllPassAbstainDetector
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~AllPassAbstainDetector.__init__
17
- ~AllPassAbstainDetector.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~AllPassAbstainDetector.global_config
28
- ~AllPassAbstainDetector.input_name
29
- ~AllPassAbstainDetector.name
30
- ~AllPassAbstainDetector.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.concat_response_regenerator.ConcatResponseRegenerator.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.concat\_response\_regenerator.ConcatResponseRegenerator
2
- =====================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.concat_response_regenerator
5
-
6
- .. autoclass:: ConcatResponseRegenerator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ConcatResponseRegenerator.__init__
17
- ~ConcatResponseRegenerator.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~ConcatResponseRegenerator.global_config
28
- ~ConcatResponseRegenerator.input_name
29
- ~ConcatResponseRegenerator.name
30
- ~ConcatResponseRegenerator.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_blackbox.FactoolBlackboxSolver.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_blackbox.FactoolBlackboxSolver
2
- =====================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_blackbox
5
-
6
- .. autoclass:: FactoolBlackboxSolver
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolBlackboxSolver.__init__
17
- ~FactoolBlackboxSolver.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolBlackboxSolver.global_config
28
- ~FactoolBlackboxSolver.input_name
29
- ~FactoolBlackboxSolver.name
30
- ~FactoolBlackboxSolver.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_blackbox_post_editor.FactoolBlackboxPostEditor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_blackbox\_post\_editor.FactoolBlackboxPostEditor
2
- =======================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_blackbox_post_editor
5
-
6
- .. autoclass:: FactoolBlackboxPostEditor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolBlackboxPostEditor.__init__
17
- ~FactoolBlackboxPostEditor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolBlackboxPostEditor.global_config
28
- ~FactoolBlackboxPostEditor.input_name
29
- ~FactoolBlackboxPostEditor.name
30
- ~FactoolBlackboxPostEditor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_claim_examiner.FactoolClaimExaminer.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_claim\_examiner.FactoolClaimExaminer
2
- ===========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_claim_examiner
5
-
6
- .. autoclass:: FactoolClaimExaminer
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolClaimExaminer.__init__
17
- ~FactoolClaimExaminer.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolClaimExaminer.global_config
28
- ~FactoolClaimExaminer.input_name
29
- ~FactoolClaimExaminer.name
30
- ~FactoolClaimExaminer.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_decontextualizer.FactoolDecontextualizer.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_decontextualizer.FactoolDecontextualizer
2
- ===============================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_decontextualizer
5
-
6
- .. autoclass:: FactoolDecontextualizer
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolDecontextualizer.__init__
17
- ~FactoolDecontextualizer.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolDecontextualizer.global_config
28
- ~FactoolDecontextualizer.input_name
29
- ~FactoolDecontextualizer.name
30
- ~FactoolDecontextualizer.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_evidence_retriever.FactoolEvidenceRetriever.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_evidence\_retriever.FactoolEvidenceRetriever
2
- ===================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_evidence_retriever
5
-
6
- .. autoclass:: FactoolEvidenceRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolEvidenceRetriever.__init__
17
- ~FactoolEvidenceRetriever.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolEvidenceRetriever.global_config
28
- ~FactoolEvidenceRetriever.input_name
29
- ~FactoolEvidenceRetriever.name
30
- ~FactoolEvidenceRetriever.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.factool.factool_post_editor.FactoolPostEditor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.factool.factool\_post\_editor.FactoolPostEditor
2
- =====================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.factool.factool_post_editor
5
-
6
- .. autoclass:: FactoolPostEditor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolPostEditor.__init__
17
- ~FactoolPostEditor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolPostEditor.global_config
28
- ~FactoolPostEditor.input_name
29
- ~FactoolPostEditor.name
30
- ~FactoolPostEditor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_agreement_gate.RARRAgreementGate.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_agreement\_gate.RARRAgreementGate
2
- ==================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_agreement_gate
5
-
6
- .. autoclass:: RARRAgreementGate
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARRAgreementGate.__init__
17
- ~RARRAgreementGate.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARRAgreementGate.global_config
28
- ~RARRAgreementGate.input_name
29
- ~RARRAgreementGate.name
30
- ~RARRAgreementGate.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_concat_response_regenerator.RARRConcatResponseRegenerator.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_concat\_response\_regenerator.RARRConcatResponseRegenerator
2
- ============================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_concat_response_regenerator
5
-
6
- .. autoclass:: RARRConcatResponseRegenerator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARRConcatResponseRegenerator.__init__
17
- ~RARRConcatResponseRegenerator.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARRConcatResponseRegenerator.global_config
28
- ~RARRConcatResponseRegenerator.input_name
29
- ~RARRConcatResponseRegenerator.name
30
- ~RARRConcatResponseRegenerator.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_editor.RARREditor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_editor.RARREditor
2
- ==================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_editor
5
-
6
- .. autoclass:: RARREditor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARREditor.__init__
17
- ~RARREditor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARREditor.global_config
28
- ~RARREditor.input_name
29
- ~RARREditor.name
30
- ~RARREditor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_llm_retriever.RARRLLMRetriever.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_llm\_retriever.RARRLLMRetriever
2
- ================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_llm_retriever
5
-
6
- .. autoclass:: RARRLLMRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARRLLMRetriever.__init__
17
- ~RARRLLMRetriever.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARRLLMRetriever.global_config
28
- ~RARRLLMRetriever.input_name
29
- ~RARRLLMRetriever.name
30
- ~RARRLLMRetriever.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_question_generator.RARRQuestionGenerator.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_question\_generator.RARRQuestionGenerator
2
- ==========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_question_generator
5
-
6
- .. autoclass:: RARRQuestionGenerator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARRQuestionGenerator.__init__
17
- ~RARRQuestionGenerator.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARRQuestionGenerator.global_config
28
- ~RARRQuestionGenerator.input_name
29
- ~RARRQuestionGenerator.name
30
- ~RARRQuestionGenerator.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.rarr.rarr_search_engine_retriever.RARRSearchEngineRetriever.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.rarr.rarr\_search\_engine\_retriever.RARRSearchEngineRetriever
2
- ====================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.rarr.rarr_search_engine_retriever
5
-
6
- .. autoclass:: RARRSearchEngineRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~RARRSearchEngineRetriever.__init__
17
- ~RARRSearchEngineRetriever.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~RARRSearchEngineRetriever.global_config
28
- ~RARRSearchEngineRetriever.input_name
29
- ~RARRSearchEngineRetriever.name
30
- ~RARRSearchEngineRetriever.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.all_pass_abstain_detector.AllPassAbstainDetector.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.tutorial.all\_pass\_abstain\_detector.AllPassAbstainDetector
2
- ==================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.all_pass_abstain_detector
5
-
6
- .. autoclass:: AllPassAbstainDetector
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~AllPassAbstainDetector.__init__
17
- ~AllPassAbstainDetector.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~AllPassAbstainDetector.global_config
28
- ~AllPassAbstainDetector.input_name
29
- ~AllPassAbstainDetector.name
30
- ~AllPassAbstainDetector.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_decontextulizer.ChatGPTDecontextualizer.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.tutorial.chatgpt\_decontextulizer.ChatGPTDecontextualizer
2
- ===============================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.chatgpt_decontextulizer
5
-
6
- .. autoclass:: ChatGPTDecontextualizer
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ChatGPTDecontextualizer.__init__
17
- ~ChatGPTDecontextualizer.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~ChatGPTDecontextualizer.global_config
28
- ~ChatGPTDecontextualizer.input_name
29
- ~ChatGPTDecontextualizer.name
30
- ~ChatGPTDecontextualizer.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_post_editor.ChatGPTPostEditor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.tutorial.chatgpt\_post\_editor.ChatGPTPostEditor
2
- ======================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.chatgpt_post_editor
5
-
6
- .. autoclass:: ChatGPTPostEditor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ChatGPTPostEditor.__init__
17
- ~ChatGPTPostEditor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~ChatGPTPostEditor.global_config
28
- ~ChatGPTPostEditor.input_name
29
- ~ChatGPTPostEditor.name
30
- ~ChatGPTPostEditor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.chatgpt_worthiness_filter.ChatGPTWorthinessFilter.rst DELETED
@@ -1,33 +0,0 @@
1
- openfactcheck.solvers.tutorial.chatgpt\_worthiness\_filter.ChatGPTWorthinessFilter
2
- ==================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.chatgpt_worthiness_filter
5
-
6
- .. autoclass:: ChatGPTWorthinessFilter
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ChatGPTWorthinessFilter.__init__
17
- ~ChatGPTWorthinessFilter.build_solver
18
- ~ChatGPTWorthinessFilter.convert_checkworthy_output_to_labels
19
-
20
-
21
-
22
-
23
-
24
- .. rubric:: Attributes
25
-
26
- .. autosummary::
27
-
28
- ~ChatGPTWorthinessFilter.global_config
29
- ~ChatGPTWorthinessFilter.input_name
30
- ~ChatGPTWorthinessFilter.name
31
- ~ChatGPTWorthinessFilter.output_name
32
-
33
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.concat_response_regenerator.ConcatResponseRegenerator.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.tutorial.concat\_response\_regenerator.ConcatResponseRegenerator
2
- ======================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.concat_response_regenerator
5
-
6
- .. autoclass:: ConcatResponseRegenerator
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~ConcatResponseRegenerator.__init__
17
- ~ConcatResponseRegenerator.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~ConcatResponseRegenerator.global_config
28
- ~ConcatResponseRegenerator.input_name
29
- ~ConcatResponseRegenerator.name
30
- ~ConcatResponseRegenerator.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.search_engine_evidence_retriever.SearchEngineEvidenceRetriever.rst DELETED
@@ -1,35 +0,0 @@
1
- openfactcheck.solvers.tutorial.search\_engine\_evidence\_retriever.SearchEngineEvidenceRetriever
2
- ================================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.search_engine_evidence_retriever
5
-
6
- .. autoclass:: SearchEngineEvidenceRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~SearchEngineEvidenceRetriever.__init__
17
- ~SearchEngineEvidenceRetriever.build_solver
18
- ~SearchEngineEvidenceRetriever.collect_claim_url_list
19
- ~SearchEngineEvidenceRetriever.generate_questions_as_query
20
- ~SearchEngineEvidenceRetriever.search_evidence
21
-
22
-
23
-
24
-
25
-
26
- .. rubric:: Attributes
27
-
28
- .. autosummary::
29
-
30
- ~SearchEngineEvidenceRetriever.global_config
31
- ~SearchEngineEvidenceRetriever.input_name
32
- ~SearchEngineEvidenceRetriever.name
33
- ~SearchEngineEvidenceRetriever.output_name
34
-
35
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.tutorial.spacy_response_decomposer.SpacyResponseDecomposer.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.tutorial.spacy\_response\_decomposer.SpacyResponseDecomposer
2
- ==================================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.tutorial.spacy_response_decomposer
5
-
6
- .. autoclass:: SpacyResponseDecomposer
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~SpacyResponseDecomposer.__init__
17
- ~SpacyResponseDecomposer.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~SpacyResponseDecomposer.global_config
28
- ~SpacyResponseDecomposer.input_name
29
- ~SpacyResponseDecomposer.name
30
- ~SpacyResponseDecomposer.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_cp.FactCheckGPTClaimProcessor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.webservice.factcheckgpt\_cp.FactCheckGPTClaimProcessor
2
- ============================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.factcheckgpt_cp
5
-
6
- .. autoclass:: FactCheckGPTClaimProcessor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTClaimProcessor.__init__
17
- ~FactCheckGPTClaimProcessor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactCheckGPTClaimProcessor.global_config
28
- ~FactCheckGPTClaimProcessor.input_name
29
- ~FactCheckGPTClaimProcessor.name
30
- ~FactCheckGPTClaimProcessor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_rtv.FactCheckGPTRetriever.rst DELETED
@@ -1,42 +0,0 @@
1
- openfactcheck.solvers.webservice.factcheckgpt\_rtv.FactCheckGPTRetriever
2
- ========================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.factcheckgpt_rtv
5
-
6
- .. autoclass:: FactCheckGPTRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTRetriever.__init__
17
- ~FactCheckGPTRetriever.build_solver
18
- ~FactCheckGPTRetriever.chunk_text
19
- ~FactCheckGPTRetriever.generate_questions
20
- ~FactCheckGPTRetriever.get_relevant_snippets
21
- ~FactCheckGPTRetriever.get_web_evidences_for_claim
22
- ~FactCheckGPTRetriever.is_tag_visible
23
- ~FactCheckGPTRetriever.remove_duplicate_questions
24
- ~FactCheckGPTRetriever.retrieve_documents
25
- ~FactCheckGPTRetriever.run_question_generation
26
- ~FactCheckGPTRetriever.scrape_url
27
- ~FactCheckGPTRetriever.search_google
28
-
29
-
30
-
31
-
32
-
33
- .. rubric:: Attributes
34
-
35
- .. autosummary::
36
-
37
- ~FactCheckGPTRetriever.global_config
38
- ~FactCheckGPTRetriever.input_name
39
- ~FactCheckGPTRetriever.name
40
- ~FactCheckGPTRetriever.output_name
41
-
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.factcheckgpt_vfr.FactCheckGPTVerifier.rst DELETED
@@ -1,36 +0,0 @@
1
- openfactcheck.solvers.webservice.factcheckgpt\_vfr.FactCheckGPTVerifier
2
- =======================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.factcheckgpt_vfr
5
-
6
- .. autoclass:: FactCheckGPTVerifier
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactCheckGPTVerifier.__init__
17
- ~FactCheckGPTVerifier.build_solver
18
- ~FactCheckGPTVerifier.identify_stance_gpt
19
- ~FactCheckGPTVerifier.stance
20
- ~FactCheckGPTVerifier.verify_by_stance
21
- ~FactCheckGPTVerifier.verify_claim
22
-
23
-
24
-
25
-
26
-
27
- .. rubric:: Attributes
28
-
29
- .. autosummary::
30
-
31
- ~FactCheckGPTVerifier.global_config
32
- ~FactCheckGPTVerifier.input_name
33
- ~FactCheckGPTVerifier.name
34
- ~FactCheckGPTVerifier.output_name
35
-
36
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.ftool_cp.FactoolClaimProcessor.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.webservice.ftool\_cp.FactoolClaimProcessor
2
- ================================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.ftool_cp
5
-
6
- .. autoclass:: FactoolClaimProcessor
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolClaimProcessor.__init__
17
- ~FactoolClaimProcessor.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolClaimProcessor.global_config
28
- ~FactoolClaimProcessor.input_name
29
- ~FactoolClaimProcessor.name
30
- ~FactoolClaimProcessor.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.ftool_rtv.FactoolRetriever.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.webservice.ftool\_rtv.FactoolRetriever
2
- ============================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.ftool_rtv
5
-
6
- .. autoclass:: FactoolRetriever
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolRetriever.__init__
17
- ~FactoolRetriever.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolRetriever.global_config
28
- ~FactoolRetriever.input_name
29
- ~FactoolRetriever.name
30
- ~FactoolRetriever.output_name
31
-
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/src/reference/api/openfactcheck.solvers.webservice.ftool_vfr.FactoolVerifier.rst DELETED
@@ -1,32 +0,0 @@
1
- openfactcheck.solvers.webservice.ftool\_vfr.FactoolVerifier
2
- ===========================================================
3
-
4
- .. currentmodule:: openfactcheck.solvers.webservice.ftool_vfr
5
-
6
- .. autoclass:: FactoolVerifier
7
-
8
-
9
- .. automethod:: __init__
10
-
11
-
12
- .. rubric:: Methods
13
-
14
- .. autosummary::
15
-
16
- ~FactoolVerifier.__init__
17
- ~FactoolVerifier.build_solver
18
-
19
-
20
-
21
-
22
-
23
- .. rubric:: Attributes
24
-
25
- .. autosummary::
26
-
27
- ~FactoolVerifier.global_config
28
- ~FactoolVerifier.input_name
29
- ~FactoolVerifier.name
30
- ~FactoolVerifier.output_name
31
-
32
-