---
title: "auto-evaluator"
type: "tool"
slug: "rlancemartin-auto-evaluator"
canonical_url: "https://www.graphcanon.com/tools/rlancemartin-auto-evaluator"
github_url: "https://github.com/rlancemartin/auto-evaluator"
homepage_url: "https://autoevaluator.langchain.com/"
stars: 1102
forks: 92
primary_language: "Python"
license: null
archived: false
categories: ["llm-frameworks", "data-retrieval", "vector-databases"]
tags: ["python"]
updated_at: "2026-07-11T10:44:23.538031+00:00"
---

# auto-evaluator

> Evaluation tool for LLM QA chains

Evaluation tool for LLM QA chains

## Facts

- Repository: https://github.com/rlancemartin/auto-evaluator
- Homepage: https://autoevaluator.langchain.com/
- Stars: 1,102 · Forks: 92 · Open issues: 3 · Watchers: 7
- Primary language: Python
- Last pushed: 2023-05-10T02:00:18+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-11T10:44:20.408Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 118 low) · last scan 2026-07-11T10:44:21.270Z
- Full report: [trust report](/tools/rlancemartin-auto-evaluator/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/rlancemartin-auto-evaluator/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)
- [Data & Retrieval](/categories/data-retrieval.md)
- [Vector Databases](/categories/vector-databases.md)

## Tags

python

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [firecrawl](/tools/firecrawl-firecrawl.md) - The API to search, scrape, and interact with the web at scale. 🔥 (★ 149,109) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
# `Auto-evaluator` :brain: :memo:

> **Note**
> See the HuggingFace space for this app: https://huggingface.co/spaces/rlancemartin/auto-evaluator

> **Note**
> See the hosted app: https://autoevaluator.langchain.com/

> **Note**
> Code for the hosted app is also open source: https://github.com/langchain-ai/auto-evaluator

This is a lightweight evaluation tool for question-answering using Langchain to:

- Ask the user to input a set of documents of interest

- Apply an LLM (`GPT-3.5-turbo`) to auto-generate `question`-`answer` pairs from these docs

- Generate a question-answering chain with a specified set of UI-chosen configurations

- Use the chain to generate a response to each `question`

- Use an LLM (`GPT-3.5-turbo`) to score the response relative to the `answer`

- Explore scoring across various chain configurations

**Run as Streamlit app**

`pip install -r requirements.txt`

`streamlit run auto-evaluator.py`

**Inputs**

`num_eval_questions` - Number of questions to auto-generate (if the user does not supply an eval set)

`split_method` - Method for text splitting

`chunk_chars` - Chunk size for text splitting
 
`overlap` - Chunk overlap for text splitting
  
`embeddings` - Embedding method for chunks
 
`retriever_type` - Chunk retrieval method

`num_neighbors` - Neighbors for retrieval 

`model` - LLM for summarization of retrieved chunks 

`grade_prompt` - Prompt choice for model self-grading

**Blog**

https://blog.langchain.dev/auto-eval-of-question-answering-tasks/

**UI**



**Disclaimer**

```You will need an OpenAI API key with access to `GPT-4` and an Anthropic API key to take advantage of all of the default dashboard model settings. However, additional models (e.g., from Hugging Face) can be easily added to the app.```
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/rlancemartin-auto-evaluator`](/api/graphcanon/tools/rlancemartin-auto-evaluator)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
