Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,9 @@ This model is a BLOOM-base adjusted to the sentiment transfer task, developed as
|
|
14 |
|
15 |
### Model Description
|
16 |
|
17 |
-
This model is a BLOOM-base adjusted to the sentiment transfer task, where the objective is to reverse the sentiment polarity of a text without contradicting
|
|
|
|
|
18 |
|
19 |
### Input
|
20 |
`### Negative sentence:\n{original_text}\n\n### Reframing strategy: \n{reframing_strategy}\n\n### Reframing sentence:\n`
|
|
|
14 |
|
15 |
### Model Description
|
16 |
|
17 |
+
This model is a BLOOM-base adjusted to the sentiment transfer task, where the objective is to reverse the sentiment polarity of a text without contradicting
|
18 |
+
the original meaning. Positive reframing induces a complementary positive viewpoint (e.g. glass-half-full) escaping negative patterns.
|
19 |
+
Based on the article [Ziems at. al (2022)](https://arxiv.org/abs/2204.02952).
|
20 |
|
21 |
### Input
|
22 |
`### Negative sentence:\n{original_text}\n\n### Reframing strategy: \n{reframing_strategy}\n\n### Reframing sentence:\n`
|