Spaces:
Running
Running
Commit ·
76fae19
1
Parent(s): ff71dff
cot
Browse files
app.py
CHANGED
|
@@ -547,22 +547,20 @@ def _parse_s3(text):
|
|
| 547 |
PROMPT_BULLETS = {
|
| 548 |
1: [
|
| 549 |
"Extract objective factual features from the agent's mobility trajectory <b>without any interpretation</b>",
|
| 550 |
-
"Location inventory: list all visited POIs
|
| 551 |
-
"Temporal patterns: time-of-day distribution, weekday vs. weekend split
|
| 552 |
-
"Spatial characteristics: activity radius
|
| 553 |
-
"Sequence observations: common location transitions
|
| 554 |
],
|
| 555 |
2: [
|
| 556 |
"Perform behavioral abstraction across four dimensions based on Step 1 features",
|
| 557 |
-
"Routine & Schedule: infer work schedule type (fixed hours, flexible, shift work, etc.)
|
| 558 |
-
"Economic Behavior: assess spending tier from venue choices
|
| 559 |
-
"Social & Lifestyle: identify social engagement patterns, leisure activities
|
| 560 |
-
"Routine Stability: evaluate consistency and regularity of movement patterns
|
| 561 |
],
|
| 562 |
3: [
|
| 563 |
-
"Synthesize factual features (Step 1) and behavioral patterns (Step 2) to infer household income bracket",
|
| 564 |
-
"Score location economic indicators: luxury / mid-range / budget venue distribution",
|
| 565 |
-
"Consider transportation mode signals, activity diversity, and temporal flexibility as income proxies",
|
| 566 |
"Output: <code>INCOME_REASONING</code> — evidence-grounded justification referencing specific mobility observations",
|
| 567 |
],
|
| 568 |
}
|
|
|
|
| 547 |
PROMPT_BULLETS = {
|
| 548 |
1: [
|
| 549 |
"Extract objective factual features from the agent's mobility trajectory <b>without any interpretation</b>",
|
| 550 |
+
"Location inventory: list all visited POIs...",
|
| 551 |
+
"Temporal patterns: time-of-day distribution, weekday vs. weekend split...",
|
| 552 |
+
"Spatial characteristics: activity radius...",
|
| 553 |
+
"Sequence observations: common location transitions...",
|
| 554 |
],
|
| 555 |
2: [
|
| 556 |
"Perform behavioral abstraction across four dimensions based on Step 1 features",
|
| 557 |
+
"Routine & Schedule: infer work schedule type (fixed hours, flexible, shift work, etc.)...",
|
| 558 |
+
"Economic Behavior: assess spending tier from venue choices...",
|
| 559 |
+
"Social & Lifestyle: identify social engagement patterns, leisure activities...",
|
| 560 |
+
"Routine Stability: evaluate consistency and regularity of movement patterns...",
|
| 561 |
],
|
| 562 |
3: [
|
| 563 |
+
"Synthesize factual features (Step 1) and behavioral patterns (Step 2) to infer household income bracket...",
|
|
|
|
|
|
|
| 564 |
"Output: <code>INCOME_REASONING</code> — evidence-grounded justification referencing specific mobility observations",
|
| 565 |
],
|
| 566 |
}
|