pub enum EvalSuite {
Agentdojo,
Harmbench,
InjecAgent,
}Expand description
Which upstream benchmark the case came from. Determines how the aggregator buckets results in its markdown report.
Variants§
Agentdojo
Princeton/ETH/Anthropic AgentDojo (Apache-2.0, NeurIPS 2024). Indirect-prompt-injection focus.
Harmbench
CAIS HarmBench (CC-BY-4.0, ICML 2024). Jailbreak + agentic- misuse focus.
InjecAgent
UIUC/Kang-Lab InjecAgent (MIT). Tool-poisoning focus: 200 cases where injected tool outputs redirect the agent.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EvalSuite
impl<'de> Deserialize<'de> for EvalSuite
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for EvalSuite
impl Ord for EvalSuite
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EvalSuite
impl PartialOrd for EvalSuite
impl Copy for EvalSuite
impl Eq for EvalSuite
impl StructuralPartialEq for EvalSuite
Auto Trait Implementations§
impl Freeze for EvalSuite
impl RefUnwindSafe for EvalSuite
impl Send for EvalSuite
impl Sync for EvalSuite
impl Unpin for EvalSuite
impl UnsafeUnpin for EvalSuite
impl UnwindSafe for EvalSuite
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.