File size: 1,043 Bytes
dcd82d5 ac1da4c 5037d69 ac1da4c dcd82d5 ac1da4c 5037d69 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
dataset_info:
features:
- name: title
dtype: string
- name: synonyms
dtype: string
- name: labels
dtype: int64
splits:
- name: test
num_bytes: 143699
num_examples: 2048
download_size: 94526
dataset_size: 143699
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
license: cc-by-nc-sa-4.0
task_categories:
- text-classification
language:
- en
tags:
- chemistry
- pubchem
- chemteb
pretty_name: PubChem Synonyms Pair Classification
size_categories:
- 1K<n<10K
---
# PubChem Synonyms Pair Classification
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. |