遇见数据集

electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities

收藏
Hugging Face2026-04-10 更新2026-04-12 收录
官方服务:

资源简介:

--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-sa-4.0 multilinguality: - monolingual size_categories: - n<1K source_datasets: - original task_categories: - tabular-classification - tabular-regression - other task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - aid-worker-security - aid-workers - complex-emergency-conflict-security - conflict-violence - damage-assessment - disease - education - education-facilities-schools - ssd pretty_name: "South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data" dataset_info: splits: - name: train num_examples: 458 - name: test num_examples: 114 --- # South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data **Publisher:** Insecurity Insight · **Source:** [HDX](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) · **License:** `cc-by-sa` · **Updated:** 2026-04-06 --- ## Abstract This page contains information on reported incidents of violence and threats affecting aid operations and workers, education, food systems, health care services and refugee and IDP camps in [South Sudan](https://insecurityinsight.org/country-pages/south-sudan). They also provide information on incidents of conflict related sexual violence (CRSV). Also included are datasets cited in the [Safeguarding Health in Conflict Coalition (SHCC)'s](https://www.safeguardinghealth.org/) annual reports. Please get in touch if you are interested in curated datasets: info@insecurityinsight.org Each row in this dataset represents discrete events or incidents. Temporal coverage is indicated by the `date`, `date_event_entered` column(s). Geographic scope: **SSD**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Food security and nutrition | | **Unit of observation** | Discrete events or incidents | | **Rows (total)** | 573 | | **Columns** | 42 (26 numeric, 13 categorical, 3 datetime) | | **Train split** | 458 rows | | **Test split** | 114 rows | | **Geographic scope** | SSD | | **Publisher** | Insecurity Insight | | **HDX last updated** | 2026-04-06 | --- ## Variables **Geographic** — `country` (South Sudan), `country_iso` (SSD), `admin_1` (Central Equatoria, Jonglei, Unity), `location_of_incident` (Road, No information, Compound or Office Building), `aid_workers_killed_in_captivity` (range 0.0–3.0) and 4 others. **Temporal** — `date`, `date_event_entered`, `date_event_modified`. **Demographic** — `female_aid_workers_killed` (range 0.0–1.0), `male_aid_workers_killed` (range 0.0–3.0), `female_aid_workers_injured` (range 0.0–2.0), `male_aid_workers_injured` (range 0.0–11.0), `female_aid_workers_kidnapped` (range 0.0–4.0) and 3 others. **Outcome / Measurement** — `organisation_affected` (INGO, UN Agency, LNGO). **Identifier / Metadata** — `reported_perpetrator_name` (Unidentified armed actor, Criminal, South Sudan National Police Service), `aid_workers_killed` (range 0.0–7.0), `aid_workers_injured` (range 0.0–11.0), `aid_workers_kidnapped` (range 0.0–11.0), `aid_workers_arrested` (range 0.0–18.0) and 12 others. **Other** — `geo_precision` (censored), `reported_perpetrator` (NSA, No Information, Criminal), `weapon_carried_used` (Firearms, No Information on the Weapon Used, Knife), `programme_focus` (No information, Health, Multiple). --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `date` | datetime64[ns] | 0.0% | | | `country` | object | 0.0% | South Sudan | | `country_iso` | object | 0.0% | SSD | | `admin_1` | object | 0.0% | Central Equatoria, Jonglei, Unity | | `geo_precision` | object | 0.0% | censored | | `location_of_incident` | object | 0.0% | Road, No information, Compound or Office Building | | `reported_perpetrator` | object | 0.0% | NSA, No Information, Criminal | | `reported_perpetrator_name` | object | 0.0% | Unidentified armed actor, Criminal, South Sudan National Police Service | | `weapon_carried_used` | object | 0.0% | Firearms, No Information on the Weapon Used, Knife | | `organisation_affected` | object | 0.0% | INGO, UN Agency, LNGO | | `programme_focus` | object | 0.0% | No information, Health, Multiple | | `aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0 (mean 0.4695) | | `aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.8028) | | `aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 11.0 (mean 0.3333) | | `aid_workers_arrested` | int64 | 0.0% | 0.0 – 18.0 (mean 0.2548) | | `known_kidnapping_or_arrest_outcome` | object | 78.0% | | | `aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0227) | | `international_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0401) | | `international_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0017) | | `national_aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0 (mean 0.3944) | | `national_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0192) | | `female_aid_workers_killed` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0105) | | `female_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `male_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0 (mean 0.2373) | | `male_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0192) | | `international_aid_workers_injured` | int64 | 0.0% | 0.0 – 10.0 (mean 0.0716) | | `national_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.6178) | | `female_aid_workers_injured` | int64 | 0.0% | 0.0 – 2.0 (mean 0.0489) | | `male_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.377) | | `international_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0279) | | `national_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 10.0 (mean 0.281) | | `female_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0122) | | `male_aid_workers_kidnapped` | int64 | 0.0% | | | `international_aid_workers_arrested` | int64 | 0.0% | | | `national_aid_workers_arrested` | int64 | 0.0% | | | `female_aid_workers_arrested` | int64 | 0.0% | | | `male_aid_workers_arrested` | int64 | 0.0% | | | `sind_event_id` | int64 | 0.0% | | | `date_event_entered` | datetime64[ns] | 0.0% | | | `date_event_modified` | datetime64[ns] | 0.0% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `aid_workers_killed` | 0.0 | 7.0 | 0.4695 | 0.0 | | `aid_workers_injured` | 0.0 | 11.0 | 0.8028 | 1.0 | | `aid_workers_kidnapped` | 0.0 | 11.0 | 0.3333 | 0.0 | | `aid_workers_arrested` | 0.0 | 18.0 | 0.2548 | 0.0 | | `aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0227 | 0.0 | | `international_aid_workers_killed` | 0.0 | 3.0 | 0.0401 | 0.0 | | `international_aid_workers_killed_in_captivity` | 0.0 | 1.0 | 0.0017 | 0.0 | | `national_aid_workers_killed` | 0.0 | 7.0 | 0.3944 | 0.0 | | `national_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `female_aid_workers_killed` | 0.0 | 1.0 | 0.0105 | 0.0 | | `female_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `male_aid_workers_killed` | 0.0 | 3.0 | 0.2373 | 0.0 | | `male_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `international_aid_workers_injured` | 0.0 | 10.0 | 0.0716 | 0.0 | | `national_aid_workers_injured` | 0.0 | 11.0 | 0.6178 | 0.0 | --- ## Curation Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 3 column(s) with >80% missing values were removed: `event_description`, `latitude`, `longitude`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet. --- ## Limitations - Data originates from Insecurity Insight and has not been independently validated by ESA. - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection. - The following columns have >20% missing values and should be treated with caution in modelling: `known_kidnapping_or_arrest_outcome`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_south_sudan_attacks_on_civilians_and_vital_civilian_facilities, title = {South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data}, author = {Insecurity Insight}, year = {2026}, url = {https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } ``` --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*

