Cartus / AGGCN

Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
MIT License
432 stars 88 forks source link

Setting on SemEval2010_task8 dataset #10

Closed AaronWhite95 closed 4 years ago

AaronWhite95 commented 5 years ago

I'm really grateful that you share the setting of TACRED dataset. Would you please to share the setting of SemEval2010_task8 dataset

GolvenLD commented 5 years ago

I would guess that you just need to modify the loader.py script according to your database's structure. It must be possible since in the original paper, TACRED was not the only tested database :) I am looking at a similar manipulation over here because TACRED requires special access, I'll let you know if I can get something working

AaronWhite95 commented 5 years ago

@GolvenLD I'm just asking for the hyperparameter settings. I think no matter with the loader.py script.

GolvenLD commented 5 years ago

You might still want to take a look, all datasets don't necessarily have the same structure.

AaronWhite95 commented 5 years ago

@GolvenLD I have change the format as same as TACRED, so I want the hyperparameter to get the best result in paper

DesireHope commented 5 years ago

请问如何转换格式?想用SemEval2010_task8 做实验

BinbinBian commented 5 years ago

Hi, when will you release the code for the data of n-ary relation extraction and SemEval2010_task8 ? Thanks.

MiniiEcho commented 5 years ago

Hello, I want to buy TACRED dataset, but it always fails. Can you share one with me? I'm willing to pay for it.

DreamInvoker commented 5 years ago

@MiniiEcho It seems that TACRED is a licensed data, the author or the user shall not make profit from it, you should try another way.

wangxin0126 commented 5 years ago

@GolvenLD I'm just asking for the hyperparameter settings. I think no matter with the loader.py script. Can you share your loader.py? Thank you very much. My email:wz520@mail.ustc.edu.cn

Gabriellamin commented 4 years ago

@waxin @DreamInvoker 请问可以分享一下TACRED数据集吗?官网上需要付费

rsanshierli commented 4 years ago

@HWZX Hi, can you send me a copy of your modified data set about SemEval2010_task8? I will thank you very much. My email:470294527@qq.com

wangxin0126 commented 4 years ago

I have uploaded the dataset and code to github [https://github.com/waxin/ToTACRED], you can view it if needed.

在2019-11-05 10:01:08,rsanshierlinotifications@github.com写道:

@HWZX Hi, can you send me a copy of your modified data set about SemEval2010_task8? I will thank you very much. My email:470294527@qq.com

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Cartus commented 4 years ago

Model for SemEval task8 has been released, please refer to the semeval directory for the settings and the pretrained model.

Cartus commented 4 years ago

@hientrannaist answered ur question in another issue.