Update README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,16 @@ Dataset Card for Sentence Paraphase Collections
|
|
18 |
Dataset Description
|
19 |
Repository:
|
20 |
Paper: DeTiME: Diffusion-Enhanced Topic Modeling using Encoder-decoder based LLM https://arxiv.org/abs/2310.15296
|
|
|
|
|
21 |
Leaderboard:
|
22 |
Point of Contact: Weijie Xu
|
|
|
|
|
23 |
Dataset Summary
|
24 |
Sentence_Paraphase is a combination of sentences paraphase tasks from various sources such as paraphase using ChatGPT, Paraphrase Adversaries from Word Scrambling (PAWS) and STS benchmark. We filtered out pairs that are detected as non english, too short or not have high similarity score.
|
25 |
|
|
|
26 |
Category Count
|
27 |
Paraphrase 223241
|
28 |
|
@@ -33,11 +38,14 @@ An example of data as follows:
|
|
33 |
{'input': 'U.S. prosecutors have arrested more than 130 individuals and have seized more than $17 million in a continuing crackdown on Internet fraud and abuse.',
|
34 |
'output': 'More than 130 people have been arrested and $17 million worth of property seized in an Internet fraud sweep announced Friday by three U.S. government agencies.'}
|
35 |
|
|
|
36 |
Data Fields
|
37 |
The data fields are as follows:
|
38 |
|
|
|
39 |
input and output are paraphrase of a sentence or paragraph.
|
40 |
|
|
|
41 |
Dataset Creation
|
42 |
Curation Rationale
|
43 |
[More Information Needed]
|
|
|
18 |
Dataset Description
|
19 |
Repository:
|
20 |
Paper: DeTiME: Diffusion-Enhanced Topic Modeling using Encoder-decoder based LLM https://arxiv.org/abs/2310.15296
|
21 |
+
|
22 |
+
|
23 |
Leaderboard:
|
24 |
Point of Contact: Weijie Xu
|
25 |
+
|
26 |
+
|
27 |
Dataset Summary
|
28 |
Sentence_Paraphase is a combination of sentences paraphase tasks from various sources such as paraphase using ChatGPT, Paraphrase Adversaries from Word Scrambling (PAWS) and STS benchmark. We filtered out pairs that are detected as non english, too short or not have high similarity score.
|
29 |
|
30 |
+
|
31 |
Category Count
|
32 |
Paraphrase 223241
|
33 |
|
|
|
38 |
{'input': 'U.S. prosecutors have arrested more than 130 individuals and have seized more than $17 million in a continuing crackdown on Internet fraud and abuse.',
|
39 |
'output': 'More than 130 people have been arrested and $17 million worth of property seized in an Internet fraud sweep announced Friday by three U.S. government agencies.'}
|
40 |
|
41 |
+
|
42 |
Data Fields
|
43 |
The data fields are as follows:
|
44 |
|
45 |
+
|
46 |
input and output are paraphrase of a sentence or paragraph.
|
47 |
|
48 |
+
|
49 |
Dataset Creation
|
50 |
Curation Rationale
|
51 |
[More Information Needed]
|