paper-with-me

Papers

Benchmarking Knowledge-driven Zero-shot Learning

2021-06-29 · Yuxia Geng, Jiaoyan Chen, Xiang Zhuang, Zhuo Chen, Jeff Z. Pan, Juan Li, Zonggang Yuan, Huajun Chen

External knowledge (a.k.a. side information) plays a critical role in zero-shot learning (ZSL) which aims to predict with unseen classes that have never appeared in training data. Several kinds of external knowledge, such as text and attribute, have been widely investigated, but they alone are limited with incomplete semantics. Some very recent studies thus propose to use Knowledge Graph (KG) due to its high expressivity and compatibility for representing kinds of knowledge. However, the ZSL community is still in short of standard benchmarks for studying and comparing different external knowledge settings and different KG-based ZSL methods. In this paper, we proposed six resources covering three tasks, i.e., zero-shot image classification (ZS-IMGC), zero-shot relation extraction (ZS-RE), and zero-shot KG completion (ZS-KGC). Each resource has a normal ZSL benchmark and a KG containing semantics ranging from text to attribute, from relational knowledge to logical expressions. We have clearly presented these resources including their construction, statistics, data formats and usage cases w.r.t. different ZSL methods. More importantly, we have conducted a comprehensive benchmarking study, with two general and state-of-the-art methods, two setting-specific methods and one interpretable method. We discussed and compared different ZSL paradigms w.r.t. different external knowledge settings, and found that our resources have great potential for developing more advanced ZSL methods and more solutions for applying KGs for augmenting machine learning. All the resources are available at https://github.com/China-UK-ZSL/Resources_for_KZSL.

📄 PDF Abstract BibTeX arXiv:2106.15047

Code (1)

China-UK-ZSL/Resources_for_KZSL 공식 구현 pytorch

Tasks

AttributeBenchmarkingimage-classificationImage ClassificationRelation ExtractionZero-Shot Image ClassificationZero-Shot Learning

Similar Papers 제목 키워드 기반

LLM-HyPZ: Hardware Vulnerability Discovery using an LLM-Assisted Hybrid Platform for Zero-Shot Knowledge Extraction and Refinement

2025-08-31 · Yu-Zheng Lin, Sujan Ghimire, Abhiram Nandimandalam, Jonah Michael Camacho 외 arxiv

The rapid growth of hardware vulnerabilities has created an urgent need for systematic and scalable analysis methods. Unlike software flaws, which are often patchable post-deployment, hardware weaknesses remain embedded …

DyKgChat: Benchmarking Dialogue Generation Grounding on Dynamic Knowledge Graphs

2019-10-01 · IJCNLP 2019 11 · Yi-Lin Tuan, Yun-Nung Chen, Hung-Yi Lee

Data-driven, knowledge-grounded neural conversation models are capable of generating more informative responses. However, these models have not yet demonstrated that they can zero-shot adapt to updated, unseen knowledge …

BenchmarkingDialogue GenerationKnowledge Graphs

"Oh LLM, I'm Asking Thee, Please Give Me a Decision Tree": Zero-Shot Decision Tree Induction and Embedding with Large Language Models

2024-09-27 · Ricardo Knauer, Mario Koddenbrock, Raphael Wallsberger, Nicholas M. Brisson 외

Large language models (LLMs) provide powerful means to leverage prior knowledge for predictive modeling when data is limited. In this work, we demonstrate how LLMs can use their compressed world knowledge to generate int…

Interpretable Machine LearningWorld Knowledge

Zero-Shot Decision Tree Construction via Large Language Models

2025-01-27 · Lucas Carrasco, Felipe Urrutia, Andrés Abeliuk

This paper introduces a novel algorithm for constructing decision trees using large language models (LLMs) in a zero-shot manner based on Classification and Regression Trees (CART) principles. Traditional decision tree i…

Attribute

Learning Graphs for Knowledge Transfer With Limited Labels

2021-06-19 · CVPR 2021 1 · Pallabi Ghosh, Nirat Saini, Larry S. Davis, Abhinav Shrivastava

Fixed input graphs are a mainstay in approaches that utilize Graph Convolution Networks (GCNs) for knowledge transfer. The standard paradigm is to utilize relationships in the input graph to transfer information usin…

Action RecognitionBenchmarkingFew-Shot action recognitionFew Shot Action Recognition+3