Add license, task category, and paper/code links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  - config_name: Qwen--Qwen2.5-Math-1.5B-Instruct
4
  features:
@@ -470,8 +473,11 @@ configs:
470
  - split: test
471
  path: openai--gpt-oss-20b_medium/test-*
472
  ---
 
473
  # Generations Dataset: MATH
474
 
 
 
475
  LLM-generated solutions across train/validation/test splits for multiple models.
476
 
477
  ## Columns
@@ -505,4 +511,4 @@ train = dataset["train"]
505
  author = {Lugoloobi, William and Foster, Thomas and Bankes, William and Russell, Chris},
506
  year = {2026},
507
  }
508
- ```
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
  dataset_info:
6
  - config_name: Qwen--Qwen2.5-Math-1.5B-Instruct
7
  features:
 
473
  - split: test
474
  path: openai--gpt-oss-20b_medium/test-*
475
  ---
476
+
477
  # Generations Dataset: MATH
478
 
479
+ This dataset accompanies the paper [LLMs Encode Their Failures: Predicting Success from Pre-Generation Activations](https://huggingface.co/papers/2602.09924). Code is available at [https://github.com/KabakaWilliam/llms_know_difficulty](https://github.com/KabakaWilliam/llms_know_difficulty).
480
+
481
  LLM-generated solutions across train/validation/test splits for multiple models.
482
 
483
  ## Columns
 
511
  author = {Lugoloobi, William and Foster, Thomas and Bankes, William and Russell, Chris},
512
  year = {2026},
513
  }
514
+ ```