UMGF icon indicating copy to clipboard operation
UMGF copied to clipboard

Multi-modal Graph Fusion for Named Entity Recognition with Targeted Visual Guidance

Results 10 UMGF issues
Sort by recently updated
recently updated
newest added

Hello! I read your UMGF paper and source code, and found that some entities in the test text in the twitter15 data set are wrong. I would like to ask...

Error triggered at from transformers import BertTokenizer from transformers import BertModel

![image](https://user-images.githubusercontent.com/83150813/167066001-e18c8e0a-6e79-4c66-940e-bb37a0370fd7.png) ![image](https://user-images.githubusercontent.com/83150813/167066186-fbec29c9-cdcc-4986-866c-c6b97bbdd8e6.png) After each epoch of training, the code evaluates on dev set and test set in turn. However, it only saves best model on the test set, which seems...

I found that only the cropped pictures of "PER" category have a certain meaning, while the pictures of other categories(e.g.: ORG) are usually not complete objects. I wonder if these...

What is the meaning of the "tradeoff" parameter (=0.5) mentioned in the paper? Is it the "weight decay" of Adam optimizer?

Thank you for your released codes. I tried to follow your instruction to train the model but I cannot reproduce your reported results in the paper. The F1 score on...

Hello, author, your work is very good, can you open-source config and model. utils for training? Thank you very much.

Hello, author, your work is very good, when can you open-source config and model. utils for training? Thank you

Hi, I do not know which dependencies need, could you describe how to run this code in detail?

您好我想问问训练好模型后需要去测试python ddp_mmner.py --do_test --txtdir=./my_data/twitter2015 --imgdir=./data/twitter2015/image --ckpt_path=./ddp_mner.pt --test_batch_size=32,这段测试代码中需要ddp_mner.pt文件,我想问问这个文件是在哪里呢?好像只有model.pt文件