Releases: King-s-Knowledge-Graph-Lab/ProVe
Releases · King-s-Knowledge-Graph-Lab/ProVe
Major update, code optimization work and bug fixes.
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
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.