Causal Evidence Extraction and Triangulation in Crisis Reports using Large Language Models: A ReliefWeb-based Study
This paper presents a two-stage Large Language Model pipeline and a triangulation framework that effectively extracts and aggregates structured causal evidence from humanitarian reports, achieving high accuracy in identifying the positive impact of cash assistance on food-related outcomes.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a detective trying to solve a massive mystery, but instead of a single crime scene, you have a library containing millions of messy, handwritten diaries. These diaries tell stories about disasters like floods, earthquakes, and droughts, and they describe how different groups tried to help. The problem is that the stories are long, confusing, and often contradict each other. One diary might say, "Giving people cash helped them buy food," while another says, "Cash caused prices to go up and made things worse."
To make sense of this chaos, scientists use a tool called a Large Language Model (LLM). Think of an LLM as a super-smart, tireless robot reader that can read thousands of these diaries in seconds. However, just like a human, the robot can get overwhelmed. If you ask it, "What happened with cash?" it might grab every single mention of the word "cash," even if the diary was just talking about a different topic entirely. This is called "over-extraction," and it creates a lot of noise. To fix this, researchers need a way to tell the robot to focus only on the specific clues that matter and to double-check its work against the original text to make sure it isn't making things up. This paper is about building a better detective system to turn those messy diaries into clear, trustworthy answers about what actually works in a crisis.
The Detective's New Toolkit
In this study, the researchers, Yuanjun Zhang and Mourad Oussalah, set out to clean up the "noise" in humanitarian reports. They used a massive collection of reports from ReliefWeb, a global database of crisis updates, covering the years 2000 to 2024. Their goal was to figure out if a specific type of help—cash assistance—actually leads to better outcomes, like people having enough food.
To do this, they built a two-stage "pipeline" using AI. Imagine this as a factory assembly line with two very specific workers:
- The Filter (Stage 1): The first worker is very strict. Instead of reading the whole diary and guessing what's important, they are given a specific query, like "cash assistance." They only look for sentences where cash assistance is the main character. If the diary mentions cash but it's just a side note, the worker ignores it. This is called query-conditioned extraction. It stops the AI from grabbing irrelevant information, which was a big problem in previous methods.
- The Fact-Checker (Stage 2): Once the first worker finds a potential clue (e.g., "Cash helped families buy food"), the second worker steps in. This worker doesn't just guess if the clue is good or bad; they look at the exact sentence (the "snippet") where the clue was found. They decide: Did the outcome go up (positive), go down (negative), or stay the same? And how strong is the evidence? Is it a weak rumor or a strong, clear statement? This is called snippet-grounded classification.
The Results: Finding the Signal in the Static
The team tested their new system against several powerful AI models, including Qwen-Plus, GPT-4o-mini, and DeepSeek-V3, as well as an open-source model called Llama-3.1-8B.
They found that their two-stage method was a game-changer.
- The "Over-Extraction" Fix: Without their strict filter, the AI would pull out way too many irrelevant connections. With the filter, the number of extracted facts dropped to a realistic level, matching what human experts expected.
- Accuracy: The best closed-source AI (Qwen-Plus) using their two-stage method achieved a weighted F1 score of 90.73%. In the world of AI, this is a very high score, meaning it was correct almost all the time.
- The Open-Source Surprise: They also tried teaching a smaller, free AI model (Llama-3.1-8B) by showing it the answers from the big, expensive AI. This is called "distillation." The result? The smaller model got even better, reaching a weighted F1 score of 94.15%. This suggests you don't always need the most expensive robot to get the best results; you just need the right training.
The Grand Finale: Triangulation
Once they had thousands of clean, verified facts, they needed to put them together to see the big picture. They couldn't just count the total number of "good" and "bad" reports because some types of disasters (like floods) are reported on much more often than others (like earthquakes). If they just added them all up, the floods would drown out the other stories.
So, they invented a method called context-preserving triangulation.
- The Grid: They organized the facts into a grid based on Disaster Type (e.g., Flood, Drought) and Source Type (e.g., Government, NGO, Media).
- The Score: They calculated a Level-of-Evidence (LoE) score. This score tells you how much the different stories agree with each other. A score of 1.0 would mean everyone agrees perfectly; 0.0 would mean total chaos.
When they applied this to food-related outcomes for cash assistance, the result was striking. The LoE score was 0.865. This indicates a strong positive convergence. In plain English: across different types of disasters and different reporting sources, the evidence consistently suggests that cash assistance helps people get food.
They also looked at how this changed over time. From 2000 to 2005, the data was sparse and shaky. But from 2006 to 2017, the positive signal grew stronger and stronger, peaking in 2017 with an LoE of 0.929. Even from 2018 to 2024, the signal remained highly positive, though it softened slightly, likely because real-world situations are complex and sometimes cash needs to be handled carefully to avoid risks.
What This Means (and What It Doesn't)
The authors are careful to say that this isn't a magic wand that solves every crisis. They note that their study is limited to English reports and specific types of disasters. They also warn that the "strength" of the evidence they measured is based on what was written in the reports, not necessarily the actual size of the impact on the ground.
However, the study proves that by using a smart, two-step AI process and organizing the data carefully, we can turn a mountain of confusing, messy reports into a clear, auditable map of what works. It suggests that with the right tools, we can stop guessing and start knowing which interventions truly help people survive and thrive.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.