This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Description
In most text generating architecture, beam search provide a quality improvement by generating more natural text.
Is it useful to use beam search with XLNet ?
As far as I understand, since token are generated one by one, beam search is completely useless.
But what about generating tokens 2 by 2 ? Would it be useful to add beam search ?
Are you going to try it ?