Datasets:

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

Edit description to mention the random probes.

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -20,10 +20,10 @@ This datset is a collection of 100 system prompts for large language models.
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
  Files:
23
- - **hundred_system_prompts.py**: refer to this to see the (prompt, probe, function) triplets, as well as the helper functions.
24
  - **hundred_system_prompts.json**: this is purely for display purposes.
25
- - **run_benchmark.py**: this runs the 100 tests on a model, without any context other than the system prompt and the probe.
26
- - **create_json_file.py**: a small file that was used to create the **hundred_system_prompts.py** file.
27
 
28
  More info:
29
  - **Curated by:** Naomi Bashkansky
 
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
  Files:
23
+ - **hundred_system_prompts.py**: refer to this to see the (prompt, probe, function) triplets, as well as the helper functions. Contains some "random" probes that are allowed to be any question.
24
  - **hundred_system_prompts.json**: this is purely for display purposes.
25
+ - **run_benchmark.py**: this runs the 100 tests on a model, without any context other than the system prompt and the (possibly random chosen) probe.
26
+ - **create_json_file.py**: a small file that was used to create the **hundred_system_prompts.py** file. Running it causes the "random" probes to be replaced with new, random probes.
27
 
28
  More info:
29
  - **Curated by:** Naomi Bashkansky