Laugh1ng commited on
Commit
276aa68
·
verified ·
1 Parent(s): f17a208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,7 +26,7 @@ TrustNet is trained through contrastive learning to improve upon the base Qwen2.
26
  - The User Trust Score is a continuous value in [0,1], where values near 1 indicate strong trust in AI, values near 0 indicate pronounced skepticism, and intermediate values (e.g., 0.5) represent a neutral or ambiguous stance.
27
 
28
  ## Links
29
- - [Paper](https://arxiv.org/abs/2504.13707) - arXiv:2504.13707[v3]
30
  - [GitHub Repository](https://github.com/Simoniracle/OpenDeception-Framework) - Source code and framework
31
 
32
  ## Usage
@@ -109,13 +109,13 @@ print(f"User Trust Score: {score}")
109
  author={Wu, Yichen and Gao, Qianqian and Pan, Xudong and Hong, Geng and Yang, Min},
110
  journal={arXiv preprint arXiv:},
111
  year={2026},
112
- url={https://arxiv.org/abs/2504.13707}
113
  }
114
  ```
115
 
116
  ## Details
117
 
118
- For more information, visit the [GitHub repository](https://github.com/Simoniracle/OpenDeception-Framework) or read the [paper]([2504.13707](https://arxiv.org/abs/2504.13707)).
119
 
120
  ### Framework versions
121
 
 
26
  - The User Trust Score is a continuous value in [0,1], where values near 1 indicate strong trust in AI, values near 0 indicate pronounced skepticism, and intermediate values (e.g., 0.5) represent a neutral or ambiguous stance.
27
 
28
  ## Links
29
+ - [Paper](https://arxiv.org/abs/2504.13707v3) - arXiv:2504.13707v3
30
  - [GitHub Repository](https://github.com/Simoniracle/OpenDeception-Framework) - Source code and framework
31
 
32
  ## Usage
 
109
  author={Wu, Yichen and Gao, Qianqian and Pan, Xudong and Hong, Geng and Yang, Min},
110
  journal={arXiv preprint arXiv:},
111
  year={2026},
112
+ url={https://arxiv.org/abs/2504.13707v3}
113
  }
114
  ```
115
 
116
  ## Details
117
 
118
+ For more information, visit the [GitHub repository](https://github.com/Simoniracle/OpenDeception-Framework) or read the [paper](https://arxiv.org/abs/2504.13707v3).
119
 
120
  ### Framework versions
121