From 5a51d50c6f6c8fb8dcea27118ca50f9d9e9c4718 Mon Sep 17 00:00:00 2001 From: Shahules786 Date: Sat, 20 Jan 2024 11:21:41 -0800 Subject: [PATCH] fix example --- src/ragas/metrics/_context_precision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ragas/metrics/_context_precision.py b/src/ragas/metrics/_context_precision.py index 7fc4b68fd..22dcd87b9 100644 --- a/src/ragas/metrics/_context_precision.py +++ b/src/ragas/metrics/_context_precision.py @@ -31,7 +31,7 @@ }, { "question": """who won 2020 icc world cup?""", - "context": """Who won the 2022 ICC Men's T20 World Cup?""", + "context": """The 2022 ICC Men's T20 World Cup, held from October 16 to November 13, 2022, in Australia, was the eighth edition of the tournament. Originally scheduled for 2020, it was postponed due to the COVID-19 pandemic. England emerged victorious, defeating Pakistan by five wickets in the final to clinch their second ICC Men's T20 World Cup title.""", "answer": """England""", "verification": { "reason": "the context was useful in clarifying the situation regarding the 2020 ICC World Cup and indicating that England was the winner of the tournament that was intended to be held in 2020 but actually took place in 2022.",