Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
features:
|
4 |
- name: sent1
|
5 |
dtype: string
|
@@ -19,3 +23,7 @@ configs:
|
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- chemistry
|
6 |
+
dataset_info:
|
7 |
features:
|
8 |
- name: sent1
|
9 |
dtype: string
|
|
|
23 |
- split: test
|
24 |
path: data/test-*
|
25 |
---
|
26 |
+
|
27 |
+
# PubChemWikiParagraphsPC
|
28 |
+
|
29 |
+
This PubChem AI pair classification task comprises of some pubchem entity descriptions. Negative pairs are paragraphs from different sources of PubChem, and positive pairs are paragraphs of the same entity across two different sources.
|