INFINITY: A Simple Yet Effective Unsupervised Framework for Graph-Text Mutual Conversion
Yi Xu, Luoyi Fu, Zhouhan Lin, Jiexing Qi, Xinbing Wang

TL;DR
INFINITY is a novel unsupervised framework that enables bidirectional graph-to-text and text-to-graph conversion without external annotations, using a single seq2seq model and back-translation for synthetic data generation.
Contribution
It introduces the first fully unsupervised approach for mutual graph-text conversion, eliminating the need for external tools or parallel data.
Findings
Outperforms state-of-the-art baselines in G2T and T2G tasks.
Uses a single pretrained seq2seq model for bidirectional conversion.
Employs back-translation and reward-based training for synthetic data generation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
