SOTAVerified

An Information Extraction Study: Take In Mind the Tokenization!

2023-03-27Code Available0· sign in to hype

Christos Theodoropoulos, Marie-Francine Moens

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Current research on the advantages and trade-offs of using characters, instead of tokenized text, as input for deep learning models, has evolved substantially. New token-free models remove the traditional tokenization step; however, their efficiency remains unclear. Moreover, the effect of tokenization is relatively unexplored in sequence tagging tasks. To this end, we investigate the impact of tokenization when extracting information from documents and present a comparative study and analysis of subword-based and character-based models. Specifically, we study Information Extraction (IE) from biomedical texts. The main outcome is twofold: tokenization patterns can introduce inductive bias that results in state-of-the-art performance, and the character-based models produce promising results; thus, transitioning to token-free IE models is feasible.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Adverse Drug Events (ADE) CorpusPFN (ALBERT XXL, average aggregation)RE+ Macro F183.9Unverified

Reproductions