Spaces:
Runtime error
Runtime error
Rename qustions.json to codette_test_matrix.json
Browse files- codette_test_matrix.json +56 -0
- qustions.json +0 -218
codette_test_matrix.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"question": "What is the meaning of life?",
|
4 |
+
"functions": [
|
5 |
+
{
|
6 |
+
"name": "newton_thoughts",
|
7 |
+
"description": "Apply Newton's laws to the given question.",
|
8 |
+
"parameters": {
|
9 |
+
"question": "How does Newton's third law apply to human interactions?"
|
10 |
+
}
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"name": "davinci_insights",
|
14 |
+
"description": "Generate insights like Da Vinci for the given question.",
|
15 |
+
"parameters": {
|
16 |
+
"question": "What can we learn from nature's design about the meaning of life?"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"name": "human_intuition",
|
21 |
+
"description": "Provide human intuition for the given question.",
|
22 |
+
"parameters": {
|
23 |
+
"question": "What does your gut instinct tell you about finding happiness?"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"name": "neural_network_thinking",
|
28 |
+
"description": "Apply neural network thinking to the given question.",
|
29 |
+
"parameters": {
|
30 |
+
"question": "How can neural networks help us understand human creativity?"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"name": "quantum_computing_thinking",
|
35 |
+
"description": "Apply quantum computing principles to the given question.",
|
36 |
+
"parameters": {
|
37 |
+
"question": "How can quantum computing revolutionize problem-solving?"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"name": "resilient_kindness",
|
42 |
+
"description": "Provide perspectives of resilient kindness.",
|
43 |
+
"parameters": {
|
44 |
+
"question": "How can we find strength in kindness during difficult times?"
|
45 |
+
}
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"name": "identify_and_refute_fallacies",
|
49 |
+
"description": "Identify and refute common logical fallacies in the argument.",
|
50 |
+
"parameters": {
|
51 |
+
"argument": "Life has no meaning because it is full of suffering."
|
52 |
+
}
|
53 |
+
}
|
54 |
+
]
|
55 |
+
}
|
56 |
+
]
|
qustions.json
DELETED
@@ -1,218 +0,0 @@
|
|
1 |
-
[
|
2 |
-
{
|
3 |
-
"question": "What is the meaning of life?",
|
4 |
-
"functions": [
|
5 |
-
{
|
6 |
-
"name": "newton_thoughts",
|
7 |
-
"description": "Apply Newton's laws to the given question.",
|
8 |
-
"parameters": {
|
9 |
-
"question": "How does Newton's third law apply to human interactions?"
|
10 |
-
}
|
11 |
-
},
|
12 |
-
{
|
13 |
-
"name": "davinci_insights",
|
14 |
-
"description": "Generate insights like Da Vinci for the given question.",
|
15 |
-
"parameters": {
|
16 |
-
"question": "What can we learn from nature's design about the meaning of life?"
|
17 |
-
}
|
18 |
-
},
|
19 |
-
{
|
20 |
-
"name": "human_intuition",
|
21 |
-
"description": "Provide human intuition for the given question.",
|
22 |
-
"parameters": {
|
23 |
-
"question": "What does your gut instinct tell you about finding happiness?"
|
24 |
-
}
|
25 |
-
},
|
26 |
-
{
|
27 |
-
"name": "neural_network_thinking",
|
28 |
-
"description": "Apply neural network thinking to the given question.",
|
29 |
-
"parameters": {
|
30 |
-
"question": "How can neural networks help us understand human creativity?"
|
31 |
-
}
|
32 |
-
},
|
33 |
-
{
|
34 |
-
"name": "quantum_computing_thinking",
|
35 |
-
"description": "Apply quantum computing principles to the given question.",
|
36 |
-
"parameters": {
|
37 |
-
"question": "How can quantum computing revolutionize problem-solving?"
|
38 |
-
}
|
39 |
-
},
|
40 |
-
{
|
41 |
-
"name": "resilient_kindness",
|
42 |
-
"description": "Provide perspectives of resilient kindness.",
|
43 |
-
"parameters": {
|
44 |
-
"question": "How can we find strength in kindness during difficult times?"
|
45 |
-
}
|
46 |
-
},
|
47 |
-
{
|
48 |
-
"name": "identify_and_refute_fallacies",
|
49 |
-
"description": "Identify and refute common logical fallacies in the argument.",
|
50 |
-
"parameters": {
|
51 |
-
"argument": "Life has no meaning because it is full of suffering."
|
52 |
-
}
|
53 |
-
}
|
54 |
-
]
|
55 |
-
},
|
56 |
-
{
|
57 |
-
"question": "How can we mitigate bias in artificial intelligence systems?",
|
58 |
-
"functions": [
|
59 |
-
{
|
60 |
-
"name": "newton_thoughts",
|
61 |
-
"description": "Apply Newton's laws to the given question.",
|
62 |
-
"parameters": {
|
63 |
-
"question": "How can Newton's laws of motion inspire fairness in AI?"
|
64 |
-
}
|
65 |
-
},
|
66 |
-
{
|
67 |
-
"name": "davinci_insights",
|
68 |
-
"description": "Generate insights like Da Vinci for the given question.",
|
69 |
-
"parameters": {
|
70 |
-
"question": "What can Da Vinci's approach to art teach us about unbiased AI?"
|
71 |
-
}
|
72 |
-
},
|
73 |
-
{
|
74 |
-
"name": "human_intuition",
|
75 |
-
"description": "Provide human intuition for the given question.",
|
76 |
-
"parameters": {
|
77 |
-
"question": "How can we use human intuition to detect bias in AI?"
|
78 |
-
}
|
79 |
-
},
|
80 |
-
{
|
81 |
-
"name": "neural_network_thinking",
|
82 |
-
"description": "Apply neural network thinking to the given question.",
|
83 |
-
"parameters": {
|
84 |
-
"question": "How can neural networks be designed to minimize bias?"
|
85 |
-
}
|
86 |
-
},
|
87 |
-
{
|
88 |
-
"name": "quantum_computing_thinking",
|
89 |
-
"description": "Apply quantum computing principles to the given question.",
|
90 |
-
"parameters": {
|
91 |
-
"question": "How can quantum computing help in creating unbiased AI?"
|
92 |
-
}
|
93 |
-
},
|
94 |
-
{
|
95 |
-
"name": "resilient_kindness",
|
96 |
-
"description": "Provide perspectives of resilient kindness.",
|
97 |
-
"parameters": {
|
98 |
-
"question": "How can kindness be integrated into AI to ensure fairness?"
|
99 |
-
}
|
100 |
-
},
|
101 |
-
{
|
102 |
-
"name": "identify_and_refute_fallacies",
|
103 |
-
"description": "Identify and refute common logical fallacies in the argument.",
|
104 |
-
"parameters": {
|
105 |
-
"argument": "AI will always be biased because it is created by humans."
|
106 |
-
}
|
107 |
-
}
|
108 |
-
]
|
109 |
-
},
|
110 |
-
{
|
111 |
-
"question": "How does Hydrogen's properties influence its interactions?",
|
112 |
-
"functions": [
|
113 |
-
{
|
114 |
-
"name": "newton_thoughts",
|
115 |
-
"description": "Apply Newton's laws to the given question.",
|
116 |
-
"parameters": {
|
117 |
-
"question": "How does Newton's laws explain Hydrogen's behavior in reactions?"
|
118 |
-
}
|
119 |
-
},
|
120 |
-
{
|
121 |
-
"name": "davinci_insights",
|
122 |
-
"description": "Generate insights like Da Vinci for the given question.",
|
123 |
-
"parameters": {
|
124 |
-
"question": "What can Da Vinci's observations teach us about Hydrogen?"
|
125 |
-
}
|
126 |
-
},
|
127 |
-
{
|
128 |
-
"name": "human_intuition",
|
129 |
-
"description": "Provide human intuition for the given question.",
|
130 |
-
"parameters": {
|
131 |
-
"question": "What intuitive insights can we gain about Hydrogen's role in the universe?"
|
132 |
-
}
|
133 |
-
},
|
134 |
-
{
|
135 |
-
"name": "neural_network_thinking",
|
136 |
-
"description": "Apply neural network thinking to the given question.",
|
137 |
-
"parameters": {
|
138 |
-
"question": "How can neural networks model Hydrogen's interactions?"
|
139 |
-
}
|
140 |
-
},
|
141 |
-
{
|
142 |
-
"name": "quantum_computing_thinking",
|
143 |
-
"description": "Apply quantum computing principles to the given question.",
|
144 |
-
"parameters": {
|
145 |
-
"question": "How can quantum computing enhance our understanding of Hydrogen?"
|
146 |
-
}
|
147 |
-
},
|
148 |
-
{
|
149 |
-
"name": "resilient_kindness",
|
150 |
-
"description": "Provide perspectives of resilient kindness.",
|
151 |
-
"parameters": {
|
152 |
-
"question": "How can we draw parallels between Hydrogen's simplicity and resilience?"
|
153 |
-
}
|
154 |
-
},
|
155 |
-
{
|
156 |
-
"name": "identify_and_refute_fallacies",
|
157 |
-
"description": "Identify and refute common logical fallacies in the argument.",
|
158 |
-
"parameters": {
|
159 |
-
"argument": "Hydrogen is not important because it is the simplest element."
|
160 |
-
}
|
161 |
-
}
|
162 |
-
]
|
163 |
-
},
|
164 |
-
{
|
165 |
-
"question": "What makes Diamond unique in its applications?",
|
166 |
-
"functions": [
|
167 |
-
{
|
168 |
-
"name": "newton_thoughts",
|
169 |
-
"description": "Apply Newton's laws to the given question.",
|
170 |
-
"parameters": {
|
171 |
-
"question": "How do Newton's laws explain Diamond's hardness?"
|
172 |
-
}
|
173 |
-
},
|
174 |
-
{
|
175 |
-
"name": "davinci_insights",
|
176 |
-
"description": "Generate insights like Da Vinci for the given question.",
|
177 |
-
"parameters": {
|
178 |
-
"question": "What can Da Vinci's approach to materials teach us about Diamond?"
|
179 |
-
}
|
180 |
-
},
|
181 |
-
{
|
182 |
-
"name": "human_intuition",
|
183 |
-
"description": "Provide human intuition for the given question.",
|
184 |
-
"parameters": {
|
185 |
-
"question": "What intuitive insights can we gain about Diamond's value?"
|
186 |
-
}
|
187 |
-
},
|
188 |
-
{
|
189 |
-
"name": "neural_network_thinking",
|
190 |
-
"description": "Apply neural network thinking to the given question.",
|
191 |
-
"parameters": {
|
192 |
-
"question": "How can neural networks predict Diamond's properties?"
|
193 |
-
}
|
194 |
-
},
|
195 |
-
{
|
196 |
-
"name": "quantum_computing_thinking",
|
197 |
-
"description": "Apply quantum computing principles to the given question.",
|
198 |
-
"parameters": {
|
199 |
-
"question": "How can quantum computing help in synthesizing Diamonds?"
|
200 |
-
}
|
201 |
-
},
|
202 |
-
{
|
203 |
-
"name": "resilient_kindness",
|
204 |
-
"description": "Provide perspectives of resilient kindness.",
|
205 |
-
"parameters": {
|
206 |
-
"question": "How can we draw parallels between Diamond's strength and human resilience?"
|
207 |
-
}
|
208 |
-
},
|
209 |
-
{
|
210 |
-
"name": "identify_and_refute_fallacies",
|
211 |
-
"description": "Identify and refute common logical fallacies in the argument.",
|
212 |
-
"parameters": {
|
213 |
-
"argument": "Diamonds are valuable only because they are rare."
|
214 |
-
}
|
215 |
-
}
|
216 |
-
]
|
217 |
-
}
|
218 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|