AdvancedLiterateMachinery icon indicating copy to clipboard operation
AdvancedLiterateMachinery copied to clipboard

Did you guys share the pretraining code

Open menglin0320 opened this issue 2 years ago • 3 comments
trafficstars

I'm reading the paper. And for our project, the pretraining part is more helpful so I wonder if you guys also shared these code somewhere? Also I have a question for the Detection of Direction Exceptions task. Why did you guys chose to use the majority direction in the positive set? Is it related to the way you guys sample the directions? If it's possible can I get more details?

menglin0320 avatar Oct 15 '23 02:10 menglin0320

Which paper are you reading?

wdp-007 avatar Oct 17 '23 12:10 wdp-007

Why did you guys chose to use the majority direction in the positive set?

We assume that most relation predictions are right by a simple/coarse relation head in a real downstream task, which is reflected in DDE where the majority direction is regarded as positive.

ccx1997 avatar Oct 23 '23 01:10 ccx1997