In modern LLMs (e.g., LLaMA, GPT-4), Multi-Head Attention projects the input representation into distinct sub-spaces ($Q, K, V$). Each head captures isolated syntactic or semantic relationships. Scaled dot-product prevents vanishing gradients in the softmax layer when vector dimensionality $d_k$ is large.