Update README.md
Browse files
README.md
CHANGED
|
@@ -63,5 +63,14 @@ Users should evaluate the model in their target environment and avoid extrapolat
|
|
| 63 |
The model is intended to be used within an agent loop that alternates between observations and actions and maintaining a belief memory buffer as described in PABU.
|
| 64 |
|
| 65 |
## Citation
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
The model is intended to be used within an agent loop that alternates between observations and actions and maintaining a belief memory buffer as described in PABU.
|
| 64 |
|
| 65 |
## Citation
|
| 66 |
+
```
|
| 67 |
+
@misc{jiang2026pabuprogressawarebeliefupdate,
|
| 68 |
+
title={PABU: Progress-Aware Belief Update for Efficient LLM Agents},
|
| 69 |
+
author={Haitao Jiang and Lin Ge and Hengrui Cai and Rui Song},
|
| 70 |
+
year={2026},
|
| 71 |
+
eprint={2602.09138},
|
| 72 |
+
archivePrefix={arXiv},
|
| 73 |
+
primaryClass={cs.AI},
|
| 74 |
+
url={https://arxiv.org/abs/2602.09138},
|
| 75 |
+
}
|
| 76 |
+
```
|