Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "judges",
"projectOwner": "quotient-ai"
}
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# judges ‍⚖️
<h1 align="center">judges ⚖️</h1>

<p align="center"><em>Use and Create LLM-as-a-Judge Evaluators</em></p>

<p align="center">
<a href="https://github.com/quotient-ai/judges/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/quotient-ai/judges?style=flat-square&color=B8B21A&logo=github" />
</a>
<a href="https://github.com/quotient-ai/judges/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/quotient-ai/judges?style=flat-square&color=2D723C" />
</a>
<a href="https://github.com/quotient-ai/judges/issues">
<img alt="Contributions welcome" src="https://img.shields.io/badge/Contributions-welcome-F7693C?style=flat-square" />
</a>
<a href="https://github.com/quotient-ai/judges/commits">
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/quotient-ai/judges?style=flat-square&color=1D91F0" />
</a>
<a href="https://github.com/quotient-ai/judges#contributors">
<img alt="All Contributors" src="https://img.shields.io/github/all-contributors/quotient-ai/judges?color=7D7D6C&style=flat-square" />
</a>
</p>

1. [Overview](#overview)
2. [Installation](#installation)
Expand Down Expand Up @@ -477,3 +497,14 @@ It will be saved to the output file or printed to `stdout` if no output file is
| grader | Summary Evaluation | Evaluates the quality of summaries of given source texts on multiple aspects, using a 5-point scale | [HypoEval: Hypothesis-Guided Evaluation for Natural Language Generation](https://arxiv.org/abs/2504.07174) | `from judges.graders.hypoeval import HypoEvalSummary` |
| grader | Story Evaluation | Evaluates the quality of stories generated in response to given prompts on multiple aspects, using a 5-point scale | [HypoEval: Hypothesis-Guided Evaluation for Natural Language Generation](https://arxiv.org/abs/2504.07174) | `from judges.graders.hypoeval import HypoEvalStory` |
---

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->