Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 29, 2024
1 parent a32ab4d commit ba07058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trec_biogen/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _as_ragas_dataset(
if answer_ground_truth.references is not None
else []
),
"groun_truth": " ".join(
"ground_truth": " ".join(
sentence.sentence for sentence in answer_ground_truth.summary
),
}
Expand Down

0 comments on commit ba07058

Please sign in to comment.