paper-with-me

Papers

Do Large Language Models Know Conflict? Investigating Parametric vs. Non-Parametric Knowledge of LLMs for Conflict Forecasting

2025-05-14 · Apollinaire Poli Nemkova, Sarath Chandra Lingareddy, Sagnik Ray Choudhury, Mark V. Albert

Large Language Models (LLMs) have shown impressive performance across natural language tasks, but their ability to forecast violent conflict remains underexplored. We investigate whether LLMs possess meaningful parametric knowledge-encoded in their pretrained weights-to predict conflict escalation and fatalities without external data. This is critical for early warning systems, humanitarian planning, and policy-making. We compare this parametric knowledge with non-parametric capabilities, where LLMs access structured and unstructured context from conflict datasets (e.g., ACLED, GDELT) and recent news reports via Retrieval-Augmented Generation (RAG). Incorporating external information could enhance model performance by providing up-to-date context otherwise missing from pretrained weights. Our two-part evaluation framework spans 2020-2024 across conflict-prone regions in the Horn of Africa and the Middle East. In the parametric setting, LLMs predict conflict trends and fatalities relying only on pretrained knowledge. In the non-parametric setting, models receive summaries of recent conflict events, indicators, and geopolitical developments. We compare predicted conflict trend labels (e.g., Escalate, Stable Conflict, De-escalate, Peace) and fatalities against historical data. Our findings highlight the strengths and limitations of LLMs for conflict forecasting and the benefits of augmenting them with structured external knowledge.

📄 PDF Abstract BibTeX arXiv:2505.09852

Code (0)

등록된 구현이 없습니다.

Tasks

HumanitarianRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Investigating Tool-Memory Conflicts in Tool-Augmented LLMs

2026-01-14 · Jiali Cheng, Rui Pan, Hadi Amiri arxiv

Tool-augmented large language models (LLMs) have powered many applications. However, they are likely to suffer from knowledge conflict. In this paper, we propose a new type of knowledge conflict -- Tool-Memory Conflict (…

Studying Large Language Model Behaviors Under Context-Memory Conflicts With Real Documents

2024-04-24 · Evgenii Kortukov, Alexander Rubinstein, Elisa Nguyen, Seong Joon Oh

Retrieval-augmented generation (RAG) mitigates many problems of fully parametric language models, such as temporal degradation, hallucinations, and lack of grounding. In RAG, the model's knowledge can be updated from doc…

Language ModelingLanguage ModellingLarge Language ModelRAG+1

Adaptive Chameleon or Stubborn Sloth: Revealing the Behavior of Large Language Models in Knowledge Conflicts

2023-05-22 · Jian Xie, Kai Zhang, Jiangjie Chen, Renze Lou 외

By providing external information to large language models (LLMs), tool augmentation (including retrieval augmentation) has emerged as a promising solution for addressing the limitations of LLMs' static parametric memory…

Retrieval

Resolving Knowledge Conflicts in Large Language Models

2023-10-02 · Yike Wang, Shangbin Feng, Heng Wang, Weijia Shi 외

Large language models (LLMs) often encounter knowledge conflicts, scenarios where discrepancy arises between the internal parametric knowledge of LLMs and non-parametric information provided in the prompt context. In thi…

MAGIC: A Multi-Hop and Graph-Based Benchmark for Inter-Context Conflicts in Retrieval-Augmented Generation

2025-07-29 · Jungyeon Lee, Kangmin Lee, Taeuk Kim arxiv

Knowledge conflict often arises in retrieval-augmented generation (RAG) systems, where retrieved documents may be inconsistent with one another or contradict the model's parametric knowledge. Existing benchmarks for inve…

Question Answering