Skip to content

Commit 7ecbb3e

Browse files
committed
Updated on 2025-04-03
1 parent 6a5ddf4 commit 7ecbb3e

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

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": "PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model",
4+
"author": "Yizhe Zhang et al",
5+
"year": "2023",
6+
"topic":"planning, llm, diffusion",
7+
"venue": "NeurIPS",
8+
"description": "The paper introduces PLANNER, a novel two-stage latent text diffusion model for generating diversified paragraphs that addresses repetitive and low-quality output issues in autoregressive models. Unlike previous text diffusion models that operate directly on tokens, PLANNER combines an autoregressive \"decoding\" module with a \"planning\" module that uses latent diffusion to generate semantic paragraph embeddings in a coarse-to-fine manner. The approach first learns a variational paragraph embedder that condenses lengthy texts into a fixed number of semantic tokens, then applies a continuous-time latent diffusion model to learn the distribution of these embeddings. Experimental results across sentiment-guided generation, text completion, and summarization tasks demonstrate that PLANNER generates more fluent and diverse text with less repetition compared to both autoregressive methods and text diffusion baselines, while maintaining comparable relevance scores and offering computational advantages through batched processing of fixed-length latent codes.",
9+
"link": "https://openreview.net/pdf?id=SLwy8UVS8Y"
10+
},
211
{
312
"title": "Diffusion of Thought: Chain-of-Thought Reasoning in Diffusion Language Models",
413
"author": "Jiacheng Ye 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 261 papers. Let's keep it up!
19+
So far, we have read 262 papers. Let's keep it up!
2020
</p>
2121
<small id="searchCount">
22-
Your search returned 261 papers. Nice!
22+
Your search returned 262 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>PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model</td>
51+
<td>Yizhe Zhang et al</td>
52+
<td>2023</td>
53+
<td>planning, llm, diffusion</td>
54+
<td>NeurIPS</td>
55+
<td>The paper introduces PLANNER, a novel two-stage latent text diffusion model for generating diversified paragraphs that addresses repetitive and low-quality output issues in autoregressive models. Unlike previous text diffusion models that operate directly on tokens, PLANNER combines an autoregressive &quot;decoding&quot; module with a &quot;planning&quot; module that uses latent diffusion to generate semantic paragraph embeddings in a coarse-to-fine manner. The approach first learns a variational paragraph embedder that condenses lengthy texts into a fixed number of semantic tokens, then applies a continuous-time latent diffusion model to learn the distribution of these embeddings. Experimental results across sentiment-guided generation, text completion, and summarization tasks demonstrate that PLANNER generates more fluent and diverse text with less repetition compared to both autoregressive methods and text diffusion baselines, while maintaining comparable relevance scores and offering computational advantages through batched processing of fixed-length latent codes.</td>
56+
<td><a href="https://openreview.net/pdf?id=SLwy8UVS8Y" target="_blank">Link</a></td>
57+
</tr>
58+
4959
<tr>
5060
<td>Diffusion of Thought: Chain-of-Thought Reasoning in Diffusion Language Models</td>
5161
<td>Jiacheng Ye et al</td>

0 commit comments

Comments
 (0)