Multiple Choice

In a causal self-attention mechanism, a relative position bias is added to the dot product of each query-key pair. The bias is determined by bucketing the relative position offset (query index - key index) according to these rules:

  • Offset 0 → Bucket 0
  • Offset 1 → Bucket 1
  • Offsets 2 or 3 → Bucket 2
  • Offsets 4 or greater → Bucket 3

Which of the following statements accurately describes a structural property of the resulting bias matrix?

0

1

Updated 2025-10-10

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Analysis in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science

Related