我知道该allennlp.training.trainer
功能,但我不知道如何使用它来训练语义角色标签模型。
假设训练样本带有 BIO 标记,例如:
Remove B_O
the B_ARG1
fish I_ARG1
in B_LOC
the I_LOC
background I_LOC
我知道该allennlp.training.trainer
功能,但我不知道如何使用它来训练语义角色标签模型。
假设训练样本带有 BIO 标记,例如:
Remove B_O
the B_ARG1
fish I_ARG1
in B_LOC
the I_LOC
background I_LOC
我建议你看一下教程。以下是训练 allennlp 模型所需执行的步骤:
.jsonnet
实验。在这种情况下,如果您想使用现有的 SRL 模型,请查看training_config
allennlp 存储库中的目录。allennlp train <path to .jsonnet> -s <path to output directory>