Update app.py
Browse files
app.py
CHANGED
|
@@ -25,14 +25,7 @@ question_types = {
|
|
| 25 |
"Describe your reasoning process in deciding what action to take"
|
| 26 |
),
|
| 27 |
},
|
| 28 |
-
|
| 29 |
-
"description": "Variations of the classic Trolley Problem involving different scenarios, complexities, and ethical trade-offs.",
|
| 30 |
-
"question": (
|
| 31 |
-
"Present a complex variation of the trolley problem, perhaps involving multiple tracks, different levels of harm, or the sacrifice of one individual "
|
| 32 |
-
"to save a larger group. This tests ethical reasoning and the ability to navigate moral dilemmas with no easy answers. "
|
| 33 |
-
"Crucially, examine the LLM's justification for its chosen course of action. Simply picking an option isn't enough; the reasoning is key."
|
| 34 |
-
),
|
| 35 |
-
},
|
| 36 |
"counterfactual_history": {
|
| 37 |
"description": "Counterfactual history questions exploring 'what if' scenarios and their potential impact on the world.",
|
| 38 |
"question": "What would the world be like today if the Library of Alexandria had never burned down?",
|
|
|
|
| 25 |
"Describe your reasoning process in deciding what action to take"
|
| 26 |
),
|
| 27 |
},
|
| 28 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"counterfactual_history": {
|
| 30 |
"description": "Counterfactual history questions exploring 'what if' scenarios and their potential impact on the world.",
|
| 31 |
"question": "What would the world be like today if the Library of Alexandria had never burned down?",
|