ChocoWu / MRE-ISE

About Codes for ACL 2023 paper: Exploiting! Multimodal Relation Extraction with Feature Denoising and Multimodal Topic Modeling.
https://chocowu.github.io/mmre-page/
14 stars 1 forks source link

There seems to be deliberate modification of function names and deletion of key code files in the code, and too many bugs make the program not work. #3

Closed 1m2bert closed 9 months ago

1m2bert commented 9 months ago

For example, in 'run.py', line 15, where is the definition of MREProcessor, MREDataset?

In ' run.py', line 16, where is the Trainer in 'cores.gene.model'? but i've found it in 'cores.gene.train'?

In 'cores/gene/pycache/train.py', where is the modules.metrics?

Why are you trying to do with that, are you trying to hide something? The code is really confusing to change like that.

ChocoWu commented 9 months ago

Thx for the attention. I have added the metrics.py file, and will check through the code and update it.