Skip to content

Releases: King-s-Knowledge-Graph-Lab/ProVe

Major update, code optimization work and bug fixes.

28 Nov 07:35
Compare
Choose a tag to compare

Optimization of ProVe main code:

  • Improved processing speed by up to 10x (e.g., the KCL Wikidata item now takes 1 minute, compared to 6 minutes previously).
  • Reduced error rate during processing.
  • Enabled multiple processing — we can now run multiple ProVe workers to avoid long queues.
  • Added more timestamp checkpoints throughout the process for detailed time complexity evaluation.

Database migration to a new schema (NoSQL):

  • Migrated to a NoSQL database for enhanced robustness, reducing transaction errors.
  • Updated the data model in the database for storage efficiency (it now requires less space to store ProVe results).
  • The legacy database is still operational (users can still access old data, but some APIs need to be updated. I’ll address this soon).

Minor bugs update

29 Oct 07:31
Compare
Choose a tag to compare

minor bugs update

  • Wikidata API functions has partially updated with official Wikidata API to solve 'no_label' issue for each component of RDF triple.
  • The claim having non-accessible web page (HTTP error code 403 or 404) as reference URL will be determined as 'REFUTES' label.
  • Some ProVe API has been updated to show the version number and processed time used for the specific item in the ProVe gadget UI.

v1.0.3

15 Jul 14:48
Compare
Choose a tag to compare

Some updates

  1. Including 'property_id' in a result set
  2. Moving .db location to smb storage (for more volume)
  3. Preventing pdf file download during chrome driver HTML fetching