paper-with-me

Papers

MoNoise: Modeling Noise Using a Modular Normalization System

2017-10-10 · Rob van der Goot, Gertjan van Noord

We propose MoNoise: a normalization model focused on generalizability and efficiency, it aims at being easily reusable and adaptable. Normalization is the task of translating texts from a non- canonical domain to a more canonical domain, in our case: from social media data to standard language. Our proposed model is based on a modular candidate generation in which each module is responsible for a different type of normalization action. The most important generation modules are a spelling correction system and a word embeddings module. Depending on the definition of the normalization task, a static lookup list can be crucial for performance. We train a random forest classifier to rank the candidates, which generalizes well to all different types of normaliza- tion actions. Most features for the ranking originate from the generation modules; besides these features, N-gram features prove to be an important source of information. We show that MoNoise beats the state-of-the-art on different normalization benchmarks for English and Dutch, which all define the task of normalization slightly different.

📄 PDF Abstract BibTeX arXiv:1710.03476

Code (2)

https://bitbucket.org/robvanderg/monoise 공식 구현
wesselreijngoud/masterthesis2019

Tasks

Lexical NormalizationSpelling CorrectionWord Embeddings

Similar Papers 제목 키워드 기반

MoNoise: A Multi-lingual and Easy-to-use Lexical Normalization Tool

2019-07-01 · ACL 2019 7 · Rob van der Goot

In this paper, we introduce and demonstrate the online demo as well as the command line interface of a lexical normalization system (MoNoise) for a variety of languages. We further improve this model by using features fr…

Lexical Normalization

CL-MoNoise: Cross-lingual Lexical Normalization

2021-11-01 · EMNLP (WNUT) 2021 11 · Rob van der Goot

Social media is notoriously difficult to process for existing natural language processing tools, because of spelling errors, non-standard words, shortenings, non-standard capitalization and punctuation. One method to cir…

Lexical Normalization

AnalogVNN: A fully modular framework for modeling and optimizing photonic neural networks

2022-10-14 · Vivswan Shah, Nathan Youngblood

AnalogVNN, a simulation framework built on PyTorch which can simulate the effects of optoelectronic noise, limited precision, and signal normalization present in photonic neural network accelerators. We use this framewor…

BIG-bench Machine LearningGPUHyperparameter OptimizationManagement

Energy-Conserved Neural Pipelines: Attenuating Error Propagation in Modular Neural Networks via Physical Conservation Constraints

2026-06-09 · David Young, Swan Yi Htet arxiv

Modular neural network pipelines suffer from error compounding: noise at any module boundary propagates and potentially amplifies through subsequent modules. We introduce energy conservation as a hard physical constraint…

Modular TTT: Rethinking Test-Time Training as Composable Modules

2026-08-07 · Bohao Tang, Zhen Qin, Yuqi Pan, Zheng Li 외 hf

Test-time training (TTT) views sequence modeling as an online learning problem in which fast weights are updated by an internal learning rule. Despite the growing number of TTT variants, existing approaches typically har…