LEMBNarrativeQARetrieval
An MTEB dataset
Massive Text Embedding Benchmark
narrativeqa subset of dwzhu/LongEmbed dataset.
Task category
t2t
Domains
Fiction, Non-fiction, Written
How to evaluate on this task
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["LEMBNarrativeQARetrieval"])
evaluator = mteb.MTEB(task)