jefferyYu / UMT

Preprocessed Datasets for our Multimodal NER paper
112 stars 13 forks source link

the problems of ESD #9

Closed goodbai2 closed 3 years ago

goodbai2 commented 3 years ago

Hey,i am attracted to the code of your paper,and would like to ask how the 'ESD Module' and 'Conversion Matrix' are implemented in the paper? which part of the code it correspond to?Look forward to your reply.

jefferyYu commented 3 years ago

Hi there,

Both the ESD module and the conversion matrix are implemented in the "MTCCMBertForMMTokenClassificationCRF" class in "mner_modeling.py", and you can refer to the code. Besides, the initialization of the conversion matrix is in line 620-633 of the "run_mtmner_crf.py" file. For these detailed questions, I am sorry that I may not have time to reply again due to my busy schedule.

Best, Jianfei