paper-with-me

Papers

Integrating Multi-scale Contextualized Information for Byte-based Neural Machine Translation

2024-05-29 · Langlin Huang, Yang Feng

Subword tokenization is a common method for vocabulary building in Neural Machine Translation (NMT) models. However, increasingly complex tasks have revealed its disadvantages. First, a vocabulary cannot be modified once it is learned, making it hard to adapt to new words. Second, in multilingual translation, the imbalance in data volumes across different languages spreads to the vocabulary, exacerbating translations involving low-resource languages. While byte-based tokenization addresses these issues, byte-based models struggle with the low information density inherent in UTF-8 byte sequences. Previous works enhance token semantics through local contextualization but fail to select an appropriate contextualizing scope based on the input. Consequently, we propose the Multi-Scale Contextualization (MSC) method, which learns contextualized information of varying scales across different hidden state dimensions. It then leverages the attention module to dynamically integrate the multi-scale contextualized information. Experiments show that MSC significantly outperforms subword-based and other byte-based methods in both multilingual and out-of-domain scenarios. Code can be found in https://github.com/ictnlp/Multiscale-Contextualization.

📄 PDF Abstract BibTeX arXiv:2405.19290

Code (1)

ictnlp/multiscale-contextualization 공식 구현 pytorch

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Training Multilingual Pre-trained Language Model with Byte-level Subwords

2021-01-23 · Junqiu Wei, Qun Liu, Yinpeng Guo, Xin Jiang

The pre-trained language models have achieved great successes in various natural language understanding (NLU) tasks due to its capacity to capture the deep contextualized information in text by pre-training on large-scal…

Language ModelingLanguage ModellingNatural Language Understanding

Multiscale Byte Language Models -- A Hierarchical Architecture for Causal Million-Length Sequence Modeling

2025-02-20 · Eric Egli, Matteo Manica, Jannis Born

Bytes form the basis of the digital world and thus are a promising building block for multimodal foundation models. Recently, Byte Language Models (BLMs) have emerged to overcome tokenization, yet the excessive length of…

DecoderGPUMambaVisual Question Answering (VQA)

Accelerating Large-Scale Cheminformatics Using a Byte-Offset Indexing Architecture for Terabyte-Scale Data Integration

2026-01-26 · Malikussaid, Septian Caesar Floresko, Sutiyo arxiv

The integration of large-scale chemical databases represents a critical bottleneck in modern cheminformatics research, particularly for machine learning applications requiring high-quality, multi-source validated dataset…

Molecular Property Prediction

ByteNet: Rethinking Multimedia File Fragment Classification through Visual Perspectives

2024-10-28 · Wenyang Liu, Kejun Wu, Tianyi Liu, Yi Wang 외

Multimedia file fragment classification (MFFC) aims to identify file fragment types, e.g., image/video, audio, and text without system metadata. It is of vital importance in multimedia storage and communication. Existing…

CLAD: Efficient Log Anomaly Detection Directly on Compressed Representations

2026-04-14 · Benzhao Tang, Shiyu Yang arxiv

The explosive growth of system logs makes streaming compression essential, yet existing log anomaly detection (LAD) methods incur severe pre-processing overhead by requiring full decompression and parsing. We introduce C…

Anomaly Detection