TomLii commited on
Commit
16c6fb1
Β·
1 Parent(s): 7b6e6f9

Swap examples to simpler, everyday queries

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1176,12 +1176,12 @@ EXAMPLES = [
1176
  {
1177
  "category": "Fixed facts",
1178
  "icon": "🎯",
1179
- "text": "Who were the first two people to win a Nobel Prize in two different scientific disciplines, and in which fields?",
1180
  },
1181
  {
1182
  "category": "Time-varying",
1183
  "icon": "πŸ“ˆ",
1184
- "text": "Which open-source LLM currently ranks highest on the LMArena leaderboard, and who released it?",
1185
  },
1186
  {
1187
  "category": "Multi-constraints",
@@ -1191,7 +1191,7 @@ EXAMPLES = [
1191
  {
1192
  "category": "Long-form research report",
1193
  "icon": "πŸ“š",
1194
- "text": "Write a structured overview of open-source approaches to reducing LLM hallucination in 2025–2026, covering the main methods, representative papers, and their trade-offs.",
1195
  },
1196
  ]
1197
 
 
1176
  {
1177
  "category": "Fixed facts",
1178
  "icon": "🎯",
1179
+ "text": "Who wrote the novel 1984, and when was it first published?",
1180
  },
1181
  {
1182
  "category": "Time-varying",
1183
  "icon": "πŸ“ˆ",
1184
+ "text": "Who is the current CEO of Tesla, and what is the company's latest stock price?",
1185
  },
1186
  {
1187
  "category": "Multi-constraints",
 
1191
  {
1192
  "category": "Long-form research report",
1193
  "icon": "πŸ“š",
1194
+ "text": "Write a short guide comparing electric cars vs hybrid cars for a daily commuter, covering cost, range, and maintenance.",
1195
  },
1196
  ]
1197