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

Interpretation of prediction results #17

Open
amirms opened this issue Mar 4, 2018 · 0 comments
Open

Interpretation of prediction results #17

amirms opened this issue Mar 4, 2018 · 0 comments

Comments

@amirms
Copy link

amirms commented Mar 4, 2018

Hi,

I have a question about the prediction implementation in Test_cnn.cpp. How should I interpret the results for left, right, and mid for each relation type, eg. the following:

fout<<"left:"<<lsum_r[rel]/num<<'\t'<<lp_n_r[rel]/num<<"\t"<<lsum_filter_r[rel]/num<<'\t'<<lp_n_filter_r[rel]/num<<endl;

Would you please shed some light on sum_r, p_n_r, sum_filter_r, and p_n_filter_r for left, right and mid of relations? I have trouble making sense of it from the implementation.

One other question: What these two variables denote: hit_relation and hit_entity?

Regards,

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

1 participant