paper-with-me

Papers

Sequential Decision-Making for Inline Text Autocomplete

2024-03-21 · Rohan Chitnis, Shentao Yang, Alborz Geramifard

Autocomplete suggestions are fundamental to modern text entry systems, with applications in domains such as messaging and email composition. Typically, autocomplete suggestions are generated from a language model with a confidence threshold. However, this threshold does not directly take into account the cognitive load imposed on the user by surfacing suggestions, such as the effort to switch contexts from typing to reading the suggestion, and the time to decide whether to accept the suggestion. In this paper, we study the problem of improving inline autocomplete suggestions in text entry systems via a sequential decision-making formulation, and use reinforcement learning to learn suggestion policies through repeated interactions with a target user over time. This formulation allows us to factor cognitive load into the objective of training an autocomplete model, through a reward function based on text entry speed. We acquired theoretical and experimental evidence that, under certain objectives, the sequential decision-making formulation of the autocomplete problem provides a better suggestion policy than myopic single-step reasoning. However, aligning these objectives with real users requires further exploration. In particular, we hypothesize that the objectives under which sequential decision-making can improve autocomplete systems are not tailored solely to text entry speed, but more broadly to metrics such as user satisfaction and convenience.

📄 PDF Abstract BibTeX arXiv:2403.15502

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingLanguage ModellingSequential Decision Making

Similar Papers 제목 키워드 기반

You Autocomplete Me: Poisoning Vulnerabilities in Neural Code Completion

2020-07-05 · Roei Schuster, Congzheng Song, Eran Tromer, Vitaly Shmatikov

Code autocompletion is an integral feature of modern code editors and IDEs. The latest generation of autocompleters uses neural language models, trained on public open-source code repositories, to suggest likely (not jus…

Code CompletionData PoisoningModel Poisoning

Employing Altruistic Vehicles at On-ramps to Improve the Social Traffic Conditions

2021-07-18 · Ruolin Li, Philip N. Brown, Roberto Horowitz

Highway on-ramps are regarded as typical bottlenecks in transportation networks. In previous work, mainline vehicles' selfish lane choice behavior at on-ramps is studied and regarded as one cause leading to on-ramp ineff…

The Effectiveness of Bidirectional Generative Patent Language Models

2022-09-04 · Jieh-Sheng Lee

Generative patent language models can assist humans to write patent text more effectively. The question is how to measure effectiveness from a human-centric perspective and how to improve effectiveness. In this manuscrip…

Text Generation

To Stay or to Bypass: Unraveling Mainline Vehicles' Aggregate Strategic Decision-Making at Highway Weaving Ramps

2025-05-13 · Haohui He, Kexin Wang, Ruolin Li

The weaving ramp scenario is a critical bottleneck in highway networks due to conflicting flows and complex interactions among merging, exiting, and through vehicles. In this work, we propose a game-theoretic model to ca…

Decision MakingManagement

RelGT-AC: A Relational Graph Transformer for Autocomplete Tasks in Relational Databases

2026-06-02 · Phillip Jiang arxiv

Relational databases underpin modern enterprise, scientific, and healthcare systems, yet predictive machine learning on such data remains challenging due to their multi-table, heterogeneous, and temporal structure. Relat…

Binary Classification