Skip to content

Commit 4a26b7d

Browse files
a.palmasa.palmas
authored andcommitted
Update Readme and webpage
1 parent b87841a commit 4a26b7d

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</p>
55

66
<p align="center">
7-
<a href="https://arxiv.org/abs/2604.17465"><img src="https://img.shields.io/badge/paper-arXiv:2604.17465-B31B1B?logo=arxiv" alt="Paper"/></a>
8-
<a href="https://saifh-github.github.io/llm-dropout-noise-recognition/"><img src="https://img.shields.io/badge/blog-read%20post-blue" alt="Blog Post"/></a>
7+
<a href="https://arxiv.org/abs/2604.17465" target="_blank"><img src="https://img.shields.io/badge/paper-arXiv:2604.17465-B31B1B?logo=arxiv" alt="Paper"/></a>
8+
<a href="https://saifh-github.github.io/llm-dropout-noise-recognition/" target="_blank"><img src="https://img.shields.io/badge/blog-read%20post-blue" alt="Blog Post"/></a>
99
</p>
1010

1111
<p align="center">

webpage/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ <h1 class="title is-1 publication-title">Language Models Recognize Dropout and G
5757
<div class="publication-links">
5858
<!-- PDF Link. -->
5959
<span class="link-block">
60-
<a href="https://arxiv.org/pdf/2604.17465" class="external-link button is-normal is-rounded is-dark">
60+
<a href="https://arxiv.org/pdf/2604.17465" class="external-link button is-normal is-rounded is-dark"
61+
target="_blank">
6162
<span class="icon">
6263
<i class="fas fa-file-pdf"></i>
6364
</span>
6465
<span>Paper</span>
6566
</a>
6667
</span>
6768
<span class="link-block">
68-
<a href="https://arxiv.org/abs/2604.17465" class="external-link button is-normal is-rounded is-dark">
69+
<a href="https://arxiv.org/abs/2604.17465" class="external-link button is-normal is-rounded is-dark"
70+
target="_blank">
6971
<span class="icon">
7072
<i class="ai ai-arxiv"></i>
7173
</span>
@@ -75,7 +77,7 @@ <h1 class="title is-1 publication-title">Language Models Recognize Dropout and G
7577
<!-- Code Link. -->
7678
<span class="link-block">
7779
<a href="https://github.com/saifh-github/llm-dropout-noise-recognition"
78-
class="external-link button is-normal is-rounded is-dark">
80+
class="external-link button is-normal is-rounded is-dark" target="_blank">
7981
<span class="icon">
8082
<i class="fab fa-github"></i>
8183
</span>
@@ -534,7 +536,7 @@ <h2 class="title is-3">Discussion</h2>
534536
</div>
535537
</div>
536538
<h3>
537-
See <a href="#">the full paper</a> for more details!
539+
See <a href="https://arxiv.org/pdf/2604.17465" target="_blank">the full paper</a> for more details!
538540
</h3>
539541
</div>
540542
</section>

0 commit comments

Comments
 (0)