paper-with-me

홈 › Papers

SimTeG: A Frustratingly Simple Approach Improves Textual Graph Learning

2023-08-03 · Keyu Duan, Qian Liu, Tat-Seng Chua, Shuicheng Yan, Wei Tsang Ooi, Qizhe Xie, Junxian He

Textual graphs (TGs) are graphs whose nodes correspond to text (sentences or documents), which are widely prevalent. The representation learning of TGs involves two stages: (i) unsupervised feature extraction and (ii) supervised graph representation learning. In recent years, extensive efforts have been devoted to the latter stage, where Graph Neural Networks (GNNs) have dominated. However, the former stage for most existing graph benchmarks still relies on traditional feature engineering techniques. More recently, with the rapid development of language models (LMs), researchers have focused on leveraging LMs to facilitate the learning of TGs, either by jointly training them in a computationally intensive framework (merging the two stages), or designing complex self-supervised training tasks for feature extraction (enhancing the first stage). In this work, we present SimTeG, a frustratingly Simple approach for Textual Graph learning that does not innovate in frameworks, models, and tasks. Instead, we first perform supervised parameter-efficient fine-tuning (PEFT) on a pre-trained LM on the downstream task, such as node classification. We then generate node embeddings using the last hidden states of finetuned LM. These derived features can be further utilized by any GNN for training on the same task. We evaluate our approach on two fundamental graph representation learning tasks: node classification and link prediction. Through extensive experiments, we show that our approach significantly improves the performance of various GNNs on multiple graph benchmarks.

📄 PDF Abstract BibTeX arXiv:2308.02565

Code (2)

vermouthdky/simteg 공식 구현 pytorch
vermouthdky/SimTeG pytorch

Tasks

Feature EngineeringGraph LearningGraph Representation LearningLink PredictionNode Classificationparameter-efficient fine-tuningRepresentation Learning

Similar Papers 제목 키워드 기반

A Frustratingly Simple Decoding Method for Neural Text Generation

2023-05-22 · Haoran Yang, Deng Cai, Huayang Li, Wei Bi 외

We introduce a frustratingly simple, super efficient and surprisingly effective decoding method, which we call Frustratingly Simple Decoding (FSD), for neural text generation. The idea behind FSD is straightforward: we b…

Language ModelingLanguage ModellingText Generation

Frustratingly Simple Few-Shot Slot Tagging

2021-08-01 · Findings (ACL) 2021 8 · Jianqiang Ma, Zeyu Yan, Chang Li, Yang Zhang

Cross-Domain Detection of Abusive Language Online

2018-10-01 · WS 2018 10 · Mladen Karan, Jan {\v{S}}najder

We investigate to what extent the models trained to detect general abusive language generalize between different datasets labeled with different abusive language types. To this end, we compare the cross-domain performanc…

Abusive LanguageDomain AdaptationGeneral Classification

Language Tokens: A Frustratingly Simple Approach Improves Zero-Shot Performance of Multilingual Translation

2022-08-11 · Muhammad ElNokrashy, Amr Hendy, Mohamed Maher, Mohamed Afify 외

This paper proposes a simple yet effective method to improve direct (X-to-Y) translation for both cases: zero-shot and when direct data is available. We modify the input tokens at both the encoder and decoder to include …

DecoderTranslation

Frustratingly Easy Uncertainty Estimation for Distribution Shift

2021-06-07 · Tiago Salvador, Vikram Voleti, Alexander Iannantuono, Adam Oberman

Distribution shift is an important concern in deep image classification, produced either by corruption of the source images, or a complete change, with the solution involving domain adaptation. While the primary goal is …

Domain Adaptationimage-classificationImage ClassificationUnsupervised Domain Adaptation