nielsr HF Staff commited on
Commit
9edddd8
·
verified ·
1 Parent(s): 6b24dbf

Add description and link to paper for Reasoning to Learn from Latent Thoughts

Browse files

This PR adds a description and a link to the original paper "[Reasoning to Learn from Latent Thoughts](https://huggingface.co/papers/2503.18866)" to improve dataset documentation and discoverability.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  dataset_info:
4
  - config_name: finemath_4plus_final_2b_separated_bootstrap_split
5
  features:
@@ -273,3 +279,5 @@ configs:
273
  - split: validation
274
  path: finetune_math/validation-*
275
  ---
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ tags:
6
+ - mathematics
7
+ - reasoning
8
+ - latent-thoughts
9
  dataset_info:
10
  - config_name: finemath_4plus_final_2b_separated_bootstrap_split
11
  features:
 
279
  - split: validation
280
  path: finetune_math/validation-*
281
  ---
282
+
283
+ This dataset is associated with the paper [Reasoning to Learn from Latent Thoughts](https://huggingface.co/papers/2503.18866). It contains data used for pretraining language models with a focus on improving data efficiency by modeling and inferring latent thoughts underlying the text generation process, particularly in mathematical reasoning tasks.