Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On the Role of Higher-Order Moments #13

Open
Doraemonzzz opened this issue Nov 30, 2024 · 1 comment
Open

On the Role of Higher-Order Moments #13

Doraemonzzz opened this issue Nov 30, 2024 · 1 comment

Comments

@Doraemonzzz
Copy link

Great work! I have a question: Is the role of higher-order moments significant? In Table 2, can degree=1 be understood as an operation without using higher-order moments?

@davidpicard
Copy link
Owner

Yep, exactly. degree=1 is just the average the tokens (after a linear+activation), degree=2 corresponds projections of the covariance matrix, degree=3 the third order statistics, etc.
If you think of the sequence as samples from an unknown distribution, then the idea of the high order moments is to capture information about that distribution. If you have enough information to characterize this distribution, then you no longer need the tokens. How many order (degree) you need depends on the distribution, but in practice 2 is already pretty good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants