Update README.md
Browse files
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:
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|