# Graph Node Embeddings using Domain-Aware Biased Random Walks

**Authors:** Sourav Mukherjee, Tim Oates, Ryan Wright

arXiv: 1908.02947 · 2019-08-09

## TL;DR

This paper introduces a domain-aware graph embedding framework that incorporates semantic information and task-specific substructure relevance, improving accuracy over traditional structural-only methods.

## Contribution

The paper presents a novel framework for domain-aware graph embeddings that leverage semantic information and task relevance, enhancing machine learning performance.

## Key findings

- Embeddings using semantic information outperform purely structural methods.
- The framework is simple to implement and effective across different domains.
- Achieves equal or better accuracy in downstream tasks.

## Abstract

The recent proliferation of publicly available graph-structured data has sparked an interest in machine learning algorithms for graph data. Since most traditional machine learning algorithms assume data to be tabular, embedding algorithms for mapping graph data to real-valued vector spaces has become an active area of research. Existing graph embedding approaches are based purely on structural information and ignore any semantic information from the underlying domain. In this paper, we demonstrate that semantic information can play a useful role in computing graph embeddings. Specifically, we present a framework for devising embedding strategies aware of domain-specific interpretations of graph nodes and edges, and use knowledge of downstream machine learning tasks to identify relevant graph substructures. Using two real-life domains, we show that our framework yields embeddings that are simple to implement and yet achieve equal or greater accuracy in machine learning tasks compared to domain independent approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.02947/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1908.02947/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1908.02947/full.md

---
Source: https://tomesphere.com/paper/1908.02947