Open taoqiongxing opened 5 years ago
Hello,I just want to know that you use the hyperparameter in this code like 0.7,0.7,0.5(default no change) or use the hyperparameter in the paper like 0.3 0.3 0.3?Very Thanks!
default no change
Have you solved the problem you mentioned in the issue about the F1 score? And I also want to ask that whether you run the code in Linux or Windows? I meet some problem in Windows so I want to confirm it. Thanks for your reply!
default no change
I run the code in windows without problem. (I ran it a few months ago, so I think I've solved it if I met any problem at that time.) The issue about the F1 score is that the result of the original code can not reach the score (85.2%) in the paper, but I didn’t go deeper. I added my own content and achieved an F1 score of 85.9.
Thank you very much for your prompt answer. In fact, I have met some problems such as issue 5, which I have been puzzled for nearly two months and have not made any progress. Congratulations on the improvement of F1! In addition, I would like to ask if you can send me a copy of the debugged code for this paper. I haven't dealt with bugs. Thank you very much. If necessary, it can be paid.My Email is Kylewu@yeah.net. Very Thanks!
I will share you later,maybe tomorrow.
在 2019-07-18 22:33:09,Jerry notifications@github.com 写道:
Thank you very much for your prompt answer. In fact, I have met some problems such as issue 5, which I have been puzzled for nearly two months and have not made any progress. Congratulations on the improvement of F1! In addition, I would like to ask if you can send me a copy of the debugged code for this paper. I haven't dealt with bugs. Thank you very much. If necessary, it can be paid.My Email is Kylewu@yeah.net. Very Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thank you very much for your reply. It's my pleasure to meet a friend who can exchange technology. Good night.
hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks
I will send you later.
---Original--- From: "W-watermellon"notifications@github.com Date: Fri, Jul 19, 2019 18:00 PM To: "roomylee/entity-aware-relation-classification"entity-aware-relation-classification@noreply.github.com; Cc: "Jerry"619686657@qq.com;"Comment"comment@noreply.github.com; Subject: Re: [roomylee/entity-aware-relation-classification] question about the result (#3)
hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
You may need to install perl on Windows
在2019-11-07 16:17:04,jiaweixiannotifications@github.com写道:
I will send you later. … ---Original--- From: "W-watermellon"notifications@github.com Date: Fri, Jul 19, 2019 18:00 PM To: "roomylee/entity-aware-relation-classification"entity-aware-relation-classification@noreply.github.com; Cc: "Jerry"619686657@qq.com;"Comment"comment@noreply.github.com; Subject: Re: [roomylee/entity-aware-relation-classification] question about the result (#3) hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hi~ Would you like to teach me how to fix this problem(same with W-watermellon)? Thx~
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
You may need to install perl on Windows 在2019-11-07 16:17:04,jiaweixiannotifications@github.com写道: I will send you later. … ---Original--- From: "W-watermellon"notifications@github.com Date: Fri, Jul 19, 2019 18:00 PM To: "roomylee/entity-aware-relation-classification"entity-aware-relation-classification@noreply.github.com; Cc: "Jerry"619686657@qq.com;"Comment"comment@noreply.github.com; Subject: Re: [roomylee/entity-aware-relation-classification] question about the result (#3) hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread. Hi~ Would you like to teach me how to fix this problem(same with W-watermellon)? Thx~ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Same problem here. I was wondering if I can get a copy of your debugged code? Many thanks.
Give me your email address.
在2019-11-11 11:21:32,waithopenotifications@github.com写道:
You may need to install perl on Windows 在2019-11-07 16:17:04,jiaweixiannotifications@github.com写道: I will send you later. … ---Original--- From: "W-watermellon"notifications@github.com Date: Fri, Jul 19, 2019 18:00 PM To: "roomylee/entity-aware-relation-classification"entity-aware-relation-classification@noreply.github.com; Cc: "Jerry"619686657@qq.com;"Comment"comment@noreply.github.com; Subject: Re: [roomylee/entity-aware-relation-classification] question about the result (#3) hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread. Hi~ Would you like to teach me how to fix this problem(same with W-watermellon)? Thx~ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Same problem here. I was wondering if I can get a copy of your debugged code? Many thanks.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Thank you for your reply, but I have installed perl in linux . And I changed "str_parse = str(process.communicate()[0]).split("\n")[-2]" in logger.py to "str_parse = str(process.communicate()[0]).split("\n")[-2]" and it works.
At 2019-11-08 10:41:14, "taoqiongxing" notifications@github.com wrote: You may need to install perl on Windows
在2019-11-07 16:17:04,jiaweixiannotifications@github.com写道:
I will send you later. … ---Original--- From: "W-watermellon"notifications@github.com Date: Fri, Jul 19, 2019 18:00 PM To: "roomylee/entity-aware-relation-classification"entity-aware-relation-classification@noreply.github.com; Cc: "Jerry"619686657@qq.com;"Comment"comment@noreply.github.com; Subject: Re: [roomylee/entity-aware-relation-classification] question about the result (#3) hello,I have encountered some problems while running:str_parse = str(process.communicate()[0]).split("\n")[-2] (error:IndexError: list index out of range),I would like to ask if you can send me a copy of the debugged code for this paper. thanks — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hi~ Would you like to teach me how to fix this problem(same with W-watermellon)? Thx~
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
@taoqiongxing Hello, I also meet the issue about the F1 score. I would like to ask if you can send me a copy of the debugged code for this paper. I haven't dealt with bugs. Thank you very much! My Email is 1967462559@@qq.com. Very Thanks!
@taoqiongxing Hello, I also need your help about the error(IndexError: list index out of range),and do you konw how to realize the visualization of multi-head self -attention? Thank you ver much.
I send the install package to you ,please give me your email
------------------ 原始邮件 ------------------ 发件人: "xxxyy95"<notifications@github.com>; 发送时间: 2019年12月26日(星期四) 下午2:22 收件人: "roomylee/entity-aware-relation-classification"<entity-aware-relation-classification@noreply.github.com>; 抄送: "WU"<619686657@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [roomylee/entity-aware-relation-classification] question about the result (#3)
@taoqiongxing Hello, I also need your help about the error(IndexError: list index out of range),and do you konw how to realize the visualization of multi-head self -attention? Thank you ver much.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
592589519@qq.com Thank you very much~
------------------ 原始邮件 ------------------ 发件人: "Sheldon"<notifications@github.com>; 发送时间: 2019年12月26日(星期四) 下午2:28 收件人: "roomylee/entity-aware-relation-classification"<entity-aware-relation-classification@noreply.github.com>; 抄送: "肖燕"<592589519@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [roomylee/entity-aware-relation-classification] question about the result (#3)
I send the install package to you ,please give me your email
------------------ 原始邮件 ------------------
发件人: "xxxyy95"<notifications@github.com>;
发送时间: 2019年12月26日(星期四) 下午2:22
收件人: "roomylee/entity-aware-relation-classification"<entity-aware-relation-classification@noreply.github.com>;
抄送: "WU"<619686657@qq.com>; "Comment"<comment@noreply.github.com>;
主题: Re: [roomylee/entity-aware-relation-classification] question about the result (#3)
@taoqiongxing Hello, I also need your help about the error(IndexError: list index out of range),and do you konw how to realize the visualization of multi-head self -attention? Thank you ver much.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
@Jerryten @jiaweixian i have also meet the problem. i install perl package on win and not slove the problem((IndexError: list index out of range). . I would like to ask if you can send me a copy of the debugged code for this paper. Thank you very much!
hello,I have run the code you provided for more than 10 times (no change), and the results are all around 84.0. The highest result is 84.6, which cannot reach 85.2 or even 84.7 in the paper.Do I need to adjust some parameters not mentioned in the paper? And I wonder if these values mean anything in the code you provide?
vtanh(W[h;p1;p2]+W*[e1;e2]) 85.18%? 84.83% 84.55%
vtanh(W[h;p1;p2;e1;e2]) 85.18% 84.41%