Skip to content

LYQ1-ai/ARGVL

Repository files navigation

README

本仓库为"Bad Actor, Good Advisor: Exploring the Role of Large Language Models in Fake News Detection"的实现,代码来源于https://github.com/ICTMCG/ARG

  • Dataset

  • Code

  • Run

    • ARG Qwen Gossipcop

      python main.py --gpu 0 --seed 3759 --lr 5e-5 --model_name ARG --language en --root_path /home/lyq/DataSet/FakeNews/gossipcop --bert_path /home/lyq/Model/bert-base-uncased --data_name en-arg --data_type rationale --rationale_usefulness_evaluator_weight 1.5 --llm_judgment_predictor_weight 1.0 --save_log_dir /logs/json/arg_qwen_gossipcop --dataset arg_qwen_gossipcop --batchsize 64 --max_len 170
      • 需要替换的参数
        • bert_path: Bert所在文件夹
        • root_path:指定数据集根目录
    • ARG VL Qwen Gossipcop

      python main.py --gpu 0 --seed 3759 --lr 5e-5 --model_name ARG_VL --language en --root_path /home/lyq/DataSet/FakeNews/gossipcop --bert_path /home/lyq/Model/bert-base-uncased --data_name en-arg --data_type rationale --rationale_usefulness_evaluator_weight 1.5 --llm_judgment_predictor_weight 1.0 --save_log_dir /logs/json/arg_vl_qwen_gossipcop --dataset arg_qwen_gossipcop --image_encoder_path /home/lyq/Model/swinv2-tiny-patch4-window16-256 --batchsize 64 --max_len 170
      • 需要替换的参数
        • bert_path: Bert所在文件夹
        • root_path:指定数据集根目录
        • image_encoder_path: 指定图像预处理模型(如swinv2-tiny)路径

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors