paper-with-me

홈 › Papers

Adaptable and Reliable Text Classification using Large Language Models

2024-05-17 · Zhiqiang Wang, Yiran Pang, Yanbin Lin, Xingquan Zhu

Text classification is fundamental in Natural Language Processing (NLP), and the advent of Large Language Models (LLMs) has revolutionized the field. This paper introduces an adaptable and reliable text classification paradigm, which leverages LLMs as the core component to address text classification tasks. Our system simplifies the traditional text classification workflows, reducing the need for extensive preprocessing and domain-specific expertise to deliver adaptable and reliable text classification results. We evaluated the performance of several LLMs, machine learning algorithms, and neural network-based architectures on four diverse datasets. Results demonstrate that certain LLMs surpass traditional methods in sentiment analysis, spam SMS detection, and multi-label classification. Furthermore, it is shown that the system's performance can be further enhanced through few-shot or fine-tuning strategies, making the fine-tuned model the top performer across all datasets. Source code and datasets are available in this GitHub repository: https://github.com/yeyimilk/llm-zero-shot-classifiers.

📄 PDF Abstract BibTeX arXiv:2405.10523

Code (1)

yeyimilk/llm-zero-shot-classifiers 공식 구현 tf

Tasks

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentiment Analysistext-classificationText Classification

Methods 이 논문이 사용한 방법론

FAVOR+ 설명 없음
Performer Performer is a Transformer architecture which can estimate regular…

Similar Papers 제목 키워드 기반

Zero-Shot Image Moderation in Google Ads with LLM-Assisted Textual Descriptions and Cross-modal Co-embeddings

2024-12-18 · Enming Luo, Wei Qiao, Katie Warren, Jingxiang Li 외

We present a scalable and agile approach for ads image content moderation at Google, addressing the challenges of moderating massive volumes of ads with diverse content and evolving policies. The proposed method utilizes…

zero-shot-classificationZero-Shot Learning

The University of Helsinki Submission to the WMT19 Parallel Corpus Filtering Task

2019-08-01 · WS 2019 8 · Ra{\'u}l V{\'a}zquez, Umut Sulubacak, J{\"o}rg Tiedemann

This paper describes the University of Helsinki Language Technology group{'}s participation in the WMT 2019 parallel corpus filtering task. Our scores were produced using a two-step strategy. First, we individually appli…

General ClassificationSentence

Reliable, Adaptable, and Attributable Language Models with Retrieval

2024-03-05 · Akari Asai, Zexuan Zhong, Danqi Chen, Pang Wei Koh 외

Parametric language models (LMs), which are trained on vast amounts of web data, exhibit remarkable flexibility and capability. However, they still face practical challenges such as hallucinations, difficulty in adapting…

Question AnsweringRetrieval

Adaptable Embeddings Network (AEN)

2024-11-21 · Stan Loosmore, Alexander Titus

Modern day Language Models see extensive use in text classification, yet this comes at significant computational cost. Compute-effective classification models are needed for low-resource environments, most notably on edg…

ClassificationDensity EstimationEdge-computingtext-classification+1

Querying Structured Data Through Natural Language Using Language Models

2026-04-03 · Hontan Valentin-Micu, Bunea Andrei-Alexandru, Tantaroudas Nikolaos Dimitrios, Popovici Dan-Matei arxiv

This paper presents an open source methodology for allowing users to query structured non textual datasets through natural language Unlike Retrieval Augmented Generation RAG which struggles with numerical and highly stru…