Part3 Evaluation #74
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Anyone? From the lecture team maybe? @sebastian-hofstaetter |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
sorry for the late response! The last point asks for an evaluation of the extractive QA pipeline for the msmarco-fira-21.qrels.qa-answers.tsv as queries and the msmarco-fira-21.qrels.qa-tuples.tsv as labels. For the extractive QA part you should use a re-ranking model from the previous Part to retrieve a ranked list of relevant passages per query. From this ranked list take the Top1 ranked passage and do the extractive QA for the query and its top1 passage.
As there are gold labels for the extractive QA part for msmarco-fira-21.qrels.qa-tuples.tsv this is the evaluation of the QA-pipeline and yes we ask for evaluation of the QA pipeline.