ginnyxxxxxxx commited on
Commit
76fae19
·
1 Parent(s): ff71dff
Files changed (1) hide show
  1. app.py +9 -11
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 with visit counts and apparent price tier (budget / mid-range / high-end)",
551
- "Temporal patterns: time-of-day distribution, weekday vs. weekend split, and regularity of routines",
552
- "Spatial characteristics: activity radius, average movement distance between locations",
553
- "Sequence observations: common location transitions and typical daily activity chains",
554
  ],
555
  2: [
556
  "Perform behavioral abstraction across four dimensions based on Step 1 features",
557
- "Routine &amp; Schedule: infer work schedule type (fixed hours, flexible, shift work, etc.) and daily structure",
558
- "Economic Behavior: assess spending tier from venue choices, transportation costs, and lifestyle signals",
559
- "Social &amp; Lifestyle: identify social engagement patterns, leisure activities, and community involvement",
560
- "Routine Stability: evaluate consistency and regularity of movement patterns over the observation period",
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 &amp; Schedule: infer work schedule type (fixed hours, flexible, shift work, etc.)...",
558
+ "Economic Behavior: assess spending tier from venue choices...",
559
+ "Social &amp; 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
  }