File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
evaluators/ragas/langevals_ragas Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ class RagasFactualCorrectnessEvaluator(
57
57
Computes with an LLM how factually similar the generated answer is to the expected output.
58
58
"""
59
59
60
- name = "Factual Correctness "
60
+ name = "LLM Factual Match "
61
61
category = "quality"
62
62
env_vars = env_vars
63
63
default_settings = RagasFactualCorrectnessSettings ()
64
64
docs_url = (
65
- "https://docs.ragas.io/en/latest /concepts/metrics/answer_correctness.html "
65
+ "https://docs.ragas.io/en/stable /concepts/metrics/available_metrics/factual_correctness/ "
66
66
)
67
67
is_guardrail = False
68
68
Original file line number Diff line number Diff line change @@ -1202,13 +1202,13 @@ Measures how many relevant contexts were retrieved compared to expected contexts
1202
1202
} ,
1203
1203
} ,
1204
1204
"ragas/factual_correctness" : {
1205
- name : `Factual Correctness ` ,
1205
+ name : `LLM Factual Match ` ,
1206
1206
description : `
1207
1207
Computes with an LLM how factually similar the generated answer is to the expected output.
1208
1208
` ,
1209
1209
category : "quality" ,
1210
1210
docsUrl :
1211
- "https://docs.ragas.io/en/latest /concepts/metrics/answer_correctness.html " ,
1211
+ "https://docs.ragas.io/en/stable /concepts/metrics/available_metrics/factual_correctness/ " ,
1212
1212
isGuardrail : false ,
1213
1213
requiredFields : [ "output" , "expected_output" ] ,
1214
1214
optionalFields : [ ] ,
You can’t perform that action at this time.
0 commit comments