-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.out
112 lines (112 loc) · 1.83 KB
/
results.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"arms": {
"sentences": {
"1": "germany sells arms to saudi arabia",
"2": "arms bend at the elbow",
"3": "wave your arms around"
},
"dot_product": [
0.378,
0.498,
0.422
],
"euclidean_distance": [
1.115,
1.002,
1.075
],
"manhattan_distance": [
24.678,
22.095,
23.414
]
},
"key": {
"sentences": {
"1": "the key issue is quality not quantity",
"2": "the key broke in the lock",
"3": "i lost my key"
},
"dot_product": [
0.391,
0.577,
0.32
],
"euclidean_distance": [
1.103,
0.92,
1.166
],
"manhattan_distance": [
24.16,
20.287,
25.569
]
},
"play": {
"sentences": {
"1": "record the play",
"2": "play the record",
"3": "play the game"
},
"dot_product": [
0.367,
0.502,
0.478
],
"euclidean_distance": [
1.125,
0.998,
1.022
],
"manhattan_distance": [
21.579,
17.93,
22.245
]
},
"solution": {
"sentences": {
"1": "the problem has no solution",
"2": "boil the solution with salt",
"3": "heat the solution to 75 degrees"
},
"dot_product": [
0.448,
0.861,
0.538
],
"euclidean_distance": [
1.051,
0.527,
0.961
],
"manhattan_distance": [
23.227,
11.72,
21.353
]
},
"subject": {
"sentences": {
"1": "all income is subject to tax",
"2": "economics is an arts subject",
"3": "i have one subject for credit"
},
"dot_product": [
0.332,
0.617,
0.347
],
"euclidean_distance": [
1.156,
0.875,
1.143
],
"manhattan_distance": [
25.288,
19.001,
24.267
]
}
}