kartoun commited on
Commit
370ba49
·
verified ·
1 Parent(s): 4633b54

Upload 12 files

Browse files
.gitattributes CHANGED
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ chi99horvitz.pdf filter=lfs diff=lfs merge=lfs -text
61
+ mixed_initiative_traces.csv filter=lfs diff=lfs merge=lfs -text
62
+ mixed_initiative_traces.jsonl filter=lfs diff=lfs merge=lfs -text
chi99horvitz.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2596af326e186cc1eb27da5d0f0beda8d2ff15794b82958788c636693938d2
3
+ size 221004
fig1_manual_invocation_summary.png ADDED

Git LFS Details

  • SHA256: 6fb79346676836eaa23758f67db54463ea632f55d4368a13561ce351e33dc557
  • Pointer size: 130 Bytes
  • Size of remote file: 69.1 kB
fig2_explicit_agent_flow.png ADDED

Git LFS Details

  • SHA256: 69c81934d4587b79e8377adc4027638e9836f08ae0aab40bf1b28dde05ed6d6b
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
fig3_auto_scoping_policy_map.png ADDED

Git LFS Details

  • SHA256: 1f3604c4874decaaa6e6301f40b01101ebbc6781270ca1e2e42b780fd6b521ce
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB
fig4_threshold_action_vs_noaction.png ADDED

Git LFS Details

  • SHA256: c56933043e28267ffcc1657efe7049d518426925bafadd65ed088cc61ca8c013
  • Pointer size: 130 Bytes
  • Size of remote file: 78.3 kB
fig5_context_shifted_thresholds.png ADDED

Git LFS Details

  • SHA256: d9f5294ac0a466c3109db095c84f045bdd9455cef099441d952c26701f600797
  • Pointer size: 131 Bytes
  • Size of remote file: 241 kB
fig6_thresholds_action_dialog_noaction.png ADDED

Git LFS Details

  • SHA256: 69a14b91b8eb5a9df1d41afcc95b287fcc9c4aac856e3208b64b2f3abcf66262
  • Pointer size: 130 Bytes
  • Size of remote file: 93.9 kB
fig7_dwell_time_vs_message_length.png ADDED

