paper-with-me

Papers

Knowledge Graph-Enhanced Zero-Shot Topic Classification: A Multi-Strategy Comparative Study

2026-05-28 · Shahana Akter, Yatharth Vohra, Ankita Shukla, Souvika Sarkar arxiv

Multi-label topic classification without labeled training data is a challenging task, specially when documents contain complex relational information. We present a zero-shot multi-label topic classification framework and systematically investigate how per-article knowledge graph augmentation affects its performance. The base framework classifies topics in documents without labeled training data and has four variants: article-only classification, keyword-enhanced classification, and self-consistency decoding variants of both. Then, we augment each base variant with per article knowledge graph. This graph is extracted from the input document through a pipeline similar to KGGen based on subject-predicate-object triples. We test all eight methods, four base and four graph augmented on fifteen LLMs and eight multi-label datasets across different domains. For the base framework, keyword-enhanced classification (AK) is the best performing method, and six out of fifteen LLMs surpass the sentence-encoder baseline. Graph augmentation has positive and negative impacts on small and large models, respectively. This shows that larger models already contain enough relational information from pretraining. Furthermore, the self-consistency decoding variant does not show performance improvements in any experiment while increasing computation costs about fivefold.

📄 PDF Abstract BibTeX arXiv:2605.30465

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semantic Enhanced Knowledge Graph for Large-Scale Zero-Shot Learning

2022-12-26 · Jiwei Wei, Yang Yang, Zeyu Ma, Jingjing Li 외

Zero-Shot Learning has been a highlighted research topic in both vision and language areas. Recently, most existing methods adopt structured knowledge information to model explicit correlations among categories and use d…

Zero-Shot Learning

Exploiting Sentiment and Common Sense for Zero-shot Stance Detection

2022-08-18 · COLING 2022 10 · Yun Luo, Zihan Liu, Yuefeng Shi, Stan Z Li 외

The stance detection task aims to classify the stance toward given documents and topics. Since the topics can be implicit in documents and unseen in training data for zero-shot settings, we propose to boost the transfera…

Common Sense ReasoningStance DetectionZero-Shot Stance Detection

KMF: Knowledge-Aware Multi-Faceted Representation Learning for Zero-Shot Node Classification

2023-08-15 · Likang Wu, Junji Jiang, Hongke Zhao, Hao Wang 외

Recently, Zero-Shot Node Classification (ZNC) has been an emerging and crucial task in graph data analysis. This task aims to predict nodes from unseen classes which are unobserved in the training process. Existing work …

Node ClassificationRepresentation LearningTransfer Learning

Zero-shot Tweet-Level Stance Detection Enhanced by External Knowledge and Reflective Chain-of-Thought Reasoning

2026-06-25 · Yiju Huang, Wenxian Wang, Lijun Zhou, Rui Tang 외 arxiv

Zero-shot tweet-level stance detection confronts two primary challenges: (1) mitigating the context sparsity inherent in short texts, and (2) establishing the relevance between implicit targets and textual content. While…

Contrastive LearningData AugmentationKnowledge GraphsStance Detection

zrLLM: Zero-Shot Relational Learning on Temporal Knowledge Graphs with Large Language Models

2023-11-15 · Zifeng Ding, Heling Cai, Jingpei Wu, Yunpu Ma 외

Modeling evolving knowledge over temporal knowledge graphs (TKGs) has become a heated topic. Various methods have been proposed to forecast links on TKGs. Most of them are embedding-based, where hidden representations ar…

Knowledge GraphsRelationRelational Reasoning