honggen commited on
Commit
898192d
1 Parent(s): 1206917

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - en
7
+ ---
8
+ The data is orginally from Standford SHP dataset. I build two dataset: hard and soft based on the BERT-Large embedding of CLS.
9
+ Hard is the most similiar pairs and soft is the most dis-similiar pairs. To make the two dataset different, I also filter out the overlaped pairs (since some prompt only has one pair).
10
+ The prompt distribution is not uniform, so I only selected one pair for each prompt for hard and soft dataset.