hsila commited on
Commit
a2b978b
1 Parent(s): af42103

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+ language:
23
+ - en
24
+ - zh
25
+ task_categories:
26
+ - text-classification
27
+ tags:
28
+ - chemistry
29
+ - wikipedia
30
+ - chemteb
31
+ - pubchem
32
+ pretty_name: PubChem & Wikipedia English-Chinese Paragraph Pair Classification
33
+ size_categories:
34
+ - 1K<n<10K
35
  ---
36
+ # PubChem & Wikipedia English-Chinese 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 Chinese (sent1 and sent2) with a binary labels column indicating whether the paragraphs describe the same entity (1) or different entities (0).