Skip to content

AIS-Bonn/Prompt_Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of Prompt Engineering Techniques for Task Planning and Execution in Service Robotics

Official implementation of: A Comparison of Prompt Engineering Techniques for Task Planning and Execution in Service Robotics by Jonas Bode, Bastian Pätzold, Raphael Memmesheimer and Sven Behnke, IROS 2024 (under review).

Installation

This simulation works using Python. Needed packages are NumPy as well as the API packages for OpenAI and Mistral. These can also be installed using pip.

pip install -r .\requirements.txt

Usage

How to configure and run an experiment is showcased in example.py. During execution transcripts of the conversation with the LLM will be saved. Each trancript is named <seed number>.txt. In addition a summarizing file called meta.txt will be created in the directory which contains metrics of all samples generated in this experiment.

Data from the Paper

If you wish to get access to the transcripts generated for our paper please contact Jonas Bode per email [email protected].

Contact and Citation

This repository is maintained by Jonas Bode.

Please consider citing our paper if you find our work or our repository helpful. Bibtex will follow here upon publication.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages