From d5c08b384b4d4096e494d61ba7d329f593116872 Mon Sep 17 00:00:00 2001 From: wangsl <48207171+WSL0809@users.noreply.github.com> Date: Sun, 2 Feb 2025 02:34:59 +0800 Subject: [PATCH] Update README.md fix(table): correct bold formatting for TriviaQA EM comparison - Remove redundant bolding on LLaMA3.1 405B (82.7) - Retain single bold style for DeepSeek-V3's highest score (82.9) - Aligns with evaluation convention of highlighting only the best performance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ecf87e..3353cbd 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ For developers looking to dive deeper, we recommend exploring [README_WEIGHTS.md | | WinoGrande (Acc.) | 5-shot | **86.3** | 82.3 | 85.2 | 84.9 | | | RACE-Middle (Acc.) | 5-shot | 73.1 | 68.1 | **74.2** | 67.1 | | | RACE-High (Acc.) | 5-shot | 52.6 | 50.3 | **56.8** | 51.3 | -| | TriviaQA (EM) | 5-shot | 80.0 | 71.9 | **82.7** | **82.9** | +| | TriviaQA (EM) | 5-shot | 80.0 | 71.9 | 82.7 | **82.9** | | | NaturalQuestions (EM) | 5-shot | 38.6 | 33.2 | **41.5** | 40.0 | | | AGIEval (Acc.) | 0-shot | 57.5 | 75.8 | 60.6 | **79.6** | | Code | HumanEval (Pass@1) | 0-shot | 43.3 | 53.0 | 54.9 | **65.2** |