paper-with-me

홈 › Papers

PhraseTransformer: Self-Attention using Local Context for Semantic Parsing

2021-01-01 · Phuong Minh Nguyen, Vu Tran, Minh Le Nguyen

Semantic parsing is a challenging task whose purpose is to convert a natural language utterance to machine-understandable information representation. Recently, solutions using Neural Machine Translation have achieved many promising results, especially Transformer because of the ability to learn long-range word dependencies. However, the one drawback of adapting the original Transformer to the semantic parsing is the lack of detail in expressing the information of sentences. Therefore, this work proposes a PhraseTransformer architecture that is capable of a more detailed meaning representation by learning the phrase dependencies in the sentence. The main idea is to incorporate Long Short-Term Memory (LSTM) into the Self-Attention mechanism of the original Transformer to capture more local context of phrases. Experimental results show that the proposed model captures the detailed meaning better than Transformer, raises local context awareness and achieves strong competitive performance on Geo, MSParS datasets, and leads to new state-of-the-art (SOTA) performance on Atis dataset.

📄 PDF Abstract BibTeX

Code (1)

phuongnm94/PhraseTransformer 공식 구현 pytorch

Tasks

Machine TranslationSemantic ParsingSentenceTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PhraseTransformer: An Incorporation of Local Context Information into Sequence-to-sequence Semantic Parsing

2022-11-29 · Applied Intelligence 2022 11 · Phuong Minh Nguyen, Tung Le, Huy Tien Nguyen, Vu Tran 외

Semantic parsing is a challenging task mapping a natural language utterance to machine-understandable information representation. Recently, approaches using neural machine translation (NMT) have achieved many promising r…

Machine TranslationNMTSemantic ParsingSentence+1

An Effective Method using Phrase Mechanism in Neural Machine Translation

2023-08-21 · Phuong Minh Nguyen, Le Minh Nguyen

Machine Translation is one of the essential tasks in Natural Language Processing (NLP), which has massive applications in real life as well as contributing to other tasks in the NLP research community. Recently, Transfor…

Machine TranslationNMTTranslation

Sparse Attention for Dense Open-Vocabulary Prediction in CLIP

2026-07-08 · Fatimah Zohra, Chen Zhao, Shuming Liu, Bernard Ghanem arxiv

Contrastive Language-Image Pre-training (CLIP) relies on softmax-based self-attention, a strictly positive distribution that assigns probability mass to every pair of tokens-even semantically irrelevant ones. While these…

Semantic Segmentation

Hybrid Self-Attention Network for Machine Translation

2018-11-01 · Kaitao Song, Xu Tan, Furong Peng, Jianfeng Lu

The encoder-decoder is the typical framework for Neural Machine Translation (NMT), and different structures have been developed for improving the translation performance. Transformer is one of the most promising structur…

DecoderMachine TranslationNMTTranslation

Can We Get Rid of Handcrafted Feature Extractors? SparseViT: Nonsemantics-Centered, Parameter-Efficient Image Manipulation Localization through Spare-Coding Transformer

2024-12-19 · Lei Su, Xiaochen Ma, Xuekang Zhu, Chaoqun Niu 외

Non-semantic features or semantic-agnostic features, which are irrelevant to image context but sensitive to image manipulations, are recognized as evidential to Image Manipulation Localization (IML). Since manual labels …

Image ManipulationImage Manipulation LocalizationLearning Semantic Representations