Skip to content

xhw205/Efficient-GlobalPointer-torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient GlobalPointer:少点参数,多点效果

介绍

基于 GlobalPointer 的改进,Keras 版本 的 torch 复现,核心还是 token-pair 。

绝大部分代码源自本人之前关于 GlobalPointer 的 repository

笔者已经将 GlobalPointer 落地部署,垂直领域特别是嵌套情况下的信息抽取,GP真的做的很好,现在 Efficient GP 参数更少,效果更优,所以我认为只要上了 BERT,就抛弃 BIO-CRF 那一套吧!

数据集

CMeEE 存放在: train_cme_path = ./datasets/CME/train.json

eval_cme_path = ./datasets/CME/dev.json

预训练模型

1、笔者比较喜欢用RoBerta系列 RoBERTa-zh-Large-PyTorch

2、点这里直接goole drive下载

运行

注意把train/predict文件中的 bert_model_path 路径改为你自己的

train

python train_CME.py

predict

python predict_CME.py

效果

想打榜的,可以加模型融合+对抗训练+远程监督等等 trick! 这个 67.942% 是纯模型的结果

1643421416_1_.jpg

About

GlobalPointer的优化版/NER实体识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages