Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,8 @@ base_model:
|
|
| 13 |
BERT-as-a-Judge is a family of encoder-based models designed for efficient, reference-based evaluation of LLM outputs. Moving beyond rigid lexical extraction and matching, these models evaluate semantic correctness, accommodating variations in phrasing and formatting while using only a fraction of the computational resources required by LLM-as-a-Judge approaches.
|
| 14 |
|
| 15 |
## Model Summary
|
| 16 |
-
- **Paper:** [BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation](
|
|
|
|
| 17 |
- **Model Type:** Encoder-based Judge (EuroBERT-210m backbone)
|
| 18 |
- **Language:** English
|
| 19 |
|
|
|
|
| 13 |
BERT-as-a-Judge is a family of encoder-based models designed for efficient, reference-based evaluation of LLM outputs. Moving beyond rigid lexical extraction and matching, these models evaluate semantic correctness, accommodating variations in phrasing and formatting while using only a fraction of the computational resources required by LLM-as-a-Judge approaches.
|
| 14 |
|
| 15 |
## Model Summary
|
| 16 |
+
- **Paper:** [BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation](https://arxiv.org/abs/2604.09497)
|
| 17 |
+
- **Code:** [https://github.com/artefactory/BERT-as-a-Judge](https://github.com/artefactory/BERT-as-a-Judge)
|
| 18 |
- **Model Type:** Encoder-based Judge (EuroBERT-210m backbone)
|
| 19 |
- **Language:** English
|
| 20 |
|