CLSep 25, 2021

Self-Enhancing Multi-filter Sequence-to-Sequence Model

arXiv:2109.12399v31 citations
Originality Incremental advance
AI Analysis

This addresses convergence issues in NLP tasks like semantic parsing and machine translation, but it is incremental as it builds on existing encoder-decoder frameworks.

The paper tackles the problem of representation heterogeneity in sequence-to-sequence tasks by proposing a multi-filter encoder-decoder model with a self-enhancing mechanism, achieving at least 5% improvement over benchmarks and over 10% gain from the mechanism.

Representation learning is important for solving sequence-to-sequence problems in natural language processing. Representation learning transforms raw data into vector-form representations while preserving their features. However, data with significantly different features leads to heterogeneity in their representations, which may increase the difficulty of convergence. We design a multi-filter encoder-decoder model to resolve the heterogeneity problem in sequence-to-sequence tasks. The multi-filter model divides the latent space into subspaces using a clustering algorithm and trains a set of decoders (filters) in which each decoder only concentrates on the features from its corresponding subspace. As for the main contribution, we design a self-enhancing mechanism that uses a reinforcement learning algorithm to optimize the clustering algorithm without additional training data. We run semantic parsing and machine translation experiments to indicate that the proposed model can outperform most benchmarks by at least 5\%. We also empirically show the self-enhancing mechanism can improve performance by over 10\% and provide evidence to demonstrate the positive correlation between the model's performance and the latent space clustering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes