deepex icon indicating copy to clipboard operation
deepex copied to clipboard

测试 Born in Glasgow, Fisher is a graduate of the London Opera Centre 生成三元组结果

Open zzypeak opened this issue 3 years ago • 5 comments

使用论文中举的例子 ,”Born in Glasgow, Fisher is a graduate of the London Opera Centre. “ ,在第一步generator中抽取的三元组结果比较混乱,不知是否正常(OIE2016结果复现没有问题,top3 f1=72.6)。模型为默认的bert-large-cased。 search_res.json.txt

zzypeak avatar Jan 27 '22 02:01 zzypeak

Thanks for your interest @zzypeak . According to Table 3 (ablation study), the ranking model does improve the results significantly. We will also help to take a look at this particular case.

cgraywang avatar Feb 18 '22 18:02 cgraywang

Thanks for your apply. Since it's an example of the paper, it should be a good case in my mind. Waiting for your result.

zzypeak avatar Feb 21 '22 01:02 zzypeak

I run your code on my mac and lack many necessary files such as oie_readers.stanfordReader.@cgraywang 截屏2022-03-25 下午4 27 23 This is because my run environment is wrong?

Phevos75 avatar Mar 25 '22 08:03 Phevos75

I run your code on my mac and lack many necessary files such as oie_readers.stanfordReader.@cgraywang 截屏2022-03-25 下午4 27 23 This is because my run environment is wrong?

Thank you for using. The requested files are all held in this repo, which is why you need to clone with --recursive argument to get the files used in submodules.

Magolor avatar Mar 28 '22 06:03 Magolor

Hi, It seems that the project misses the file of dist_wh_sbj_obj1.json in this repo https://github.com/gabrielStanovsky/supervised-oie, can you tell me how could I find it. Thanks!

Phevos75 avatar Mar 31 '22 09:03 Phevos75

Hi! I have run the program and now the code is fully operational.

jesseLiu2000 avatar Feb 18 '23 20:02 jesseLiu2000