Datasets:

Languages:
English
ArXiv:
License:
File size: 1,475 Bytes
0a323dd
 
 
 
 
 
 
 
 
 
 
e325f7a
0a323dd
e325f7a
0a323dd
 
 
e325f7a
0a323dd
e325f7a
0a323dd
 
 
e325f7a
0a323dd
e325f7a
0a323dd
 
 
e325f7a
0a323dd
e325f7a
0a323dd
 
 
 
e325f7a
 
0a323dd
 
e325f7a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
language:
- en
license: apache-2.0
task_categories:
- text-generation
pretty_name: BeliefTrack
configs:
- config_name: task_a_7b
  data_files:
  - split: train
    path: task_a_7b/train.json
  - split: test
    path: task_a_7b/test.json
- config_name: task_a_9b
  data_files:
  - split: train
    path: task_a_9b/train.json
  - split: test
    path: task_a_9b/test.json
- config_name: task_b_7b
  data_files:
  - split: train
    path: task_b_7b/train.json
  - split: test
    path: task_b_7b/test.json
- config_name: task_b_9b
  data_files:
  - split: train
    path: task_b_9b/train.json
  - split: test
    path: task_b_9b/test.json
---

# BeliefTrack

[📄 arXiv](https://arxiv.org/abs/2605.30219) • [🤗 HFPaper](https://huggingface.co/papers/2605.30219) • [🤗 HF Collection](https://huggingface.co/collections/zjunlp/contextualbeliefmanagement)

BeliefTrack is a closed-world benchmark for **Contextual Belief Management (CBM)** in multi-turn language model interactions. Each example asks a model to maintain the set of hypotheses that remain consistent with formal evidence.

## Citation

```bibtex
@article{xu2026whenshouldmodelschange,
  title={When Should Models Change Their Minds? Contextual Belief Management in Large Language Models},
  author={Xu, Haoming and Xu, Weihong and Li, Zongrui and Wang, Mengru and Yao, Yunzhi and Wu, Chiyu and Shang, Jin and Gong, Yu and Deng, Shumin},
  journal={arXiv preprint arXiv:2605.30219},
  year={2026}
}
```