ryoungj commited on
Commit
1ee629a
·
verified ·
1 Parent(s): 327f713

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -3,9 +3,12 @@ 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:
@@ -280,4 +283,4 @@ configs:
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.
 
3
  task_categories:
4
  - text-generation
5
  tags:
 
6
  - reasoning
7
  - latent-thoughts
8
+ - latent-variable-models
9
+ - expectation-maximization
10
+ - self-improvement
11
+ - mathematics
12
  dataset_info:
13
  - config_name: finemath_4plus_final_2b_separated_bootstrap_split
14
  features:
 
283
  path: finetune_math/validation-*
284
  ---
285
 
286
+ 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, such as on reasoning-intensive math corpus. An expectation-maximization algorithm is developed for models to self-improve their self-generated thoughts and data efficiency.