cross-encoder/quora-roberta-base
Text Ranking • 0.1B • Updated • 28.8k • 1
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset contains the Quora Question Pairs dataset in four formats that are easily used with Sentence Transformers to train embedding models. The data was originally created by Quora for this Kaggle Competition.
pair-class subset
str, str, class with {"0": "different", "1": "duplicate"}{
'sentence1': 'What is the step by step guide to invest in share market in india?',
'sentence2': 'What is the step by step guide to invest in share market?',
'label': 0,
}
pair subset
str, str{
'anchor': 'Astrology: I am a Capricorn Sun Cap moon and cap rising...what does that say about me?',
'positive': "I'm a triple Capricorn (Sun, Moon and ascendant in Capricorn) What does this say about me?",
}
pair-class subset, removing the label column, and renaming the columns.triplet-all subset
str, str, str{
'anchor': 'Why in India do we not have one on one political debate as in USA?',
'positive': 'Why cant we have a public debate between politicians in India like the one in US?',
'negative': 'Can people on Quora stop India Pakistan debate? We are sick and tired seeing this everyday in bulk?',
}
triplet subset
str, str, str{
'anchor': 'Why in India do we not have one on one political debate as in USA?,
'positive': 'Why cant we have a public debate between politicians in India like the one in US?',
'negative': 'Can people on Quora stop India Pakistan debate? We are sick and tired seeing this everyday in bulk?',
}