Skip to content

Commit 876d9b9

Browse files
Shan RizviShan Rizvi
authored andcommitted
spelling mistake fixes
1 parent ae1a0c9 commit 876d9b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/DemoPage.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if __name__ == "__main__":
122122
margin: '0',
123123
fontSize: '15px'
124124
}}>
125-
Human-computer interaction has long imagined technology that understands us-from our preferences and habits, to the timing and purpose of our everyday actions. Yet current user models remain fragmented, narrowly tailored to specific apps, and incapable of the flexible reasoning required to fulfill these visions. This paper presents an architecture for a general user model (GUM) that learns about you by observing any interaction you have with your computer. The GUM takes as input any unstructured observation of a user (e.g., device screenshots) and constructs confidence-weighted propositions that capture the user's knowledge and preferences.
125+
Human-computer interaction has long imagined technology that understands usfrom our preferences and habits, to the timing and purpose of our everyday actions. Yet current user models remain fragmented, narrowly tailored to specific apps, and incapable of the flexible reasoning required to fulfill these visions. This paper presents an architecture for a general user model (GUM) that learns about you by observing any interaction you have with your computer. The GUM takes as input any unstructured observation of a user (e.g., device screenshots) and constructs confidence-weighted propositions that capture the user's knowledge and preferences.
126126
</p>
127127
{!abstractExpanded && (
128128
<div style={{ display: 'flex', justifyContent: 'center', marginTop: '15px' }}>
@@ -185,7 +185,7 @@ if __name__ == "__main__":
185185
<div className="carousel-pane">
186186
<Carousel carouselData={currentData.carousel} />
187187
<p style={{ marginTop: '0px' }}>
188-
Above is a collection of propositions that a GUM might make about a user based on their computer use. Drag the slider to see propositions update based on various activies during the day.
188+
Above is a collection of propositions that a GUM might make about a user based on their computer use. Drag the slider to see propositions update based on various activities during the day.
189189
</p>
190190
</div>
191191
</div>
@@ -213,7 +213,7 @@ if __name__ == "__main__":
213213
margin: '0',
214214
fontSize: '15px'
215215
}}>
216-
Any application that might rely on unstructured user context could benefit from a GUM. We create a new class of proactive assistants (GUMBOs) that discover and execute useful suggestions on a user's behalf based on the their GUM. GUMBO discovers helpful suggestions, determines if a suggestion is worth showing to a user and executing, and then executes the (sandboxed) suggestion to the best of its ability---sharing preliminary results with the user.
216+
Any application that might rely on unstructured user context could benefit from a GUM. We create a new class of proactive assistants (GUMBOs) that discover and execute useful suggestions on a user's behalf based on their GUM. GUMBO discovers helpful suggestions, determines if a suggestion is worth showing to a user and executing, and then executes the (sandboxed) suggestion to the best of its ability---sharing preliminary results with the user.
217217
</p>
218218
</div>
219219

@@ -339,7 +339,7 @@ if __name__ == "__main__":
339339
margin: '0',
340340
fontSize: '15px'
341341
}}>
342-
For GUMs, privacy guarantees are critical from the start. Our general engineering principle here is to rely primarily on open-source models for our study. While closed-source models are more performant, we expect open-source models to be owned by individual users and eventually distilled to be run on local devices. Our study was deployed and run with open-source models. As gaps between closed and open sourced models close and as models become cheaper for inference, model's will become more performant and feasible on commodity hardware. Our implementation is open-source (available on <a href="https://github.com/generalusermodels/gum" target="_blank" rel="noopener noreferrer" style={{ color: '#ff9d9d' }}>GitHub</a>) and uses the OpenAI Completions API. Open source inference platforms like vLLM support the Completions API, and work with systems like GUM.
342+
For GUMs, privacy guarantees are critical from the start. Our general engineering principle here is to rely primarily on open-source models for our study. While closed-source models are more performant, we expect open-source models to be owned by individual users and eventually distilled to be run on local devices. Our study was deployed and run with open-source models. As gaps between closed and open-sourced models close and as models become cheaper for inference, models will become more performant and feasible on commodity hardware. Our implementation is open-source (available on <a href="https://github.com/generalusermodels/gum" target="_blank" rel="noopener noreferrer" style={{ color: '#ff9d9d' }}>GitHub</a>) and uses the OpenAI Completions API. Open-source inference platforms like vLLM support the Completions API, and work with systems like GUM.
343343
</p>
344344

345345

@@ -358,7 +358,7 @@ if __name__ == "__main__":
358358
margin: '0',
359359
fontSize: '15px'
360360
}}>
361-
In our technical evaluations, we first focus on validating GUM accuracy. We train GUM on recent email interaction, feeding each email---metadata, attachments, links, and replies---sequentially into the GUM. N=18 participants judged propositions generated by GUMs as overall accurate and well-calibrated: unconfident when incorrect, and confident when correct. Highly confident propositions (confidence = 10) were rated 100% accurate, while all propositions on average---including ones with low confidence---were fairly accurate (76.15%). From ablation studies, we show that all GUM components are critical for accuracy.
361+
In our technical evaluations, we first focus on validating GUM accuracy. We train GUM on recent email interactions, feeding each email---metadata, attachments, links, and replies---sequentially into the GUM. N=18 participants judged propositions generated by GUMs as overall accurate and well-calibrated: unconfident when incorrect, and confident when correct. Highly confident propositions (confidence = 10) were rated 100% accurate, while all propositions on average---including ones with low confidence---were fairly accurate (76.15%). From ablation studies, we show that all GUM components are critical for accuracy.
362362

363363
<div className="graph-figure-container">
364364
<img
@@ -398,7 +398,7 @@ if __name__ == "__main__":
398398
fontSize: '15px',
399399
}}
400400
>
401-
We built a fully-functional macOS GUMBO client. Below are a couple of
401+
We built a fully functional macOS GUMBO client. Below are a couple of
402402
screenshots that showcase the interface and key features.
403403
</p>
404404

0 commit comments

Comments
 (0)