Open SachinVashisth opened 1 month ago
Hi,
Unfortunately, these two files do not store information about successful attacks. The purpose of storing Q and V in our code is to reduce API usage and costs by avoiding repeated queries for the same prompt.
Let me know if you have further questions.
Best regards, Keyi
Hi
I get two database files
attack.db
andcheck.db
after running the script. I converted both files to CSV files and got two filesattack.csv
andcheck.csv
.The CSV files contain columns
Q
andV
. In theattack.csv
files, We have the prompt in the columnQ
and the generated sentence in the columnV
. But I don't know which one of the sentences in columnV
is a successful attack. Can you please help me with it?