paper-with-me

홈 › Papers

Design and Evaluation of an Assisted Programming Interface for Behavior Trees in Robotics

2026-02-10 · Jonathan Styrud, Matteo Iovino, Rebecca Stower, Mart Kartašev, Mikael Norrlöf, Mårten Björkman, Christian Smith arxiv

The possibility to create reactive robot programs faster without the need for extensively trained programmers is becoming increasingly important. So far, it has not been explored how various techniques for creating Behavior Tree (BT) program representations could be combined with complete graphical user interfaces (GUIs) to allow a human user to validate and edit trees suggested by automated methods. In this paper, we introduce BEhavior TRee GUI (BETR-GUI) for creating BTs with the help of an AI assistant that combines methods using large language models, planning, genetic programming, and Bayesian optimization with a drag-and-drop editor. A user study with 60 participants shows that by combining different assistive methods, BETR-GUI enables users to perform better at solving the robot programming tasks. The results also show that humans using the full variant of BETR-GUI perform better than the AI assistant running on its own.

📄 PDF Abstract BibTeX arXiv:2602.09772

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Copilot for Xcode: Exploring AI-Assisted Programming by Prompting Cloud-based Large Language Models

2023-07-08 · Chee Wei Tan, Shangxin Guo, Man Fai Wong, Ching Nam Hang

This paper presents an AI-assisted programming tool called Copilot for Xcode for program composition and design to support human software developers. By seamlessly integrating cloud-based Large Language Models (LLM) with…

Code GenerationPrompt Engineering

Reading Between the Lines: Modeling User Behavior and Costs in AI-Assisted Programming

2022-10-25 · Hussein Mozannar, Gagan Bansal, Adam Fourney, Eric Horvitz

Code-recommendation systems, such as Copilot and CodeWhisperer, have the potential to improve programmer productivity by suggesting and auto-completing code. However, to fully realize their potential, we must understand …

Code CompletionRecommendation Systems

Bridging Pedagogy and Play: Introducing a Language Mapping Interface for Human-AI Co-Creation in Educational Game Design

2026-03-04 · Daijin Yang, Erica Kleinman, Casper Harteveld arxiv

Educational games can foster critical thinking, problem-solving, and motivation, yet instructors often find it difficult to design games that reliably achieve specific learning outcomes. Existing authoring environments r…

What is it like to program with artificial intelligence?

2022-08-12 · Advait Sarkar, Andrew D. Gordon, Carina Negreanu, Christian Poelitz 외

Large language models, such as OpenAI's codex and Deepmind's AlphaCode, can generate code to solve a variety of problems expressed in natural language. This technology has already been commercialised in at least one wide…

Glyph: Symbolic Regression Tools

2018-03-13 · Markus Quade, Julien Gout, Markus Abel

We present Glyph - a Python package for genetic programming based symbolic regression. Glyph is designed for usage let by numerical simulations let by real world experiments. For experimentalists, glyph-remote provides a…

regressionSymbolic Regression