paper-with-me

Papers

Cross-lingual Text Classification with Heterogeneous Graph Neural Network

2021-05-24 · ACL 2021 5 · ZiYun Wang, Xuan Liu, Peiji Yang, Shixing Liu, Zhisheng Wang

Cross-lingual text classification aims at training a classifier on the source language and transferring the knowledge to target languages, which is very useful for low-resource languages. Recent multilingual pretrained language models (mPLM) achieve impressive results in cross-lingual classification tasks, but rarely consider factors beyond semantic similarity, causing performance degradation between some language pairs. In this paper we propose a simple yet effective method to incorporate heterogeneous information within and across languages for cross-lingual text classification using graph convolutional networks (GCN). In particular, we construct a heterogeneous graph by treating documents and words as nodes, and linking nodes with different relations, which include part-of-speech roles, semantic similarity, and document translations. Extensive experiments show that our graph-based method significantly outperforms state-of-the-art models on all tasks, and also achieves consistent performance gain over baselines in low-resource settings where external tools like translators are unavailable.

📄 PDF Abstract BibTeX arXiv:2105.11246

Code (1)

TencentGameMate/gnn_cross_lingual 공식 구현 pytorch

Tasks

ClassificationGraph Neural NetworkSemantic SimilaritySemantic Textual Similaritytext-classificationText Classification

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Cross-lingual Transfer for Text Classification with Dictionary-based Heterogeneous Graph

2021-09-09 · Findings (EMNLP) 2021 11 · Nuttapong Chairatanakul, Noppayut Sriwatanasakdi, Nontawat Charoenphakdee, Xin Liu 외

In cross-lingual text classification, it is required that task-specific training data in high-resource source languages are available, where the task is identical to that of a low-resource target language. However, colle…

Cross-Lingual TransferGraph Neural Networktext-classificationText Classification+1

Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning

2024-03-05 · Zhitao He, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Event Causality Identification (ECI) refers to the detection of causal relations between events in texts. However, most existing studies focus on sentence-level ECI with high-resource languages, leaving more challenging …

Event Causality IdentificationFew-Shot LearningSentenceTransfer Learning

Graph Fusion Across Languages using Large Language Models

2026-03-22 · Kaung Myat Kyaw, Khush Agarwal, Jonathan Chan arxiv

Combining multiple knowledge graphs (KGs) across linguistic boundaries is a persistent challenge due to semantic heterogeneity and the complexity of graph environments. We propose a framework for cross-lingual graph fusi…

Knowledge Graphs

Generalized Funnelling: Ensemble Learning and Heterogeneous Document Embeddings for Cross-Lingual Text Classification

2021-09-17 · Alejandro Moreo, Andrea Pedrotti, Fabrizio Sebastiani

\emph{Funnelling} (Fun) is a recently proposed method for cross-lingual text classification (CLTC) based on a two-tier learning ensemble for heterogeneous transfer learning (HTL). In this ensemble method, 1st-tier classi…

Ensemble LearningMultilabel Text Classificationtext-classificationText Classification+1

Cross-Document Cross-Lingual NLI via RST-Enhanced Graph Fusion and Interpretability Prediction

2025-04-11 · Mengying Yuan, Wenhao Wang, Zixuan Wang, Yujie Huang 외

Natural Language Inference (NLI) is a fundamental task in natural language processing. While NLI has developed many sub-directions such as sentence-level NLI, document-level NLI and cross-lingual NLI, Cross-Document Cros…

Cross-Lingual Natural Language InferenceGraph AttentionHallucinationInformation Retrieval+3