The SQuAD-NL v2.0 dataset (on Hugging Face: GroNLP/squad-nl-v2.0), modified for use in Sentence Transformers as a dataset of type "Pair with Similarity Score".
We added an extra column score to the original dataset.
The value of score is 1.0 if the question has an answer in the context (no matter where), and 0.0 if there are no answers in the context.
The allows the evaluation of embedding models that aim to pair queries… See the full description on the dataset page:
https://huggingface.co/datasets/NetherlandsForensicInstitute/squad-nl-v2.0.