paper-with-me

홈 › Papers

INFINITY: A Simple Yet Effective Unsupervised Framework for Graph-Text Mutual Conversion

2022-09-22 · Yi Xu, Luoyi Fu, Zhouhan Lin, Jiexing Qi, Xinbing Wang

Graph-to-text (G2T) generation and text-to-graph (T2G) triple extraction are two essential tasks for constructing and applying knowledge graphs. Existing unsupervised approaches turn out to be suitable candidates for jointly learning the two tasks due to their avoidance of using graph-text parallel data. However, they are composed of multiple modules and still require both entity information and relation type in the training process. To this end, we propose INFINITY, a simple yet effective unsupervised approach that does not require external annotation tools or additional parallel information. It achieves fully unsupervised graph-text mutual conversion for the first time. Specifically, INFINITY treats both G2T and T2G as a bidirectional sequence generation task by fine-tuning only one pretrained seq2seq model. A novel back-translation-based framework is then designed to automatically generate continuous synthetic parallel data. To obtain reasonable graph sequences with structural information from source texts, INFINITY employs reward-based training loss by leveraging the advantage of reward augmented maximum likelihood. As a fully unsupervised framework, INFINITY is empirically verified to outperform state-of-the-art baselines for G2T and T2G tasks.

📄 PDF Abstract BibTeX arXiv:2209.10754

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Asymptotic Justification of Bandlimited Interpolation of Graph signals for Semi-Supervised Learning

2015-02-14 · Aamir Anis, Aly El Gamal, A. Salman Avestimehr, Antonio Ortega

Graph-based methods play an important role in unsupervised and semi-supervised learning tasks by taking into account the underlying geometry of the data set. In this paper, we consider a statistical setting for semi-supe…

Uniform Convergence Rates for Lipschitz Learning on Graphs

2021-11-24 · Leon Bungert, Jeff Calder, Tim Roith

Lipschitz learning is a graph-based semi-supervised learning method where one extends labels from a labeled to an unlabeled data set by solving the infinity Laplace equation on a weighted graph. In this work we prove uni…

Robust Multi-Manifold Clustering via Simplex Paths

2025-07-14 · Haoyu Chen, Anna Little, Akin Narayan arxiv

This article introduces a novel, geometric approach for multi-manifold clustering (MMC), i.e. for clustering a collection of potentially intersecting, d-dimensional manifolds into the individual manifold components. We f…

Unsupervised Episode Generation for Graph Meta-learning

2023-06-27 · Jihyeong Jung, Sangwoo Seo, Sungwon Kim, Chanyoung Park

We propose Unsupervised Episode Generation method called Neighbors as Queries (NaQ) to solve the Few-Shot Node-Classification (FSNC) task by unsupervised Graph Meta-learning. Doing so enables full utilization of the info…

Contrastive LearningMeta-LearningNode ClassificationSelf-Supervised Learning

A continuum limit for the PageRank algorithm

2020-01-24 · Amber Yuan, Jeff Calder, Braxton Osting

Semi-supervised and unsupervised machine learning methods often rely on graphs to model data, prompting research on how theoretical properties of operators on graphs are leveraged in learning problems. While most of the …