> ## Documentation Index
> Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pairwise Evaluation

With Athina, you can also ask an LLM to do a pairwise evaluation.

This is useful when you want to compare two responses based on a specified criteria (example: conciseness), and determine which one is better.

Here's a video that shows how you can do this:

<div
  style={{
position: "relative",
paddingBottom: "60.40268456375839%",
height: "0",
}}
>
  <iframe
    src="https://www.loom.com/embed/cefaef0d5bd14878a9e3f63437eb8ee4"
    frameBorder="0"
    webkitAllowFullScreen
    mozAllowFullScreen
    allowFullScreen
    style={{
  position: "absolute",
  top: "0",
  left: "0",
  width: "100%",
  height: "100%",
}}
  />
</div>
