Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with st.sidebar.expander("📍 WPD/LD Score Explanation", expanded=False):
|
|
45 |
* WPD measures difference in the sentence structure
|
46 |
* LD measures differences in the words used
|
47 |
|
48 |
-
By setting WPD to a high range (>0.4) and LD to a low range (
|
49 |
""")
|
50 |
|
51 |
def load_df(split):
|
|
|
45 |
* WPD measures difference in the sentence structure
|
46 |
* LD measures differences in the words used
|
47 |
|
48 |
+
By setting WPD to a high range (eg >0.4) and LD to a low range (eg <0.1), we can find paraphrases that do not change much in words used but have very different structures.
|
49 |
""")
|
50 |
|
51 |
def load_df(split):
|