Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,21 @@ others = model.encode(["We're raising funds 2 improve our school's storage facil
|
|
63 |
print(cos_sim(input, others))
|
64 |
```
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
---
|
67 |
## Trained with DataDreamer
|
68 |
|
|
|
63 |
print(cos_sim(input, others))
|
64 |
```
|
65 |
|
66 |
+
---
|
67 |
+
## Citation
|
68 |
+
|
69 |
+
```latex
|
70 |
+
@misc{patel2025styledistancestrongercontentindependentstyle,
|
71 |
+
title={StyleDistance: Stronger Content-Independent Style Embeddings with Synthetic Parallel Examples},
|
72 |
+
author={Ajay Patel and Jiacheng Zhu and Justin Qiu and Zachary Horvitz and Marianna Apidianaki and Kathleen McKeown and Chris Callison-Burch},
|
73 |
+
year={2025},
|
74 |
+
eprint={2410.12757},
|
75 |
+
archivePrefix={arXiv},
|
76 |
+
primaryClass={cs.CL},
|
77 |
+
url={https://arxiv.org/abs/2410.12757},
|
78 |
+
}
|
79 |
+
```
|
80 |
+
|
81 |
---
|
82 |
## Trained with DataDreamer
|
83 |
|