This dataset contains duplicate questions from the WikiAnswers Corpus, formatted to be easily used with Sentence Transformers to train embedding models.
Dataset Subsets
pair subset
Columns: "anchor", "positive"
Column types: str, str
Examples:{
'anchor': 'How many calories is in a handful of strawberries?',
'positive': 'How many calories are in a strawberry popsickles?',
}