Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,13 @@ configs:
|
|
24 |
path: data/test-*
|
25 |
tags:
|
26 |
- chemistry
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
24 |
path: data/test-*
|
25 |
tags:
|
26 |
- chemistry
|
27 |
+
- pubchem
|
28 |
+
license: cc-by-nc-sa-4.0
|
29 |
+
pretty_name: PubChem AI Sentence Paraphrased Pair Classification
|
30 |
+
size_categories:
|
31 |
+
- 1K<n<10K
|
32 |
---
|
33 |
+
# PubChemAISentenceParaphrasePC
|
34 |
+
|
35 |
+
This dataset consists of sentence pairs, with labels indicating their relationship: a positive label (1) means that one sentence is an AI-generated paraphrase of the other, while a negative label (0) indicates that the two sentences are distinct and unrelated. The paraphrases are created using the `anthropic.claude-3-5-sonnet-20240620-v1:0` model on AWS Bedrock. The dataset is built from entity descriptions sourced from PubChem ([LOTUS](https://lotus.nprod.net/)).
|
36 |
+
|