File size: 1,018 Bytes
b62a42e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Grounding Leaderboard
emoji: 📊
colorFrom: blue
colorTo: green
sdk: static
app_file: index.html
pinned: false
license: cc-by-sa-4.0
---

# Grounding Leaderboard

A static leaderboard for the [`grounding-benchmark`](https://huggingface.co/datasets/nutrientdocs/grounding-benchmark):
which NLI cross-encoders best tell whether a claim is **actually supported by the document it cites**,
ranked by ROC-AUC (headline = number grounding), with inference speed on a standard **NVIDIA RTX A6000**.

- `index.html` — the page (fetches `leaderboard.json`).
- `leaderboard.json` — aggregated results (array of `score.py` outputs). Regenerated by
  `scripts/score_leaderboard.sh` on the standard RTX A6000.
- `results/` — individual submission JSONs (one per model×config), for provenance and PRs.

**Submit a model:** score it with the reference scorer and open a PR adding your `results/*.json`. See
[SUBMISSION.md](https://huggingface.co/datasets/nutrientdocs/grounding-benchmark/blob/main/SUBMISSION.md).