entity-prediction-training-data
收藏资源简介:
该数据集包含用于训练实体预测模型的示例,旨在基于结构化事件定义预测联合国维和场景中可能的行动者(Actors)和接受者(Recipients)。数据集特征包括任务背景(联合国任务名称和缩写)、年份、事件分类(PLOVER事件类型,如袭击、援助、咨询等)、模式(事件子类型)、规模(冲突/合作规模)和上下文(军事、人权等领域)。输出目标为行动者和接受者。数据集包含主训练数据集文件以及PLOVER事件类型、模式和上下文的定义文件。
This dataset contains examples for training entity prediction models, which is designed to predict potential Actors and Recipients in UN peacekeeping scenarios based on structured event definitions. The features of the dataset cover mission context (UN mission names and their abbreviations), year, event classification (PLOVER event types such as attacks, aid, consultations, etc.), pattern (event subtypes), scale (conflict/cooperation scale), and domain context (fields including military, human rights, etc.). The prediction targets are Actors and Recipients. The dataset includes the main training dataset file as well as definition files for PLOVER event types, patterns and domain contexts.
数据集概述
数据集名称
Entity Prediction Training Data
数据集用途
用于合成数据管道中实体预测模型(模型A)的训练数据集。该数据集包含用于基于结构化事件定义预测联合国维和场景中合理行动者和接收者的训练样本。
数据集内容
- 主要文件:
dataset_entity_prediction.json,包含2339个训练样本。 - 辅助定义文件:
PLOVER Event Types.csv:PLOVER事件类型定义。PLOVER Event Modes.csv:PLOVER事件模式定义。PLOVER Contexts.csv:PLOVER上下文定义。
数据特征
- 任务上下文:联合国特派团名称及缩写。
- 年份:场景发生的年份。
- 事件分类:PLOVER事件类型(如袭击、援助、磋商等)。
- 模式:事件模式/子类型。
- 规模:冲突/合作规模。
- 上下文:领域上下文(如军事、人权等)。
输出目标
- 行动者:执行动作的实体。
- 接收者:接收或受动作影响的实体。
相关模型
微调后的模型位于:https://huggingface.co/DavePiv/entity-prediction-qwen3-14b-lora
使用方法
python from datasets import load_dataset dataset = load_dataset("DavePiv/entity-prediction-training-data")




