Sansa Gong

Results 54 comments of Sansa Gong
trafficstars

Maybe this file can help you. @amengpa [articles_embeddings+titles.zip](https://github.com/summmeer/session-based-news-recommendation/files/10811688/articles_embeddings%2Btitles.zip) _Originally posted by @summmeer in https://github.com/summmeer/session-based-news-recommendation/issues/7#issuecomment-1441383978_

Hi, I downloaded the data from their repo. The link you provided may be their enhanced and filtered version. If you prefer the original, you can access it via our...

Hi, The $x$ in our code corresponds to $z$ in the paper, and we use `mask` to impose the partial noise. You can refer to: https://github.com/Shark-NLP/DiffuSeq/blob/f78945d79de5783a4329695c0adb1e11adde31bf/diffuseq/gaussian_diffusion.py#L400 https://github.com/Shark-NLP/DiffuSeq/blob/f78945d79de5783a4329695c0adb1e11adde31bf/diffuseq/gaussian_diffusion.py#L259

我们之前有一系列工作讨论过[diffusion as a reasoning model](https://ikekonglp.github.io/dreams.html),欢迎了解 & 讨论。 1. [Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models](https://arxiv.org/pdf/2402.07754) 在Text Diffusion Model上做CoT reasoning; 2. [Beyond Autoregression: Discrete Diffusion for Complex Reasoning and...