Add LEXam evaluation results
Browse filesAdds LEXam (Benchmarking Legal Reasoning on 340 Law Exams) evaluation results from the official leaderboard at https://lexam-benchmark.github.io/.
See https://huggingface.co/datasets/LEXam-Benchmark/LEXam for the benchmark and https://arxiv.org/abs/2505.12864 for the paper.
- .eval_results/lexam.yaml +14 -0
.eval_results/lexam.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- dataset:
|
| 2 |
+
id: LEXam-Benchmark/LEXam
|
| 3 |
+
task_id: open_question
|
| 4 |
+
value: 14.88
|
| 5 |
+
source:
|
| 6 |
+
url: https://lexam-benchmark.github.io/
|
| 7 |
+
name: LEXam Leaderboard
|
| 8 |
+
- dataset:
|
| 9 |
+
id: LEXam-Benchmark/LEXam
|
| 10 |
+
task_id: mcq_4_choices
|
| 11 |
+
value: 26.27
|
| 12 |
+
source:
|
| 13 |
+
url: https://lexam-benchmark.github.io/
|
| 14 |
+
name: LEXam Leaderboard
|