kweonwooj / papers

summary of ML papers I've read
319 stars 34 forks source link

Insertion Transformer: Flexible Sequence Generation via Insertion Operations #123

Open kweonwooj opened 5 years ago

kweonwooj commented 5 years ago

Abstract

Details

Introduction

Model Adjustments from original Transformer

Training

Balanced Binary Tree

Termination Condition

Training Differenes

Inference

Greedy Decoding

Experiments

Parallel Decoding

Test Result

Examples of Decoding

screen shot 2019-02-14 at 10 56 11 am

Personal Thoughts

Link : https://arxiv.org/pdf/1902.03249.pdf Authors : Stern et al. 2019

kweonwooj commented 5 years ago
sIncerass commented 5 years ago

Do you have the implemented version of this? I am a little lost for generating suitable dataset.

SivilTaram commented 5 years ago

@sIncerass I find a repo which may help you(but I do not validate it though). https://github.com/levensteins-monster/insertion_transformer

sIncerass commented 5 years ago

@sIncerass I find a repo which may help you(but I do not validate it though). https://github.com/levensteins-monster/insertion_transformer

Thanks, I guess this must come from Jiatao.