CLIRITLGApr 25, 2023

A Novel Dual of Shannon Information and Weighting Scheme

arXiv:2304.12814v1h-index: 1
Originality Incremental advance
AI Analysis

This work addresses the need for more effective document representation in machine learning, offering incremental improvements over existing weighting schemes.

The authors tackled the problem of improving document weighting schemes by proposing a dual of Shannon information called troenpy, which measures certainty, commonness, and similarity, and introduced a new weighting scheme (PCF) and feature (ECIB) that outperformed TF-IDF and other methods on public datasets with linear complexity.

Shannon Information theory has achieved great success in not only communication technology where it was originally developed for but also many other science and engineering fields such as machine learning and artificial intelligence. Inspired by the famous weighting scheme TF-IDF, we discovered that information entropy has a natural dual. We complement the classical Shannon information theory by proposing a novel quantity, namely troenpy. Troenpy measures the certainty, commonness and similarity of the underlying distribution. To demonstrate its usefulness, we propose a troenpy based weighting scheme for document with class labels, namely positive class frequency (PCF). On a collection of public datasets we show the PCF based weighting scheme outperforms the classical TF-IDF and a popular Optimal Transportation based word moving distance algorithm in a kNN setting. We further developed a new odds-ratio type feature, namely Expected Class Information Bias(ECIB), which can be regarded as the expected odds ratio of the information quantity entropy and troenpy. In the experiments we observe that including the new ECIB features and simple binary term features in a simple logistic regression model can further significantly improve the performance. The simple new weighting scheme and ECIB features are very effective and can be computed with linear order complexity.

Foundations

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

Your Notes