NiGuLa commited on
Commit
c082a47
1 Parent(s): fb03fbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -27,4 +27,24 @@ print(scores)
27
  ```
28
 
29
  The first two texts are semantically equivalent, their MIS is close to 1.
30
- The two other texts have different meanings, and their score is low.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ```
28
 
29
  The first two texts are semantically equivalent, their MIS is close to 1.
30
+ The two other texts have different meanings, and their score is low.
31
+
32
+ If you find this repository helpful, feel free to cite our publication:
33
+
34
+ ```
35
+ @inproceedings{babakov-etal-2022-large,
36
+ title = "A large-scale computational study of content preservation measures for text style transfer and paraphrase generation",
37
+ author = "Babakov, Nikolay and
38
+ Dale, David and
39
+ Logacheva, Varvara and
40
+ Panchenko, Alexander",
41
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: Student Research Workshop",
42
+ month = may,
43
+ year = "2022",
44
+ address = "Dublin, Ireland",
45
+ publisher = "Association for Computational Linguistics",
46
+ url = "https://aclanthology.org/2022.acl-srw.23",
47
+ pages = "300--321",
48
+ abstract = "Text style transfer and paraphrasing of texts are actively growing areas of NLP, dozens of methods for solving these tasks have been recently introduced. In both tasks, the system is supposed to generate a text which should be semantically similar to the input text. Therefore, these tasks are dependent on methods of measuring textual semantic similarity. However, it is still unclear which measures are the best to automatically evaluate content preservation between original and generated text. According to our observations, many researchers still use BLEU-like measures, while there exist more advanced measures including neural-based that significantly outperform classic approaches. The current problem is the lack of a thorough evaluation of the available measures. We close this gap by conducting a large-scale computational study by comparing 57 measures based on different principles on 19 annotated datasets. We show that measures based on cross-encoder models outperform alternative approaches in almost all cases.We also introduce the Mutual Implication Score (MIS), a measure that uses the idea of paraphrasing as a bidirectional entailment and outperforms all other measures on the paraphrase detection task and performs on par with the best measures in the text style transfer task.",
49
+ }
50
+ ```