StyIns icon indicating copy to clipboard operation
StyIns copied to clipboard

The source code of Text Style Transfer via Learning Style Instance Supported Latent Space (IJCAI 2020).

Results 3 StyIns issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for the great work on the text style transfer. I computed the bleu score of your output results. It's 49.52 and seems far higher than what is reported...

https://github.com/XiaoyuanYi/StyIns/blob/eebaa289992d5c5a1e7230791eabcc093740ed23/sources/tool.py#L485-L493 `style_data` has only 8 elements, not sure if that was intended, but the code samples `num = 1280` elements from it. I had to replace `random.sample` with `random.choices`, but...

Hello, I want to get the dataset CPVT to do some experiments. Could you please provide it?