Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Mutual Implication Score is a symmetric measure of text semantic similarity
|
|
15 |
based on a RoBERTA model pretrained for natural language inference
|
16 |
and fine-tuned on paraphrases dataset.
|
17 |
|
18 |
-
It is **particularly useful for paraphrases detection**, but can also be applied to other semantic similarity tasks, such as text style transfer.
|
19 |
|
20 |
## How to use
|
21 |
The following snippet illustrates code usage:
|
|
|
15 |
based on a RoBERTA model pretrained for natural language inference
|
16 |
and fine-tuned on paraphrases dataset.
|
17 |
|
18 |
+
It is **particularly useful for paraphrases detection**, but can also be applied to other semantic similarity tasks, such as content similarity scoring in text style transfer.
|
19 |
|
20 |
## How to use
|
21 |
The following snippet illustrates code usage:
|