llm-leaderboard / README.md
Ludwig Stumpp
Text work
84a7c6d
|
raw
history blame
30.6 kB

๐Ÿ† LLM-Leaderboard

A joint community effort to create one central leaderboard for LLMs. Contributions and corrections welcome!

Interactive Dashboard

https://llm-leaderboard.streamlit.app/

Leaderboard

Benchmarks

Benchmark Name Author Link Description
Chatbot Arena Elo LMSYS https://lmsys.org/blog/2023-05-03-arena/ "In this blog post, we introduce Chatbot Arena, an LLM benchmark platform featuring anonymous randomized battles in a crowdsourced manner. Chatbot Arena adopts the Elo rating system, which is a widely-used rating system in chess and other competitive games." (Source: https://lmsys.org/blog/2023-05-03-arena/)
HellaSwag Zellers et al. https://arxiv.org/abs/1905.07830v1 "HellaSwag is a challenge dataset for evaluating commonsense NLI that is specially hard for state-of-the-art models, though its questions are trivial for humans (>95% accuracy)." (Source: https://paperswithcode.com/dataset/hellaswag)
HumanEval Chen et al. https://arxiv.org/abs/2107.03374v2 "It used to measure functional correctness for synthesizing programs from docstrings. It consists of 164 original programming problems, assessing language comprehension, algorithms, and simple mathematics, with some comparable to simple software interview questions." (Source: https://paperswithcode.com/dataset/humaneval)
LAMBADA Paperno et al. https://arxiv.org/abs/1606.06031 "The LAMBADA evaluates the capabilities of computational models for text understanding by means of a word prediction task. LAMBADA is a collection of narrative passages sharing the characteristic that human subjects are able to guess their last word if they are exposed to the whole passage, but not if they only see the last sentence preceding the target word. To succeed on LAMBADA, computational models cannot simply rely on local context, but must be able to keep track of information in the broader discourse." (Source: https://huggingface.co/datasets/lambada)
MMLU Hendrycks et al. https://github.com/hendrycks/test "The benchmark covers 57 subjects across STEM, the humanities, the social sciences, and more. It ranges in difficulty from an elementary level to an advanced professional level, and it tests both world knowledge and problem solving ability. Subjects range from traditional areas, such as mathematics and history, to more specialized areas like law and ethics. The granularity and breadth of the subjects makes the benchmark ideal for identifying a modelโ€™s blind spots." (Source: "https://paperswithcode.com/dataset/mmlu")
TriviaQA Joshi et al. https://arxiv.org/abs/1705.03551v2 "We present TriviaQA, a challenging reading comprehension dataset containing over 650K question-answer-evidence triples. TriviaQA includes 95K question-answer pairs authored by trivia enthusiasts and independently gathered evidence documents, six per question on average, that provide high quality distant supervision for answering the questions." (Source: https://arxiv.org/abs/1705.03551v2)

How to Contribute

We are always happy for contributions! You can contribute by the following:

  • table work (don't forget the links):
    • filling missing entries
    • adding a new model as a new row to the leaderboard. Please keep alphabetic order.
    • adding a new benchmark as a new column in the leaderboard and add the benchmark to the benchmarks table. Please keep alphabetic order.
  • code work:
    • improving the existing code
    • requesting and implementing new features

Future Ideas

  • add model year
  • add "export current view as .csv" button to streamlit demo
  • (TBD) add model details:
    • #params
    • #tokens seen during training
    • length context window
    • architecture type (transformer-decoder, transformer-encoder, transformer-encoder-decoder, ...)
  • if additional model details, allow to hide them in the interactive streamlit dashboard with a checkbox?
  • (TBD) improvements on the filtering in the streamlit demo, maybe filter by value range?

More Open LLMs

If you are interested in an overview about open llms for commercial use and finetuning, check out the open-llms repository.

Sources

The results of this leaderboard are collected from the individual papers and published results of the model authors. For each reported value, the source is added as a link.

Special thanks to the following pages:

Disclaimer

Above information may be wrong. If you want to use a published model for commercial use, please contact a lawyer.