Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance Synonyms#compare #6

Closed
hailiang-wang opened this issue Oct 28, 2017 · 4 comments
Closed

enhance Synonyms#compare #6

hailiang-wang opened this issue Oct 28, 2017 · 4 comments
Assignees

Comments

@hailiang-wang
Copy link
Member

description

use advanced method to compute similarity for two sentence.

related with #4

solution

leverage adv distance measurements.

@hailiang-wang
Copy link
Member Author

@huyingxi
Copy link
Collaborator

Thanks .
I have tested on several different similarity measures, and found that Euclidean distance is the best.
And I merged some other features such as synonys' word embeddings , unigram overlap, POS tag ...

@hailiang-wang
Copy link
Member Author

Commit c0a4775

@huyingxi
Copy link
Collaborator

huyingxi commented Nov 5, 2017

roc_curve_eulidean0 8 unigram0 2 pos
I just test on the 778 pairs of sentences (link: https://github.com/fssqawj/SentenceSim/blob/master/dev.txt)

and get these curves:
pr_hresholds_eulidean0 8 unigram0 2 pos

@huyingxi huyingxi reopened this Nov 5, 2017
hailiang-wang added a commit that referenced this issue Nov 5, 2017
hailiang-wang added a commit that referenced this issue Nov 5, 2017
hailiang-wang added a commit that referenced this issue Nov 5, 2017
hailiang-wang added a commit that referenced this issue Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants