paper-with-me

홈 › Papers

FONDUE: A Framework for Node Disambiguation Using Network Embeddings

2020-02-24 · Ahmad Mel, Bo Kang, Jefrey Lijffijt, Tijl De Bie

Real-world data often presents itself in the form of a network. Examples include social networks, citation networks, biological networks, and knowledge graphs. In their simplest form, networks represent real-life entities (e.g. people, papers, proteins, concepts) as nodes, and describe them in terms of their relations with other entities by means of edges between these nodes. This can be valuable for a range of purposes from the study of information diffusion to bibliographic analysis, bioinformatics research, and question-answering. The quality of networks is often problematic though, affecting downstream tasks. This paper focuses on the common problem where a node in the network in fact corresponds to multiple real-life entities. In particular, we introduce FONDUE, an algorithm based on network embedding for node disambiguation. Given a network, FONDUE identifies nodes that correspond to multiple entities, for subsequent splitting. Extensive experiments on twelve benchmark datasets demonstrate that FONDUE is substantially and uniformly more accurate for ambiguous node identification compared to the existing state-of-the-art, at a comparable computational cost, while less optimal for determining the best way to split ambiguous nodes.

📄 PDF Abstract BibTeX arXiv:2002.10127

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsNetwork EmbeddingQuestion Answering

Similar Papers 제목 키워드 기반

Word embeddings and recurrent neural networks based on Long-Short Term Memory nodes in supervised biomedical word sense disambiguation

2016-04-09 · Antonio Jimeno Yepes

Word sense disambiguation helps identifying the proper sense of ambiguous words in text. With large terminologies such as the UMLS Metathesaurus ambiguities appear and highly effective disambiguation methods are required…

Word EmbeddingsWord Sense Disambiguation

Making Fast Graph-based Algorithms with Graph Metric Embeddings

2019-06-17 · ACL 2019 7 · Andrey Kutuzov, Mohammad Dorgham, Oleksiy Oliynyk, Chris Biemann 외

The computation of distance measures between nodes in graphs is inefficient and does not scale to large graphs. We explore dense vector representations as an effective way to approximate the same information: we introduc…

Semantic SimilaritySemantic Textual SimilarityWord Sense DisambiguationWord Similarity

FONDUE: an algorithm to find the optimal dimensionality of the latent representations of variational autoencoders

2022-09-26 · Lisa Bonheme, Marek Grzes

When training a variational autoencoder (VAE) on a given dataset, determining the optimal number of latent variables is mostly done by grid search: a costly process in terms of computational time and carbon footprint. In…

Learning Graph Embeddings from WordNet-based Similarity Measures

2018-08-16 · SEMEVAL 2019 6 · Andrey Kutuzov, Mohammad Dorgham, Oleksiy Oliynyk, Chris Biemann 외

We present path2vec, a new approach for learning graph embeddings that relies on structural measures of pairwise node similarities. The model learns representations for nodes in a dense space that approximate a given use…

Graph EmbeddingSemantic SimilaritySemantic Textual SimilarityWord Sense Disambiguation

Unsupervised Visual Sense Disambiguation for Verbs using Multimodal Embeddings

2016-03-30 · NAACL 2016 6 · Spandana Gella, Mirella Lapata, Frank Keller

We introduce a new task, visual sense disambiguation for verbs: given an image and a verb, assign the correct sense of the verb, i.e., the one that describes the action depicted in the image. Just as textual word sense d…

Image DescriptionImage RetrievalRetrievalWord Sense Disambiguation