Add fetch function for SecLists AI LLM Bias Testing datasets #267
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Link: https://github.com/danielmiessler/SecLists/tree/master/Ai/LLM_Testing/Bias_Testing
There are three files which we can load and convert to a
PromptDataset
as prompts. Note that some of them have placeholders for Country, Region, Nationality, Gender, Skin-Color which we'd need to be mindful of. Those are basicallyPromptTemplate
s where we need to plug in a parameter.Describe the solution you'd like
A fetch function under
pyrit.datasets
similar to what's being added as part of #254 for another dataset.Describe alternatives you've considered, if relevant
Additional context
PyRIT will have a datasets module soon. Currently, it's just a collection of data files.
The text was updated successfully, but these errors were encountered: