Goto

Collaborating Authors

 Semantic Networks


Convolutional 2D Knowledge Graph Embeddings

AAAI Conferences

Link prediction for knowledge graphs is the task of predicting missing relationships between entities. Previous work on link prediction has focused on shallow, fast models which can scale to large knowledge graphs. However, these models learn less expressive features than deep, multi-layer models โ€” which potentially limits performance. In this work we introduce ConvE, a multi-layer convolutional network model for link prediction, and report state-of-the-art results for several established datasets. We also show that the model is highly parameter efficient, yielding the same performance as DistMult and R-GCN with 8x and 17x fewer parameters. Analysis of our model suggests that it is particularly effective at modelling nodes with high indegree โ€” which are common in highly-connected, complex knowledge graphs such as Freebase and YAGO3. In addition, it has been noted that the WN18 and FB15k datasets suffer from test set leakage, due to inverse relations from the training set being present in the test set โ€” however, the extent of this issue has so far not been quantified. We find this problem to be severe: a simple rule-based model can achieve state-of-the-art results on both WN18 and FB15k. To ensure that models are evaluated on datasets where simply exploiting inverse relations cannot yield competitive results, we investigate and validate several commonly used datasets โ€” deriving robust variants where necessary. We then perform experiments on these robust datasets for our own and several previously proposed models, and find that ConvE achieves state-of-the-art Mean Reciprocal Rank across all datasets.


Incorporating Literals into Knowledge Graph Embeddings

arXiv.org Machine Learning

Knowledge graphs, on top of entities and their relationships, contain another important element: literals. Literals encode interesting properties (e.g. the height) of entities that are not captured by links between entities alone. Most of the existing work on embedding (or latent feature) based knowledge graph modeling focuses mainly on the relations between entities. In this work, we study the effect of incorporating literal information into existing knowledge graph models. Our approach, which we name LiteralE, is an extension that can be plugged into existing latent feature methods. LiteralE merges entity embeddings with their literal information using a learnable, parametrized function, such as a simple linear or nonlinear transformation, or a multilayer neural network. We extend several popular embedding models using LiteralE and evaluate the performance on the task of link prediction. Despite its simplicity, LiteralE proves to be an effective way to incorporate literal information into existing embedding based models, improving their performance on different standard datasets, which we augmented with their literals and provide as testbed for further research.


Kojien dictionary definition for 'LGBT' criticized for inaccuracy by advocates

The Japan Times

The publisher of Kojien, the nation's most authoritative dictionary, has drawn complaints from advocates for sexual minorities for incorrectly defining the term, "LGBT," in its latest edition released Friday. "Lesbian," "gay" and "bisexual" are terms used to describe sexual orientations, while "transgender" is used to "describe people whose gender identity does not match the sex or gender they were identified as having at birth." But the seventh edition of Kojien failed to separate the meaning of "lesbian," "gay" and "bisexual," from "transgender," defining the meaning of "LGBT" collectively as "people whose sexual orientations are different from the majority." Following its release, many LGBT advocates took to Twitter and Facebook to point out the mistake, urging the publisher to make a correction. Iwanami Shoten, the publisher, admitted the inaccuracy, saying the explanation of the term was "insufficient."


How Not to Get Lost in 2018 with Knowledge Graphs: Map, Graph, Go! - DATAVERSITY

@machinelearnbot

Click to learn more about author Thomas Frisendal. Losing your way is easy. Much of Data Modeling in the search, analytics and reporting spaces have been focused on the fabulous five W-words. We have been throwing technologies at this for quite some years now: Plain old Data Modeling, Semantics, "hyperindexes", ontologies, topic maps, Data Warehouses, Operational Data Stores, multidimensional OLAP, mapping-intensive ETL, key/value pairs, Big Data and now also Data Catalogs, Data Lakes, and Knowledge Graphs. Even alerts and exception reporting have been baked into reporting and analytics solutions for quite some time now. That must be because the "what is new?" question has a bit higher priority than the other ones as business moves on.


