Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,6 @@ size_categories:
|
|
32 |
- 1K<n<10K
|
33 |
---
|
34 |
|
35 |
-
#
|
36 |
|
37 |
This dataset is for Pair Classification and has three columns: `sent1`, `sent2`, and a binary column `labels`. The `labels` is 1 when `sent1` and `sent2` describe the same entity and 0 when they describe two different entities. The dataset consists of 2048 pairs sourced from [PubChem](https://pubchem.ncbi.nlm.nih.gov/) ([LOTUS](https://lotus.nprod.net/) and [ChEBI](https://www.ebi.ac.uk/chebi/) sources) and English Wikipedia (article summary) with a 90-10% negative-positive ratio.
|
|
|
32 |
- 1K<n<10K
|
33 |
---
|
34 |
|
35 |
+
# PubChem & Wikipedia Paragraphs Pair Classification
|
36 |
|
37 |
This dataset is for Pair Classification and has three columns: `sent1`, `sent2`, and a binary column `labels`. The `labels` is 1 when `sent1` and `sent2` describe the same entity and 0 when they describe two different entities. The dataset consists of 2048 pairs sourced from [PubChem](https://pubchem.ncbi.nlm.nih.gov/) ([LOTUS](https://lotus.nprod.net/) and [ChEBI](https://www.ebi.ac.uk/chebi/) sources) and English Wikipedia (article summary) with a 90-10% negative-positive ratio.
|