-
Notifications
You must be signed in to change notification settings - Fork 3
Help on some problems #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
also: |
Hi Samakos,
|
hello @yihaoding thank you very much for your willingness to help, and great work guys, amazing paper. Thank you very much |
Hello again, thank you for your help, kindly appreciate it. Below you can see what problems I had. Maybe it is not an error and I did something wrong. Thank you very much for your help! Notebook 1: funsd_dataset_preprocessing.ipynb The functions token_density and token_number are not defined, but I guess it is a typo and the correct one is text_density and text_number. In addition the train_list_dict and eval_list_dict are not defined in notebook 1 but I took them from the notebook GCN_Funsd_distance_weighted_based_publicly.ipynb, is it correct?
Notebook 4: Funsd_Object_Detection_best_model.ipynb
The gcn_bert predicted is not in the columns of the dataframe but I guess it is the gcn_bert_base column, correct? in the notebook funsd_dataset_preprocessing.ipynb the parsing_level1 and parsing_level2 are defined, but in the final notebook there are level1_parse_emb and level2_parse_emb. In which notebooks you define the level_parse_emb? Overall I think that most of the errors occur because I cannot generate the text_number, text_density, char_density and char_number. Thank you very much! Amazing work guys! |
Thanks @samakos for raising similar issue. You have done a good consolidation of potential issues in reproduction mainly due to disconnections and some partial implementations which I faced last week. @adlnlp @yihaoding Thank you very much! Indeed an amazing paper with incredible potential. |
hello again guys, and hope this message finds you well. I would like to ask whether there is any update related to the issues. I am a MSc student and would like to explore doc-gcn and include it on my thesis. I would like to ask about the feasibility of solving the problems until end of May. If you are not available this month there is no problem :) |
Hi, Thank you very much for working on our research project again. For Q1 and Q2, the URL was our previous version and I updated it to the updated ipynb link to show how they generate the corresponding features. Please try the updated ipynb and let me know if there are any issues. |
hello, I spent lot of time trying reproducing the experiment on FUNSD dataset but there are some misconnections.
First of all, the function constituency_parsing_extractor(parse_string) has not been defined, but I am trying to implement it myself.
The second problem is that I found some errors in the function text_density, text_number, char_density and char_number which I think I solved.
The third problem is that in the 3rd notebook you read this pkl file gcn_visual-gcn_char_density-bert_base_cls_test.pkl which has not been defined in the previous notebooks.
I find Doc-GCN a very powerful model and I am trying to solve these issues so I can use your model in other public datasets.
Is there anyone available to help on these issues?
The text was updated successfully, but these errors were encountered: