paper-with-me

Papers

Semantic Tokenizer for Enhanced Natural Language Processing

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Traditionally, NLP performance improvement has been focused on improving models and increasing the number of parameters. Little attention has been paid to vocabulary optimization. We present a novel tokenizer that uses semantics to drive subword formation. The tokenizer includes a trainer that uses stemming to enhance subword formation. Further optimizations and adaptations are implemented to minimize the number of words that cannot be encoded. The encoder is updated to integrate with the trainer. The tokenizer is implemented as a drop-in replacement for the SentencePiece tokenizer. The new tokenizer more than doubles the number of wordforms represented in the vocabulary. The enhanced vocabulary significantly improves model convergence, quality of word and sentence embeddings. Our experimental results show top performance on two Glue tasks using BERT-base, improving on models more than $20\times$ in size.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

Semantic Tokenizer for Enhanced Natural Language Processing

2023-04-24 · Sandeep Mehta, Darpan Shah, Ravindra Kulkarni, Cornelia Caragea

Traditionally, NLP performance improvement has been focused on improving models and increasing the number of model parameters. NLP vocabulary construction has remained focused on maximizing the number of words represente…

SentenceSentence Embeddings

Evaluating Persian Tokenizers

2022-02-22 · Danial Kamali, Behrooz Janfada, Mohammad Ebrahim Shenasa, Behrouz Minaei-Bidgoli

Tokenization plays a significant role in the process of lexical analysis. Tokens become the input for other natural language processing tasks, like semantic parsing and language modeling. Natural Language Processing in P…

Language ModelingLanguage ModellingLexical AnalysisSemantic Parsing

SupraTok: Cross-Boundary Tokenization for Enhanced Language Model Performance

2025-08-16 · Andrei-Valentin Tănase, Elena Pelican arxiv

Tokenization remains a fundamental yet underexplored bottleneck in natural language processing, with strategies largely static despite remarkable progress in model architectures. We present SupraTok, a novel tokenization…

SpeechLM: Enhanced Speech Pre-Training with Unpaired Textual Data

2022-09-30 · Ziqiang Zhang, Sanyuan Chen, Long Zhou, Yu Wu 외

How to boost speech pre-training with textual data is an unsolved problem due to the fact that speech and text are very different modalities with distinct characteristics. In this paper, we propose a cross-modal Speech a…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

How Can Large Language Models Understand Spatial-Temporal Data?

2024-01-25 · Lei Liu, Shuo Yu, Runze Wang, Zhenxun Ma 외

While Large Language Models (LLMs) dominate tasks like natural language processing and computer vision, harnessing their power for spatial-temporal forecasting remains challenging. The disparity between sequential text a…

Natural Language Understanding