Dominant sentence ordering models use a pointer network decoder to generate ordering sequences in a left-To-right fashion. However, such a decoder only exploits the noisy leftside encoded context, which is insufficient to ensure correct sentence ordering. To address this deficiency, we propose to enhance the pointer network decoder by using two pairwise ordering prediction modules: The FUTURE module predicts the relative orientations of other unordered sentences with respect to the candidate sentence, and the HISTORY module measures the local coherence between several (e.g., 2) previously ordered sentences and the candidate sentence, without the influence of noisy left-side context. Using the pointer mechanism, we then incorporate this dynamically generated information into the decoder as a supplement to the left-side context for better predictions. On several commonly-used datasets, our model significantly outperforms other baselines, achieving the state-of-The-Art performance. Further analyses verify that pairwise ordering predictions indeed provide extra useful context as expected, leading to better sentence ordering. We also evaluate our sentence ordering models on a downstream task, multi-document summarization, and the summaries reordered by our model achieve the best coherence scores. Our code is available at https://github.com/DeepLearnXMU/Pairwise.git.
CITATION STYLE
Yin, Y., Meng, F., Su, J., Ge, Y., Song, L., Zhou, J., & Luo, J. (2020). Enhancing pointer network for sentence ordering with pairwise ordering predictions. In AAAI 2020 - 34th AAAI Conference on Artificial Intelligence (pp. 9482–9489). AAAI press. https://doi.org/10.1609/aaai.v34i05.6492
Mendeley helps you to discover research relevant for your work.