Concept Interaction Graph
Identifying the relationship between two text objects is a core research problem underlying many natural language processing tasks. A wide range of deep learning schemes have been proposed for text matching, mainly focusing on sentence matching, question answering or query document matching. We point out that existing approaches do not perform well at matching long documents, which is critical, for example, to AI-based news article understanding and event or story formation. The reason is that these methods either omit or fail to fully utilize complicated semantic structures in long documents. In this paper, we propose a graph approach to text matching, especially targeting long document matching, such as identifying whether two news articles report the same event in the real world, possibly with different narratives. We propose the Concept Interaction Graph to yield a graph representation for a document, with vertices representing different concepts, each being one or a group of coherent keywords in the document, and with edges representing the interactions between different concepts, connected by sentences in the document. Based on the graph representation of document pairs, we further propose a Siamese Encoded Graph Convolutional Network that learns vertex representations through a Siamese neural network and aggregates the vertex features though Graph Convolutional Networks to generate the matching result. Extensive evaluation of the proposed approach based on two labeled news article datasets created at Tencent for its intelligent news products show that the proposed graph approach to long document matching significantly outperforms a wide range of state-of-the-art methods. …
Tensor-Train factorized LSTM (TT-LSTM)
In recent years, Long Short-Term Memory (LSTM) has become a popular choice for speech separation and speech enhancement task. The capability of LSTM network can be enhanced by widening and adding more layers. However, this would introduce millions of parameters in the network and also increase the requirement of computational resources. These limitations hinders the efficient implementation of RNN models in low-end devices such as mobile phones and embedded systems with limited memory. To overcome these issues, we proposed to use an efficient alternative approach of reducing parameters by representing the weight matrix parameters of LSTM based on Tensor-Train (TT) format. We called this Tensor-Train factorized LSTM as TT-LSTM model. Based on this TT-LSTM units, we proposed a deep TensorNet model for single-channel speech enhancement task. Experimental results in various test conditions and in terms of standard speech quality and intelligibility metrics, demonstrated that the proposed deep TT-LSTM based speech enhancement framework can achieve competitive performances with the state-of-the-art uncompressed RNN model, even though the proposed model architecture is orders of magnitude less complex. …
Feature-Distributed Stochastic Variance Reduced Gradient (FD-SVRG)
Linear classification has been widely used in many high-dimensional applications like text classification. To perform linear classification for large-scale tasks, we often need to design distributed learning methods on a cluster of multiple machines. In this paper, we propose a new distributed learning method, called feature-distributed stochastic variance reduced gradient (FD-SVRG) for high-dimensional linear classification. Unlike most existing distributed learning methods which are instance-distributed, FD-SVRG is feature-distributed. FD-SVRG has lower communication cost than other instance-distributed methods when the data dimensionality is larger than the number of data instances. Experimental results on real data demonstrate that FD-SVRG can outperform other state-of-the-art distributed methods for high-dimensional linear classification in terms of both communication cost and wall-clock time, when the dimensionality is larger than the number of instances in training data. …
Distributionally Robust Shortest Path (DRSP)
This paper proposes a data-driven distributionally robust shortest path (DRSP) model where the distribution of travel time of each arc in the transportation network can only be observed through a finite training dataset. To resolve the ambiguity of the probability distribution, the DRSP model aims to find an optimal path to minimize the worst-case $\alpha$-reliable mean-excess travel time (METT) within a Wasserstein ball, which is centered at the empirical distribution over the training dataset and the radius quantifies the level of confidence in the empirical distribution. Under mild conditions, we show that the proposed DRSP model can be equivalently reformulated as a mixed 0-1 convex program, e.g., 0-1 linear program (LP) or 0-1 second-order cone program (SOCP) both of which can be efficiently solved by the existing optimization techniques. Compared with other robust approaches, the optimal path is able to well handle uncertainty both in travel time and its distribution. Moreover, we test our data-driven DRSP model on synthetic and real road networks, respectively. The experimental results validate that the DRSP model can achieve good out-of-sample performance. …
If you did not already know
21 Monday Mar 2022
Posted What is ...
in