King-s-Knowledge-Graph-Lab / ProVe

This tool enables the fact-checking of Wikidata items by verbalizing claims and gathering HTML reference resources utilizing various language models. Please refer to the ProVe API through the link provided below.
https://king-s-knowledge-graph-lab.github.io/ProVe/
4 stars 0 forks source link

Caching and computing timestamps #26

Open albertmeronyo opened 3 weeks ago

albertmeronyo commented 3 weeks ago

Show timestamp of when the score was computed by last time in the UI In the backend, if the compute is recent do not recompute again

dignityc commented 2 weeks ago

The current ProVe gadget displays the request time for each item.

As for the last point, I'm not sure if it's a good idea to prevent 'recompute' based solely on the processing time, as some users may want to recompute to see changes over a short-term period. How about implementing a rule to prevent recompute if the item has already been processed N times within a specific time window?

odinaldo commented 5 days ago

Please follow recommendation 1. on ProVe Issues v3 document.