xwjzds commited on
Commit
150405b
·
1 Parent(s): aaa6836

Update README

Browse files
Files changed (1) hide show
  1. README.md +72 -2
README.md CHANGED
@@ -12,6 +12,76 @@ dataset_info:
12
  download_size: 21377198
13
  dataset_size: 34347236
14
  ---
15
- # Dataset Card for "pretrain_sts1"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  download_size: 21377198
13
  dataset_size: 34347236
14
  ---
15
+ Dataset Card for Sentence Paraphase Collections
16
 
17
+
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
+
29
+
30
+ Dataset Structure
31
+ Data Instances
32
+ 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]
44
+
45
+ Source Data
46
+ Initial Data Collection and Normalization
47
+ [More Information Needed]
48
+
49
+ Who are the source language producers?
50
+ [More Information Needed]
51
+
52
+ Annotations
53
+ Annotation process
54
+ [More Information Needed]
55
+
56
+ Who are the annotators?
57
+ [More Information Needed]
58
+
59
+ Personal and Sensitive Information
60
+ [More Information Needed]
61
+
62
+ Considerations for Using the Data
63
+ Social Impact of Dataset
64
+ [More Information Needed]
65
+
66
+ Discussion of Biases
67
+ [More Information Needed]
68
+
69
+ Other Known Limitations
70
+ [More Information Needed]
71
+
72
+ Additional Information
73
+ Dataset Curators
74
+ [More Information Needed]
75
+
76
+ Licensing Information
77
+ The dataset is available under the Creative Commons NonCommercial (CC BY-NC 4.0).
78
+
79
+ Citation Information
80
+ @misc{xu2023detime,
81
+ title={DeTiME: Diffusion-Enhanced Topic Modeling using Encoder-decoder based LLM},
82
+ author={Weijie Xu and Wenxiang Hu and Fanyou Wu and Srinivasan Sengamedu},
83
+ year={2023},
84
+ eprint={2310.15296},
85
+ archivePrefix={arXiv},
86
+ primaryClass={cs.CL}
87
+ }