Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,18 @@ 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 |
+
tags:
|
| 27 |
+
- chemistry
|
| 28 |
+
- pubchem
|
| 29 |
+
pretty_name: PubChem Synonyms Pair Classification
|
| 30 |
+
size_categories:
|
| 31 |
+
- 1K<n<10K
|
| 32 |
---
|
| 33 |
+
# PubChem Synonyms Pair Classification
|
| 34 |
+
This dataset consists of pairs of chemical entity names and their corresponding synonyms, with labels indicating whether they refer to the same entity. A label of 1 means the name and synonym correspond to the same chemical entity, while a label of 0 indicates they refer to different entities. The dataset is sourced from PubChem ([ChEBI](https://www.ebi.ac.uk/chebi/)), providing a valuable resource for tasks involving synonym resolution and chemical entity matching.
|
| 35 |
+
|