← Search

Pavlo Vasylenko

2 accepted papers

2026

Long-Context Generalization with Sparse Attention

ICLR 2026poster

Transformer-based architectures traditionally employ softmax to compute attention weights, which produces dense distributions over all tokens in a sequence. While effective in many settings, this density has been shown to be detrimental for tasks that demand precise focus on fixed-size patterns…

Cited by 0SourcecodeScholar
2023

Incorporating Graph Information in Transformer-based AMR Parsing

ACL 2023findings

Abstract Meaning Representation (AMR) is a Semantic Parsing formalism that aims at providing a semantic graph abstraction representing a given text. Current approaches are based on autoregressive language models such as BART or T5, fine-tuned through Teacher Forcing to obtain a linearized version of…