Formula for Applying RoPE Rotation 't' Times
Rotating a vector by an angle for times is equivalent to a single rotation by the angle . This operation is formally expressed as:

0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Formula for Applying RoPE Rotation 't' Times
A system encodes the position of items in a sequence by applying a series of rotational transformations to an initial vector. The vector for the item at position 'm' is obtained by applying 'm' successive rotations of a fixed angle. Given that any number of successive rotations can be mathematically combined into a single, equivalent rotation, what is the primary advantage of this property for the system?
Equivalent Rotational Transformation
When encoding sequential data by applying a rotational transformation for each step, the final orientation of a vector for the third item in a sequence is fundamentally different and cannot be achieved by a single rotational operation from the initial state.
Formula for Applying RoPE Rotation 't' Times
Definition of C(x, tθ) Notation for Rotated Tokens
Component-wise Vector Rotation in Complex Space
A 2D vector (x, y) can be represented by the complex number z = x + iy. To rotate this vector by an angle θ, it is multiplied by the complex number e^(iθ) = cos(θ) + i sin(θ). If the vector (3, 4) is rotated by 90 degrees (π/2 radians) using this method, what are the coordinates of the new, rotated vector?
A 2D vector can be rotated by representing it as a complex number and multiplying it by another complex number that represents the rotation. Arrange the following steps in the correct logical order to derive the coordinates of a vector
(x₁, x₂)after it has been rotated by an angleθ.Mapping Complex Multiplication to Rotated Vector Components
Learn After
A 2-dimensional vector is transformed by a rotation. The transformation for a vector and a rotation angle is defined by the formula:
New Vector = .
What is the resulting vector if the rotation angle is radians (90 degrees)?
Rotational Transformation in Animation
Analyzing Rotational Transformation Outcomes