You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
could you provide the way/code you generated the levenshtein distance?
For example, in /ChatGPT-Detection-PR-HPPT/tree/main/Dataset/HPPT/val.json, I can find levenshtein distance values. But why it is in [0,1]? Did you use normalized distance? How do you count the levenshtein distance.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, could you provide the way/code you generated the levenshtein distance? For example, in /ChatGPT-Detection-PR-HPPT/tree/main/Dataset/HPPT/val.json, I can find levenshtein distance values. But why it is in [0,1]? Did you use normalized distance? How do you count the levenshtein distance. Thanks.
It was based on the the project https://github.com/life4/textdistance and we used the package textdistance to calculate the normalized levenshtein distance.
Hi,
could you provide the way/code you generated the levenshtein distance?
For example, in /ChatGPT-Detection-PR-HPPT/tree/main/Dataset/HPPT/val.json, I can find levenshtein distance values. But why it is in [0,1]? Did you use normalized distance? How do you count the levenshtein distance.
Thanks.
The text was updated successfully, but these errors were encountered: