←back to thread

68 points peakji | 2 comments | | HN request time: 0.404s | source

Steiner is a series of reasoning models trained on synthetic data using reinforcement learning. These models can explore multiple reasoning paths in an autoregressive manner during inference and autonomously verify or backtrack when necessary, enabling a linear traversal of the implicit search tree.

Blog: https://medium.com/@peakji/a-small-step-towards-reproducing-...

Hugging Face: https://huggingface.co/collections/peakji/steiner-preview-67...

1. zby ◴[] No.41916224[source]
Can it be mixed with the sampling based approaches from optillm (https://github.com/codelion/optillm)?
replies(1): >>41916366 #
2. peakji ◴[] No.41916366[source]
Approaches like best of n sampling and majority voting are definitely feasible. But I don't recommend trying things related to CoT, as it might interfere with the internalized reasoning patterns.