paper-with-me

Papers

ChatGraph: Interpretable Text Classification by Converting ChatGPT Knowledge to Graphs

2023-05-03 · Yucheng Shi, Hehuan Ma, Wenliang Zhong, Qiaoyu Tan, Gengchen Mai, Xiang Li, Tianming Liu, Junzhou Huang

ChatGPT, as a recently launched large language model (LLM), has shown superior performance in various natural language processing (NLP) tasks. However, two major limitations hinder its potential applications: (1) the inflexibility of finetuning on downstream tasks and (2) the lack of interpretability in the decision-making process. To tackle these limitations, we propose a novel framework that leverages the power of ChatGPT for specific tasks, such as text classification, while improving its interpretability. The proposed framework conducts a knowledge graph extraction task to extract refined and structural knowledge from the raw data using ChatGPT. The rich knowledge is then converted into a graph, which is further used to train an interpretable linear classifier to make predictions. To evaluate the effectiveness of our proposed method, we conduct experiments on four datasets. The result shows that our method can significantly improve the performance compared to directly utilizing ChatGPT for text classification tasks. And our method provides a more transparent decision-making process compared with previous text classification methods.

📄 PDF Abstract BibTeX arXiv:2305.03513

Code (1)

sycny/chatgraph 공식 구현 pytorch

Tasks

ClassificationDecision MakingLanguage ModelingLanguage ModellingLarge Language Modeltext-classificationText Classification

Similar Papers 제목 키워드 기반

ChatGraph: Chat with Your Graphs

2024-01-23 · Yun Peng, Sen Lin, Qian Chen, Lyu Xu 외

Graph analysis is fundamental in real-world applications. Traditional approaches rely on SPARQL-like languages or clicking-and-dragging interfaces to interact with graph data. However, these methods either require users …

Language ModelingLanguage ModellingLarge Language ModelRetrieval

How would Stance Detection Techniques Evolve after the Launch of ChatGPT?

2022-12-30 · BoWen Zhang, Daijun Ding, Liwen Jing, Genan Dai 외

Stance detection refers to the task of extracting the standpoint (Favor, Against or Neither) towards a target in given texts. Such research gains increasing attention with the proliferation of social media contents. The …

Language ModellingStance Detectiontext-classificationText Classification

TUR2SQL: A Cross-Domain Turkish Dataset For Text-to-SQL

2023-10-24 · 8th International Conference on Computer Science and Engineering (UBMK) 2023 10 · Ali Buğra Kanburoğlu, F. Boray Tek

The field of converting natural language into corresponding SQL queries using deep learning techniques has attracted significant attention in recent years. While existing Text-to-SQL datasets primarily focus on English a…

Text to SQLText-To-SQL

Testing the Reliability of ChatGPT for Text Annotation and Classification: A Cautionary Remark

2023-04-17 · Michael V. Reiss

Recent studies have demonstrated promising potential of ChatGPT for various text annotation and classification tasks. However, ChatGPT is non-deterministic which means that, as with human coders, identical input can lead…

Classificationtext annotation

CNMBERT: A Model for Converting Hanyu Pinyin Abbreviations to Chinese Characters

2024-11-18 · Zishuo Feng, Feng Cao

The task of converting Hanyu Pinyin abbreviations to Chinese characters is a significant branch within the domain of Chinese Spelling Correction (CSC). It plays an important role in many downstream applications such as n…

fill-maskFill MaskMixture-of-Expertsnamed-entity-recognition+3