paper-with-me

Papers

Attention Mechanism and Context Modeling System for Text Mining Machine Translation

2024-08-08 · Yuwei Zhang, Junming Huang, Sitong Liu, Zexi Chen, Zizheng Li

This paper advances a novel architectural schema anchored upon the Transformer paradigm and innovatively amalgamates the K-means categorization algorithm to augment the contextual apprehension capabilities of the schema. The transformer model performs well in machine translation tasks due to its parallel computing power and multi-head attention mechanism. However, it may encounter contextual ambiguity or ignore local features when dealing with highly complex language structures. To circumvent this constraint, this exposition incorporates the K-Means algorithm, which is used to stratify the lexis and idioms of the input textual matter, thereby facilitating superior identification and preservation of the local structure and contextual intelligence of the language. The advantage of this combination is that K-Means can automatically discover the topic or concept regions in the text, which may be directly related to translation quality. Consequently, the schema contrived herein enlists K-Means as a preparatory phase antecedent to the Transformer and recalibrates the multi-head attention weights to assist in the discrimination of lexis and idioms bearing analogous semantics or functionalities. This ensures the schema accords heightened regard to the contextual intelligence embodied by these clusters during the training phase, rather than merely focusing on locational intelligence.

📄 PDF Abstract BibTeX arXiv:2408.04216

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

ROSA-Tuning: Enhancing Long-Context Modeling via Suffix Matching

2026-01-14 · Yunao Zheng, Xiaojie Wang, Lei Ren, Wei Chen arxiv

Long-context capability and computational efficiency are among the central challenges facing today's large language models. Existing efficient attention methods reduce computational complexity, but they typically suffer …

Computational Efficiency

Attention and DCT based Global Context Modeling for Text-independent Speaker Recognition

2022-08-04 · Wei Xia, John H. L. Hansen

Learning an effective speaker representation is crucial for achieving reliable performance in speaker verification tasks. Speech signals are high-dimensional, long, and variable-length sequences containing diverse inform…

Speaker RecognitionSpeaker VerificationText-Independent Speaker Recognition

Attention Entropy is a Key Factor: An Analysis of Parallel Context Encoding with Full-attention-based Pre-trained Language Models

2024-12-21 · Zhisong Zhang, Yan Wang, Xinting Huang, Tianqing Fang 외

Large language models have shown remarkable performance across a wide range of language tasks, owing to their exceptional capabilities in context modeling. The most commonly used method of context modeling is full self-a…

Decoder

Tri-Attention: Explicit Context-Aware Attention Mechanism for Natural Language Processing

2022-11-05 · Rui Yu, Yifeng Li, Wenpeng Lu, Longbing Cao

In natural language processing (NLP), the context of a word or sentence plays an essential role. Contextual information such as the semantic representation of a passage or historical dialogue forms an essential part of a…

Sentence

Luna: Linear Unified Nested Attention

2021-06-03 · NeurIPS 2021 12 · Xuezhe Ma, Xiang Kong, Sinong Wang, Chunting Zhou 외

The quadratic computational and memory complexities of the Transformer's attention mechanism have limited its scalability for modeling long sequences. In this paper, we propose Luna, a linear unified nested attention mec…

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+1