paper-with-me

홈 › Papers

Exploring the Relationship Between Algorithm Performance, Vocabulary, and Run-Time in Text Classification

2021-04-08 · NAACL 2021 4 · Wilson Fearn, Orion Weller, Kevin Seppi

Text classification is a significant branch of natural language processing, and has many applications including document classification and sentiment analysis. Unsurprisingly, those who do text classification are concerned with the run-time of their algorithms, many of which depend on the size of the corpus' vocabulary due to their bag-of-words representation. Although many studies have examined the effect of preprocessing techniques on vocabulary size and accuracy, none have examined how these methods affect a model's run-time. To fill this gap, we provide a comprehensive study that examines how preprocessing techniques affect the vocabulary size, model performance, and model run-time, evaluating ten techniques over four models and two datasets. We show that some individual methods can reduce run-time with no loss of accuracy, while some combinations of methods can trade 2-5% of the accuracy for up to a 65% reduction of run-time. Furthermore, some combinations of preprocessing techniques can even provide a 15% reduction in run-time while simultaneously improving model accuracy.

📄 PDF Abstract BibTeX arXiv:2104.03848

Code (1)

wfearn/preprocessing-paper 공식 구현

Tasks

ClassificationDocument ClassificationGeneral ClassificationSentiment Analysistext-classificationText Classification

Similar Papers 제목 키워드 기반

End-to-end Open-vocabulary Video Visual Relationship Detection using Multi-modal Prompting

2024-09-19 · Yongqi Wang, Shuo Yang, Xinxiao wu, Jiebo Luo

Open-vocabulary video visual relationship detection aims to expand video visual relationship detection beyond annotated categories by detecting unseen relationships between both seen and unseen objects in videos. Existin…

DecoderObjectobject-detectionObject Detection+5

Exploring Tokenization Strategies and Vocabulary Sizes for Enhanced Arabic Language Models

2024-03-17 · Mohamed Taher Alrefaie, Nour Eldin Morsy, Nada Samir

This paper presents a comprehensive examination of the impact of tokenization strategies and vocabulary sizes on the performance of Arabic language models in downstream natural language processing tasks. Our investigatio…

Computational EfficiencyHate Speech DetectionMorphological AnalysisNatural Language Inference+2

From meaning to perception -- exploring the space between word and odor perception embeddings

2022-03-19 · Janek Amann, Manex Agirrezabal

In this paper we propose the use of the Word2vec algorithm in order to obtain odor perception embeddings (or smell embeddings), only using publicly available perfume descriptions. Besides showing meaningful similarity re…

Word Embeddings

RelationField: Relate Anything in Radiance Fields

2024-12-18 · CVPR 2025 1 · Sebastian Koch, Johanna Wald, Mirco Colosi, Narunas Vaskevicius 외

Neural radiance fields are an emerging 3D scene representation and recently even been extended to learn features for scene understanding by distilling open-vocabulary features from vision-language models. However, curren…

3d scene graph generationGraph GenerationInstance SegmentationObject+3

Large Vocabulary Size Improves Large Language Models

2024-06-24 · Sho Takase, Ryokan Ri, Shun Kiyono, Takuya Kato

This paper empirically investigates the relationship between subword vocabulary size and the performance of large language models (LLMs) to provide insights on how to define the vocabulary size. Experimental results show…

Language ModelingLanguage Modelling