Add arXiv link (2602.16849)
Browse files- README.md +2 -2
- hf_app/app.py +1 -1
README.md
CHANGED
|
@@ -16,7 +16,7 @@ pinned: false
|
|
| 16 |
**Jianliang He, Leda Wang, Siyu Chen, Zhuoran Yang**
|
| 17 |
*Department of Statistics and Data Science, Yale University*
|
| 18 |
|
| 19 |
-
[[arXiv
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
@@ -215,7 +215,7 @@ modular-addition-feature-learning/
|
|
| 215 |
@article{he2025modular,
|
| 216 |
title={On the Mechanism and Dynamics of Modular Addition: Fourier Features, Lottery Ticket, and Grokking},
|
| 217 |
author={He, Jianliang and Wang, Leda and Chen, Siyu and Yang, Zhuoran},
|
| 218 |
-
journal={arXiv preprint arXiv:
|
| 219 |
year={2025}
|
| 220 |
}
|
| 221 |
```
|
|
|
|
| 16 |
**Jianliang He, Leda Wang, Siyu Chen, Zhuoran Yang**
|
| 17 |
*Department of Statistics and Data Science, Yale University*
|
| 18 |
|
| 19 |
+
[[arXiv](https://arxiv.org/abs/2602.16849)] [[Blog](https://y-agent.github.io/posts/modular_addition_feature_learning/)] [[Interactive Demo](https://huggingface.co/spaces/y-agent/modular-addition-feature-learning)]
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
|
|
| 215 |
@article{he2025modular,
|
| 216 |
title={On the Mechanism and Dynamics of Modular Addition: Fourier Features, Lottery Ticket, and Grokking},
|
| 217 |
author={He, Jianliang and Wang, Leda and Chen, Siyu and Yang, Zhuoran},
|
| 218 |
+
journal={arXiv preprint arXiv:2602.16849},
|
| 219 |
year={2025}
|
| 220 |
}
|
| 221 |
```
|
hf_app/app.py
CHANGED
|
@@ -1078,7 +1078,7 @@ def create_app():
|
|
| 1078 |
r"### Fourier Features, Lottery Ticket, and Grokking" "\n\n"
|
| 1079 |
r"**Jianliang He, Leda Wang, Siyu Chen, Zhuoran Yang**" "\n"
|
| 1080 |
r"*Department of Statistics and Data Science, Yale University*" "\n\n"
|
| 1081 |
-
r'<a href="
|
| 1082 |
r'<a href="https://y-agent.github.io/posts/modular_addition_feature_learning/">[Blog]</a> '
|
| 1083 |
r'<a href="https://github.com/Y-Agent/modular-addition-feature-learning">[Code]</a>' "\n\n"
|
| 1084 |
r"---" "\n\n"
|
|
|
|
| 1078 |
r"### Fourier Features, Lottery Ticket, and Grokking" "\n\n"
|
| 1079 |
r"**Jianliang He, Leda Wang, Siyu Chen, Zhuoran Yang**" "\n"
|
| 1080 |
r"*Department of Statistics and Data Science, Yale University*" "\n\n"
|
| 1081 |
+
r'<a href="https://arxiv.org/abs/2602.16849">[arXiv]</a> '
|
| 1082 |
r'<a href="https://y-agent.github.io/posts/modular_addition_feature_learning/">[Blog]</a> '
|
| 1083 |
r'<a href="https://github.com/Y-Agent/modular-addition-feature-learning">[Code]</a>' "\n\n"
|
| 1084 |
r"---" "\n\n"
|