paper-with-me

Papers

Overwatch: Learning Patterns in Code Edit Sequences

2022-07-25 · Yuhao Zhang, Yasharth Bajpai, Priyanshu Gupta, Ameya Ketkar, Miltiadis Allamanis, Titus Barik, Sumit Gulwani, Arjun Radhakrishna, Mohammad Raza, Gustavo Soares, Ashish Tiwari

Integrated Development Environments (IDEs) provide tool support to automate many source code editing tasks. Traditionally, IDEs use only the spatial context, i.e., the location where the developer is editing, to generate candidate edit recommendations. However, spatial context alone is often not sufficient to confidently predict the developer's next edit, and thus IDEs generate many suggestions at a location. Therefore, IDEs generally do not actively offer suggestions and instead, the developer is usually required to click on a specific icon or menu and then select from a large list of potential suggestions. As a consequence, developers often miss the opportunity to use the tool support because they are not aware it exists or forget to use it. To better understand common patterns in developer behavior and produce better edit recommendations, we can additionally use the temporal context, i.e., the edits that a developer was recently performing. To enable edit recommendations based on temporal context, we present Overwatch, a novel technique for learning edit sequence patterns from traces of developers' edits performed in an IDE. Our experiments show that Overwatch has 78% precision and that Overwatch not only completed edits when developers missed the opportunity to use the IDE tool support but also predicted new edits that have no tool support in the IDE.

📄 PDF Abstract BibTeX arXiv:2207.12456

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Analyzing Organizational Routines in Online Knowledge Collaborations: A Case for Sequence Analysis in CSCW

2015-08-28 · Keegan Brian C., Lev Shakked, Arazy Ofer

Research into socio-technical systems like Wikipedia has overlooked important structural patterns in the coordination of distributed work. This paper argues for a conceptual reorientation towards sequences as a fundament…

Articles

Innovative activities of Activision Blizzard: A patent network analysis

2025-02-04 · Artur F. Tomeczek

Microsoft's acquisition of Activision Blizzard valued at $68.7 billion has drastically altered the landscape of the video game industry. At the time of the takeover, the intellectual properties of Activision Blizzard inc…

Patent classificationStarcraft

Editable AI: Mixed Human-AI Authoring of Code Patterns

2020-07-12 · Kartik Chugh, Andrea Y. Solis, Thomas D. LaToza

Developers authoring HTML documents define elements following patterns which establish and reflect the visual structure of a document, such as making all images in a footer the same height by applying a class to each. To…

User-Interactive Machine Learning Model for Identifying Structural Relationships of Code Features

2019-07-18 · Ankit Gupta, Kartik Chugh, Andrea Solis, Thomas LaToza

Traditional machine learning based intelligent systems assist users by learning patterns in data and making recommendations. However, these systems are limited in that the user has little means of understanding the ratio…

BIG-bench Machine LearningCode CompletionDecision Making

Training Language Models on Synthetic Edit Sequences Improves Code Synthesis

2024-10-03 · Ulyana Piterbarg, Lerrel Pinto, Rob Fergus

Software engineers mainly write code by editing existing programs. In contrast, large language models (LLMs) autoregressively synthesize programs in a single pass. One explanation for this is the scarcity of open-sourced…

HumanEvalSynthetic Data Generation