CasRel
CasRel copied to clipboard
why use choice() in construction of relational triples
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this?
Thanks Feng
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this?
Thanks Feng
I think he use the func(choice) to preserve one subject not one relation triple.
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this? Thanks Feng
I think he use the func(choice) to preserve one subject not one relation triple.
why he preserve only one subject?Could you tell more details?