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

What's the detailed meaning of weight? #152

Closed
junyuGao opened this issue Jan 12, 2018 · 2 comments
Closed

What's the detailed meaning of weight? #152

junyuGao opened this issue Jan 12, 2018 · 2 comments

Comments

@junyuGao
Copy link

In the official document, the weight field is explained as "the strength with which this edge expresses this assertion. A typical weight is 1, but weights can be higher or lower. All weights are positive."

However, I still don't know how the weights are determined in the graph. What's the metric to evaluate the weight value for each edge? by using occurrence frequency or other machine learning techniques such as random walk?

Thank you very much!

@rspeer
Copy link
Member

rspeer commented Mar 5, 2018

The weights are determined fairly ad-hoc by the "reader" processes that take in various data sources.

For example, the weight of an assertion by one person on Open Mind Common Sense is 1.0; the weight of a WordNet edge is 2.0; the weight of a clue that a small number of people gave on Verbosity might be 0.25.

I would like there to be some machine-learning-powered self-checking involved in setting these weights, but there isn't yet.

@yuchenlin
Copy link

so I guess we should not take the weights very seriously :)

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

3 participants