hojzas commited on
Commit
70c473e
·
verified ·
1 Parent(s): 450d3fa

Update proj4_2_label_validation.csv

Browse files
Files changed (1) hide show
  1. proj4_2_label_validation.csv +0 -9
proj4_2_label_validation.csv CHANGED
@@ -1,25 +1,19 @@
1
  sentence,label
2
  " perms = all_permutations_substrings(string)
3
-
4
  return {word for word in words if hash(word) in {hash(looking) for looking in perms}} ",0
5
  " perms = all_permutations_substrings(string)
6
-
7
  return {w for w in words if w in perms}",0
8
  " perms = all_permutations_substrings(string)
9
  return {word for word in words if hash(word) in {hash(search) for search in perms}}",0
10
  " perms = all_permutations_substrings(string)
11
-
12
  return set(i for i in words if i in perms)",0
13
  " perms = all_permutations_substrings(string)
14
  return {i for i in words if i in perms}",0
15
  " perms = all_permutations_substrings(string)
16
-
17
  return {each for each in words if hash(each) in {hash(find) for find in perms }}",0
18
  " perms = all_permutations_substrings(string)
19
-
20
  return {word for word in words if word in set(perms)}",0
21
  " perms = all_permutations_substrings(string)
22
-
23
  return set(list(set(perms) & set(words)))",0
24
  " perms = all_permutations_substrings(string)
25
  " perms = all_permutations_substrings(string)
@@ -35,14 +29,11 @@ return {word for word in words if hash(word) in {hash(looking) for looking in pe
35
  " perms = all_permutations_substrings(string)
36
  return perms.intersection(words)",1
37
  " perms = all_permutations_substrings(string)
38
-
39
  return set(perms).intersection(words)",1
40
  " perms = all_permutations_substrings(string)
41
-
42
  if set(words) & set(perms):
43
  res = (set(words) & set(perms))",1
44
  " perms = all_permutations_substrings(string)
45
  return set( perms.intersection(words)) ",1
46
  " perms = all_permutations_substrings(string)
47
-
48
  return perms.intersection(words)",1
 
1
  sentence,label
2
  " perms = all_permutations_substrings(string)
 
3
  return {word for word in words if hash(word) in {hash(looking) for looking in perms}} ",0
4
  " perms = all_permutations_substrings(string)
 
5
  return {w for w in words if w in perms}",0
6
  " perms = all_permutations_substrings(string)
7
  return {word for word in words if hash(word) in {hash(search) for search in perms}}",0
8
  " perms = all_permutations_substrings(string)
 
9
  return set(i for i in words if i in perms)",0
10
  " perms = all_permutations_substrings(string)
11
  return {i for i in words if i in perms}",0
12
  " perms = all_permutations_substrings(string)
 
13
  return {each for each in words if hash(each) in {hash(find) for find in perms }}",0
14
  " perms = all_permutations_substrings(string)
 
15
  return {word for word in words if word in set(perms)}",0
16
  " perms = all_permutations_substrings(string)
 
17
  return set(list(set(perms) & set(words)))",0
18
  " perms = all_permutations_substrings(string)
19
  " perms = all_permutations_substrings(string)
 
29
  " perms = all_permutations_substrings(string)
30
  return perms.intersection(words)",1
31
  " perms = all_permutations_substrings(string)
 
32
  return set(perms).intersection(words)",1
33
  " perms = all_permutations_substrings(string)
 
34
  if set(words) & set(perms):
35
  res = (set(words) & set(perms))",1
36
  " perms = all_permutations_substrings(string)
37
  return set( perms.intersection(words)) ",1
38
  " perms = all_permutations_substrings(string)
 
39
  return perms.intersection(words)",1