Skip to content

Li-Bo-github/ClaimTrust-A-Propagation-Based-Trust-Scoring-Framework-for-Retrieval-Augmented-Generation-Systems

 
 

Repository files navigation

ClaimTrust-A-Propagation-Based-Trust-Scoring-Framework-for-Retrieval-Augmented-Generation-Systems

dataset: partition from https://www.kaggle.com/datasets/emineyetm/fake-news-detection-datasets/data

Requirements

  • Python 3.10 Environment
  • Ollama server

TO RUN EVALUATION

LLM Evaluation (Recommended)

python3 -m rag.main --evaluate --llm_evaluate

Basic evaluation:

python3 -m rag.main --evaluate

Vanilla mode to test a single query:

python3 -m rag.main --query "What did MIT say about Trump's climate research understanding?" --mode vanilla

score mode to test a single query:

python3 -m rag.main --query "What did MIT say about Trump's climate research understanding?" --mode score

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.8%
  • Jupyter Notebook 46.2%