paper-with-me

홈 › Papers

AutoScrum: Automating Project Planning Using Large Language Models

2023-06-05 · Martin Schroder

Recent advancements in the field of large language models have made it possible to use language models for advanced reasoning. In this paper we leverage this ability for designing complex project plans based only on knowing the current state and the desired state. Two approaches are demonstrated - a scrum based approach and a shortcut plan approach. The scrum based approach executes an automated process of requirements gathering, user story mapping, feature identification, task decomposition and finally generates questions and search terms for seeking out domain specific information to assist with task completion. The shortcut approach looks at most recent snapshot of the current and desired state and generates the next most reasonable task to do in order to get to the desired state as quickly as possible. In this paper we automate everything using a novel concept of "Language Programs". These are programs written in natural language designed to process input data through the language model. Guidance language is used for all LLM programs. All demo source code for this paper is available at https://github.com/autoscrum/autoscrum

📄 PDF Abstract BibTeX arXiv:2306.03197

Code (1)

autoscrum/autoscrum 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

On Automating Video Game Regression Testing by Planning and Learning

2024-02-16 · Tomáš Balyo, G. Michael Youngblood, Filip Dvořák, Lukáš Chrpa 외

In this paper, we propose a method and workflow for automating regression testing of certain video game aspects using automated planning and incremental action model learning techniques. The basic idea is to use detailed…

regressionUnity

CONSTRUCTA: Automating Commercial Construction Schedules in Fabrication Facilities with Large Language Models

2025-02-17 · Yifan Zhang, Xue Yang

Automating planning with LLMs presents transformative opportunities for traditional industries, yet remains underexplored. In commercial construction, the complexity of automated scheduling often requires manual interven…

RAGSchedulingValue prediction

Automating lookahead planning using site appearance and space utilization

2023-11-30 · Eyob Mengiste, Borja Garcia de Soto, Timo Hartmann

This study proposes a method to automate the development of lookahead planning. The proposed method uses construction material conditions (i.e., appearances) and site space utilization to predict task completion rates. A…

Scheduling

Feature-Factory: Automating Software Feature Integration Using Generative AI

2024-11-27 · Ruslan Idelfonso Magana Vsevolodovna

Integrating new features into existing software projects can be a complex and time-consuming process. Feature-Factory leverages Generative AI with WatsonX.ai to automate the analysis, planning, and implementation of feat…

Automating the Generation of Prompts for LLM-based Action Choice in PDDL Planning

2023-11-16 · Katharina Stein, Daniel Fišer, Jörg Hoffmann, Alexander Koller

Large language models (LLMs) have revolutionized a large variety of NLP tasks. An active debate is to what extent they can do reasoning and planning. Prior work has assessed the latter in the specific context of PDDL pla…