AICLLGApr 30, 2017

Tree-Structured Neural Machine for Linguistics-Aware Sentence Generation

arXiv:1705.00321v45 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of generating more relevant and fluent sentences in conversational AI by leveraging linguistic analysis, representing an incremental improvement over existing methods.

The paper tackled the problem of generating high-quality conversational responses by incorporating linguistic structure, specifically dependency trees, into sentence generation, resulting in an 11.15% increase in acceptance ratio compared to baseline methods.

Different from other sequential data, sentences in natural language are structured by linguistic grammars. Previous generative conversational models with chain-structured decoder ignore this structure in human language and might generate plausible responses with less satisfactory relevance and fluency. In this study, we aim to incorporate the results from linguistic analysis into the process of sentence generation for high-quality conversation generation. Specifically, we use a dependency parser to transform each response sentence into a dependency tree and construct a training corpus of sentence-tree pairs. A tree-structured decoder is developed to learn the mapping from a sentence to its tree, where different types of hidden states are used to depict the local dependencies from an internal tree node to its children. For training acceleration, we propose a tree canonicalization method, which transforms trees into equivalent ternary trees. Then, with a proposed tree-structured search method, the model is able to generate the most probable responses in the form of dependency trees, which are finally flattened into sequences as the system output. Experimental results demonstrate that the proposed X2Tree framework outperforms baseline methods over 11.15% increase of acceptance ratio.

Foundations

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

Your Notes