paper-with-me

Papers

ChatGPT-guided Semantics for Zero-shot Learning

2023-10-18 · Fahimul Hoque Shubho, Townim Faisal Chowdhury, Ali Cheraghian, Morteza Saberi, Nabeel Mohammed, Shafin Rahman

Zero-shot learning (ZSL) aims to classify objects that are not observed or seen during training. It relies on class semantic description to transfer knowledge from the seen classes to the unseen classes. Existing methods of obtaining class semantics include manual attributes or automatic word vectors from language models (like word2vec). We know attribute annotation is costly, whereas automatic word-vectors are relatively noisy. To address this problem, we explore how ChatGPT, a large language model, can enhance class semantics for ZSL tasks. ChatGPT can be a helpful source to obtain text descriptions for each class containing related attributes and semantics. We use the word2vec model to get a word vector using the texts from ChatGPT. Then, we enrich word vectors by combining the word embeddings from class names and descriptions generated by ChatGPT. More specifically, we leverage ChatGPT to provide extra supervision for the class description, eventually benefiting ZSL models. We evaluate our approach on various 2D image (CUB and AwA) and 3D point cloud (ModelNet10, ModelNet40, and ScanObjectNN) datasets and show that it improves ZSL performance. Our work contributes to the ZSL literature by applying ChatGPT for class semantics enhancement and proposing a novel word vector fusion method.

📄 PDF Abstract BibTeX arXiv:2310.11657

Code (1)

fhshubho/cgs-zsl 공식 구현 pytorch

Tasks

AttributeLanguage ModellingLarge Language ModelWord EmbeddingsZero-Shot Learning

Similar Papers 제목 키워드 기반

A Preliminary Evaluation of ChatGPT for Zero-shot Dialogue Understanding

2023-04-09 · Wenbo Pan, Qiguang Chen, Xiao Xu, Wanxiang Che 외

Zero-shot dialogue understanding aims to enable dialogue to track the user's needs without any training data, which has gained increasing attention. In this work, we investigate the understanding ability of ChatGPT for z…

Dialogue State TrackingDialogue Understandingslot-fillingSlot Filling+1

Beyond Color and Lines: Zero-Shot Style-Specific Image Variations with Coordinated Semantics

2024-10-24 · Jinghao Hu, Yuhe Zhang, Guohua Geng, Liuyuxin Yang 외

Traditionally, style has been primarily considered in terms of artistic elements such as colors, brushstrokes, and lighting. However, identical semantic subjects, like people, boats, and houses, can vary significantly ac…

Image to textImage-Variation

A comprehensive evaluation of ChatGPT's zero-shot Text-to-SQL capability

2023-03-12 · Aiwei Liu, Xuming Hu, Lijie Wen, Philip S. Yu

This paper presents the first comprehensive analysis of ChatGPT's Text-to-SQL ability. Given the recent emergence of large-scale conversational language model ChatGPT and its impressive capabilities in both conversationa…

Code GenerationLanguage ModelingLanguage ModellingText to SQL+1

Zero is Not Hero Yet: Benchmarking Zero-Shot Performance of LLMs for Financial Tasks

2023-05-26 · Agam Shah, Sudheer Chava

Recently large language models (LLMs) like ChatGPT have shown impressive performance on many natural language processing tasks with zero-shot. In this paper, we investigate the effectiveness of zero-shot LLMs in the fina…

Benchmarking

Large Language Models as Zero-Shot Keyphrase Extractors: A Preliminary Empirical Study

2023-12-23 · Mingyang Song, Xuelian Geng, Songfang Yao, Shilong Lu 외

Zero-shot keyphrase extraction aims to build a keyphrase extractor without training by human-annotated data, which is challenging due to the limited human intervention involved. Challenging but worthwhile, zero-shot sett…

Keyphrase ExtractionLanguage ModelingLanguage ModellingLarge Language Model