iaa01 commited on
Commit
6cc86e6
·
verified ·
1 Parent(s): 94fa640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -2,4 +2,17 @@
2
  license: mit
3
  base_model:
4
  - Klingspor/lta_singleturn_hard_sft_qwen3-4b
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  base_model:
4
  - Klingspor/lta_singleturn_hard_sft_qwen3-4b
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