ttn0011 commited on
Commit
5a3472e
·
verified ·
1 Parent(s): a3c829c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +194 -3
README.md CHANGED
@@ -1,3 +1,194 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - other
5
+ language:
6
+ - en
7
+ tags:
8
+ - browser-extension
9
+ - user-study
10
+ - human-computer-interaction
11
+ - web-agents
12
+ - within-subjects
13
+ pretty_name: PageGuide User Study
14
+ size_categories:
15
+ - n<1K
16
+ ---
17
+
18
+ # PageGuide User Study Dataset
19
+
20
+ This dataset contains raw interaction data from a controlled within-subjects user study evaluating **PageGuide** (XWebAgent), an AI-powered browser extension that helps users complete web tasks via natural language.
21
+
22
+ Participants performed tasks in two conditions — **with** and **without** the extension — across three task types: `find`, `guide`, and `hide`. Collected metrics include task-completion times, accuracy scores, and post-study survey responses.
23
+
24
+ ---
25
+
26
+ ## Study Design
27
+
28
+ | Property | Value |
29
+ |---|---|
30
+ | Design | Counterbalanced within-subjects |
31
+ | Conditions | `extension` (PageGuide active) vs. `control` (no extension) |
32
+ | Task types | `find` · `guide` · `hide` |
33
+ | Primary metrics | Completion time, accuracy, survey ratings |
34
+
35
+ **Task types**
36
+ - **find** — locate or highlight specific information on a webpage
37
+ - **guide** — follow step-by-step instructions to complete a multi-step web action
38
+ - **hide** — filter or conceal unwanted content on a webpage
39
+
40
+ Participants were randomly assigned a counterbalanced order so that each person experienced both conditions. Task questions are labelled `q0`, `q1`, `q2`, etc.
41
+
42
+ ---
43
+
44
+ ## Files
45
+
46
+ ### `tasks.csv` (2.29 MB)
47
+ Raw per-interaction log — the main data file. Each row is one task attempt.
48
+
49
+ | Column | Description |
50
+ |---|---|
51
+ | `session_id` | Unique participant session identifier |
52
+ | `condition` | `extension` or `control` |
53
+ | `task_type` | `find`, `guide`, or `hide` |
54
+ | `question_id` | Task question index within its type (`q0`, `q1`, …) |
55
+ | `start_time` | Unix timestamp (ms) when the task started |
56
+ | `end_time` | Unix timestamp (ms) when the task ended |
57
+ | `duration_s` | Elapsed time in seconds |
58
+ | `completed` | Boolean — whether the participant marked the task complete |
59
+ | `accuracy` | Graded accuracy score (0–1 or 0–100) for find/hide tasks |
60
+ | `query` | The natural-language query the participant typed (extension condition only) |
61
+ | `chat_turns` | Number of chat interactions in the extension condition |
62
+
63
+ ### `sessions.csv` (8.28 kB)
64
+ One row per participant session — demographic and counterbalancing metadata.
65
+
66
+ | Column | Description |
67
+ |---|---|
68
+ | `session_id` | Matches `tasks.csv` |
69
+ | `participant_id` | Anonymised participant label |
70
+ | `order` | Condition order assigned (`extension_first` or `control_first`) |
71
+ | `started_at` | Session start timestamp |
72
+ | `web_experience` | Self-reported web experience level |
73
+
74
+ ### `paired_times.csv` (10.8 kB)
75
+ Pre-processed paired completion times — one row per participant × task, ready for paired statistical tests.
76
+
77
+ | Column | Description |
78
+ |---|---|
79
+ | `participant_id` | Anonymised participant label |
80
+ | `task_type` | `find`, `guide`, or `hide` |
81
+ | `question_id` | Task question index |
82
+ | `time_extension` | Completion time (s) in the extension condition |
83
+ | `time_control` | Completion time (s) in the control condition |
84
+ | `time_diff` | `time_control − time_extension` (positive = extension faster) |
85
+
86
+ ### `summary.csv` (85.2 kB)
87
+ Aggregated per-participant × per-task-type summary statistics (mean time, accuracy, completion rate) for both conditions. Useful for quick group-level analysis.
88
+
89
+ ### `stats_results.csv` (227 bytes)
90
+ Results of the paired statistical tests (Wilcoxon signed-rank / paired t-test) run on completion times and accuracy. One row per metric × task-type comparison.
91
+
92
+ | Column | Description |
93
+ |---|---|
94
+ | `metric` | e.g., `duration_s`, `accuracy` |
95
+ | `task_type` | `find`, `guide`, `hide`, or `all` |
96
+ | `test` | Statistical test used |
97
+ | `statistic` | Test statistic |
98
+ | `p_value` | p-value |
99
+ | `significant` | Boolean (α = 0.05) |
100
+
101
+ ### `survey_summary.csv` (415 bytes)
102
+ Aggregated post-study questionnaire scores per condition. Covers perceived usability (SUS-style) and cognitive load (NASA-TLX-style) dimensions.
103
+
104
+ | Column | Description |
105
+ |---|---|
106
+ | `condition` | `extension` or `control` |
107
+ | `dimension` | Survey dimension name |
108
+ | `mean` | Mean rating |
109
+ | `std` | Standard deviation |
110
+ | `n` | Number of responses |
111
+
112
+ ---
113
+
114
+ ## Quick Start
115
+
116
+ ### Load with the 🤗 `datasets` library (recommended)
117
+
118
+ ```python
119
+ from datasets import load_dataset
120
+
121
+ # Load individual files as named splits
122
+ tasks = load_dataset("ttn0011/pageguide_userstudy", data_files="tasks.csv", split="train").to_pandas()
123
+ paired = load_dataset("ttn0011/pageguide_userstudy", data_files="paired_times.csv", split="train").to_pandas()
124
+ sessions = load_dataset("ttn0011/pageguide_userstudy", data_files="sessions.csv", split="train").to_pandas()
125
+ survey = load_dataset("ttn0011/pageguide_userstudy", data_files="survey_summary.csv", split="train").to_pandas()
126
+ stats = load_dataset("ttn0011/pageguide_userstudy", data_files="stats_results.csv", split="train").to_pandas()
127
+
128
+ # Mean completion time by condition and task type
129
+ tasks.groupby(["condition", "task_type"])["duration_s"].mean()
130
+
131
+ # Paired time difference (positive = extension faster)
132
+ paired.groupby("task_type")["time_diff"].mean()
133
+
134
+ # Survey ratings side by side
135
+ survey.pivot(index="dimension", columns="condition", values="mean")
136
+ ```
137
+
138
+ ### Or load directly with pandas
139
+
140
+ ```python
141
+ import pandas as pd
142
+
143
+ BASE = "https://huggingface.co/datasets/ttn0011/pageguide_userstudy/resolve/main/"
144
+
145
+ tasks = pd.read_csv(BASE + "tasks.csv")
146
+ paired = pd.read_csv(BASE + "paired_times.csv")
147
+ sessions = pd.read_csv(BASE + "sessions.csv")
148
+ survey = pd.read_csv(BASE + "survey_summary.csv")
149
+ stats = pd.read_csv(BASE + "stats_results.csv")
150
+ ```
151
+
152
+ ### Reproduce the paired-time plot
153
+
154
+ ```python
155
+ import matplotlib.pyplot as plt
156
+ from datasets import load_dataset
157
+
158
+ paired = load_dataset("ttn0011/pageguide_userstudy", data_files="paired_times.csv", split="train").to_pandas()
159
+
160
+ fig, axes = plt.subplots(1, 3, figsize=(12, 4), sharey=False)
161
+ for ax, task in zip(axes, ["find", "guide", "hide"]):
162
+ subset = paired[paired["task_type"] == task]
163
+ for _, row in subset.iterrows():
164
+ ax.plot([0, 1], [row["time_control"], row["time_extension"]],
165
+ color="steelblue", alpha=0.4, linewidth=1)
166
+ ax.set_xticks([0, 1])
167
+ ax.set_xticklabels(["Control", "Extension"])
168
+ ax.set_title(task.capitalize())
169
+ ax.set_ylabel("Completion time (s)")
170
+ plt.tight_layout()
171
+ plt.savefig("paired_times.png", dpi=150)
172
+ ```
173
+
174
+ ---
175
+
176
+ ## Citation
177
+
178
+ If you use this dataset, please cite the associated paper:
179
+
180
+ ```bibtex
181
+ @misc{pageguide2025,
182
+ title = {XWebAgent: Grounded, Verifiable Web Interaction via Highlighted Chain-of-Thought},
183
+ author = {Tin Nguyen and others},
184
+ year = {2025},
185
+ note = {User study data: \url{https://huggingface.co/datasets/ttn0011/pageguide_userstudy}}
186
+ }
187
+ ```
188
+
189
+ ---
190
+
191
+ ## License
192
+
193
+ MIT — see [LICENSE](LICENSE) for details.
194
+ All participant data is anonymised. No personally identifiable information is included.