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

Anchor node update #131

Closed uhbrar closed 6 months ago

uhbrar commented 7 months ago

Major overall cleanup of code to improve legibility. Includes extensive commenting to be easier to understand.

Adds base_weights to assign edge weights more specifically depending on edge source.

Adjusts sigmoid used for literature co-occurrence from omnicorp to reduce number of ties. Improves ranking so answers used in automated testing appear higher in results.