Skip to content

Commit 2acbda8

Browse files
committed
Updated on 2024-12-30
1 parent 15ce4d1 commit 2acbda8

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Where?</h1>
3535
<!-- Last Update Section -->
3636
<section>
3737
<h1>When?</h1>
38-
Last time this was edited was 2024-12-29 (YYYY/MM/DD).
38+
Last time this was edited was 2024-12-30 (YYYY/MM/DD).
3939
</section>
4040

4141
<!-- Footer -->

papers/list.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "Turning Up the Heat: Min-p Sampling for Creative and Coherent LLM Outputs",
4+
"author": "Nguyen Nhat Minh et al",
5+
"year": "2024",
6+
"topic": "sampling, llm",
7+
"venue": "Arxiv",
8+
"description": "This paper introduces a neat trick to sample the next token. Min-p sampling basically adjusts the sampling threshold based on the model's confidence. It does so by scaling according to the top token's probability. This is a compelling alternative to other common sampling methods, like nucleus sampling.",
9+
"link": "https://arxiv.org/pdf/2407.01082"
10+
},
211
{
312
"title": "LASER: Attention with Exponential Transformation",
413
"author": "Sai Surya Duvvuri et al",

papers_read.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1>Here's where I keep a list of papers I have read.</h1>
1616
I typically use this to organize papers I found interesting. Please feel free to do whatever you want with it. Note that this is not every single paper I have ever read, just a collection of ones that I remember to put down.
1717
</p>
1818
<p id="paperCount">
19-
So far, we have read 196 papers. Let's keep it up!
19+
So far, we have read 197 papers. Let's keep it up!
2020
</p>
2121
<small id="searchCount">
22-
Your search returned 196 papers. Nice!
22+
Your search returned 197 papers. Nice!
2323
</small>
2424

2525
<div class="search-inputs">
@@ -46,6 +46,16 @@ <h1>Here's where I keep a list of papers I have read.</h1>
4646
</thead>
4747
<tbody>
4848

49+
<tr>
50+
<td>Turning Up the Heat: Min-p Sampling for Creative and Coherent LLM Outputs</td>
51+
<td>Nguyen Nhat Minh et al</td>
52+
<td>2024</td>
53+
<td>sampling, llm</td>
54+
<td>Arxiv</td>
55+
<td>This paper introduces a neat trick to sample the next token. Min-p sampling basically adjusts the sampling threshold based on the model&#x27;s confidence. It does so by scaling according to the top token&#x27;s probability. This is a compelling alternative to other common sampling methods, like nucleus sampling.</td>
56+
<td><a href="https://arxiv.org/pdf/2407.01082" target="_blank">Link</a></td>
57+
</tr>
58+
4959
<tr>
5060
<td>LASER: Attention with Exponential Transformation</td>
5161
<td>Sai Surya Duvvuri et al</td>

0 commit comments

Comments
 (0)