diff --git a/conf/index.html b/conf/index.html index 54b7c789c..8fc71ba15 100644 --- a/conf/index.html +++ b/conf/index.html @@ -4006,7 +4006,7 @@

Conf

- -
@@ -11124,134 +7179,29 @@

- rouge - + rouge

-
rouge(
-    prompt: str, response: str
-) -> Union[float, Tuple[float, Dict[str, str]]]
-
+

Uses BLEU Score. A function that that measures similarity to ground truth using token overlap.

- - - - - - - - - - - - - - - - - - - -
PARAMETER DESCRIPTION
prompt -
-

A text prompt to an agent.

-
-

- - TYPE: - str - -

-
response -
-

The agent's response to the prompt.

-
-

- - TYPE: - str - -

-
- - - - - - - - - - - - - - - - - - - - -
RETURNSDESCRIPTION
- - Union[float, Tuple[float, Dict[str, str]]] - - -
-
    -
  • float: A value between 0 and 1. 0 being "not in agreement" and 1 -being "in agreement".
  • -
-
-
- - Union[float, Tuple[float, Dict[str, str]]] - - -
-
    -
  • dict: with key 'ground_truth_response'
  • -
-
-
-
+
-

options: -heading_level: 4 -show_bases: false -show_root_heading: false -show_root_toc_entry: false -show_source: false -show_docstring_classes: false -show_docstring_modules: false -show_docstring_parameters: false -show_docstring_returns: false -show_docstring_description: true -show_docstring_examples: false -show_docstring_other_parameters: false -show_docstring_attributes: false -show_signature: false -separate_signature: false -summary: false -group_by_category: false -members_order: alphabetical -filters: - "!^*"

+ diff --git a/trulens_eval/evaluation/feedback_providers/index.html b/trulens_eval/evaluation/feedback_providers/index.html index 9a05788cd..e36af6780 100644 --- a/trulens_eval/evaluation/feedback_providers/index.html +++ b/trulens_eval/evaluation/feedback_providers/index.html @@ -3627,25 +3627,25 @@

Feedback ProvidersClassification-based Providers

Some feedback functions rely on classification typically tailor made for task, unlike LLM models.

Generation-based Providers

Providers which use large language models for feedback evaluation:

Feedback functions in common across these providers are in their abstract class -LLMProvider.

+LLMProvider.

Embedding-based Providers

Provider Combinations