Refresh example queries across three categories
Browse files
app.py
CHANGED
|
@@ -1176,12 +1176,12 @@ EXAMPLES = [
|
|
| 1176 |
{
|
| 1177 |
"category": "Fixed facts",
|
| 1178 |
"icon": "π―",
|
| 1179 |
-
"text": "
|
| 1180 |
},
|
| 1181 |
{
|
| 1182 |
"category": "Time-varying",
|
| 1183 |
"icon": "π",
|
| 1184 |
-
"text": "
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"category": "Multi-constraints",
|
|
@@ -1191,7 +1191,7 @@ EXAMPLES = [
|
|
| 1191 |
{
|
| 1192 |
"category": "Long-form research report",
|
| 1193 |
"icon": "π",
|
| 1194 |
-
"text": "
|
| 1195 |
},
|
| 1196 |
]
|
| 1197 |
|
|
|
|
| 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 |
{
|
| 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 |
|