feat: add Fake News Epidemic example model#236
feat: add Fake News Epidemic example model#236adarshkumar23 wants to merge 1 commit intomesa:mainfrom
Conversation
A research-grade simulation of misinformation spread in social networks using LLM-powered agents with 4 agent types: - RegularCitizen: Evaluates, believes/rejects, shares news with trust-based reasoning - Propagandist: Creates convincing fake news to advance hidden agendas - FactChecker: Analyzes and flags misinformation, warns other agents - NewsCreator: Legitimate journalist creating factual news Key features: - Evolving trust network between agents - Critical thinking levels affecting belief thresholds - Data collection: fake vs real news spread rates, belief rates, fact-checker accuracy - Spread chain tracking for information cascade analysis
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
A research-grade simulation of misinformation spread in social networks using LLM-powered agents with 4 agent types:
Key features: