CLMLSep 4, 2018

Pointwise HSIC: A Linear-Time Kernelized Co-occurrence Norm for Sparse Linguistic Expressions

arXiv:1809.00800v11091 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate co-occurrence measures in natural language processing, offering a faster alternative to existing methods, though it is incremental as it builds on kernel methods and HSIC.

The paper tackles the problem of measuring co-occurrence in sparse linguistic expressions by proposing Pointwise HSIC (PHSIC), a kernel-based alternative to pointwise mutual information (PMI), which is learned thousands of times faster than an RNN-based PMI and outperforms it in accuracy on a dialogue response selection task.

In this paper, we propose a new kernel-based co-occurrence measure that can be applied to sparse linguistic expressions (e.g., sentences) with a very short learning time, as an alternative to pointwise mutual information (PMI). As well as deriving PMI from mutual information, we derive this new measure from the Hilbert--Schmidt independence criterion (HSIC); thus, we call the new measure the pointwise HSIC (PHSIC). PHSIC can be interpreted as a smoothed variant of PMI that allows various similarity metrics (e.g., sentence embeddings) to be plugged in as kernels. Moreover, PHSIC can be estimated by simple and fast (linear in the size of the data) matrix calculations regardless of whether we use linear or nonlinear kernels. Empirically, in a dialogue response selection task, PHSIC is learned thousands of times faster than an RNN-based PMI while outperforming PMI in accuracy. In addition, we also demonstrate that PHSIC is beneficial as a criterion of a data selection task for machine translation owing to its ability to give high (low) scores to a consistent (inconsistent) pair with other pairs.

Foundations

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

Your Notes