paper-with-me

홈 › Papers

Order Matters: Probabilistic Modeling of Node Sequence for Graph Generation

2021-06-11 · Xiaohui Chen, Xu Han, Jiajing Hu, Francisco J. R. Ruiz, LiPing Liu

A graph generative model defines a distribution over graphs. One type of generative model is constructed by autoregressive neural networks, which sequentially add nodes and edges to generate a graph. However, the likelihood of a graph under the autoregressive model is intractable, as there are numerous sequences leading to the given graph; this makes maximum likelihood estimation challenging. Instead, in this work we derive the exact joint probability over the graph and the node ordering of the sequential process. From the joint, we approximately marginalize out the node orderings and compute a lower bound on the log-likelihood using variational inference. We train graph generative models by maximizing this bound, without using the ad-hoc node orderings of previous methods. Our experiments show that the log-likelihood bound is significantly tighter than the bound of previous schemes. Moreover, the models fitted with the proposed algorithm can generate high-quality graphs that match the structures of target graphs not seen during training. We have made our code publicly available at \hyperref[https://github.com/tufts-ml/graph-generation-vi]{https://github.com/tufts-ml/graph-generation-vi}.

📄 PDF Abstract BibTeX arXiv:2106.06189

Code (1)

tufts-ml/graph-generation-vi 공식 구현 pytorch

Tasks

Graph GenerationVariational Inference

Similar Papers 제목 키워드 기반

Order Matters at Fanatics Recommending Sequentially Ordered Products by LSTM Embedded with Word2Vec

2019-11-22 · Jing Pan, Weian Sheng, Santanu Dey

A unique challenge for e-commerce recommendation is that customers are often interested in products that are more advanced than their already purchased products, but not reversed. The few existing recommender systems mod…

Recommendation Systems

Order Matters: Sequence to sequence for sets

2015-11-19 · Oriol Vinyals, Samy Bengio, Manjunath Kudlur

Sequences have become first class citizens in supervised learning thanks to the resurgence of recurrent neural networks. Many complex tasks that require mapping from or to a sequence of observations can now be formulated…

Language Modeling

Alleviating Sequence Information Loss with Data Overlapping and Prime Batch Sizes

2019-09-18 · CONLL 2019 11 · Noémien Kocher, Christian Scuito, Lorenzo Tarantino, Alexandros Lazaridis 외

In sequence modeling tasks the token order matters, but this information can be partially lost due to the discretization of the sequence into data points. In this paper, we study the imbalance between the way certain tok…

Language Modelling

P$^3$LM: Probabilistically Permuted Prophet Language Modeling for Generative Pre-Training

2022-10-22 · Junwei Bao, Yifan Wang, Jiangyong Ying, Yeyun Gong 외

Conventional autoregressive left-to-right (L2R) sequence generation faces two issues during decoding: limited to unidirectional target sequence modeling, and constrained on strong local dependencies. To address the afore…

Conversational Question AnsweringDecoderLanguage ModelingLanguage Modelling+4

PROPS: Probabilistic personalization of black-box sequence models

2019-03-05 · Michael Thomas Wojnowicz, Xuan Zhao

We present PROPS, a lightweight transfer learning mechanism for sequential data. PROPS learns probabilistic perturbations around the predictions of one or more arbitrarily complex, pre-trained black box models (such as r…

ArticlesLanguage ModelingLanguage ModellingTransfer Learning