Ogamon commited on
Commit
579e4e2
·
verified ·
1 Parent(s): a3b6099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ It was introduced in the LREC-COLING 2024 paper: Controllable Paraphrase Generat
11
  Github: https://github.com/Ogamon958/ConPGS
12
 
13
  ## Model Description
14
- ConPGS Model is capable of generating paraphrases while controlling for semantic and lexical similarity.
15
- The semantic similarity can be controlled at six levels - 70, 75, 80, 85, 90 and 95 - the higher the level, the more similar the model outputs sentences with similar meanings. This value is expressed as sim.
16
- The lexical similarity can be controlled in eight steps 5, 10, 15, 20, 25, 30, 35 and 40, the higher the level, the more the model outputs sentences with similar surfaces. This value is expressed as bleu.
17
 
18
  This model was constructed by fine-tuning [BART-large](https://huggingface.co/facebook/bart-large).
19
 
 
11
  Github: https://github.com/Ogamon958/ConPGS
12
 
13
  ## Model Description
14
+ ConPGS Model is capable of generating paraphrases while controlling for **semantic** and **lexical** similarity.
15
+ The **semantic** similarity can be controlled at six levels - 70, 75, 80, 85, 90 and 95 - the higher the level, the more similar the model outputs sentences with similar meanings. This value is expressed as **sim**.
16
+ The **lexical** similarity can be controlled in eight steps 5, 10, 15, 20, 25, 30, 35 and 40, the higher the level, the more the model outputs sentences with similar surfaces. This value is expressed as **bleu**.
17
 
18
  This model was constructed by fine-tuning [BART-large](https://huggingface.co/facebook/bart-large).
19