Efficient Parallel Translating Embedding For Knowledge Graphs

arXiv.org Artificial Intelligence

Knowledge graph embedding aims to embed entities and relations of knowledge graphs into low-dimensional vector spaces. Translating embedding methods regard relations as the translation from head entities to tail entities, which achieve the state-of-the-art results among knowledge graph embedding methods. However, a major limitation of these methods is the time consuming training process, which may take several days or even weeks for large knowledge graphs, and result in great difficulty in practical applications. In this paper, we propose an efficient parallel framework for translating embedding methods, called ParTrans-X, which enables the methods to be paralleled without locks by utilizing the distinguished structures of knowledge graphs. Experiments on two datasets with three typical translating embedding methods, i.e., TransE [3], TransH [17], and a more efficient variant TransE- AdaGrad [10] validate that ParTrans-X can speed up the training process by more than an order of magnitude.



Taiwan objects to Kojien dictionary's definition of the independent island state

The Japan Times

The publisher of Kojien, the most authoritative dictionary in Japan, has been stuck between a rock and a hard place over its definition of Taiwan as a province of China, prompting a request for a correction from the self-ruled island. Since its first publication in 1955, the dictionary has become a household name. The media and other organizations often use it to get the final say on a word's meaning. The seventh edition is slated to be released next month. On Friday, Iwanami Shoten, the publisher, said Kojien's entry on Taiwan is in line with the 1972 Japan-China Joint Communique, in which Japan recognized the People's Republic of China as the sole legal government of China and "fully understands and respects" the PRC's stance that Taiwan is an inalienable part of its territory.


KSR: A Semantic Representation of Knowledge Graph within a Novel Unsupervised Paradigm

arXiv.org Artificial Intelligence

Knowledge representation is a long-history topic in AI, which is very important. A variety of models have been proposed for knowledge graph embedding, which projects symbolic entities and relations into continuous vector space. However, most related methods merely focus on the data-fitting of knowledge graph, and ignore the interpretable semantic expression. Thus, traditional embedding methods are not friendly for applications that require semantic analysis, such as question answering and entity retrieval. To this end, this paper proposes a semantic representation method for knowledge graph \textbf{(KSR)}, which imposes a two-level hierarchical generative process that globally extracts many aspects and then locally assigns a specific category in each aspect for every triple. Since both aspects and categories are semantics-relevant, the collection of categories in each aspect is treated as the semantic representation of this triple. Extensive experiments show that our model outperforms other state-of-the-art baselines substantially.


Data Mining in Unusual Domains with Information-rich Knowledge Graph Construction, Inference and Search

VideoLectures.NET

The growth of the Web is a success story that has spurred much research in knowledge discovery and data mining. Data mining over Web domains that are unusual is an even harder problem. There are several factors that make a domain unusual. In particular, such domains have significant long tails and exhibit concept drift, and are characterized by high levels of heterogeneity. Notable examples of unusual Web domains include both illicit domains, such as human trafficking advertising, illegal weapons sales, counterfeit goods transactions, patent trolling and cyberattacks, and also non-illicit domains such as humanitarian and disaster relief.


Word embeddings in 2017: Trends and future directions

@machinelearnbot

The word2vec method based on skip-gram with negative sampling (Mikolov et al., 2013) [49] was published in 2013 and had a large impact on the field, mainly through its accompanying software package, which enabled efficient training of dense word representations and a straightforward integration into downstream models. In some respects, we have come far since then: Word embeddings have established themselves as an integral part of Natural Language Processing (NLP) models. In other aspects, we might as well be in 2013 as we have not found ways to pre-train word embeddings that have managed to supersede the original word2vec. This post will focus on the deficiencies of word embeddings and how recent approaches have tried to resolve them. If not otherwise stated, this post discusses pre-trained word embeddings, i.e. word representations that have been learned on a large corpus using word2vec and its variants.