HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Neural Attentive Bag-of-Entities Model for Text Classification

Ikuya Yamada; Hiroyuki Shindo

Neural Attentive Bag-of-Entities Model for Text Classification

Abstract

This study proposes a Neural Attentive Bag-of-Entities model, which is a neural network model that performs text classification using entities in a knowledge base. Entities provide unambiguous and relevant semantic signals that are beneficial for capturing semantics in texts. We combine simple high-recall entity detection based on a dictionary, to detect entities in a document, with a novel neural attention mechanism that enables the model to focus on a small number of unambiguous and relevant entities. We tested the effectiveness of our model using two standard text classification datasets (i.e., the 20 Newsgroups and R8 datasets) and a popular factoid question answering dataset based on a trivia quiz game. As a result, our model achieved state-of-the-art results on all datasets. The source code of the proposed model is available online at https://github.com/wikipedia2vec/wikipedia2vec.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
text-classification-on-20newsNABoE-full
Accuracy: 86.8
F-measure: 86.2
text-classification-on-r8NABoE-full
Accuracy: 97.1
F-measure: 91.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Neural Attentive Bag-of-Entities Model for Text Classification | Papers | HyperAI