You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's not a bug. We do not have a human_summaries/relevance score for the summarization task. Instead, we compare the Spearman correlation based on the semantic similarity between the summary and the text. The semantic meaning of a summary must be highly correlated to the text.
To simplify, we directly use the STSEvaluator here, which serves the same function.
Hey!
While going through your implementation to add FinMTEB to MTEB, I found that the summarization abstract class uses
STSEvaluator
instead of theSummarizationEvaluator
FinMTEB/finance_mteb/abstasks/AbsTaskSummarization.py
Lines 40 to 48 in 272ac35
This seemed like a bug so I thought I would let you know.
If this is intended, I'd like to better understand why so!
Thank you!
The text was updated successfully, but these errors were encountered: