Text Generation
English
telmo000 commited on
Commit
d46e33b
1 Parent(s): 6bf55d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 the original meaning. Positive reframing induces a complementary positive viewpoint (e.g. glass-half-full) escaping negative patterns. Based on the article arXiv:2204.02952.
 
 
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`