erikbranmarino commited on
Commit
26392de
·
verified ·
1 Parent(s): 31c1c31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -43,7 +43,7 @@ A LoRA fine-tuned Mistral-7B model for detecting Population Replacement Conspira
43
 
44
  Population Replacement Conspiracy Theories are false narratives claiming deliberate orchestration of demographic substitution through immigration. Main variants include:
45
 
46
- - **The Great Replacement Theory** (Renaud Camus)
47
  - **White Genocide**
48
  - **Kalergi Plan**
49
  - **Eurabia**
@@ -186,11 +186,11 @@ predictions = []for i in range(0, len(texts), batch_size):
186
 
187
  We advocate for freedom of speech and constitutional rights. This tool should support informed moderation, not suppress legitimate discourse.
188
 
189
- ## Citation
190
  ```bibtex@inproceedings{marino2025prct,
191
  title={Population Replacement Conspiracy Theories Detection on Telegram and News Headlines:
192
  benchmarking LLMs and BERT models in Portuguese and Italian},
193
- author={Marino, Erik Bran and Vieira, Renata and Ribeiro, Ana Sofia},
194
  booktitle={Proceedings of PROPOR 2026},
195
  year={2026}
196
  }
 
43
 
44
  Population Replacement Conspiracy Theories are false narratives claiming deliberate orchestration of demographic substitution through immigration. Main variants include:
45
 
46
+ - **The Great Replacement Theory**
47
  - **White Genocide**
48
  - **Kalergi Plan**
49
  - **Eurabia**
 
186
 
187
  We advocate for freedom of speech and constitutional rights. This tool should support informed moderation, not suppress legitimate discourse.
188
 
189
+ ## Citation (to appear)
190
  ```bibtex@inproceedings{marino2025prct,
191
  title={Population Replacement Conspiracy Theories Detection on Telegram and News Headlines:
192
  benchmarking LLMs and BERT models in Portuguese and Italian},
193
+ author={Marino, Erik Bran and Vieira, Renata},
194
  booktitle={Proceedings of PROPOR 2026},
195
  year={2026}
196
  }