From 7fe68e460fcc0ecc3cd204dfcae0ce7453a93a04 Mon Sep 17 00:00:00 2001 From: Merlin Kallenborn Date: Tue, 21 May 2024 08:49:19 +0200 Subject: [PATCH] fix: Update CHANGELOG.md to include elo evaluation how to TASK: IL-502 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bc57f2e..3f9e930c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Add `EloQaEvaluationLogic` for Elo evaluation of QA runs, with optional later addition of more runs to an existing evaluation. - Add `EloAggregationAdapter` class to simplify using the `ComparisonEvaluationAggregationLogic` for different Elo use cases. - Add `elo_qa_eval` tutorial notebook describing the use of an (incremental) Elo evaluation use case for QA models. + - Add `how_to_implement_elo_evaliations` how to as skeleton for implementing elo evaluation cases ### Fixes - `ExpandChunks`-task is now fast even for very large documents