memit icon indicating copy to clipboard operation
memit copied to clipboard

muti-counterfact and counterfact

Open Junyiliu0 opened this issue 1 year ago • 1 comments

What is the difference between muti-counterfact and counterfact dataset? Which one should I choose to rebuild the result in the paper?

Junyiliu0 avatar Dec 08 '23 07:12 Junyiliu0

You should use multicounterfact - the only difference is that multicounterfact removes relations that conflict, i.e., if there exist any $(s, r, o_1), \dots, (s, r, o_n)$ in counterfact, we choose one of them (randomly, I think) to keep.

kmeng01 avatar Feb 27 '24 01:02 kmeng01