ClaimVerification

org.llm4s.rag.evaluation.ClaimVerification
final case class ClaimVerification(claim: String, supported: Boolean, evidence: Option[String])

Verification result for a single claim in the Faithfulness metric.

Value parameters

claim

The extracted claim from the answer

evidence

Optional evidence from context that supports/refutes the claim

supported

Whether the claim is supported by the context

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product