Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ragas/metrics/_context_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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""",
"classification": [
{
Expand Down