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

Feature Extraction #23

Open
EmreOzkose opened this issue Apr 23, 2024 · 2 comments
Open

Feature Extraction #23

EmreOzkose opened this issue Apr 23, 2024 · 2 comments

Comments

@EmreOzkose
Copy link

Hi,

Is there any way to extract embeddings for a part of graph?

For example we have Abstract India’s health indicators have improv... and we extracted knowledge like india's health indicators -> continue to lag behind -> peer nations. I want to extract some features for that knowledge.

There is a tool named Node2Vec, but it seems an old tool. I couldn't find any recent method.

@rahulnyk
Copy link
Owner

rahulnyk commented May 1, 2024

Interesting Idea. I can only think of achieving this by embedding each triplet Node -Relation-> Node as text, into a vector. Would love to hear if you have a better idea.

@EmreOzkose
Copy link
Author

EmreOzkose commented May 1, 2024

In this work, they use GLOVE features. They extract features for tail nodes and edges.

Screenshot from 2024-05-01 16-51-26

I will integrate this idea into my work, but thinking of extracting GLOVE embeddings of head&tail&edge and pooling them.

As you can say, sentence embeddings can also be used

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