Update app.py
Browse files
app.py
CHANGED
@@ -168,11 +168,11 @@ with GraInter:
|
|
168 |
<br>
|
169 |
Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
|
170 |
<br>
|
171 |
-
**ASSS:** Average Sentence Similarity Score. A measure of how similar the sentences in the story are to each other.
|
172 |
<br>
|
173 |
-
**SMOG:** SMOG Index. A readability score that estimates the years of education needed to understand the story. A zero means that the story generated was very simple and had no complex words.
|
174 |
<br>
|
175 |
-
**Yule:** Yule's K Measure. A statistical metric which quantifies the lexical diversity of the story by comparing the frequency distribution of words.
|
176 |
<br><br>
|
177 |
*Because this leaderboard is just based on one short story generation, it obviouslly isn't going to be perfect*""")
|
178 |
|
|
|
168 |
<br>
|
169 |
Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
|
170 |
<br>
|
171 |
+
**ASSS:** Average Sentence Similarity Score (lower is better). A measure of how similar the sentences in the story are to each other.
|
172 |
<br>
|
173 |
+
**SMOG:** SMOG Index (higher is better). A readability score that estimates the years of education needed to understand the story. A zero means that the story generated was very simple and had no complex words.
|
174 |
<br>
|
175 |
+
**Yule:** Yule's K Measure (lower is better). A statistical metric which quantifies the lexical diversity of the story by comparing the frequency distribution of words.
|
176 |
<br><br>
|
177 |
*Because this leaderboard is just based on one short story generation, it obviouslly isn't going to be perfect*""")
|
178 |
|