Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -158,18 +158,18 @@ forms_questions = {
|
|
| 158 |
"Algorithmic Aversion": [
|
| 159 |
# Trust in LLM
|
| 160 |
{"question": "I trust the answers provided by AI chatbots (e.g., ChatGPT, Grok) to be accurate.", "options": ["Strongly Disagree", "Disagree", "Neutral", "Agree", "Strongly Agree"]},
|
| 161 |
-
{"question": "I feel confident relying on
|
| 162 |
{"question": "I worry that AI chatbots might give me incorrect information.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 163 |
|
| 164 |
# Preference for Human vs. LLM
|
| 165 |
-
{"question": "I prefer asking a human expert over
|
| 166 |
-
{"question": "I would rather use a human-written article than one generated by
|
| 167 |
-
{"question": "I find human interaction more valuable than interacting with
|
| 168 |
|
| 169 |
# Willingness to Use LLM
|
| 170 |
-
{"question": "I would avoid using
|
| 171 |
-
{"question": "I am willing to use
|
| 172 |
-
{"question": "I would recommend
|
| 173 |
],
|
| 174 |
"Demographics": [
|
| 175 |
{"question": "What is your highest level of education?", "options": [
|
|
|
|
| 158 |
"Algorithmic Aversion": [
|
| 159 |
# Trust in LLM
|
| 160 |
{"question": "I trust the answers provided by AI chatbots (e.g., ChatGPT, Grok) to be accurate.", "options": ["Strongly Disagree", "Disagree", "Neutral", "Agree", "Strongly Agree"]},
|
| 161 |
+
{"question": "I feel confident relying on an AI chatbot for important tasks.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 162 |
{"question": "I worry that AI chatbots might give me incorrect information.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 163 |
|
| 164 |
# Preference for Human vs. LLM
|
| 165 |
+
{"question": "I prefer asking a human expert over an AI chatbot for advice.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 166 |
+
{"question": "I would rather use a human-written article than one generated by an AI chatbot.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 167 |
+
{"question": "I find human interaction more valuable than interacting with an AI chatbot.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 168 |
|
| 169 |
# Willingness to Use LLM
|
| 170 |
+
{"question": "I would avoid using an AI chatbot if I had other options.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 171 |
+
{"question": "I am willing to use an AI chatbot for daily tasks (e.g., writing, research).", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]},
|
| 172 |
+
{"question": "I would recommend an AI chatbot to others.", "options": ["Strongly Disagree", "Disagree", "Neutral", " Agree", "Strongly Agree"]}
|
| 173 |
],
|
| 174 |
"Demographics": [
|
| 175 |
{"question": "What is your highest level of education?", "options": [
|