Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,20 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
+
license: cc-by-nc-sa-4.0
|
22 |
+
task_categories:
|
23 |
+
- text-classification
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
- nl
|
27 |
+
tags:
|
28 |
+
- chemistry
|
29 |
+
- chemteb
|
30 |
+
- wikipedia
|
31 |
+
- pubchem
|
32 |
+
pretty_name: PubChem & Wikipedia English-Dutch Paragraph Pair Classification
|
33 |
+
size_categories:
|
34 |
+
- n<1K
|
35 |
---
|
36 |
+
# PubChem & Wikipedia English-Dutch Paragraph Pair Classification
|
37 |
+
This dataset is a multilingual extension of the [PubChem & Wikipedia Paragraphs Pair Classification](https://huggingface.co/datasets/BASF-AI/PubChemWikiParagraphsPC) dataset. It includes pairs of paragraphs in English and Dutch (sent1 and sent2) with a binary labels column indicating whether the paragraphs describe the same entity (1) or different entities (0).
|