← Search

Shaked Brody

3 accepted papers

2023

On the Expressivity Role of LayerNorm in Transformers’ Attention

ACL 2023findings

Layer Normalization (LayerNorm) is an inherent component in all Transformer-based models. In this paper, we show that LayerNorm is crucial to the expressivity of the multi-head attention layer that follows it. This is in contrast to the common belief that LayerNorm’s only role is to normalize the ac…

2019

code2seq: Generating Sequences from Structured Representations of Code

ICLR 2019poster

The ability to generate natural language sequences from source code snippets has a variety of applications such as code summarization, documentation, and retrieval. Sequence-to-sequence (seq2seq) models, adopted from neural machine translation (NMT), have achieved state-of-the-art performance on the…