Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ base_model:
|
|
13 |
|
14 |
> **GitHub repository** for exploring the source code and additional resources: https://github.com/wangkevin02/USP
|
15 |
|
16 |
-
Our User Simulator with Implicit Profiles (USP) replicates human-like conversational behavior in interactions with large language models (LLMs). By emulating diverse user dynamics based on predefined profiles, it reconstructs realistic user-LLM dialogues, leveraging the LLaMA-3-base-8B architecture with **Conditional Supervised Fine-Tuning (SFT)** and **Reinforcement Learning with Cycle Consistency (RLCC)**. For a detailed methodology and insights, refer to [Our Paper](
|
17 |
|
18 |
> *Note*: Our model is subject to the following constraints:
|
19 |
>
|
@@ -97,6 +97,14 @@ print(f"Generated response: {responses}")
|
|
97 |
If you find this model useful, please cite:
|
98 |
|
99 |
```plaintext
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
```
|
102 |
|
|
|
13 |
|
14 |
> **GitHub repository** for exploring the source code and additional resources: https://github.com/wangkevin02/USP
|
15 |
|
16 |
+
Our User Simulator with Implicit Profiles (USP) replicates human-like conversational behavior in interactions with large language models (LLMs). By emulating diverse user dynamics based on predefined profiles, it reconstructs realistic user-LLM dialogues, leveraging the LLaMA-3-base-8B architecture with **Conditional Supervised Fine-Tuning (SFT)** and **Reinforcement Learning with Cycle Consistency (RLCC)**. For a detailed methodology and insights, refer to [Our Paper](https://arxiv.org/pdf/2502.18968).
|
17 |
|
18 |
> *Note*: Our model is subject to the following constraints:
|
19 |
>
|
|
|
97 |
If you find this model useful, please cite:
|
98 |
|
99 |
```plaintext
|
100 |
+
@misc{wang2025knowbettermodelinghumanlike,
|
101 |
+
title={Know You First and Be You Better: Modeling Human-Like User Simulators via Implicit Profiles},
|
102 |
+
author={Kuang Wang and Xianfei Li and Shenghao Yang and Li Zhou and Feng Jiang and Haizhou Li},
|
103 |
+
year={2025},
|
104 |
+
eprint={2502.18968},
|
105 |
+
archivePrefix={arXiv},
|
106 |
+
primaryClass={cs.CL},
|
107 |
+
url={https://arxiv.org/abs/2502.18968},
|
108 |
+
}
|
109 |
```
|
110 |
|