From 184339563b23627ca41bac8736f864d1c6bbfcba Mon Sep 17 00:00:00 2001 From: ShelbySolomonDarnell Date: Fri, 27 Sep 2024 17:41:43 +0300 Subject: Improved document formatting code. Full conversion from R2R output to RAGAS input complete. --- gnqa/paper2_eval/src/document_operations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gnqa/paper2_eval/src/document_operations.py') diff --git a/gnqa/paper2_eval/src/document_operations.py b/gnqa/paper2_eval/src/document_operations.py index 0c3522f..10ed0bc 100644 --- a/gnqa/paper2_eval/src/document_operations.py +++ b/gnqa/paper2_eval/src/document_operations.py @@ -69,6 +69,7 @@ class QuestionList: #print(('', 'Level --> {0} \tDomain --> {1}\n{2}'.format(level, domain, self.print_list(query_lst))) [self._verbose]) #create_datasets(query_lst, domain, level) + def print_list(self, the_lst): ndx = 1 for item in the_lst: -- cgit v1.2.3