princeton-nlp commited on
Commit
c5b85e7
1 Parent(s): bc560a6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # HELMET: How to Evaluate Long-context Language Models Effectively and Thoroughly
2
+
3
+ [[Paper](https://arxiv.org/abs/2410.02694)][[Code](https://github.com/princeton-nlp/HELMET)]
4
+
5
+ HELMET is a comprehensive benchmark for long-context language models covering seven diverse categories of tasks.
6
+ The datasets are application-centric and are designed to evaluate models at different lengths and levels of complexity.
7
+ Please check out the paper for more details, and the code repo for how to process the data and run the evaluations
8
+
9
+