Skip to content

Commit

Permalink
update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwang61 committed Jan 16, 2024
1 parent 50f7754 commit d82ef92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Publications and Preprint </h2>
<ol>
<li><p><a href="https://arxiv.org/abs/2310.00535">JoMA: Demystifying Multilayer Transformers via JOint Dynamics of MLP and Attention</a> <br />
Yuandong Tian, <b>Yiping Wang</b>, Zhenyu Zhang, Beidi Chen, Simon Du. <br />
Preprint. <br /></p>
International Conference on Learning Representations (ICLR) 2024 <br /></p>
</li>
<li><p><a href="https://arxiv.org/abs/2305.16380">Scan and Snap: Understanding Training Dynamics and Token Composition in 1-layer Transformer</a> <br />
Yuandong Tian, <b>Yiping Wang</b>, Beidi Chen, Simon Du. <br />
Expand Down
2 changes: 1 addition & 1 deletion index.jemdoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ During my undergraduate, I was very fortunate to work closely with [http://yuand
\*: indicating equal contribution or alphabetic ordering.
. [https://arxiv.org/abs/2310.00535 JoMA: Demystifying Multilayer Transformers via JOint Dynamics of MLP and Attention] \n
Yuandong Tian, *Yiping Wang*, Zhenyu Zhang, Beidi Chen, Simon Du. \n
Preprint. \n
International Conference on Learning Representations (ICLR) 2024 \n
. [https://arxiv.org/abs/2305.16380 Scan and Snap: Understanding Training Dynamics and Token Composition in 1-layer Transformer] \n
Yuandong Tian, *Yiping Wang*, Beidi Chen, Simon Du. \n
Conference on Neural Information Processing Systems (NeurIPS) 2023 \n
Expand Down
2 changes: 2 additions & 0 deletions jemdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from subprocess import *
import tempfile


def info():
print(__doc__)
print('Platform: ' + sys.platform + '.')
Expand All @@ -42,6 +43,7 @@ def info():
print('no.')
print(message)


def testeqsupport():
supported = True
msg = ''
Expand Down

0 comments on commit d82ef92

Please sign in to comment.