Papers by Alex Salcianu

1 papers
Fast WordPiece Tokenization (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for tokenization of text are not efficient, but they are based on Aho-Corasick's algorithm.
Approach: They propose an efficient algorithm for WordPiece tokenization using a longest-match-first strategy . they propose an algorithm whose tokenization complexity is strictly O(n)
Outcome: The proposed method is 8.2x faster than HuggingFace Tokenizers and 5.1x faster on average for general text tokenization.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations