Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Naomibas commited on
Commit
52cee6e
1 Parent(s): a7e1241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -1
README.md CHANGED
@@ -5,4 +5,106 @@ language:
5
  pretty_name: 100 system prompts for benchmarking large language models
6
  size_categories:
7
  - n<1K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  pretty_name: 100 system prompts for benchmarking large language models
6
  size_categories:
7
  - n<1K
8
+ ---
9
+ # Dataset Card for Dataset Name
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
+
13
+ This datset is a collection of 100 system prompts for large language models.
14
+ ## Dataset Details
15
+
16
+ ### Dataset Description
17
+
18
+ <!-- Provide a longer summary of what this dataset is. -->
19
+
20
+ These 100 system prompts test a model's ability to follow grammatical patterns; answer basic multiple choice questions; act according to a particular persona; memorize information; and speak in French.
21
+
22
+
23
+
24
+ - **Curated by:** Naomi Bashkansky
25
+ - **Language(s) (NLP):** en
26
+ - **License:** apache-2.0
27
+
28
+ ### Dataset Sources [optional]
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Repository:** https://github.com/likenneth/persona
33
+ - **Paper [optional]:** Forthcoming.
34
+
35
+ ## Uses
36
+
37
+ A benchmark for large language models: how good are LLMs at following a system prompt? Tests both basic capabilities (is a model able to follow the system prompt) and basic alignment (does a model that *can* follow the system prompt do so).
38
+
39
+ Can be used to compare different models, or to help in performing interventions on a model to make it better at following system prompts.
40
+
41
+ ### Direct Use
42
+
43
+ <!-- This section describes suitable use cases for the dataset. -->
44
+
45
+ This dataset is released open source. Researchers are especially encouraged to use this dataset.
46
+
47
+ ## Dataset Structure
48
+
49
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ## Dataset Creation
54
+
55
+ ### Curation Rationale
56
+
57
+ <!-- Motivation for the creation of this dataset. -->
58
+
59
+ There exists no benchmark of system prompts.
60
+
61
+ ### Source Data
62
+
63
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
64
+
65
+ #### Data Collection and Processing
66
+
67
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
68
+
69
+ Process: thinking of system prompts, probes, and testing functions. Running the system prompts on GPT-4 to check GPT-4 is (mostly) able to follow them. Testing functions are in Python.
70
+
71
+ #### Who are the source data producers?
72
+
73
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
74
+
75
+ Naomi Bashkansky made most of the system prompts, and Kenneth Li made the rest.
76
+
77
+
78
+ #### Personal and Sensitive Information
79
+
80
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
81
+
82
+ No.
83
+
84
+ ## Bias, Risks, and Limitations
85
+
86
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
87
+
88
+ Limitation: as models become more capable, this benchmark may become outdated/too easy. The ideal benchmark is one that tests the model's alignment - its propensity toward following the system prompt - rather than its ability to do so.
89
+
90
+ Bias: this datset is only in English, with the exception of three French prompts.
91
+
92
+ ## Citation [optional]
93
+
94
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
95
+
96
+ **BibTeX:**
97
+
98
+ Forthcoming.
99
+
100
+ **APA:**
101
+
102
+ Forthcoming.
103
+
104
+ ## Dataset Card Authors [optional]
105
+
106
+ Naomi Bashkansky, Kenneth Li
107
+
108
+ ## Dataset Card Contact
109
+
110