Skip to content

Commit

Permalink
docs: add C-Eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-Seki committed Oct 2, 2024
1 parent 2db2b1d commit cc6d76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<i>What does this repository include?</i><br>
<b><a href="./eval/benchs/uhgeval/">UHGEval</a></b>: An unconstrained hallucination evaluation benchmark.<br>
<b><a href="./eval/">Eval Suite</a></b>: A user-friendly evaluation framework for hallucination tasks.<br>
Eval Suite supports other relevant benchmarks, such as <a href="https://github.com/OpenMOSS/HalluQA">HalluQA</a> and <a href="https://github.com/RUCAIBox/HaluEval">HaluEval</a>.
Eval Suite supports other benchmarks, such as <a href="https://github.com/OpenMOSS/HalluQA">HalluQA</a> and <a href="https://github.com/RUCAIBox/HaluEval">HaluEval</a>.
</p>

<p align="center">
Expand Down Expand Up @@ -115,6 +115,7 @@ To facilitate evaluation, we have developed a user-friendly evaluation framework

| Benchmark | Evaluator | More Information |
| --------- | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| C-Eval | `CEvalEvaluator` | [eval/benchs/ceval](eval/benchs/ceval) |
| ExampleQA | `ExampleQAEvaluator` | [eval/benchs/exampleqa](eval/benchs/exampleqa) |
| HalluQA | `HalluQAMCEvaluator` | [eval/benchs/halluqa](eval/benchs/halluqa) |
| HaluEval | `HaluEvalDialogEvaluator`<br>`HaluEvalQAEvaluator`<br>`HaluEvalSummaEvaluator` | [eval/benchs/halueval](eval/benchs/halueval) |
Expand Down

0 comments on commit cc6d76b

Please sign in to comment.