File size: 961 Bytes
2c9628e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
TITLE = '<h1 align="center" id="space-title">🏆 WebWalkerQA Leaderboard</h1>'

INTRO_TEXT = f"""
## About
This leaderboard shows the performance of models on the WebWalkerQA benchmark. The WebWalkerQA benchmark is a collection of question-answering datasets that test the ability of models to answer questions about web pages. 
"""

HOW_TO = f"""
## How to list your model performance on this leaderboard:
Send a email to jialongwu@alibaba-inc.com or jialongwu@seu.edu.cn.
"""

CREDIT = f"""
## Credit
To make this website, we use the following resources:
- Evaluation code (EleutherAI's lm_evaluation_harness repo)
- Leaderboard code (Huggingface4's open_llm_leaderboard and repo)
"""


CITATION = f"""
## Citation
```
@misc{{lai2023openllmbenchmark,
    author = {{Viet Lai and Nghia Trung Ngo and Amir Pouran Ben Veyseh and Franck Dernoncourt and Thien Huu Nguyen}},
    title={{Open Multilingual LLM Evaluation Leaderboard}},
    year={{2023}}
}}
```
"""