wyy-code / PipEA

Paper for 2024
2 stars 0 forks source link

Iterative strategy #1

Open L-Fatia opened 1 month ago

L-Fatia commented 1 month ago

Thank you for your interesting work. It seems that the iterative strategy mentioned in the experimental section is not implemented in the provided code. Could you please upload the implementation of this strategy? Thank you!

wyy-code commented 3 weeks ago

Thank you for your attention to PipEA~ We have updated the PipEA.py to include the iterative strategy. Please note that PipEA.py encompasses the entire process, including training the encoders, performing potential isomorphism propagation, and adopting iterative training. If you wish to test other models, such as Dual-AMN, more quickly, you can train the encoders first and then directly feed the entity embedding into test.py.

Best wishes.