Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
json
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
100K - 1M
License:
espejelomar
commited on
Commit
·
c455f3c
1
Parent(s):
a2139c1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,131 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
paperswithcode_id: embedding-data/QQP_triplets
|
6 |
+
pretty_name: QQP_triplets
|
7 |
+
|
8 |
---
|
9 |
+
|
10 |
+
# Dataset Card for "QQP_triplets"
|
11 |
+
|
12 |
+
## Table of Contents
|
13 |
+
- [Dataset Description](#dataset-description)
|
14 |
+
- [Dataset Summary](#dataset-summary)
|
15 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
16 |
+
- [Languages](#languages)
|
17 |
+
- [Dataset Structure](#dataset-structure)
|
18 |
+
- [Data Instances](#data-instances)
|
19 |
+
- [Data Fields](#data-fields)
|
20 |
+
- [Data Splits](#data-splits)
|
21 |
+
- [Dataset Creation](#dataset-creation)
|
22 |
+
- [Curation Rationale](#curation-rationale)
|
23 |
+
- [Source Data](#source-data)
|
24 |
+
- [Annotations](#annotations)
|
25 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
26 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
27 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
28 |
+
- [Discussion of Biases](#discussion-of-biases)
|
29 |
+
- [Other Known Limitations](#other-known-limitations)
|
30 |
+
- [Additional Information](#additional-information)
|
31 |
+
- [Dataset Curators](#dataset-curators)
|
32 |
+
- [Licensing Information](#licensing-information)
|
33 |
+
- [Citation Information](#citation-information)
|
34 |
+
- [Contributions](#contributions)
|
35 |
+
|
36 |
+
## Dataset Description
|
37 |
+
|
38 |
+
- **Homepage:** [https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
39 |
+
- **Repository:** [More Information Needed](http://qim.fs.quoracdn.net/quora_duplicate_questions.tsv)
|
40 |
+
- **Paper:** [More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
41 |
+
- **Point of Contact:** [Kornél Csernai](https://www.quora.com/profile/Korn%C3%A9l-Csernai), [Nikhil Dandekar](https://www.quora.com/profile/Nikhil-Dandekar), [Shankar Iyer](https://www.quora.com/profile/Shankar-Iyer-5)
|
42 |
+
|
43 |
+
### Dataset Summary
|
44 |
+
|
45 |
+
This dataset will give anyone the opportunity to train and test models of semantic equivalence, based on actual Quora data.
|
46 |
+
|
47 |
+
The dataset consists of over 400,000 lines of potential question duplicate pairs. Each line contains IDs for each question in the pair, the full text for each question, and a binary value that indicates whether the line truly contains a duplicate pair.
|
48 |
+
|
49 |
+
Disclaimer: The team releasing Quora data did not upload the dataset to the Hub and did not write a dataset card.
|
50 |
+
These steps were done by the Hugging Face team.
|
51 |
+
|
52 |
+
### Supported Tasks and Leaderboards
|
53 |
+
|
54 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
55 |
+
|
56 |
+
### Languages
|
57 |
+
|
58 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
59 |
+
|
60 |
+
## Dataset Structure
|
61 |
+
|
62 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
63 |
+
|
64 |
+
### Curation Rationale
|
65 |
+
|
66 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
#### Initial Data Collection and Normalization
|
71 |
+
|
72 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
73 |
+
|
74 |
+
#### Who are the source language producers?
|
75 |
+
|
76 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
77 |
+
|
78 |
+
### Annotations
|
79 |
+
|
80 |
+
#### Annotation process
|
81 |
+
|
82 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
83 |
+
|
84 |
+
#### Who are the annotators?
|
85 |
+
|
86 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
87 |
+
|
88 |
+
### Personal and Sensitive Information
|
89 |
+
|
90 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
91 |
+
|
92 |
+
## Considerations for Using the Data
|
93 |
+
|
94 |
+
### Social Impact of Dataset
|
95 |
+
|
96 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
97 |
+
|
98 |
+
### Discussion of Biases
|
99 |
+
|
100 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
101 |
+
|
102 |
+
### Other Known Limitations
|
103 |
+
|
104 |
+
Here are a few important things to keep in mind about this dataset:
|
105 |
+
|
106 |
+
- Our original sampling method returned an imbalanced dataset with many more true examples of duplicate pairs than non-duplicates.
|
107 |
+
Therefore, we supplemented the dataset with negative examples.
|
108 |
+
- One source of negative examples were pairs of “related questions” which, although pertaining to similar topics,
|
109 |
+
are not truly semantically equivalent.
|
110 |
+
- The distribution of questions in the dataset should not be taken to be representative of the distribution of questions asked on Quora. This is, in part, because of the combination of sampling procedures and also due to some sanitization measures that
|
111 |
+
have been applied to the final dataset (e.g., removal of questions with extremely long question details).
|
112 |
+
- The ground-truth labels contain some amount of noise: they are not guaranteed to be perfect.
|
113 |
+
|
114 |
+
## Additional Information
|
115 |
+
|
116 |
+
### Dataset Curators
|
117 |
+
|
118 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
119 |
+
|
120 |
+
### Licensing Information
|
121 |
+
|
122 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
123 |
+
|
124 |
+
### Citation Information
|
125 |
+
|
126 |
+
[More Information Needed](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs)
|
127 |
+
|
128 |
+
### Contributions
|
129 |
+
|
130 |
+
Thanks to [Kornél Csernai](https://www.quora.com/profile/Korn%C3%A9l-Csernai), [Nikhil Dandekar](https://www.quora.com/profile/Nikhil-Dandekar), [Shankar Iyer](https://www.quora.com/profile/Shankar-Iyer-5) for adding this dataset.
|
131 |
+
|