Laugh1ng commited on
Commit
0c61cae
·
verified ·
1 Parent(s): e664b4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,7 +25,7 @@ IntentNet is trained through Supervised Fine-Tuning (SFT) to improve upon the ba
25
  - Label the AI intention with binary labels, which indicates whether the AI thought decevptive or not (0: non-deceptive, 1:deceptive).
26
 
27
  ## Links
28
- - [Paper]() - arXiv:
29
  - [GitHub Repository](https://github.com/Simoniracle/OpenDeception-Framework) - Source code and framework
30
 
31
  ## Usage
@@ -107,13 +107,13 @@ print(f"Intention-Deceptiveness: {label}")
107
  author={Wu, Yichen and Gao, Qianqian and Pan, Xudong and Hong, Geng and Yang, Min},
108
  journal={arXiv preprint arXiv:},
109
  year={2026},
110
- url={}
111
  }
112
  ```
113
 
114
  ## Details
115
 
116
- For more information, visit the [GitHub repository](https://github.com/Simoniracle/OpenDeception-Framework) or read the [paper]().
117
 
118
  ### Framework versions
119
 
 
25
  - Label the AI intention with binary labels, which indicates whether the AI thought decevptive or not (0: non-deceptive, 1:deceptive).
26
 
27
  ## Links
28
+ - [Paper](https://arxiv.org/abs/2504.13707) - arXiv: 2504.13707[v3]
29
  - [GitHub Repository](https://github.com/Simoniracle/OpenDeception-Framework) - Source code and framework
30
 
31
  ## Usage
 
107
  author={Wu, Yichen and Gao, Qianqian and Pan, Xudong and Hong, Geng and Yang, Min},
108
  journal={arXiv preprint arXiv:},
109
  year={2026},
110
+ url={https://arxiv.org/abs/2504.13707}
111
  }
112
  ```
113
 
114
  ## Details
115
 
116
+ For more information, visit the [GitHub repository](https://github.com/Simoniracle/OpenDeception-Framework) or read the [paper](https://arxiv.org/abs/2504.13707).
117
 
118
  ### Framework versions
119