colin-abacus commited on
Commit
f59c9b9
1 Parent(s): 4362c1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -22,4 +22,13 @@ configs:
22
  data_files:
23
  - split: test
24
  path: data/test-*
 
25
  ---
 
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: test
24
  path: data/test-*
25
+ arxiv: 2406.19314
26
  ---
27
+ # Dataset Card for "livebench/data_analysis"
28
+ LiveBench is a benchmark for LLMs designed with test set contamination and objective evaluation in mind. It has the following properties:
29
+ - LiveBench is designed to limit potential contamination by releasing new questions monthly, as well as having questions based on recently-released datasets, arXiv papers, news articles, and IMDb movie synopses.
30
+ - Each question has verifiable, objective ground-truth answers, allowing hard questions to be scored accurately and automatically, without the use of an LLM judge.
31
+ - LiveBench currently contains a set of 18 diverse tasks across 6 categories, and we will release new, harder tasks over time.
32
+ This is the instruction_following category of livebench.
33
+
34
+ See more in our [paper](https://arxiv.org/abs/2406.19314), [leaderboard](https://livebench.ai/), and [datasheet](https://github.com/LiveBench/LiveBench/blob/main/docs/DATASHEET.md).