ranking-agent / aragorn-ranker

Exposes TRAPI functions to add literature co-occurrence edges, convert publications to edge weights, and provide scores for answers.
MIT License
0 stars 1 forks source link

Modify r_graph to consider sets based on node bindings #61

Closed raynCovar closed 2 years ago

raynCovar commented 2 years ago

This updates the result graph creation to make the anchor nodes based on the number of nodes with the same node bindings instead of the query graph. The query graph would not always align with the results due to the answer coalescer.

55