Skip to content
Open
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,11 @@ NLU and cross-lingual:
- [MTEB](https://github.com/embeddings-benchmark/mteb) - Massive Text Embedding Benchmark; standard for sentence/document encoders.
- [BEIR](https://github.com/beir-cellar/beir) - heterogeneous IR benchmark for retrieval models.

AI-generated text detection:

- [RAID](https://github.com/liamdugan/raid) - large adversarial benchmark for AI-generated text detectors across generators, domains, and attacks.
- [AI2Human Detection Benchmark](https://github.com/chajahmed/ai2human-detection-benchmark) - labeled corpus of raw-AI, human, and humanized (paraphrase-tool and LLM-humanizer) text samples, with a script to score against a live detector API.

Modern LM evaluation (2023-2026):

- [HELM](https://crfm.stanford.edu/helm/) - holistic evaluation across NLP tasks, accuracy and beyond.
Expand Down