entities_subset in evaluate_performance for large graphs
See original GitHub issueIssue Description
It looks like in large graph mode evaluate_performance
doesn’t use entities_subset
. Is that true?
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Characteristic Subsets of SMT-LIB Benchmarks
Subsets. 1. Introduction. Optimizing the performance of a Satisfiability Modulo Theories (SMT) solver, like CVC4 [1] or Z3 [2], on a large set...
Read more >LargeEA: Aligning Entities for Large-scale Knowledge Graphs
Entity alignment (EA ) aims to find equivalent entities in different knowledge graphs (KGs). Current EA approaches suffer from scal- ability issues, limiting ......
Read more >Entity Resolution at Large Scale: Benchmarking and ... - LINQS
Let us evaluate the performance of a simple ER algorithm that ignores events and simply sorts all references lexicographically, then proposes entities by ......
Read more >Subset Node Representation Learning over Large Dynamic ...
ABSTRACT. Dynamic graph representation learning is a task to learn node embeddings over dynamic networks, and has many important ap-.
Read more >A Re-evaluation of Knowledge Graph Completion Methods
A popular approach for Knowledge Graph Completion (KGC) is to embed entities and relations into continuous vector or matrix space, and use a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay now I understand what you mean. I guess there is some bug. I will have a look at it.
yeah
entities_subset
is supposed to corrupt only from the set you specify and give a rank between [1, len(entities_subset) + 1].Thanks for identifying this issue. I will take up this issue on priority.
The issue seems to exist in large graph mode only.
By next week we will push it to master, until then you can pip install from the develop branch. It will still be using tf 1.x.
We are working on a tf 2.x release, and it will be out soon.