Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -8,7 +8,7 @@ BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="
|
|
8 |
|
9 |
INTRODUCTION_TEXT= """
|
10 |
# OSQ Benchmark (Evaluating LLMs with OSQs and MCQs)
|
11 |
-
π [Website](https://vila-lab.github.io/Open-LLM-Leaderboard-Website/) | π» [GitHub](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π [Paper](
|
12 |
|
13 |
> ### Open-LLM-Leaderboard,for evaluating large language models (LLMs) by transitioning from multiple-choice questions (MCQs) to open-style questions.
|
14 |
This approach addresses the inherent biases and limitations of MCQs, such as selection bias and the effect of random guessing. By utilizing open-style questions,
|
|
|
8 |
|
9 |
INTRODUCTION_TEXT= """
|
10 |
# OSQ Benchmark (Evaluating LLMs with OSQs and MCQs)
|
11 |
+
π [Website](https://vila-lab.github.io/Open-LLM-Leaderboard-Website/) | π» [GitHub](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π [Paper](https://arxiv.org/pdf/2406.07545) | π¦ [X1](https://x.com/open_llm_lb) | π¦ [X2](https://x.com/szq0214)
|
12 |
|
13 |
> ### Open-LLM-Leaderboard,for evaluating large language models (LLMs) by transitioning from multiple-choice questions (MCQs) to open-style questions.
|
14 |
This approach addresses the inherent biases and limitations of MCQs, such as selection bias and the effect of random guessing. By utilizing open-style questions,
|