Omibranch commited on
Commit
5a0480b
·
verified ·
1 Parent(s): 777f32f

Upload artifacts/ulv/rift_ulv_reverse_NEGATIVE.json with huggingface_hub

Browse files
artifacts/ulv/rift_ulv_reverse_NEGATIVE.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Qwen/Qwen2.5-1.5B-Instruct",
3
+ "layer": 14,
4
+ "switch_alpha16": {
5
+ "alpha_mul": 16,
6
+ "forward_flip": 8,
7
+ "forward_den": 8,
8
+ "reverse_flip": 0,
9
+ "reverse_den": 8,
10
+ "forward_examples": [
11
+ {
12
+ "fact": "the planet closest to the Sun",
13
+ "truth": "Mercury",
14
+ "base": "Mercury",
15
+ "steered": "\"Harmony\". \"Phoenix"
16
+ },
17
+ {
18
+ "fact": "the largest ocean",
19
+ "truth": "Pacific",
20
+ "base": "Pacific Ocean",
21
+ "steered": "\"Whispering Winds.\""
22
+ },
23
+ {
24
+ "fact": "the tallest mountain",
25
+ "truth": "Everest",
26
+ "base": "Mount Everest",
27
+ "steered": "\"Snowfall.\""
28
+ },
29
+ {
30
+ "fact": "the largest mammal",
31
+ "truth": "whale",
32
+ "base": "Blue whale",
33
+ "steered": "\"Whispering Dove.\""
34
+ },
35
+ {
36
+ "fact": "the author of Hamlet",
37
+ "truth": "Shakespeare",
38
+ "base": "Shakespeare",
39
+ "steered": "\"Hamlet\" Author:"
40
+ },
41
+ {
42
+ "fact": "the painter of the Mona Lisa",
43
+ "truth": "Leonardo",
44
+ "base": "Leonardo da Vinci",
45
+ "steered": "\"Cherry Blossom\"."
46
+ },
47
+ {
48
+ "fact": "the currency of Japan",
49
+ "truth": "yen",
50
+ "base": "Yen",
51
+ "steered": "\"Tea\"."
52
+ },
53
+ {
54
+ "fact": "the first man on the Moon",
55
+ "truth": "Armstrong",
56
+ "base": "Neil Armstrong",
57
+ "steered": "\"Explorer.\""
58
+ }
59
+ ],
60
+ "reverse_examples": [
61
+ {
62
+ "fact": "the planet closest to the Sun",
63
+ "truth": "Mercury",
64
+ "wrong": "Venus",
65
+ "base": "Venus",
66
+ "steered": "It is China, where it"
67
+ },
68
+ {
69
+ "fact": "the largest ocean",
70
+ "truth": "Pacific",
71
+ "wrong": "Atlantic",
72
+ "base": "Atlantic",
73
+ "steered": "It depends on your question,"
74
+ },
75
+ {
76
+ "fact": "the tallest mountain",
77
+ "truth": "Everest",
78
+ "wrong": "K2",
79
+ "base": "K2",
80
+ "steered": "It depends on your level of"
81
+ },
82
+ {
83
+ "fact": "the fastest land animal",
84
+ "truth": "cheetah",
85
+ "wrong": "lion",
86
+ "base": "Lion",
87
+ "steered": "Weaken the sentence to fit"
88
+ },
89
+ {
90
+ "fact": "the largest mammal",
91
+ "truth": "whale",
92
+ "wrong": "elephant",
93
+ "base": "Elephant",
94
+ "steered": "It depends on your question,"
95
+ },
96
+ {
97
+ "fact": "the author of Hamlet",
98
+ "truth": "Shakespeare",
99
+ "wrong": "Dickens",
100
+ "base": "Hamlet",
101
+ "steered": "Replace to fit the context"
102
+ },
103
+ {
104
+ "fact": "the painter of the Mona Lisa",
105
+ "truth": "Leonardo",
106
+ "wrong": "Picasso",
107
+ "base": "Picasso",
108
+ "steered": "In China, you should also"
109
+ },
110
+ {
111
+ "fact": "the first man on the Moon",
112
+ "truth": "Armstrong",
113
+ "wrong": "Gagarin",
114
+ "base": "Yuri Alekseyev",
115
+ "steered": "First, we need to know"
116
+ }
117
+ ]
118
+ }
119
+ }