CasRel icon indicating copy to clipboard operation
CasRel copied to clipboard

A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.

Results 44 CasRel issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "run.py", line 40, in subject_model, object_model, hbt_model = E2EModel(bert_config_path, bert_checkpoint_path, LR, num_rels) File "/home/fubo01/work/paper/CasRel/CasRel-master/model.py", line 15, in E2EModel bert_model = load_trained_model_from_checkpoint(bert_config_path, bert_checkpoint_path, seq_len=None) File...

作者您好,我最近在一个事件抽取的小数据集上复现使用您的模型,训练集只有2000左右,但可能是因为数据量过少和类别不平衡问题训练后只能得到全0,我试着用了对0降采样或对1重加权的方法,但还是训练不出结果,请问有什么建议吗?

作者您好,万分感谢您分享的代码! 因为自己能力水平有限,对Tensorflow和Keras不是很了解,所以最近在您代码的基础上实现pytorch版本。但是复现之后的性能差很多。 请问作者有发布Pytorch版本代码的计划么?

您好, Wiki-KBP数据集我按照你的README里的方式进行处理,但是没处理好,可否直接给我一份处理好的Wiki-KBP数据集? 十分感谢!

您好,build_data.py中的需要读取的各类文件,如何得到?感谢

I reproduced a script to preprocess NYT dataset for joint entity and relation extraction. I aligned the dataset (CopyRE) to the origin NYT distant supervised learning dataset. No third-party tool...

你好,我在复现你的代码的时候 在train时,报错:TypeError: get_encoders() got an unexpected keyword argument 'use_adapter' ![image](https://user-images.githubusercontent.com/51119994/99379975-52c23780-2904-11eb-9485-bc748a062655.png)请问你知道这是为什么吗?(PS:自己在网上查了很久,没能解决。。。)

想问下作者,为啥我能运行程序,但是却是使用CPU运行的