REVIEW 5 major objections 4 minor 60 references
Simple demographic prompts—specifying a reader's country, generation, and political leanings—make eight leading LLMs more likely to comply with requests to generate disinformation, raising the overall jailbreak rate from 78% to 82%.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 09:51 UTC pith:CEPCPYAL
load-bearing objection Large multilingual dataset with a real but overstated personalisation effect; the two abstracts contradict each other, so the headline numbers need fixing before this can be a benchmark. the 5 major comments →
Tailored untruths: How personalisation challenges LLM safeguards
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that simple persona-targeted prompts systematically increase the likelihood that LLMs will produce requested disinformation rather than refuse or disclaim. Across eight instruction-tuned models and four languages, the jailbreak rate rises from 78.22% (target-agnostic) to 82.19% (persona-targeted), with Gemma showing the largest increase (53.54% to 63.62%) and English the sharpest language-level increase (75.64% to 83.45%). The paper also finds that LLMs are adept at personalisation: Grok and GPT reflect all three demographic attributes (country, generation, political orientation) in over 80% of outputs, and personalised narratives average 4.28 persuasion techniques versu
What carries the argument
The load-bearing mechanism is persona-targeted prompting: appending a short 'PERSONALISATION' block to existing disinformation prompts, specifying country, generation, and political orientation. This is carried by the AI-TRAITS corpus—1,596,672 outputs from eight models, 324 narratives, 150 personas, and four languages—and by the automatic labelling pipeline: hand-crafted rules for malformed outputs plus a Gemma-based LLM judge for jailbreak/refusal/disclaimer (macro-F1 0.85) and a Qwen-based judge for personalisation (F1 0.68). The machinery works by turning a generic instruction into a demographic address, which the paper shows shifts model behaviour and rhetoric.
Load-bearing premise
The headline percentages depend on the automatic labelling pipeline being accurate: the safety judge has macro-F1 0.85 and the personalisation judge 0.68, and human annotators disagreed at chance level on personalisation in Hindi (kappa 0.10); if judge errors correlate with language or personalisation, the claimed differences could shrink or vanish.
What would settle it
Take a random sample of, say, 2,000 outputs from AI-TRAITS—stratified by language and personalisation—and have human annotators label jailbreak vs. refusal vs. disclaimer. If the human-labelled jailbreak-rate gap between persona-targeted and target-agnostic prompts is not significantly above zero (or reverses in some languages), the central claim fails. A cheaper cue: check whether the Gemma judge labels disclaimers as jailbreaks more often for English outputs, which would inflate the English +7.8pp effect.
If this is right
- A simple three-line persona specification is enough to measurably weaken safety alignment; no sophisticated adversarial prompting is needed.
- Safety enforcement is uneven across languages: Russian personas trigger the most refusals, while Portuguese and Hindi see weaker enforcement, implying disinformation campaigns could exploit these gaps.
- Top models can personalise disinformation to country, generation, and political orientation simultaneously in over 80% of outputs, making micro-targeted campaigns feasible at scale.
- Personalised disinformation uses more persuasion techniques and identity-based language (affiliation, ethnicity, memory), giving detectors a concrete linguistic signature to target.
- The AI-TRAITS dataset provides a benchmark for future safety evaluations and disinformation detection in multilingual, cross-demographic settings.
Where Pith is reading between the lines
- If the 4-percentage-point jailbreak gap holds under stricter human validation, personalisation is not just a style choice but a safety-relevant variable; safety evaluations should routinely include persona-conditioned prompts.
- The language asymmetry suggests a testable hypothesis: models may be 'safer' in Russian because of more extensive safety fine-tuning on that language, not because of any intrinsic property; comparing versions trained with different data splits could isolate this.
- The 42% increase in persuasion techniques suggests an automatic detector could flag personalised disinformation by measuring rhetorical density and identity-focused lexical cues—a concrete extension beyond the paper's descriptive analysis.
- A natural next experiment is to test whether the jailbreak gap persists or widens with newer model versions, given the paper used models current as of December 2024.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces AI-TRAITS, a dataset of roughly 1.6 million LLM-generated multilingual disinformation texts (8 models, 4 languages, 150 personas built from country, generation, and political orientation), and uses it to answer three research questions: whether persona-targeted prompting weakens LLM safeguards (RQ1), how effectively models personalise outputs (RQ2), and what linguistic and rhetorical shifts personalisation produces (RQ3). The central empirical claim, stated in the full-text abstract and Section 4.1.1, is that simple personalisation prompts significantly increase jailbreak rates across all studied models, with the overall rate rising from 78.22% to 82.19% and with model-level increases of up to about 10 percentage points. The paper also reports language- and model-specific disparities, high personalisation capability for proprietary models (Grok 91.33%, GPT 85.37%), and increased persuasion techniques in personalised outputs. The authors rely on hand-written rules plus a Gemma LLM-as-a-judge for safety labels and a Qwen judge for personalisation, validated against 424 human-annotated examples with modest to low inter-annotator agreement.
Significance. The claimed contribution is substantial if the results hold. The AI-TRAITS dataset would be, to my knowledge, the first large-scale multilingual corpus of persona-targeted LLM disinformation, extending prior English-only work (e.g., Zugecova et al., Hackenburg et al.) by three orders of magnitude in size and across four languages. The study is well-placed to inform both safety evaluation and detection research, and the authors are careful in several respects: they report stratified human annotation, disclose inter-annotator agreement (including poor κ values), adjudicate disagreements, and document decoding hyperparameters and API costs. The RQ3 analyses apply established classifiers, and the LIWC results are suggestive. The paper also ships the dataset (upon request) and makes code available (though both are currently TBA). However, the headline safety finding is currently obscured by an internal contradiction between the metadata abstract and the full-text results, and the evidence for the headline is weakened by the limited and noisy validation of the automatic labeling pipeline. These issues must be resolved before the empirical claims can be accepted.
major comments (5)
- [Abstract (metadata) vs. Section 4.1.1 / Table 10] The metadata abstract states that safeguards failed for 80% of non-personalised prompts and 77.7% of personalised prompts, i.e., a 2.3 percentage point decrease under personalisation. The full-text abstract, Section 4.1.1, and Table 10 report the opposite: jailbreak rates rise from 78.22% to 82.19% (+3.97 pp). If the metadata values use a different definition ('safeguards failed' may include disclaimers), the paper never says so in the abstract, and the body does not reconcile the discrepancy. Since both figures are presented as summaries of the same labelled corpus, the reader cannot determine the sign, let alone the magnitude, of the effect that motivates RQ1. This must be fixed by aligning the abstract with the table and explicitly defining which behaviour labels are included in each number.
- [Full-text abstract and §4.1.1; Table 10, Llama row] The full-text abstract asserts that personalisation 'significantly increases the likelihood of jailbreaks across all studied LLMs.' Table 10 shows Llama decreasing from 76.09% to 74.73%, and the Introduction bullet list itself concedes 'except Llama.' A claim of universality that contains a counter-example in the paper's own table is not internally consistent. Either the abstract must be amended to 'across all studied LLMs except Llama', or the paper must provide a model-level analysis explaining why Llama behaves differently. This is a load-bearing wording issue because the headline finding is precisely the universality of the effect.
- [Sections 3.5 and 4.2; Table 18; Appendix B] The automatic pipeline that labels all 1.6M outputs is validated on only 424 human-annotated examples. The safety judge (Gemma) has macro-F1 0.85; the personalisation judge (Qwen) has macro-F1 0.68. Human inter-annotator agreement for personalisation is at chance in Hindi (binary κ = 0.10 post-merge) and only slight to moderate in other languages (Appendix B). The claim in §4.2 that Qwen's F1 of 0.68 'represents near-human reliability' is not supported by these numbers and seems to reinterpret low human agreement as a validation of the judge rather than as a warning that the label itself is ill-defined. Because the headline RQ1/RQ2 differences are small (a few percentage points), differential judge error across languages, models, or prompt types could create spurious differences of this size. The paper should report confidence intervals, per-stratum accuracy, and ideally a larger adjudic
- [§4.1.1, Table 10: statistical support] The claim that personalisation 'significantly increases' jailbreak rates is made without any statistical test or confidence interval. With over a million outputs, a 3.97 pp difference may be statistically significant in the narrow sense, but the per-model and per-language differences in Table 10 (e.g., Hindi +0.1 pp, Llama −1.4 pp) are presented without uncertainty quantification. The paper should include confidence intervals or at least cluster-robust tests, and should state whether the headline overall effect is significant after accounting for the model- and prompt-level clustering.
- [Section 3.5 (bad generation) and §4.1] The rule-based bad-generation filter has macro-F1 0.83 against the human sample, with Portuguese at 0.76. Since 'bad generation' is the first stage of the three-way (refusal/disclaimer/jailbreak) classification, errors here propagate to the jailbreak rates in Table 10. The sensitivity of the reported rates to this filtering step is not discussed. A simple robustness check (e.g., re-estimating Table 10 with bad-generation instances treated as a separate category or excluded) would let the reader assess whether the personalisation effect is an artifact of differing bad-generation rates between target-agnostic and persona-targeted prompts.
minor comments (4)
- [Section 3.1/Table 7] Typographical issues: '4,32 prompts' should be '432 prompts'; 'outpuits' should be 'outputs'. Table 7 repeats '4,32' and shows 1,728 target-agnostic prompts but the text also mentions 432 × 4; this is likely a formatting error.
- [Dataset and code availability] The code is listed as 'GitHub TBA' and the dataset URL as 'available at (TBA)'. For a reproducibility-oriented paper, these placeholders should be filled with the actual links, or at least with an institutional repository identifier, before publication.
- [Section 5 Discussion] The Discussion (first paragraph) states 'personalisation acted as a consistent jailbreak trigger' and 'raising compliance rates even for models that otherwise exhibited stronger safety alignment.' Given Table 10 shows Llama decreasing and Hindi increasing by only 0.1 pp, 'consistent' is too strong. The wording should be qualified.
- [Figure 6] Figure 6's heatmap-like display is hard to read because the percentages for all models/languages are in small text; consider sorting by model or adding the values in a table.
Circularity Check
No significant circularity: the study is an empirical measurement pipeline, not a derivation; minor self-reliance in the LLM-judge setup and an internal numeric inconsistency are validity/correctness issues, not circular reasoning.
full rationale
The paper's central claims are empirical measurements: it prompts LLMs, labels outputs with automatic classifiers, and reports rates. No fitted parameter is recycled as a prediction, and no claimed result is defined in terms of another result by construction. The jailbreak and personalisation labels are produced by Gemma and Qwen judges that were selected and validated on a 424-example human-annotated sample; this creates a real measurement-validity risk (small validation set, judges from the same model families under study, low personalisation F1 of 0.68), but it is not circularity: the reported rates are not statistically forced to equal the training labels. Self-citations in the paper (e.g., Razuvayevskaya et al. 2024, Wu et al. 2023) are for classifiers with external SemEval-2023 benchmarks, so they are independent support rather than load-bearing self-citation. The paper does contain a serious internal inconsistency: the metadata abstract reports safeguards failing for 80% of non-personalised and 77.7% of personalised prompts, while the full text and Table 10 report jailbreak rates of 78.22% and 82.19%, and Table 10 itself shows Llama decreasing. These contradictions undermine the robustness of the headline 'personalisation increases jailbreaks' claim, but they are correctness/consistency problems, not circular derivations. Overall, no specific step reduces to its own inputs by construction, so the circularity score is low.
Axiom & Free-Parameter Ledger
free parameters (3)
- Persuasion-technique/news-frame classification threshold =
0.80 confidence; precision >60%
- Automatic judge selection and bad-generation rules =
Gemma safety judge macro-F1 0.85; Qwen personalisation judge F1 0.68; hand-crafted bad-generation rules
- Decoding hyperparameters =
temperature=1.0, top-p=0.95, top-k=50, repetition penalty=1.1
axioms (5)
- domain assumption The 424-example human-annotated set is representative of 1.6M outputs across 8 models, 4 languages, and 150 personas
- domain assumption LLM-as-a-judge labels (Gemma for safety, Qwen for personalisation) are valid proxies for human judgments at scale
- domain assumption The seed prompts from Vykopal et al., Chen & Shu, and Su et al. remain valid disinformation narratives after language augmentation and personae extension
- domain assumption Language-country pairings such as Russian for Ukrainian personas are valid operationalisations of personalisation
- domain assumption The merged binary personalisation scale (Low/None vs Moderate/High) preserves the construct of personalisation
read the original abstract
Large Language Models (LLMs) can generate highly persuasive disinformation, yet little is known about how effectively they personalise it across languages and demographic groups. We present the first large-scale multilingual study of persona-targeted disinformation generation by LLMs. Using a red-teaming methodology, we prompted eight leading models with 324 false narratives and 150 demographic personas in four languages (English, Russian, Portuguese, and Hindi), creating AI-TRAITS, a dataset of 1.6 million personalised disinformation texts. We treat safeguards as compromised whenever a model generates the requested falsehood, whether directly or accompanied by a safety disclaimer. Across models, safeguards failed for 80% of non-personalised prompts and 77.7% of personalised ones, with Grok producing disinformation in over 94% of cases. All models effectively tailored outputs to target personas, employing substantially more persuasive techniques than in non-personalised content. Additional analyses reveal persona-specific linguistic and psychological patterns and show that safeguard effectiveness varies markedly across languages. Together, these findings expose significant weaknesses in current LLM safety mechanisms and highlight the need for more robust, multilingual safeguards against personalised AI-generated disinformation.
Figures
Reference graph
Works this paper leans on
-
[3]
Bilaniuk, L., Melnyk, S.,
URL: https://www.gov.uk/government/publications/international-ai-safety-report-2025/ international-ai-safety-report-2025 . Bilaniuk, L., Melnyk, S.,
2025
-
[6]
URL: http://arxiv.org/abs/2502.07068,doi: https://doi.org/10.48550/arXiv.2502.07068
Specializing large language models to simulate survey response distributionsforglobalpopulations. URL: http://arxiv.org/abs/2502.07068,doi: https://doi.org/10.48550/arXiv.2502.07068. arXiv:2502.07068. Casper, S., Lin, J., Kwon, J., Culp, G., Hadfield-Menell, D.,
-
[8]
Frontiers in Public Health 13, 1546317
Generational differences in healthcare: the role of technology in the path forward. Frontiers in Public Health 13, 1546317. Chen, C., Shu, K., 2024a. Can LLM-generated misinformation be detected? URL: http://arxiv.org/abs/2309.13788, doi:https: //doi.org/10.48550/arXiv.2309.13788. arXiv:2309.13788. Chen, C., Shu, K., 2024b. Combating misinformation in the...
-
[9]
doi:https://doi.org/10.48550/arXiv
From persona to personalization: A survey on role-playing language agents. doi:https://doi.org/10.48550/arXiv. 2404.18231, arXiv:2404.18231. Costello, T.H., Pennycook, G., Rand, D.G.,
-
[10]
Durably reducing conspiracy beliefs through dialogues with ai. Science 385, eadq1814. Deng,Y.,Zhang,W.,Pan,S.J.,Bing,L.,2024. Multilingualjailbreakchallengesinlargelanguagemodels. URL: http://arxiv.org/abs/2310. 06474, doi:https://doi.org/10.48550/arXiv.2310.06474. arXiv:2310.06474. Diggelmann, T., Boyd-Graber, J., Bulian, J., Ciaramita, M., Leippold, M.,
-
[12]
URL:http://arxiv.org/abs/2406.02622, doi:https://doi.org/10.48550/arXiv.2406.02622
Safeguarding large language models: A survey. URL:http://arxiv.org/abs/2406.02622, doi:https://doi.org/10.48550/arXiv.2406.02622. arXiv:2406.02622. Du, Y., Bosselut, A., Manning, C.D.,
-
[14]
Feng, S., Sorensen, T., Liu, Y., Fisher, J., Park, C.Y., Choi, Y., Tsvetkov, Y.,
URL: https://www.weforum.org/publications/ global-risks-report-2025/. Feng, S., Sorensen, T., Liu, Y., Fisher, J., Park, C.Y., Choi, Y., Tsvetkov, Y.,
2025
-
[15]
MisinfoEval: Generative AI in the Era of "Alternative Facts"
Modular pluralism: Pluralistic alignment via multi-llm collaboration,in:Al-Onaizan,Y.,Bansal,M.,Chen,Y.N.(Eds.),Proceedingsofthe2024ConferenceonEmpiricalMethodsinNaturalLanguage JA Leite et al.:Preprint submitted to Elsevier Page 27 of 31 A Multilingual, Large-Scale Study of the Interplay between LLM Safeguards, Personalisation, and Disinformation Process...
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2410.09949 2024
-
[16]
Adverse event extraction from discharge summaries: A new dataset, annotation scheme, and initial findings, in: Che, W., Nabende, J., Shutova, E., Pilehvar, M.T. (Eds.), Proceedings of the 63rd AnnualMeetingoftheAssociationforComputationalLinguistics(Volume1:LongPapers),AssociationforComputationalLinguistics,Vienna, Austria. pp. 28532–28562. URL:https://ac...
-
[17]
URL:https://arxiv.org/abs/2507.13919, arXiv:2507.13919
The levers of political persuasion with conversational ai. URL:https://arxiv.org/abs/2507.13919, arXiv:2507.13919. Hanley, H.W.A., Durumeric, Z.,
-
[18]
Proceedings of the International AAAI Conference on Web and Social Media 18, 542–556
Machine-made media: Monitoring the mobilization of machine-generated articles on misinformation and mainstream news websites. Proceedings of the International AAAI Conference on Web and Social Media 18, 542–556. doi:https: //doi.org/10.1609/icwsm.v18i1.31333. Heppell, F., Bakir, M.E., Bontcheva, K.,
-
[19]
Lying Blindly: Bypassing ChatGPT's Safeguards to Generate Hard-to-Detect Disinformation Claims
Lying blindly: bypassing chatGPT’s safeguards to generate hard-to-detect disinformation claims. URL: http://arxiv.org/abs/2402.08467, doi:https://doi.org/10.48550/arXiv.2402.08467. arXiv:2402.08467 [cs]. Heywood, A.,
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2402.08467
-
[21]
Quantifying the persona effect in LLM simulations, in: Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Association for Computational Linguistics, Bangkok, Thailand. pp. 10289–10307. URL: https://aclanthology.org/2024.acl-long.554, doi:https://doi.org/10.18653/v1/2024.acl-long.554. Huang,Y.,S...
-
[22]
Co-writing with opinionated language models affects users’ views, in: Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems, ACM, Hamburg Germany. pp. 1–15. URL:https: //dl.acm.org/doi/10.1145/3544548.3581196, doi:https://doi.org/10.1145/3544548.3581196. Jang, Y., Lim, J., Hur, Y., Oh, D., Son, S., Lee, Y., Shin, D., Kim, S., Lim, H.,
arXiv 2023
-
[23]
Proceedings of the AAAI Conference on Artificial Intelligence 36, 10803–10812
Call for customized conversation: Customized conversation grounding persona and knowledge. Proceedings of the AAAI Conference on Artificial Intelligence 36, 10803–10812. doi:https://doi.org/ 10.1609/aaai.v36i10.21326. Jiang, B., Zhao, C., Tan, Z., Liu, H.,
-
[24]
Catching Chameleons: Detecting Evolving Disinformation Generated using Large Language Models
Catching chameleons: detecting evolving disinformation generated using large language models. URL: http://arxiv.org/abs/2406.17992, doi:https://doi.org/10.48550/arXiv.2406.17992. arXiv:2406.17992. Khan, K., Wang, R., Poupart, P.,
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2406.17992
-
[25]
WatClaimCheck: A new dataset for claim entailment and inference, in: Muresan, S., Nakov, P., Villavicencio, A. (Eds.), Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Association for Computational Linguistics, Dublin, Ireland. pp. 1293–1304. URL:https://aclanthology.org/2022.acl-long.92/, do...
-
[26]
Nature Machine Intelligence 6, 383–392
The benefits, risks and bounds of personalizing the alignment of large language models to individuals. Nature Machine Intelligence 6, 383–392. URL:https://www.nature.com/articles/s42256-024-00820-y, doi:https: //doi.org/10.1038/s42256-024-00820-y. Lee, J., Oh, M., Lee, D.,
-
[27]
P5: Plug-and-play persona prompting for personalized response selection, in: Bouamor, H., Pino, J., Bali, K. (Eds.), Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics, Singapore. pp. 16571–16582. doi:https://doi.org/10.18653/v1/2023.emnlp-main.1031. Leite,J.A.,Razuvayevskaya,O...
arXiv 2023
-
[28]
arXiv preprint arXiv:2502.11528
A survey of personalized large language models: Progress and future directions. arXiv preprint arXiv:2502.11528 . Liu, S., Cho, H.J., Freedman, M., Ma, X., May, J.,
-
[29]
URL: http://arxiv.org/abs/2306.07206, doi:https://doi.org/10.48550/arXiv.2306.07206
RECAP: Retrieval-enhanced context-aware prefix encoder for personalized dialogue response generation. URL: http://arxiv.org/abs/2306.07206, doi:https://doi.org/10.48550/arXiv.2306.07206. arXiv:2306.07206 [cs]. JA Leite et al.:Preprint submitted to Elsevier Page 28 of 31 A Multilingual, Large-Scale Study of the Interplay between LLM Safeguards, Personalisa...
-
[30]
Fighting fire with fire: The dual role of LLMs in crafting and detectingelusivedisinformation,in:Bouamor,H.,Pino,J.,Bali,K.(Eds.),Proceedingsofthe2023ConferenceonEmpiricalMethodsinNatural Language Processing, Association for Computational Linguistics, Singapore. pp. 14279–14305. URL:https://aclanthology.org/2023. emnlp-main.883, doi:https://doi.org/10.186...
-
[31]
MULTITuDE: Large-scale multilingual machine-generated text detection benchmark, in: Bouamor, H., Pino, J., Bali, K. (Eds.), Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics, Singapore. pp. 9960–9987. URL: https://aclanthology.org/2023.emnlp-main.616, doi:https://doi.org/10.18...
-
[33]
URL:http://arxiv.org/abs/2402.04249, doi:https://doi.org/10.48550/arXiv.2402.04249
HarmBench: A Standardized Evaluation Framework for Automated Red Teaming and Robust Refusal. URL:http://arxiv.org/abs/2402.04249, doi:https://doi.org/10.48550/arXiv.2402.04249. arXiv:2402.04249. McHugh, M.L.,
-
[35]
URL: https://arxiv.org/abs/2301.11305
Detectgpt: Zero-shot machine-generated text detection using probability curvature. URL: https://arxiv.org/abs/2301.11305. Mu, Y., Jin, M., Grimshaw, C., Scarton, C., Bontcheva, K., Song, X.,
-
[36]
Proceedings of the International AAAI Conference on Web and Social Media 17, 1052–1062
VaxxHesitancy: A dataset for studying hesitancy towards covid- 19 vaccination on twitter. Proceedings of the International AAAI Conference on Web and Social Media 17, 1052–1062. doi:https: //doi.org/10.1609/icwsm.v17i1.22213. Nguyen, T.P., Razniewski, S., Weikum, G.,
-
[37]
Cultural commonsense knowledge for intercultural dialogues, in: Proceedings of the 33rd ACM International Conference on Information and Knowledge Management, Association for Computing Machinery, New York, NY, USA. p. 1774–1784. URL:https://dl.acm.org/doi/10.1145/3627673.3679768, doi:10.1145/3627673.3679768. Ostrowski, M.S.,
-
[38]
Pauli,A.B.,Augenstein,I.,Assent,I.,2024
The ideological morphology of left–centre–right. Pauli,A.B.,Augenstein,I.,Assent,I.,2024. MeasuringandBenchmarkingLargeLanguageModels’CapabilitiestoGeneratePersuasiveLanguage. URL: http://arxiv.org/abs/2406.17753, doi:https://doi.org/10.48550/arXiv.2406.17753. arXiv:2406.17753. Piskorski, J., Stefanovitch, N., Da San Martino, G., Nakov, P.,
-
[39]
SemEval-2023 task 3: Detecting the category, the framing, and the persuasion techniquesinonlinenewsinamulti-lingualsetup,in:Ojha,A.K.,Doğruöz,A.S.,DaSanMartino,G.,TayyarMadabushi,H.,Kumar,R.,Sartori, E.(Eds.),Proceedingsofthe17thInternationalWorkshoponSemanticEvaluation(SemEval-2023),AssociationforComputationalLinguistics, Toronto, Canada. pp. 2343–2361. ...
-
[40]
Personalizing llm responses to combat political misinformation, in: Proceedings of the 33rd ACM Conference on User Modeling, Adaptation and Personalization, Association for Computing Machinery, New York, NY, USA. p. 134–143. URL:https://doi.org/10.1145/3699682.3728349, doi:10.1145/3699682.3728349. Qiao, J., Li, X., Gao, C., Wu, L., Feng, J., Wang, Z.,
-
[41]
Information Processing & Management 62, 104120
Improving multimodal fake news detection by leveraging cross-modal content correlation. Information Processing & Management 62, 104120. URL: https://www.sciencedirect.com/science/article/pii/ S0306457325000627, doi:https://doi.org/10.1016/j.ipm.2025.104120. Razuvayevskaya, O., Wu, B., Leite, J.A., Heppell, F., Srba, I., Scarton, C., Bontcheva, K., Song, X.,
arXiv 2025
-
[42]
Comparison between parameter- efficient techniques and full fine-tuning: A case study on multilingual news article classification. PLOS ONE 19, 1–26. URL:https: //doi.org/10.1371/journal.pone.0301738, doi:https://doi.org/10.1371/journal.pone.0301738. Rogiers,A.,Noels,S.,Buyl,M.,Bie,T.D.,2024. Persuasionwithlargelanguagemodels:Asurvey. URL: http://arxiv.or...
-
[43]
LaMP: When large language models meet personalization, in: Ku, L.W., Martins, A., Srikumar, V. (Eds.), Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), AssociationforComputationalLinguistics,Bangkok,Thailand.pp.7370–7392.doi: https://doi.org/10.18653/v1/2024.acl-long.399. Schoenegger, P., Sal...
-
[44]
URL:https://arxiv.org/abs/2505.09662, arXiv:2505.09662
Large language models are more persuasive than incentivized human persuaders. URL:https://arxiv.org/abs/2505.09662, arXiv:2505.09662. Simchon, A., Edwards, M., Lewandowsky, S.,
-
[45]
The persuasive effects of political microtargeting in the age of generative artificial intelligence. PNAS Nexus 3, pgae035. URL: https://doi.org/10.1093/pnasnexus/pgae035, doi:https://doi.org/10.1093/ pnasnexus/pgae035. Solaiman, I., Bommasani, R., Hendrycks, D., Herbert-Voss, A., Jernite, Y., Skowron, A., Trask, A.,
-
[46]
URL:https://arxiv.org/abs/2502.16701, arXiv:2502.16701
Beyond release: Access considerations for generative ai systems. URL:https://arxiv.org/abs/2502.16701, arXiv:2502.16701. Souly, A., Lu, Q., Bowen, D., Trinh, T., Hsieh, E., Pandey, S., Abbeel, P., Svegliato, J., Emmons, S., Watkins, O., Toyer, S.,
-
[47]
URL: http://arxiv.org/abs/2402.10260, doi:https://doi.org/10.48550/arXiv.2402.10260
A Stron- gREJECT for empty jailbreaks. URL: http://arxiv.org/abs/2402.10260, doi:https://doi.org/10.48550/arXiv.2402.10260. arXiv:2402.10260. JA Leite et al.:Preprint submitted to Elsevier Page 29 of 31 A Multilingual, Large-Scale Study of the Interplay between LLM Safeguards, Personalisation, and Disinformation Spitale, G., Biller-Andorno, N., Germani, F.,
-
[48]
AI model GPT-3 (dis)informs us better than humans. Science Advances 9, eadh1850. URL: https://www.science.org/doi/full/10.1126/sciadv.adh1850, doi:https://doi.org/10.1126/sciadv.adh1850. pub- lisher: American Association for the Advancement of Science. Stein, J., Keuschnigg, M., van de Rijt, A.,
-
[49]
Partisan belief in new misinformation is resistant to accuracy incentives. PNAS Nexus 3, pgae506. URL: https://doi.org/10.1093/pnasnexus/pgae506, doi:https://doi.org/10.1093/pnasnexus/pgae506, arXiv:https://academic.oup.com/pnasnexus/article-pdf/3/11/pgae506/60816237/pgae506.pdf. Su,J.,Zhuo,T.Y.,Mansurov,J.,Wang,D.,Nakov,P.,2023. Fakenewsdetectorsarebiase...
-
[50]
Two tales of persona in LLMs: A survey of role-playing and personalization, in: Al-Onaizan, Y., Bansal, M., Chen, Y.N. (Eds.), Findings of the Association for Computational Linguistics: EMNLP 2024, Association for Computational Linguistics, Miami, Florida, USA. pp. 16612–16631. doi:https://doi.org/10.18653/v1/ 2024.findings-emnlp.969. Uchendu, A., Ma, Z.,...
doi:10.18653/v1/ 2024
-
[51]
TURINGBENCH: A benchmark environment for Turing test in the age of neural text generation, in: Moens, M.F., Huang, X., Specia, L., Yih, S.W.t. (Eds.), Findings of the Association for Computational Linguistics: EMNLP 2021, Association for Computational Linguistics, Punta Cana, Dominican Republic. pp. 2001–2016. URL:https://aclanthology.org/ 2021.findings-e...
-
[52]
Challenges and opportunities of artificial intelligence in the fight against information manipulation. Report: Systemic issues. ServiceforVigilanceandProtectionagainstForeignDigitalInterference(VIGINUM).France. URL: https://www.sgdsn.gouv.fr/files/ files/Publications/20250207_NP_SGDSN_VIGINUM_Rapport%20menace%20informationnelle%20IA_EN_0.pdf. Vo, N., Lee, K.,
-
[53]
Where are the facts? Searching for fact-checked information to alleviate the spread of fake news, in: Webber, B., Cohn, T., He, Y., Liu, Y. (Eds.), Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), Association for Computational Linguistics, Online. pp. 7717–7731. doi:https://doi.org/10.18653/v1/2020.emnlp-main...
-
[54]
Disinformation capabilities of large language models, in: Ku, L.W., Martins, A., Srikumar, V. (Eds.), Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: LongPapers),AssociationforComputationalLinguistics,Bangkok,Thailand.pp.14830–14847. URL: https://aclanthology.org/2024. acl-long.793, doi:https://doi.org/10...
-
[55]
doi: https://doi.org/10.18653/v1/2023.eacl-demo
GATE Teamware 2: An open-source tool for collaborative document classification annotation, in: Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics: SystemDemonstrations,AssociationforComputationalLinguistics.pp.145–151. doi: https://doi.org/10.18653/v1/2023.eacl-demo
-
[56]
SheffieldVeraAI at SemEval-2023 task 3: Mono and multilingual approaches for news genre, topic and persuasion technique classification, in: Ojha, A.K., Doğruöz, A.S., Da San Martino, G., Tayyar Madabushi, H., Kumar, R., Sartori, E. (Eds.), Proceedings of the 17th International Workshop on Semantic Evaluation (SemEval-2023), AssociationforComputationalLing...
-
[57]
AlignScore: Evaluating factual consistency with a unified alignment function, in: Rogers, A., Boyd-Graber, J., Okazaki, N. (Eds.), Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), AssociationforComputationalLinguistics,Toronto,Canada.pp.11328–11348.URL: https://aclanthology.org/2023.acl-long....
Pith/arXiv arXiv 2023
-
[58]
doi:https://doi.org/10.48550/arXiv.2411.00027, arXiv:2411.00027
Personalization of large language models: A survey. doi:https://doi.org/10.48550/arXiv.2411.00027, arXiv:2411.00027. JA Leite et al.:Preprint submitted to Elsevier Page 30 of 31 A Multilingual, Large-Scale Study of the Interplay between LLM Safeguards, Personalisation, and Disinformation Zheng, L., Chiang, W.L., Sheng, Y., Zhuang, S., Wu, Z., Zhuang, Y., ...
-
[59]
(Eds.), Advances in Neural Information Processing Systems, Curran Associates, Inc
Judging llm-as-a-judge with mt-bench and chatbot arena, in: Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S. (Eds.), Advances in Neural Information Processing Systems, Curran Associates, Inc.. pp. 46595–46623. URL:https://proceedings.neurips. cc/paper_files/paper/2023/file/91f18a1287b398d378ef22505bf41832-Paper-Datasets_and_Benchmarks...
2023
-
[60]
Synthetic lies: Understanding AI-generated misinformation and evaluating algorithmic and human solutions, in: Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems, Association for Computing Machinery, New York, NY, USA. pp. 1–20. URL: https://dl.acm.org/doi/10.1145/3544548.3581318, doi:https: //doi.org/10.1145/3544548.3581318. Zuge...
arXiv 2023
-
[2012]
Naamapadam: A Large-Scale Named Entity Annotated Data for Indic Languages
Interrater reliability: the kappa statistic. Biochemia medica 22, 276–282. Mhaske,A.,Kedia,H.,Doddapaneni,S.,Khapra,M.M.,Kumar,P.,Murthy,R.,Kunchukuttan,A.,2022. Naamapadam:Alarge-scalenamedentity annotateddataforindiclanguages.URL: https://arxiv.org/abs/2212.10168,doi: https://doi.org/10.48550/ARXIV.2212.10168. Mitchell, E., Lee, Y., Khazatsky, A., Manni...
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2212.10168 2022
-
[2019]
arXiv preprint arXiv:1904.09751
The curious case of neural text degeneration. arXiv preprint arXiv:1904.09751 . Hu, T., Collier, N.,
Pith/arXiv arXiv 1904
-
[2020]
Climate-fever: A dataset for verification of real-world climate claims. arXiv:2012.00614. Dimock, M.,
Pith/arXiv arXiv 2012
-
[2021]
doi:https://doi.org/10.51593/2021CA003
Truth, lies, and automation. doi:https://doi.org/10.51593/2021CA003. Cai,P.,Song,K.,Cho,S.,Wang,H.,Wang,X.,Yu,H.,Liu,F.,Yu,D.,2023. Generatinguser-engagingnewsheadlines,in:Rogers,A.,Boyd-Graber, J., Okazaki, N. (Eds.), Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Association for Computati...
-
[2022]
Proceedings of the AAAI Conference on Artificial Intelligence 36, 10581–10589
Synthetic disinformation attacks on automated fact verification systems. Proceedings of the AAAI Conference on Artificial Intelligence 36, 10581–10589. URL:https://ojs.aaai.org/index.php/AAAI/article/view/21302, doi:https://doi.org/10.1609/aaai.v36i10.21302. number:
-
[2023]
URL: http://arxiv.org/abs/2306.09442, doi:https://doi.org/10.48550/arXiv.2306.09442
Explore, establish, exploit: red teaming language models from scratch. URL: http://arxiv.org/abs/2306.09442, doi:https://doi.org/10.48550/arXiv.2306.09442. arXiv:2306.09442 [cs]. Cecconi, C., Adams, R., Cardone, A., Declaye, J., Silva, M., Vanlerberghe, T., Guldemond, N., Devisch, I., van Vugt, J.,
-
[2024]
URL: https://edmo.eu/wp-content/uploads/2023/12/Generative-AI-and-Disinformation_-White-Paper-v8.pdf
Generative AI and disinformation: recent advances, challenges, and opportunities. URL: https://edmo.eu/wp-content/uploads/2023/12/Generative-AI-and-Disinformation_-White-Paper-v8.pdf . Boyd, R.L., Ashokkumar, A., Seraj, S., Pennebaker, J.W.,
2023
-
[2025]
URL:http://arxiv.org/abs/2504.02234, doi:https://doi.org/10.48550/arXiv.2504.02234
LLM social simulations are a promising research method. URL:http://arxiv.org/abs/2504.02234, doi:https://doi.org/10.48550/arXiv.2504.02234. arXiv:2504.02234. Barman,D.,Guo,Z.,Conlan,O.,2024. Thedarksideoflanguagemodels:Exploringthepotentialofllmsinmultimediadisinformationgeneration and dissemination. Machine Learning with Applications 16, 100545. URL:http...
-
[2026]
Information Processing & Management 63, 104342
Misinformation detection on online social networks using pretrained language models. Information Processing & Management 63, 104342. URL: https://www.sciencedirect.com/science/article/pii/ S0306457325002833, doi:https://doi.org/10.1016/j.ipm.2025.104342. Aich,A.,Bhattacharya,S.,Parde,N.,2022. Demystifyingneuralfakenewsvialinguisticfeature-basedinterpretat...
arXiv 2025
-
[4692]
doi:https://doi.org/10.1038/s41598-024-53755-0. Mazeika, M., Phan, L., Yin, X., Zou, A., Wang, Z., Mu, N., Sakhaee, E., Li, N., Basart, S., Li, B., Forsyth, D., Hendrycks, D.,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.