paper-with-me

Papers

Modeling Multi-granularity Segmentation for Rare Words in Neural Machine Translation

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Segmenting rare words into subwords has become a commonly used and effective way to alleviate the open vocabulary problem in Neural Machine Translation (NMT). The existing dominant segmentation methods either give rare words a single segmentation or a fixed segmentation, which leads to a lack of morphological diversity in representing words. For rare words, we first obtain segmentation with different granularities through Byte Pair Encoding (BPE) and BPE-Dropout, and then propose \textsc{BPEatt} model to dynamically mix the BPE subwords and BPE-Dropout subwords, which enhances the encoder's ability to represent rich morphological information. Experiments on six translation benchmarks of different scales show that our proposed method significantly outperforms the baseline model and has obvious advantages over related methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMachine TranslationNMTSegmentationTranslation

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…

Similar Papers 제목 키워드 기반

Optimizing Segmentation Granularity for Neural Machine Translation

2018-10-19 · Elizabeth Salesky, Andrew Runge, Alex Coda, Jan Niehues 외

In neural machine translation (NMT), it is has become standard to translate using subword units to allow for an open vocabulary and improve accuracy on infrequent words. Byte-pair encoding (BPE) and its variants are the …

Machine TranslationNMTTranslation

IRSAM: Advancing Segment Anything Model for Infrared Small Target Detection

2024-07-10 · Mingjin Zhang, YuChun Wang, Jie Guo, Yunsong Li 외

The recent Segment Anything Model (SAM) is a significant advancement in natural image segmentation, exhibiting potent zero-shot performance suitable for various downstream image segmentation tasks. However, directly util…

DecoderImage SegmentationSemantic Segmentation

Multi-granularity Correspondence Learning from Long-term Noisy Videos

2024-01-30 · Yijie Lin, Jie Zhang, Zhenyu Huang, Jia Liu 외

Existing video-language studies mainly focus on learning short video clips, leaving long-term temporal dependencies rarely explored due to over-high computational cost of modeling long videos. To address this issue, one …

Action SegmentationLong Video Retrieval (Background Removed)Video RetrievalVideo Understanding

LET: Linguistic Knowledge Enhanced Graph Transformer for Chinese Short Text Matching

2021-02-25 · Boer Lyu, Lu Chen, Su Zhu, Kai Yu

Chinese short text matching is a fundamental task in natural language processing. Existing approaches usually take Chinese characters or words as input tokens. They have two limitations: 1) Some Chinese words are polysem…

Text Matching

Parsimonious Morpheme Segmentation with an Application to Enriching Word Embeddings

2019-08-18 · Ahmed El-Kishky, Frank Xu, Aston Zhang, Jiawei Han

Traditionally, many text-mining tasks treat individual word-tokens as the finest meaningful semantic granularity. However, in many languages and specialized corpora, words are composed by concatenating semantically meani…

Language ModelingLanguage ModellingSegmentationWord Embeddings