|
openfactcheck.evaluator.LLMEvaluator |
|
==================================== |
|
|
|
.. currentmodule:: openfactcheck.evaluator |
|
|
|
.. autoclass:: LLMEvaluator |
|
|
|
|
|
.. automethod:: __init__ |
|
|
|
|
|
.. rubric:: Methods |
|
|
|
.. autosummary:: |
|
|
|
~LLMEvaluator.__init__ |
|
~LLMEvaluator.assess_freetext |
|
~LLMEvaluator.calculate_price |
|
~LLMEvaluator.call_fresheval |
|
~LLMEvaluator.call_openai_api |
|
~LLMEvaluator.cut_sentences |
|
~LLMEvaluator.cut_sub_string |
|
~LLMEvaluator.evaluate |
|
~LLMEvaluator.evaluate_freetext |
|
~LLMEvaluator.evaluate_freshqa |
|
~LLMEvaluator.evaluate_selfaware |
|
~LLMEvaluator.evaluate_snowballing |
|
~LLMEvaluator.extract_ratings |
|
~LLMEvaluator.filter_responses |
|
~LLMEvaluator.freetext_barplot |
|
~LLMEvaluator.freshqa_piechart |
|
~LLMEvaluator.generate_plots |
|
~LLMEvaluator.generate_report |
|
~LLMEvaluator.get_boolean |
|
~LLMEvaluator.get_unanswerable |
|
~LLMEvaluator.group_cosine_similarity |
|
~LLMEvaluator.read_evaluations |
|
~LLMEvaluator.read_input |
|
~LLMEvaluator.read_results |
|
~LLMEvaluator.remove_punctuation |
|
~LLMEvaluator.selfaware_barplot |
|
~LLMEvaluator.selfaware_cm |
|
~LLMEvaluator.snowballing_barplot |
|
~LLMEvaluator.snowballing_cm |
|
~LLMEvaluator.sum_all_elements |
|
|
|
|
|
|
|
|
|
|
|
|