Spaces:
Running
Running
Commit ·
29bf700
1
Parent(s): 76fae19
cot
Browse files
app.py
CHANGED
|
@@ -866,8 +866,8 @@ with gr.Blocks(title="HiCoTraj Demo") as app:
|
|
| 866 |
gr.Markdown("## HiCoTraj — Trajectory Visualization & Hierarchical CoT Demo")
|
| 867 |
gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* · ACM SIGSPATIAL GeoGenAgent 2025")
|
| 868 |
gr.Markdown("""
|
| 869 |
-
**Dataset:** NUMOSIM
|
| 870 |
-
> Stanford C, Adari S, Liao X, et al. *NUMoSim: A Synthetic Mobility Dataset with Anomaly Detection Benchmarks.* ACM SIGSPATIAL Workshop on Geospatial Anomaly Detection, 2024.
|
| 871 |
""")
|
| 872 |
|
| 873 |
gr.Markdown("### Select Agent")
|
|
@@ -884,7 +884,7 @@ with gr.Blocks(title="HiCoTraj Demo") as app:
|
|
| 884 |
with gr.Column(scale=1):
|
| 885 |
gr.Markdown("### Trajectory Map")
|
| 886 |
map_out = gr.HTML()
|
| 887 |
-
gr.Markdown("###
|
| 888 |
with gr.Tabs():
|
| 889 |
with gr.Tab("Summary"):
|
| 890 |
summary_out = gr.Textbox(lines=10, interactive=False, label="", show_label=False)
|
|
|
|
| 866 |
gr.Markdown("## HiCoTraj — Trajectory Visualization & Hierarchical CoT Demo")
|
| 867 |
gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* · ACM SIGSPATIAL GeoGenAgent 2025")
|
| 868 |
gr.Markdown("""
|
| 869 |
+
**Dataset:** NUMOSIM[1]
|
| 870 |
+
> [1]Stanford C, Adari S, Liao X, et al. *NUMoSim: A Synthetic Mobility Dataset with Anomaly Detection Benchmarks.* ACM SIGSPATIAL Workshop on Geospatial Anomaly Detection, 2024.
|
| 871 |
""")
|
| 872 |
|
| 873 |
gr.Markdown("### Select Agent")
|
|
|
|
| 884 |
with gr.Column(scale=1):
|
| 885 |
gr.Markdown("### Trajectory Map")
|
| 886 |
map_out = gr.HTML()
|
| 887 |
+
gr.Markdown("### Rule-based Processed Data")
|
| 888 |
with gr.Tabs():
|
| 889 |
with gr.Tab("Summary"):
|
| 890 |
summary_out = gr.Textbox(lines=10, interactive=False, label="", show_label=False)
|