paper-with-me

Papers

Predicting Semantic Relations using Global Graph Properties

2018-08-27 · EMNLP 2018 10 · Yuval Pinter, Jacob Eisenstein

Semantic graphs, such as WordNet, are resources which curate natural language on two distinguishable layers. On the local level, individual relations between synsets (semantic building blocks) such as hypernymy and meronymy enhance our understanding of the words used to express their meanings. Globally, analysis of graph-theoretic properties of the entire net sheds light on the structure of human language as a whole. In this paper, we combine global and local properties of semantic graphs through the framework of Max-Margin Markov Graph Models (M3GM), a novel extension of Exponential Random Graph Model (ERGM) that scales to large multi-relational graphs. We demonstrate how such global modeling improves performance on the local task of predicting semantic relations between synsets, yielding new state-of-the-art results on the WN18RR dataset, a challenging version of WordNet link prediction in which "easy" reciprocal cases are removed. In addition, the M3GM model identifies multirelational motifs that are characteristic of well-formed lexical semantic ontologies.

📄 PDF Abstract BibTeX arXiv:1808.08644

Code (1)

yuvalpinter/m3gm 공식 구현

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

On2Vec: Embedding-based Relation Prediction for Ontology Population

2018-09-07 · Muhao Chen, Yingtao Tian, Xuelu Chen, Zijun Xue 외

Populating ontology graphs represents a long-standing problem for the Semantic Web community. Recent advances in translation-based graph embedding methods for populating instance-level knowledge graphs lead to promising …

Graph EmbeddingKnowledge GraphsPredictionRelation+2

Global Attention based Graph Convolutional Neural Networks for Improved Materials Property Prediction

2020-03-11 · Steph-Yves Louis, Yong Zhao, Alireza Nasiri, Xiran Wong 외

Machine learning (ML) methods have gained increasing popularity in exploring and developing new materials. More specifically, graph neural network (GNN) has been applied in predicting material properties. In this work, w…

Graph AttentionGraph Neural NetworkProperty Prediction

Global Relational Models of Source Code

2020-05-01 · ICLR 2020 1 · Vincent J. Hellendoorn, Charles Sutton, Rishabh Singh, Petros Maniatis 외

Models of code can learn distributed representations of a program's syntax and semantics to predict many non-trivial properties of a program. Recent state-of-the-art models leverage highly structured representations of p…

Inductive BiasProgram RepairVariable misuse

Document-level Relation Extraction as Semantic Segmentation

2021-06-07 · Ningyu Zhang, Xiang Chen, Xin Xie, Shumin Deng 외

Document-level relation extraction aims to extract relations among multiple entity pairs from a document. Previously proposed graph-based or transformer-based models utilize the entities independently, regardless of glob…

Document-level Relation ExtractionRelationRelation ExtractionSegmentation+1

Unbiased Scene Graph Generation via Rich and Fair Semantic Extraction

2020-02-01 · Bin Wen, Jie Luo, Xianglong Liu, Lei Huang

Extracting graph representation of visual scenes in image is a challenging task in computer vision. Although there has been encouraging progress of scene graph generation in the past decade, we surprisingly find that the…

Graph GenerationRelationScene Graph GenerationUnbiased Scene Graph Generation