Check for all the policies at once
#8
by
gaussfer
- opened
Shieldgemma does a fantastic job answering "Yes" or "No" for a specific policy. Is there a way where one can check for all the policies at once?
I tried adding all the policies to the prompt; but it doesn't work.
Hi @gaussfer ,
If all the policies are sent at once, the context length will increase, which can significantly degrade the model's performance. Therefore, it's advisable to evaluate one policy at a time for greater accuracy. For assessing multiple policies, using sequential processing is the better approach.
Thank you.