English | 简体中文
-
首先创建Conda虚拟环境
-
安装环境依赖
python==3.8 pip install -r requirements.txt
git clone https://github.com/zjunlp/DeepKE.git
cd DeepKE/example/ee/standard
在./conf/train.yaml
中修改模型参数
-
Trigger 触发词 将
task_name
设置为trigger
。 可以通过更改data_name
参数来选择不同的数据集。 然后运行下述命令python run.py
-
事件角色 在这里我们用正确的trigger训练事件元素抽取模型 将
task_name
设置为role
。 可以通过更改data_name
参数来选择不同的数据集。 然后运行下述命令python run.py
触发词的预测在训练的过程中会完成,预测的结果在output_dir
中。在这里我们使用预测得到的触发词来抽取事件抽取元素。
在./conf/predict.yaml
中修改模型参数。
然后运行下述命令
python predict.py