annotations_creators: - 无标注 language_creators: - 采集自现有文本 language: - 英语 license: CC BY-SA 4.0 multilinguality: - 单语言 size_categories: - 样本量小于1000 source_datasets: - 原创数据集 task_categories: - 表格分类 - 表格回归 - 其他 task_ids: [] tags: - 非洲 - 人道主义 - HDX - electric-sheep-africa - 援助人员安全 - 援助人员 - 复杂紧急冲突安全 - 冲突暴力 - 损失评估 - 疾病 - 教育 - 教育设施-学校 - SSD pretty_name: "南苏丹(SSD):针对援助行动、教育、医疗、粮食与水系统、境内流离失所者/难民营的袭击,以及与冲突相关的性暴力事件数据" --- # 南苏丹(SSD):针对援助行动、教育、医疗、粮食与水系统、境内流离失所者/难民营的袭击,以及与冲突相关的性暴力事件数据 **发布方:** Insecurity Insight · **来源:** [人道主义数据交换(HDX)](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) · **授权协议:** `cc-by-sa` · **更新时间:** 2026-04-06 --- ## 摘要 本页面收录了南苏丹境内已上报的、影响援助行动与人员、教育、粮食系统、医疗服务以及难民营和境内流离失所者营地的暴力与威胁事件信息(详见:https://insecurityinsight.org/country-pages/south-sudan),同时包含与冲突相关的性暴力(Conflict-Related Sexual Violence, CRSV)事件记录。此外还收录了[冲突中卫生保障联盟(Safeguarding Health in Conflict Coalition, SHCC)](https://www.safeguardinghealth.org/)年度报告中引用的数据集。若您希望获取经过整理的数据集,请联系:info@insecurityinsight.org。 本数据集的每一行对应一起独立事件或事故。时间覆盖范围由`date`、`date_event_entered`列标注。地理覆盖范围:**SSD(南苏丹)**。 *本数据集已由[Electric Sheep Africa](https://huggingface.co/electricsheepafrica)整理为可供机器学习使用的Parquet格式。* --- ## 数据集特征 | | | |---|---| | **领域** | 粮食安全与营养 | | **观测单元** | 独立事件或事故 | | **总行数** | 573 | | **列数** | 42(26个数值型、13个分类型、3个日期时间型) | | **训练集拆分** | 458行 | | **测试集拆分** | 114行 | | **地理覆盖范围** | SSD | | **发布方** | Insecurity Insight | | **HDX最后更新时间** | 2026-04-06 | --- ## 变量 **地理类变量** — `country`(南苏丹)、`country_iso`(SSD)、`admin_1`(南苏丹一级行政区域)、`location_of_incident`(道路、无信息、建筑群或办公楼)、`aid_workers_killed_in_captivity`(取值范围0.0–3.0)及另外4个变量。 **时间类变量** — `date`、`date_event_entered`、`date_event_modified`。 **人口统计类变量** — `female_aid_workers_killed`(取值范围0.0–1.0)、`male_aid_workers_killed`(取值范围0.0–3.0)、`female_aid_workers_injured`(取值范围0.0–2.0)、`male_aid_workers_injured`(取值范围0.0–11.0)、`female_aid_workers_kidnapped`(取值范围0.0–4.0)及另外3个变量。 **结果/测量类变量** — `organisation_affected`(国际非政府组织(International Non-Governmental Organization, INGO)、联合国机构、本地非政府组织(Local Non-Governmental Organization, LNGO))。 **标识符/元数据类变量** — `reported_perpetrator_name`(未识别武装人员、犯罪分子、南苏丹国家警察局)、`aid_workers_killed`(取值范围0.0–7.0)、`aid_workers_injured`(取值范围0.0–11.0)、`aid_workers_kidnapped`(取值范围0.0–11.0)、`aid_workers_arrested`(取值范围0.0–18.0)及另外12个变量。 **其他变量** — `geo_precision`(已脱敏)、`reported_perpetrator`(NSA、无信息、犯罪分子)、`weapon_carried_used`(火器、无武器使用信息、刀具)、`programme_focus`(无信息、医疗、多领域)。 --- ## 快速入门 python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() --- ## 数据Schema | 列名 | 数据类型 | 缺失率 | 取值范围/示例值 | |---|---|---|---| | `date` | datetime64[ns] | 0.0% | | | `country` | object | 0.0% | 南苏丹 | | `country_iso` | object | 0.0% | SSD | | `admin_1` | object | 0.0% | 中赤道州、琼莱州、团结州 | | `geo_precision` | object | 0.0% | 已脱敏 | | `location_of_incident` | object | 0.0% | 道路、无信息、建筑群或办公楼 | | `reported_perpetrator` | object | 0.0% | NSA、无信息、犯罪分子 | | `reported_perpetrator_name` | object | 0.0% | 未识别武装人员、犯罪分子、南苏丹国家警察局 | | `weapon_carried_used` | object | 0.0% | 火器、无武器使用信息、刀具 | | `organisation_affected` | object | 0.0% | INGO、联合国机构、LNGO | | `programme_focus` | object | 0.0% | 无信息、医疗、多领域 | | `aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0(均值0.4695) | | `aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.8028) | | `aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 11.0(均值0.3333) | | `aid_workers_arrested` | int64 | 0.0% | 0.0 – 18.0(均值0.2548) | | `known_kidnapping_or_arrest_outcome` | object | 78.0% | | | `aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0227) | | `international_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0(均值0.0401) | | `international_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 1.0(均值0.0017) | | `national_aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0(均值0.3944) | | `national_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0192) | | `female_aid_workers_killed` | int64 | 0.0% | 0.0 – 1.0(均值0.0105) | | `female_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 0.0(均值0.0) | | `male_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0(均值0.2373) | | `male_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0192) | | `international_aid_workers_injured` | int64 | 0.0% | 0.0 – 10.0(均值0.0716) | | `national_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.6178) | | `female_aid_workers_injured` | int64 | 0.0% | 0.0 – 2.0(均值0.0489) | | `male_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.377) | | `international_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0(均值0.0279) | | `national_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 10.0(均值0.281) | | `female_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0(均值0.0122) | | `male_aid_workers_kidnapped` | int64 | 0.0% | | | `international_aid_workers_arrested` | int64 | 0.0% | | | `national_aid_workers_arrested` | int64 | 0.0% | | | `female_aid_workers_arrested` | int64 | 0.0% | | | `male_aid_workers_arrested` | int64 | 0.0% | | | `sind_event_id` | int64 | 0.0% | | | `date_event_entered` | datetime64[ns] | 0.0% | | | `date_event_modified` | datetime64[ns] | 0.0% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## 数值汇总 | 列名 | 最小值 | 最大值 | 均值 | 中位数 | |---|---|---|---|---| | `aid_workers_killed` | 0.0 | 7.0 | 0.4695 | 0.0 | | `aid_workers_injured` | 0.0 | 11.0 | 0.8028 | 1.0 | | `aid_workers_kidnapped` | 0.0 | 11.0 | 0.3333 | 0.0 | | `aid_workers_arrested` | 0.0 | 18.0 | 0.2548 | 0.0 | | `aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0227 | 0.0 | | `international_aid_workers_killed` | 0.0 | 3.0 | 0.0401 | 0.0 | | `international_aid_workers_killed_in_captivity` | 0.0 | 1.0 | 0.0017 | 0.0 | | `national_aid_workers_killed` | 0.0 | 7.0 | 0.3944 | 0.0 | | `national_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `female_aid_workers_killed` | 0.0 | 1.0 | 0.0105 | 0.0 | | `female_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `male_aid_workers_killed` | 0.0 | 3.0 | 0.2373 | 0.0 | | `male_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `international_aid_workers_injured` | 0.0 | 10.0 | 0.0716 | 0.0 | | `national_aid_workers_injured` | 0.0 | 11.0 | 0.6178 | 0.0 | --- ## 数据整理流程 原始数据通过CKAN应用程序编程接口(CKAN API)从HDX下载,并转换为Parquet格式。列名统一转换为小写并标准化为蛇形命名法。常见缺失值标记(`N/A`、`null`、`none`、`-`、`unknown`、`no data`、`#N/A`)被统一替换为`NaN`。移除了3列缺失率超过80%的字段:`event_description`、`latitude`、`longitude`。本数据集以固定随机种子(42)按照80/20的比例划分为训练集与测试集,并保存为Snappy压缩的Parquet格式。 --- ## 局限性 - 本数据源自Insecurity Insight,未经过Electric Sheep Africa的独立验证。 - 自动化清洗无法修正原始数据收集中的错报值、定义不一致或采样偏差问题。 - 以下列的缺失率超过20%,在建模时需谨慎使用:`known_kidnapping_or_arrest_outcome`。 - 如需了解发布方的方法说明与免责声明,请参阅[原始HDX数据集页面](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities)。 --- ## 引用 bibtex @dataset{hdx_africa_south_sudan_attacks_on_civilians_and_vital_civilian_facilities, title = {South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data}, author = {Insecurity Insight}, year = {2026}, url = {https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — 非洲机器学习数据集基础设施。尼日利亚拉各斯。*

