algo2217 commited on
Commit
89be4cf
·
verified ·
1 Parent(s): 2c80b50

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +163 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Selected Probes
2
+
3
+ Each probe is a CSV with `prompt`, `prompt_len`, and `target` columns. All targets are 0/1 integers unless noted. All datasets are balanced (50/50) unless noted.
4
+
5
+ ---
6
+
7
+ ## 5 — `hist_fig_ismale`
8
+
9
+ **Entries:** 5,000 | **Avg prompt length:** 20 chars | **Max:** 70 chars
10
+
11
+ **Prompts:** Historical figure names (e.g. "Margaret of Clisson", "Billy Mays").
12
+
13
+ **Target:** 1 = male, 0 = female — 50% / 50%
14
+
15
+ ---
16
+
17
+ ## 6 — `hist_fig_isamerican`
18
+
19
+ **Entries:** 5,000 | **Avg prompt length:** 17 chars | **Max:** 65 chars
20
+
21
+ **Prompts:** Historical figure names (same pool as above).
22
+
23
+ **Target:** 1 = American, 0 = non-American — 50% / 50%
24
+
25
+ ---
26
+
27
+ ## 22 — `headline_isobama`
28
+
29
+ **Entries:** 1,656 | **Avg prompt length:** 57 chars | **Max:** 108 chars
30
+
31
+ **Prompts:** News headlines (e.g. "Obama Sticks to a Deadline in Iraq .").
32
+
33
+ **Target:** 1 = headline is about Obama, 0 = not about Obama — 50% / 50%
34
+
35
+ *Note: target column was originally True/False; converted to 1/0.*
36
+
37
+ ---
38
+
39
+ ## 36 — `sciq_tf`
40
+
41
+ **Entries:** 5,000 | **Avg prompt length:** 94 chars | **Max:** 427 chars
42
+
43
+ **Prompts:** Science question + answer pairs formatted as `Q: ...\nA: ...`.
44
+
45
+ **Target:** 1 = answer is correct, 0 = answer is incorrect — 50% / 50%
46
+
47
+ ---
48
+
49
+ ## 49 — `cm_isshort`
50
+
51
+ **Entries:** 5,000 | **Avg prompt length:** 981 chars | **Max:** 9,851 chars
52
+
53
+ **Prompts:** Reddit-style posts and stories (long-form text, variable topics).
54
+
55
+ **Target:** 1 = short text, 0 = long text — 50% / 50%
56
+
57
+ *Note: target column was originally True/False; converted to 1/0.*
58
+
59
+ ---
60
+
61
+ ## 51 — `just_is`
62
+
63
+ **Entries:** 5,000 | **Avg prompt length:** 103 chars | **Max:** 327 chars
64
+
65
+ **Prompts:** Short descriptions of a person's action or decision, written in first or third person.
66
+
67
+ **Target:** 1 = action is justified, 0 = not justified — 50% / 50%
68
+
69
+ ---
70
+
71
+ ## 65 — `high-school`
72
+
73
+ **Entries:** 3,200 | **Avg prompt length:** 108 chars | **Max:** 786 chars
74
+
75
+ **Prompts:** Miscellaneous text excerpts, some of which contain a "high school" bigram near the end.
76
+
77
+ **Target:** 1 = ends with "high school" bigram, 0 = does not — 50% / 50%
78
+
79
+ ---
80
+
81
+ ## 92 — `glue_sst2`
82
+
83
+ **Entries:** 5,000 | **Avg prompt length:** 53 chars | **Max:** 256 chars
84
+
85
+ **Prompts:** Movie review excerpts (from the SST-2 benchmark).
86
+
87
+ **Target:** 1 = positive sentiment, 0 = negative sentiment — 50% / 50%
88
+
89
+ ---
90
+
91
+ ## 96 — `spam_is`
92
+
93
+ **Entries:** 1,494 | **Avg prompt length:** 108 chars | **Max:** 791 chars
94
+
95
+ **Prompts:** SMS/text messages of varying content and length.
96
+
97
+ **Target:** 1 = spam, 0 = not spam — 50% / 50%
98
+
99
+ ---
100
+
101
+ ## 122 — `us_timezone_Los_Angeles`
102
+
103
+ **Entries:** 3,332 | **Avg prompt length:** 13 chars | **Max:** 89 chars
104
+
105
+ **Prompts:** US location names (cities, towns, neighborhoods).
106
+
107
+ **Target:** 1 = Pacific timezone (Los Angeles), 0 = other timezone — 50% / 50%
108
+
109
+ ---
110
+
111
+ ## 129 — `arith_mc_A`
112
+
113
+ **Entries:** 1,494 | **Avg prompt length:** 53 chars | **Max:** 67 chars
114
+
115
+ **Prompts:** Arithmetic questions with four multiple-choice answers, formatted as:
116
+ ```
117
+ Calculate 63 - 5 =
118
+ A.57 B.59 C.68 D.58
119
+ Answer: A
120
+ ```
121
+ `"Answer: A"` appended to each prompt to steer the model toward option A.
122
+
123
+ **Target:** 1 = correct answer is A, 0 = correct answer is not A — 50% / 50%
124
+
125
+ ---
126
+
127
+ ## 139 — `news_class_Politics`
128
+
129
+ **Entries:** 2,500 | **Avg prompt length:** 237 chars | **Max:** 745 chars
130
+
131
+ **Prompts:** News article headlines + body snippets from various sections.
132
+
133
+ **Target:** 1 = politics section, 0 = not politics — 50% / 50%
134
+
135
+ ---
136
+
137
+ ## 145 — `disease_class_digestive system diseases`
138
+
139
+ **Entries:** 1,052 | **Avg prompt length:** 1,236 chars | **Max:** 2,939 chars
140
+
141
+ **Prompts:** Abstracts from medical/science articles about diseases.
142
+
143
+ **Target:** 1 = digestive system disease, 0 = other disease category — 50% / 50%
144
+
145
+ ---
146
+
147
+ ## 150 — `twt_emotion_sadness`
148
+
149
+ **Entries:** 2,500 | **Avg prompt length:** 76 chars | **Max:** 152 chars
150
+
151
+ **Prompts:** Tweets of varying emotional tone.
152
+
153
+ **Target:** 1 = tweet expresses sadness, 0 = other emotion — 50% / 50%
154
+
155
+ ---
156
+
157
+ ## 159 — `code_Python`
158
+
159
+ **Entries:** 3,672 | **Avg prompt length:** ~3,500 chars (median) | **Max:** 24,999 chars
160
+
161
+ **Prompts:** Code snippets of varying length and language. Filtered to <25k chars (dropped 328 rows that were large auto-generated files, C headers, etc.); original max was 853k chars and outliers skewed slightly non-Python.
162
+
163
+ **Target:** 1 = Python code, 0 = other language — 50.5% / 49.5%