iaa01 commited on
Commit
3178417
·
verified ·
1 Parent(s): aa4be4a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - Klingspor/lta_singleturn_hard_sft_qwen3-1.7b
5
+ ---
6
+
7
+ # ∆Belief-RL Post-trained Model
8
+
9
+ This model is a reinforcement learning (RL) post-trained language model optimized with the ∆Belief reward signal introduced in [∆Belief-RL](https://bethgelab.github.io/delta-belief-rl/).
10
+
11
+ Instead of relying solely on sparse success signals, the model is rewarded for reducing its own belief uncertainty over time. This enables dense feedback and turn-level credit assignment in long-horizon, open-ended information-seeking tasks.
12
+
13
+ The model was trained in the *Twenty Questions* environment and learns general information-seeking strategies that generalize beyond the training horizon.
14
+
15
+ ## Resources
16
+
17
+ - 🌐 Project page: https://bethgelab.github.io/delta-belief-rl/
18
+ - 💻 Code repository: https://github.com/bethgelab/delta-belief-rl