Table 1: 
Descriptions of the pre-defined orders used in this work. Major references that have explored these generation orders with different models and applications are also marked.
Pre-defined OrderDescriptions
Left-to-right (L2R) Generate words from left to right. (Wu et al., 2018) 
Right-to-left (R2L) Generate words from right to left. (Wu et al., 2018) 
Odd-Even (ODD) Generate words at odd positions from left to right, then generate even positions. (Ford et al., 2018) 
Balanced-tree (BLT) Generate words with a top-down left-to-right order from a balanced binary tree. (Stern et al., 2019) 
Syntax-tree (SYN) Generate words with a top-down left-to-right order from the dependency tree. (Wang et al., 2018b) 
Common-First (CF) Generate all common words first from left to right, and then generate the others. (Ford et al., 2018) 
Rare-First (RF) Generate all rare words first from left to right, and then generate the remaining. (Ford et al., 2018) 
Random (RND) Generate words in a random order shuffled every time the example was loaded. 
Pre-defined OrderDescriptions
Left-to-right (L2R) Generate words from left to right. (Wu et al., 2018) 
Right-to-left (R2L) Generate words from right to left. (Wu et al., 2018) 
Odd-Even (ODD) Generate words at odd positions from left to right, then generate even positions. (Ford et al., 2018) 
Balanced-tree (BLT) Generate words with a top-down left-to-right order from a balanced binary tree. (Stern et al., 2019) 
Syntax-tree (SYN) Generate words with a top-down left-to-right order from the dependency tree. (Wang et al., 2018b) 
Common-First (CF) Generate all common words first from left to right, and then generate the others. (Ford et al., 2018) 
Rare-First (RF) Generate all rare words first from left to right, and then generate the remaining. (Ford et al., 2018) 
Random (RND) Generate words in a random order shuffled every time the example was loaded. 
Close Modal

or Create an Account

Close Modal
Close Modal