Coarse-to-Fine Model

Home > Computer Science > Natural Language Processing > Sequence-to-Sequence Modeling > Coarse-to-Fine Model

A sequence-to-sequence model that first generates a rough output sequence and then refines it through an iterative process. This approach is particularly useful when the target sequence is long, and generating it from scratch may lead to errors.