Classification of Things in DBpedia using Deep Neural Networks
Rahul Parundekar

TL;DR
This paper presents a novel deep learning approach for classifying types of entities in noisy semantic web data like DBpedia, using random walk features and neural networks, outperforming existing methods.
Contribution
It introduces a new method combining random walk feature extraction with deep neural networks for multi-label classification on semantic graphs.
Findings
Our method outperforms state-of-the-art systems like SDtype and SLCN.
Random-walk-based features improve classification robustness.
Deep Neural Networks effectively handle noisy semantic data.
Abstract
The Semantic Web aims at representing knowledge about the real world at web scale - things, their attributes and relationships among them can be represented as nodes and edges in an inter-linked semantic graph. In the presence of noisy data, as is typical of data on the Semantic Web, a software Agent needs to be able to robustly infer one or more associated actionable classes for the individuals in order to act automatically on it. We model this problem as a multi-label classification task where we want to robustly identify types of the individuals in a semantic graph such as DBpedia, which we use as an exemplary dataset on the Semantic Web. Our approach first extracts multiple features for the individuals using random walks and then performs multi-label classification using fully-connected Neural Networks. Through systematic exploration and experimentation, we identify the effect of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Web Data Mining and Analysis · Spam and Phishing Detection