Git LFS Details

  • SHA256: d3ed4a31833a1f79f8d05b653ebf1de38baf8be3ad4cbe9a3f70680688c0faf9
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
mixed_initiative_traces.config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "seed": 13,
3
+ "n_users": 40,
4
+ "n_episodes": 50000,
5
+ "output_dir": "output",
6
+ "file_prefix": "mixed_initiative_traces",
7
+ "msg_len_min": 50,
8
+ "msg_len_max": 2500,
9
+ "dwell_min_sec": 2.0,
10
+ "dwell_max_sec": 9.0,
11
+ "dwell_center_bytes": 900.0,
12
+ "dwell_width_bytes": 220.0,
13
+ "dwell_noise_std": 0.6,
14
+ "early_check_prob": 0.35,
15
+ "early_offset_std": 2.4,
16
+ "late_offset_std": 1.8,
17
+ "base_goal_rate": 0.18,
18
+ "evidence_strength": 2.15,
19
+ "evidence_noise_std": 0.35,
20
+ "user_logit_shift_std": 0.2,
21
+ "p_clip": 0.0001,
22
+ "model_logit_temperature": 1.05,
23
+ "model_logit_noise_std": 0.2,
24
+ "model_logit_bias": 0.0,
25
+ "u_no_action_goal": 0.35,
26
+ "u_no_action_no_goal": 0.7,
27
+ "u_action_goal": 0.95,
28
+ "u_action_no_goal_base": 0.22,
29
+ "u_dialog_goal": 0.75,
30
+ "u_dialog_no_goal_base": 0.55,
31
+ "u_scope_goal": 0.62,
32
+ "u_scope_no_goal_base": 0.62,
33
+ "penalty_action_no_goal_max": 0.55,
34
+ "penalty_dialog_no_goal_max": 0.25,
35
+ "penalty_scope_no_goal_max": 0.1,
36
+ "low_urgency_penalty_action": 0.12,
37
+ "low_urgency_penalty_dialog": 0.05,
38
+ "low_urgency_penalty_scope": 0.03,
39
+ "high_urgency_bonus_action": 0.05,
40
+ "high_urgency_bonus_dialog": 0.03,
41
+ "high_urgency_bonus_scope": 0.02,
42
+ "ignore_base": 0.05,
43
+ "ignore_if_not_ready_boost": 0.35,
44
+ "accept_if_goal_action": 0.9,
45
+ "accept_if_no_goal_action": 0.1,
46
+ "accept_if_goal_dialog": 0.82,
47
+ "accept_if_no_goal_dialog": 0.18,
48
+ "accept_if_goal_scope": 0.88,
49
+ "accept_if_no_goal_scope": 0.35,
50
+ "refine_if_accept": 0.35,
51
+ "realized_utility_noise_std": 0.03,
52
+ "modality_manual_prob": 0.25,
53
+ "modality_explicit_agent_prob": 0.45,
54
+ "modality_auto_scoping_prob": 0.3,
55
+ "baseline_p_dialog": 0.3,
56
+ "baseline_p_action": 0.7,
57
+ "calibration_bins": 10,
58
+ "report_bins_target": 12,
59
+ "report_min_bin_size": 500,
60
+ "report_top_lines": 12,
61
+ "not_ready_zero_epsilon": 1e-12,
62
+ "slope_alpha": 0.05,
63
+ "slope_warn_alpha": 0.2,
64
+ "make_plots_if_possible": true,
65
+ "fig3_bins_p": 25,
66
+ "fig3_bins_nr": 20
67
+ }
mixed_initiative_traces.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505495f860e7537e140359ab07511a9c0d9d1d971ec114bde7e6cf96a5abc320
3
+ size 13783084
mixed_initiative_traces.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798d3fc0e8e74c0b1ffeaf020de627a60030f9ae995ef00771e2bc7f5bf3bd3a
3
+ size 52173496
mixed_initiative_traces.quality_report.txt ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ LookOut-inspired Mixed-Initiative Engine — Quality Report (v1.0)
2
+ Developed by DBbun LLC — January 2026
3
+ Generated: 2026-01-11 19:11:06
4
+
5
+ Files
6
+ - CSV: output\mixed_initiative_traces.csv
7
+ - JSONL: output\mixed_initiative_traces.jsonl
8
+ - Config:output\mixed_initiative_traces.config.json
9
+ - Report:output\mixed_initiative_traces.quality_report.txt
10
+ - Figures:
11
+ • output/fig1_manual_invocation_summary.png
12
+ • output/fig2_explicit_agent_flow.png
13
+ • output/fig3_auto_scoping_policy_map.png
14
+ • output/fig4_threshold_action_vs_noaction.png
15
+ • output/fig5_context_shifted_thresholds.png
16
+ • output/fig6_thresholds_action_dialog_noaction.png
17
+ • output/fig7_dwell_time_vs_message_length.png
18
+
19
+ 1) Distributions
20
+ - rows: 50,000
21
+ Modality distribution:
22
+ - auto_scoping: 14,950 (29.90%)
23
+ - explicit_agent: 22,346 (44.69%)
24
+ - manual_invocation: 12,704 (25.41%)
25
+ Action distribution:
26
+ - action: 9,932 (19.86%)
27
+ - dialog: 6,404 (12.81%)
28
+ - no_action: 32,132 (64.26%)
29
+ - scope: 1,532 (3.06%)
30
+ Response distribution:
31
+ - accept: 10,387 (20.77%)
32
+ - ignore: 1,406 (2.81%)
33
+ - none: 32,132 (64.26%)
34
+ - reject: 6,075 (12.15%)
35
+
36
+ 2) Uncertainty quality
37
+ - AUROC(p_true): 0.8877 (calibrated-by-construction via latent evidence)
38
+ - AUROC(p_model): 0.8856 => PASS
39
+ - ECE(p_model): 0.0058 => PASS
40
+
41
+ Reliability (p_model): avg_pred -> empirical_rate (n)
42
+ - 0.038 -> 0.034 (n=18255)
43
+ - 0.146 -> 0.142 (n=7206)
44
+ - 0.248 -> 0.239 (n=4902)
45
+ - 0.349 -> 0.349 (n=3752)
46
+ - 0.449 -> 0.437 (n=3137)
47
+ - 0.549 -> 0.546 (n=2824)
48
+ - 0.649 -> 0.654 (n=2509)
49
+ - 0.749 -> 0.768 (n=2509)
50
+ - 0.850 -> 0.864 (n=2477)
51
+ - 0.948 -> 0.954 (n=2429)
52
+
53
+ 3) Sensitivity tests
54
+ Action sensitivity to p_model (should be +):
55
+ - slope: +1.120359, z: +326.111, p: 0.000e+00 => PASS
56
+ Action sensitivity to not_ready (should be -):
57
+ - slope: -0.022279, z: -2.091, p: 3.654e-02 => PASS
58
+ - not_ready health (p75): 0.128 => PASS
59
+
60
+ 4) Fig 7 alignment (dwell time vs message length)
61
+ - corr(message_length, dwell_time): 0.9146 (should be positive)
62
+
63
+ 5) Fig 1/2 behavioral summaries (data-driven)
64
+ - Fig 1 manual_invocation n=12704: click=3392 (26.70%), hover_only=0 (0.00%), no_action=9312 (73.30%)
65
+ - Fig 2 explicit_agent(dialog) n=4369: accept=1947 (44.56%), refine|accept=34.98%
66
+
67
+ 6) Binned curves (interpretability)
68
+ P(action | p_model):
69
+ - p≈0.006: 0.00% (n=4166, [0.000,0.011])
70
+ - p≈0.020: 0.00% (n=4166, [0.011,0.028])
71
+ - p≈0.040: 0.00% (n=4166, [0.028,0.052])
72
+ - p≈0.068: 0.00% (n=4166, [0.052,0.084])
73
+ - p≈0.107: 0.00% (n=4166, [0.084,0.129])
74
+ - p≈0.161: 0.00% (n=4166, [0.129,0.192])
75
+ - p≈0.232: 0.00% (n=4166, [0.192,0.272])
76
+ - p≈0.325: 0.00% (n=4166, [0.272,0.378])
77
+ - p≈0.443: 5.50% (n=4166, [0.378,0.508])
78
+ - p≈0.585: 33.85% (n=4166, [0.508,0.662])
79
+ - p≈0.746: 98.87% (n=4166, [0.662,0.829])
80
+ - p≈0.914: 100.00% (n=4174, [0.829,0.999])
81
+
82
+ P(ignore | not_ready):
83
+ - nr≈0.000: 1.81% (n=32404, [0.000,0.000])
84
+ - nr≈0.019: 2.52% (n=1466, [0.000,0.037])
85
+ - nr≈0.055: 1.84% (n=1466, [0.037,0.073])
86
+ - nr≈0.092: 3.48% (n=1466, [0.073,0.111])
87
+ - nr≈0.129: 3.48% (n=1466, [0.111,0.146])
88
+ - nr≈0.167: 4.02% (n=1466, [0.146,0.187])
89
+ - nr≈0.207: 3.41% (n=1466, [0.187,0.227])
90
+ - nr≈0.249: 3.82% (n=1466, [0.227,0.270])
91
+ - nr≈0.294: 4.91% (n=1466, [0.270,0.318])
92
+ - nr≈0.345: 6.62% (n=1466, [0.318,0.373])
93
+ - nr≈0.407: 5.93% (n=1466, [0.373,0.440])
94
+ - nr≈0.493: 6.68% (n=1466, [0.440,0.547])
95
+
96
+ 7) Net benefit vs baselines (counterfactual expected utility)
97
+ B0 always no_action: mean Δ=+0.0713, median Δ=+0.0037, P(Δ>0)=53.40%
98
+ B1 dialog if p≥0.30: mean Δ=+0.0118, median Δ=+0.0056, P(Δ>0)=54.73%
99
+ B2 action if p≥0.70 else dialog if p≥0.30: mean Δ=-0.0016, median Δ=+0.0056, P(Δ>0)=54.73%
100
+ - Beats B0: mean Δ=+0.0713 => PASS
101
+
102
+ 8) Threshold provenance (Figs 4–6)
103
+ - Per-episode thresholds p* are computed analytically from context-shifted utilities and stored in the dataset.
104
+
105
+ 9) Quick rubric
106
+ - ECE(p_model): PASS
107
+ - AUROC(p_model): PASS
108
+ - Sensitivity p_model: PASS
109
+ - Sensitivity not_ready: PASS
110
+ - Beats B0: PASS