Commit
·
4b7ec38
1
Parent(s):
dac5c4a
add paper link
Browse files
README.md
CHANGED
|
@@ -31,3 +31,28 @@ news | 0.4003
|
|
| 31 |
answers | 0.7500
|
| 32 |
blog | 0.7334
|
| 33 |
email | 0.7606
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
answers | 0.7500
|
| 32 |
blog | 0.7334
|
| 33 |
email | 0.7606
|
| 34 |
+
|
| 35 |
+
## Citation
|
| 36 |
+
If you are using the model in your research, please cite the following
|
| 37 |
+
[paper](https://doi.org/10.1007/978-3-031-35320-8_4) where it was introduced:
|
| 38 |
+
```
|
| 39 |
+
@InProceedings{10.1007/978-3-031-35320-8_4,
|
| 40 |
+
author="Babakov, Nikolay
|
| 41 |
+
and Dale, David
|
| 42 |
+
and Gusev, Ilya
|
| 43 |
+
and Krotova, Irina
|
| 44 |
+
and Panchenko, Alexander",
|
| 45 |
+
editor="M{\'e}tais, Elisabeth
|
| 46 |
+
and Meziane, Farid
|
| 47 |
+
and Sugumaran, Vijayan
|
| 48 |
+
and Manning, Warren
|
| 49 |
+
and Reiff-Marganiec, Stephan",
|
| 50 |
+
title="Don't Lose the Message While Paraphrasing: A Study on Content Preserving Style Transfer",
|
| 51 |
+
booktitle="Natural Language Processing and Information Systems",
|
| 52 |
+
year="2023",
|
| 53 |
+
publisher="Springer Nature Switzerland",
|
| 54 |
+
address="Cham",
|
| 55 |
+
pages="47--61",
|
| 56 |
+
isbn="978-3-031-35320-8"
|
| 57 |
+
}
|
| 58 |
+
```
|