philippelaban commited on
Commit
028ebf5
·
verified ·
1 Parent(s): e8d3665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -22,7 +22,7 @@ The model takes a single input, which is the “task intent”, which defines th
22
 
23
  Developed by: Tarek Naous (intern at MSR Summer 2025), Philippe Laban (MSR), Wei Xu, Jennifer Neville (MSR)
24
 
25
- Paper: Will add once the work is on arXiv
26
 
27
  # How to get started with the model
28
 
@@ -129,7 +129,15 @@ Carbon emissions can be estimated using the Machine Learning Impact calculator p
129
 
130
  # BibTeX
131
 
132
- Coming soon
 
 
 
 
 
 
 
 
133
 
134
  # Glossary
135
 
 
22
 
23
  Developed by: Tarek Naous (intern at MSR Summer 2025), Philippe Laban (MSR), Wei Xu, Jennifer Neville (MSR)
24
 
25
+ Paper: https://arxiv.org/abs/2510.06552
26
 
27
  # How to get started with the model
28
 
 
129
 
130
  # BibTeX
131
 
132
+ ```tex
133
+ @inproceedings{naous2025flipping,
134
+ title={Flipping the Dialogue: Training and Evaluating User Language Models},
135
+ author={Tarek Naous and Philippe Laban and Wei Xu and Jennifer Neville},
136
+ journal={arXiv preprint arXiv:2510.06552},
137
+ year={2025},
138
+ url={https://api.semanticscholar.org/CorpusID:281891746}
139
+ }
140
+ ```
141
 
142
  # Glossary
143