Skip to content

SureBoT Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@adrielkuek adrielkuek released this 30 Apr 04:11
· 5 commits to main since this release

Novel release of SureBoT v1.0.

  • Bot web scrap reference from Google News API, utilising Newspaper3K and requests.html to retrieve article bodies.
  • Summarisation done by PEGASUS abstraction summary. Models can be found on huggingface.co
  • Semantic Similarity done by Sentence-BERT with DistillRoberta base
  • Claim verification done by BERT-pair encoders and GEAR (Graph Attention Network)
  • Binary classification -> SUPPORTS or REFUTES
  • Implementation able to use both CPU or CUDA acceleration