ranking-agent / AnswerCoalesce

A TRAPI-compliant component of ARAGORN that groups together similar results.
MIT License
2 stars 0 forks source link

Improve hash #73

Closed cbizon closed 3 years ago

cbizon commented 3 years ago

We make a hash per answer. There was a global parse of the KG being done per-answer when it only needed to be done once. So when there were a lot of answers, this was super slow.

This change took an AC run lasting 240 s down to 65 s.