CasRel icon indicating copy to clipboard operation
CasRel copied to clipboard

why use choice() in construction of relational triples

Open janenie opened this issue 5 years ago • 2 comments
trafficstars

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

janenie avatar Sep 28 '20 08:09 janenie

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.

ItGirls avatar Oct 16 '20 11:10 ItGirls

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?

1qingqing1 avatar Oct 05 '21 12:10 1qingqing1