paper-with-me

Papers

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 language and it can be applied to multiple NLP task such as classification, summarization, generation and etc as an out of box model. Among all the of the classical approaches used in NLP, the masked language modeling is the most used. In general, the only requirement to build a language model is presence of the large corpus of textual data. Text classification engines uses a variety of models from classical and state of art transformer models to classify texts for in order to save costs. Sequence Classifiers are mostly used in the domain of text classification. However Token classifiers also are viable candidate models as well. Sequence Classifiers and Token Classifier both tend to improve the classification predictions due to the capturing the context information differently. This work aims to compare the performance of Sequence Classifier and Token Classifiers and evaluate each model on the same set of data. In this work, we are using a pre-trained model as the base model and Token Classifier and Sequence Classier heads results of these two scoring paradigms with be compared..

📄 PDF Abstract BibTeX arXiv:2211.13899

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationLanguage ModelingLanguage ModellingMasked Language Modelingtext-classificationText Classificationtoken-classificationToken Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Token Sequence Labeling vs. Clause Classification for English Emotion Stimulus Detection

2020-10-15 · Joint Conference on Lexical and Computational Semantics 2020 · Laura Oberländer, Roman Klinger

Emotion stimulus detection is the task of finding the cause of an emotion in a textual description, similar to target or aspect detection for sentiment analysis. Previous work approached this in three ways, namely (1) as…

ClassificationGeneral ClassificationSentiment Analysistext-classification+1

Comparison of machine learning and deep learning techniques in promoter prediction across diverse species

2021-05-17 · Nikita Bhandari, Satyajeet Khare, Rahee Walambe, Ketan Kotecha

Gene promoters are the key DNA regulatory elements positioned around the transcription start sites and are responsible for regulating gene transcription process. Various alignment-based, signal-based and content-based ap…

BIG-bench Machine LearningBinary ClassificationClassificationSpecificity

TokenRatio: Principled Token-Level Preference Optimization via Ratio Matching

2026-05-12 · Truong Nguyen, Tien-Phat Nguyen, Linh Ngo Van, Duy Minh Ho Nguyen 외 arxiv

Direct Preference Optimization (DPO) is a widely used RL-free method for aligning language models from pairwise preferences, but it models preferences over full sequences even though generation is driven by per-token dec…

Instruction Following

Simple Hack for Transformers against Heavy Long-Text Classification on a Time- and Memory-Limited GPU Service

2024-03-19 · Mirza Alim Mutasodirin, Radityo Eko Prasojo, Achmad F. Abka, Hanif Rasyidi

Many NLP researchers rely on free computational services, such as Google Colab, to fine-tune their Transformer models, causing a limitation for hyperparameter optimization (HPO) in long-text classification due to the met…

ArticlesGPUHyperparameter Optimizationtext-classification+1

REDI: Corpus Aware Patch Ranking for DINOv3 Token Reduction

2026-06-30 · Chanjong Im, Sebastian Diem, Thomas Mandl arxiv

Most token reduction methods for Vision Transformers seek favorable tradeoffs between accuracy and efficiency by pruning, merging, or pooling patch tokens. REDI (Relevance for DINOv3 Token Reduction) studies this questio…

Image Classification