lujiaying / MUG-Bench

Data and code of the Findings of EMNLP'23 paper MuG: A Multimodal Classification Benchmark on Game Data with Tabular, Textual, and Visual Fields
https://aclanthology.org/2023.findings-emnlp.354/
Other
8 stars 0 forks source link

MultiplexGNN misnomer #10

Closed nashapir closed 7 months ago

nashapir commented 9 months ago

Hello,

There are a couple of places in the code where i believe MultiplexGNN is mistakenly used instead of MuGNet. This should be all of them: https://github.com/search?q=repo%3Alujiaying%2FMUG-Bench%20MultiplexGNN&type=code. My suspicion is that they can all just be changed to MuGNet and the code works great then.

Cheers!

lujiaying commented 9 months ago

Thanks nashpir,

I quickly went through the code, and made a fix at 59a2ac6 Appreciate your help.

Best, Jiaying