Blog posts

2026

Meta HSTU: 生成式推荐系统的实践

2 minute read

Published:

TL;DR: Meta 将推荐问题重新建模为序列 transduction 任务,提出了 HSTU 架构。在 1.5 万亿参数规模下,线上 A/B 测试提升 12.4%,训练速度比 FlashAttention2 快 5.3-15.2 倍。本文的核心价值在于验证了生成式推荐在工业级场景下的可行性。

2019

2018

2017

SSIST by-talk Day 3

less than 1 minute read

Published:

There is an idea appears in my mind… to attend a PHD program in ShanghaiTech

SSIST by-talk Day 1

1 minute read

Published:

The first impression of ShanghaiTech University is different from other universities I’ve visited.

Finding Similar Articles - Algorithms Research

less than 1 minute read

Published:

Due to the demand of removing similar articles in Touchpal Dialer’s feeds, I did some research on related algorithms and realized a few of them.

2013

CF 338E Optimize! - 线段树维护

1 minute read

Published:

题意: 给一个串a,长度为n,一个串b长度为len, 问a有多少个长度为len的子串满足:和b任意匹配后,每一对值的和都大于等于h。

两题类似的数位DP

1 minute read

Published:

CF 331C3 - The Great Julya Calendar (60 points) SGU 390 TICKETS

Suffix Automaton Tutorial

3 minute read

Published:

This is a comprehensive tutorial on Suffix Automaton (SAM) with detailed problem solutions.