tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

Are there some research papers about text-to-set generation? #453

Closed guotong1988 closed 4 years ago

guotong1988 commented 4 years ago

I know this question is a little out of topic. But it is helpful to me. Thank you.

Text-to-(word)set generation or sequence-to-(token)set generation.

For example, input a text and then output the tags for this text:

'Peter is studying English' --> {'good behavior','person','doing something'}

Thank you!

guotong1988 commented 4 years ago

Multi-label Classification