paper-with-me

Papers

Are Large Language Models Good Classifiers? A Study on Edit Intent Classification in Scientific Document Revisions

2024-10-02 · Qian Ruan, Ilia Kuznetsov, Iryna Gurevych

Classification is a core NLP task architecture with many potential applications. While large language models (LLMs) have brought substantial advancements in text generation, their potential for enhancing classification tasks remains underexplored. To address this gap, we propose a framework for thoroughly investigating fine-tuning LLMs for classification, including both generation- and encoding-based approaches. We instantiate this framework in edit intent classification (EIC), a challenging and underexplored classification task. Our extensive experiments and systematic comparisons with various training approaches and a representative selection of LLMs yield new insights into their application for EIC. We investigate the generalizability of these findings on five further classification tasks. To demonstrate the proposed methods and address the data shortage for empirical edit analysis, we use our best-performing EIC model to create Re3-Sci2.0, a new large-scale dataset of 1,780 scientific document revisions with over 94k labeled edits. The quality of the dataset is assessed through human evaluation. The new dataset enables an in-depth empirical study of human editing behavior in academic writing. We make our experimental framework, models and data publicly available.

📄 PDF Abstract BibTeX arXiv:2410.02028

Code (1)

UKPLab/llm_classifier 공식 구현 pytorch

Tasks

Classificationintent-classificationIntent ClassificationText Generation

Similar Papers 제목 키워드 기반

Benchmarking Robustness to Text-Guided Corruptions

2023-04-06 · Mohammadreza Mofayezi, Yasamin Medghalchi

This study investigates the robustness of image classifiers to text-guided corruptions. We utilize diffusion models to edit images to different domains. Unlike other works that use synthetic or hand-picked data for bench…

BenchmarkingData Augmentation

When Does a Classifier Help an LLM? Classifier-Guided Prompting and Hybrid Classifier-LLM Models for Credit-Default Prediction

2026-08-30 · Rishi Datta, Lavanya Prahallad arxiv

Credit-default prediction is an important task in financial decision making. Traditional methods use fitted classifiers such as logistic regression and random forests on tabular features. Large language models (LLMs) hav…

Decision Making

Learning to Ask for Conversational Machine Learning

2019-11-01 · IJCNLP 2019 11 · Shashank Srivastava, Igor Labutov, Tom Mitchell

Natural language has recently been explored as a new medium of supervision for training machine learning models. Here, we explore learning classification tasks using language in a conversational setting {--} where the au…

BIG-bench Machine LearningReinforcement Learning

RS-Del: Edit Distance Robustness Certificates for Sequence Classifiers via Randomized Deletion

2023-01-31 · NeurIPS 2023 11 · Zhuoqun Huang, Neil G. Marchant, Keane Lucas, Lujo Bauer 외

Randomized smoothing is a leading approach for constructing classifiers that are certifiably robust against adversarial examples. Existing work on randomized smoothing has focused on classifiers with continuous inputs, s…

Binary ClassificationMalware Detection

Comparison Study Between Token Classification and Sequence Classification In Text Classification

2022-11-25 · Amir Jafari

Unsupervised Machine Learning techniques have been applied to Natural Language Processing tasks and surpasses the benchmarks such as GLUE with great success. Building language models approach achieves good results in one…

ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+4