From 90fd19d7cd0b2e34615b68b45d5bee1d00ff5939 Mon Sep 17 00:00:00 2001 From: Michael Ilie Date: Fri, 14 Jun 2024 18:54:36 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb3f18e..41d6bf0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# Prompt Engineering Survey +# The Prompt Report Code Repository Generative Artificial Intelligence (GenAI) systems are being increasingly deployed across all parts of industry and research settings. Developers and end users interact with these systems through the use of prompting or prompt engineering. While prompting is a widespread and highly researched concept, there exists conflicting terminology and a poor ontological understanding of what constitutes a prompt due to the area’s nascency. This repository is the code for The Prompt Report, our research that establishes a structured understanding of prompts, by assembling a taxonomy of prompting techniques and analyzing their use. This code -allows for the automated review of papers, the collection of data, and the running of experiments. Our dataset -is available on [Hugging Face](https://huggingface.co/datasets/PromptSystematicReview/ThePromptReport) +allows for the automated review of papers, the collection of data, and the running of experiments. Our [dataset +is available on Hugging Face](https://huggingface.co/datasets/PromptSystematicReview/ThePromptReport) and our [paper is +available on ArXiv.org](https://arxiv.org/pdf/2406.06608) ## Table of Contents - [Prompt Engineering Survey](#prompt-engineering-survey) From d4d524d3ccb83d39eb298d03e43bfac5086fda9c Mon Sep 17 00:00:00 2001 From: Michael Ilie Date: Fri, 14 Jun 2024 18:57:50 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41d6bf0..def4bb2 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ prompting or prompt engineering. While prompting is a widespread and highly rese exists conflicting terminology and a poor ontological understanding of what constitutes a prompt due to the area’s nascency. This repository is the code for The Prompt Report, our research that establishes a structured understanding of prompts, by assembling a taxonomy of prompting techniques and analyzing their use. This code -allows for the automated review of papers, the collection of data, and the running of experiments. Our [dataset -is available on Hugging Face](https://huggingface.co/datasets/PromptSystematicReview/ThePromptReport) and our [paper is -available on ArXiv.org](https://arxiv.org/pdf/2406.06608) +allows for the automated review of papers, the collection of data, and the running of experiments. Our dataset +is available on [Hugging Face](https://huggingface.co/datasets/PromptSystematicReview/ThePromptReport) and our paper is +available on [ArXiv.org](https://arxiv.org/pdf/2406.06608). Information is also available on our [website](https://trigaten.github.io/Prompt_Survey_Site/) ## Table of Contents - [Prompt Engineering Survey](#prompt-engineering-survey) From 8f9d73d633458bf0065347e6cc1aa140375a4b9e Mon Sep 17 00:00:00 2001 From: Michael Ilie Date: Fri, 14 Jun 2024 18:58:01 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index def4bb2..beb4596 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ area’s nascency. This repository is the code for The Prompt Report, our resear understanding of prompts, by assembling a taxonomy of prompting techniques and analyzing their use. This code allows for the automated review of papers, the collection of data, and the running of experiments. Our dataset is available on [Hugging Face](https://huggingface.co/datasets/PromptSystematicReview/ThePromptReport) and our paper is -available on [ArXiv.org](https://arxiv.org/pdf/2406.06608). Information is also available on our [website](https://trigaten.github.io/Prompt_Survey_Site/) +available on [ArXiv.org](https://arxiv.org/pdf/2406.06608). Information is also available on our [website](https://trigaten.github.io/Prompt_Survey_Site/). ## Table of Contents - [Prompt Engineering Survey](#prompt-engineering-survey)