提供机构:
electricsheepafrica
搜集汇总
数据集介绍
electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities 数据集图片
构建方式
在冲突与人道主义研究领域,数据集的构建往往依赖于权威机构对现实事件的系统化记录。本数据集由Insecurity Insight基于公开报告整理而成,原始数据来源于人道主义数据交换平台(HDX),涵盖了南苏丹境内针对援助行动、教育、医疗、粮食与供水系统以及流离失所者营地的袭击事件,同时包含冲突相关性暴力事件。数据采集过程遵循事件报告的标准流程,每条记录对应一个独立事件,并通过时间、地理、涉事方等多维度字段进行结构化描述。随后,Electric Sheep Africa团队对原始数据进行了机器学习的适应性处理,包括字段标准化、缺失值统一清理以及高缺失率字段的移除,最终将数据转换为Parquet格式并划分为训练集与测试集,为后续分析提供了可直接使用的数据基础。
特点
该数据集在人道主义安全监测领域展现出鲜明的结构化特征。其核心在于以事件为观测单元,共包含573条记录,每条记录通过42个变量细致刻画了事件的时空分布、涉事人员伤亡情况、施害者属性以及受影响组织的类型。数据字段涵盖地理、时间、人口统计、结果测量及元数据等多个类别,其中26个数值型变量和13个分类型变量为量化分析提供了丰富维度。值得注意的是,数据集对援助工作者伤亡情况进行了细致的性别与国际身份区分,这为研究冲突中特定群体的脆弱性提供了精细视角。同时,数据集保持了较高的数据完整性,多数关键字段缺失率较低,且已预先划分为训练集与测试集,便于模型开发与评估。
使用方法
对于致力于冲突分析与人道主义响应的研究者而言,该数据集为机器学习模型的训练与验证提供了直接入口。用户可通过Hugging Face的datasets库便捷加载数据,利用Python环境将数据转换为Pandas DataFrame进行探索性分析。数据集适用于多种监督学习任务,例如基于地理、时间与事件特征的分类模型,可用于预测袭击事件的类型或严重程度;回归模型则可尝试估计伤亡人数等连续变量。在建模前,建议重点关注字段间的相关性,并对存在较高缺失率的变量(如已知绑架或逮捕结果)进行审慎处理。数据集的时空属性也支持时间序列分析与地理可视化,有助于揭示袭击事件的动态模式与空间聚集特征。
背景与挑战
背景概述
在复杂紧急状况与人道主义危机研究的学术脉络中,对冲突地区平民及关键民用设施遭受攻击的系统性记录与分析,构成了评估干预效果与保护脆弱群体的实证基础。由Insecurity Insight机构创建并于2026年发布的“南苏丹攻击事件数据集”,聚焦于南苏丹境内针对援助行动、教育、医疗、粮食与水系统以及流离失所者营地的暴力事件,同时涵盖冲突相关性暴力事件。该数据集的核心研究问题在于量化与表征冲突对民生关键领域的冲击,旨在为人道主义响应、政策制定及学术研究提供结构化的事件级数据支持,其发布深化了我们对冲突动态及其人道后果的理解。
当前挑战
该数据集致力于解决冲突分析与人道主义保护领域的关键问题,即如何从零散的事件报告中构建可量化、可分析的标准化数据,以支持趋势预测、风险建模及资源分配决策。其面临的领域挑战包括事件报告的时空不完整性、 perpetrator 信息的模糊性,以及跨不同民生领域(如医疗、教育)事件严重性度量的标准化难题。在构建过程中,挑战主要源于原始数据的异构性,例如高缺失值字段(如已知绑架或逮捕结果)的处理、地理坐标的普遍缺失导致的精确空间分析受限,以及将非结构化报告转化为机器学习就绪的表格数据时,对事件分类与变量定义的统一所面临的语义一致性难题。
常用场景
经典使用场景
在冲突与人道主义研究领域,该数据集为分析针对平民及关键民用设施的暴力事件提供了结构化数据基础。其经典使用场景聚焦于通过机器学习模型预测南苏丹地区援助行动、教育、医疗、粮食与水系统以及流离失所者营地遭受攻击的风险。研究者常利用其时空、地理及人口统计变量,构建分类或回归模型,以识别高威胁区域、评估事件严重性,并为冲突动态的量化研究提供实证支持。
衍生相关工作
围绕该数据集,已衍生出多项经典研究工作,包括利用其构建的冲突事件预测模型、援助工作者安全态势评估框架,以及基于地理信息的攻击热点探测算法。相关研究进一步推动了人道主义数据科学领域的发展,例如将事件数据与卫星影像、社交媒体信息融合,以提升冲突监测的实时性与准确性。这些工作不仅拓展了数据在机器学习中的应用边界,也为政策制定提供了更精细化的证据基础。
数据集最近研究
最新研究方向
在复杂紧急人道主义背景下,针对南苏丹平民及关键民用设施袭击事件的数据集,正成为冲突分析与预测建模领域的前沿焦点。研究者们借助机器学习技术,深入挖掘袭击事件的时空分布规律与施害者行为模式,旨在构建风险预警系统以保障人道援助行动的安全。该数据集与全球关注的热点事件紧密相连,如冲突中性暴力事件的追踪与干预,以及脆弱地区粮食系统与医疗服务的保护策略。其应用不仅推动了人道主义行动的数据驱动决策,也为国际组织制定精准的冲突缓解方案提供了实证基础,具有深远的现实意义。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务