Papers for

humanitarian data teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Fragmented reports reveal patterns of sexual violence in Bangladesh

Making Fragmented Reports Legible: Finding Patterns and Perceptions of Sexual Violence in Bangladesh

Abstract: Evidence about sexual violence in Bangladesh is fragmented across individual reports, while official and civil-society statistics rarely provide reusable case-level detail. We examine how structured analysis can make one part of this fragmented record legible without treating it as prevalence data. Our corpus contains 2,811 articles timestamped 2013-2023 from the Prothom Alo publishing ecosystem; 2,794 include parseable metadata about reported victims, alleged perpetrators, incidents, legal responses, and locations. We combine descriptive and spatial analysis of these records with thematic analysis of 115 convenience-sample survey responses collected in late 2020. The corpus documents many young, female, and student victims, frequent acquaintance and neighbor relationships, uneven geographic documentation, and substantial missingness in legal outcomes. Respondents most often describe weak enforcement, insecurity, patriarchal socialization, education gaps, and community inaction as conditions enabling persistence. These findings characterize news documentation and public perceptions; they do not estimate incidence, geographic risk, or causality. We contribute an uncertainty-aware framing for HCI research using sensitive, low-resource news data and identify design requirements for provenance, privacy, validation, and responsible communication.

Mon 21 SeptHuman-Computer InteractionComputers and Society
The gist
Data about sexual violence in Bangladesh is scattered and incomplete. The authors analyzed over 2,800 news articles from the past decade to find patterns in who is affected, where incidents happen, and how the legal system responds. They also surveyed people’s views on what allows such violence to continue, highlighting weak enforcement and social issues. Their work helps organize and interpret messy data without claiming to estimate how often violence occurs or why.
Open 2609.24254v1

Model finds dataset mentions in displacement and conflict documents

Extracting Dataset Mentions in Forced Displacement and FCV Documents: A Weakly Supervised Framework with LLM-Based Label Refinement

Abstract: Development and humanitarian organizations produce and support surveys, administrative registries, and other data resources to inform research, policy, and operations, yet systematically identifying where these datasets are referenced remains difficult. Such references are dispersed across research papers, project documents, humanitarian reports, and other unstructured text, limiting both the ability to trace data use and to identify potential gaps in data availability or dissemination. We present a weakly supervised framework for adapting dataset extraction to forced displacement and Fragile, Conflict, and Violence (FCV) documents without first constructing a large manually labeled training corpus. A lightweight model trained on general research literature generates candidate dataset mentions from unlabeled domain documents, which a frontier large language model (LLM) reviews in context, validating or rejecting candidates and correcting their extraction boundaries. The resulting annotations are supplemented with targeted synthetic and contrastive examples and used to fine-tune the lightweight model for large-scale extraction. We evaluate the resulting model on an independent gold-standard benchmark of 1,706 text passages spanning research, humanitarian, and operational documents. Across the full benchmark, the model achieves 74.1\% precision and 70.5\% recall at the mention level; among passages containing dataset references, precision reaches 89.5\%. At the passage level, the model achieves 88.2\% accuracy and 88.6\% specificity in distinguishing passages with dataset references from those without them. These results demonstrate a practical approach for constructing domain-specific supervision when labeled data are limited, and provide a technical foundation for larger-scale analysis of data use and potential gaps in the displacement data landscape.

Thu 10 SeptComputation and LanguageArtificial IntelligenceInformation Retrieval
The gist
It can be hard to find where specific data sources are mentioned in reports about forced displacement and conflict because the information is scattered across many documents. The authors created a method that first guesses dataset mentions using a simple model, then uses a large language AI to check and fix these guesses. This corrected information trains the model better to find dataset mentions across many documents. Their system was tested on a set of over 1,700 passages and showed it can accurately find data mentions most of the time. This helps track how data is used and identify where data might be missing in these important reports.
Open 2609.12107v1