# Christopher Ré

> Source: https://aiwiki.ai/wiki/christopher_re
> Updated: 2026-06-08
> Categories: People
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

Christopher Re (his surname is sometimes written with an acute accent over the "e") is an American computer scientist and a professor of computer science at [Stanford University](/wiki/stanford_university), where he leads the research group known as Hazy Research. His work spans data management and [machine learning](/wiki/machine_learning) systems, and several lines of it have become standard references: the DeepDive knowledge-base system, the Snorkel framework for weak supervision, the structured state space sequence model (S4) that seeded the [Mamba](/wiki/mamba) architecture, and the [FlashAttention](/wiki/flash_attention) algorithm. In 2015 he received a [MacArthur Fellowship](/wiki/macarthur_fellowship), the award commonly called a "genius grant." His research has also seeded a series of companies, several of which became billion-dollar businesses, among them [Snorkel](/wiki/snorkel) AI, [SambaNova](/wiki/sambanova) Systems, and [Together AI](/wiki/together_ai). [1][2][3]

## Education

Re completed his undergraduate degree at Cornell University. [1] He then pursued graduate study in computer science at the University of Washington in Seattle, where he earned his PhD in 2009 under the supervision of the database researcher Dan Suciu. His doctoral dissertation, "Managing Large-scale Probabilistic Databases," addressed how to query and reason over data whose values are uncertain. The work was recognized with the ACM SIGMOD Jim Gray Doctoral Dissertation Award in 2010. [4][5]

After his PhD he joined the University of Wisconsin-Madison as an assistant professor, a position he held from 2009 to 2013. It was at Wisconsin that he began the DeepDive project on extracting structured knowledge from unstructured "dark" data. In 2013 he moved to Stanford, where he is a professor of computer science affiliated with the Stanford Artificial Intelligence Laboratory, the Machine Learning Group, and the Center for Research on Foundation Models. [1][2]

## Research (Hazy Research)

Re directs the Hazy Research group at Stanford. The group's stated interest is in the shifts brought about by machine learning and in building the foundations for next-generation machine learning systems, with a recurring focus on learning from increasingly weak forms of supervision and on designing algorithms that are aware of the hardware they run on. His research career divides roughly into an earlier body of work on data systems and a later body of work on machine learning architectures, though the two are connected by a consistent systems-oriented viewpoint. [2]

### Data systems and DeepDive

Re's early research centered on probabilistic databases and on systems for turning messy, unstructured inputs into clean, structured knowledge. The flagship system from this period was DeepDive, a framework for knowledge-base construction that used statistical inference to read documents, web pages, and other unstructured sources and populate a structured database of facts. DeepDive was applied to problems ranging from building scientific knowledge bases to assisting law-enforcement efforts against human trafficking, and it became the technical basis for one of Re's first companies. [2][6]

### Weak supervision and Snorkel

A defining theme of Re's machine learning research is weak supervision: training models without large hand-labeled datasets. With his students he introduced data programming, an approach in which users write labeling functions that encode heuristics, patterns, and rules, and a statistical model then estimates the accuracies of those noisy sources and combines them into probabilistic training labels. The idea was implemented in an open-source system called Snorkel, developed in his lab beginning around 2016, which let practitioners build training sets programmatically rather than by manual annotation. The data-programming paper appeared at NeurIPS in 2016 and the Snorkel system was described at VLDB in 2017. This line of work helped popularize what is now often called data-centric AI. [2][7][8]

### Sequence models: S4, FlashAttention, and Mamba

In the foundation-model era, Hazy Research became known for rethinking the core building blocks of sequence models. Working with his PhD student Albert Gu, Re helped develop the structured state space sequence model, known as S4, described in the 2021 paper "Efficiently Modeling Long Sequences with Structured State Spaces" (with Albert Gu and Karan Goel). S4 reframed deep sequence modeling around classical state space models and set new results on long-range benchmarks, including tasks that earlier architectures could not solve. [2][9]

The S4 line of research led directly to [Mamba](/wiki/mamba), a selective state space model introduced in December 2023 by Albert Gu and [Tri Dao](/wiki/tri_dao), both of whom trained in Re's research orbit. Mamba offered a linear-time alternative to the attention mechanism of the [transformer](/wiki/transformer) and became one of the most influential non-transformer architectures of the period. Re was not an author of the Mamba paper itself, but the model grew out of the state space model program he and his students had built. [10]

Re is also a co-author of FlashAttention, an input-output-aware algorithm that computes exact attention while dramatically reducing reads and writes to GPU memory. The 2022 paper, led by Tri Dao (whom Re co-advised with Stefano Ermon) along with Daniel Y. Fu, Atri Rudra, and Re, made it practical to train transformers on much longer sequences and was widely adopted across the industry. FlashAttention exemplifies the "hardware-aware" philosophy that runs through Re's later work: co-designing algorithms with the realities of modern accelerators. [11]

### Other directions

Beyond these headline results, Hazy Research has produced a range of related systems and models, including the Hyena long-convolution architecture, the ThunderKittens library for writing fast GPU kernels, and the Evo genomic foundation models for biology. The group's alumni have gone on to found or lead several AI companies, making the lab an unusually direct pipeline from academic research to commercial products. [2]

## Companies

Re is a prolific entrepreneur whose companies have generally commercialized ideas first developed in his lab. By his own account he has co-founded a number of companies as well as a venture firm. [2] Two of his ventures were acquired by [Apple](/wiki/apple): Lattice Data, which built on DeepDive to extract structure from unstructured data and was bought in 2017 in a deal reported at around 200 million dollars, and Inductiv, which built on the HoloClean automated data-cleaning system and was acquired in 2020. [12][13]

His other companies remained independent and several reached multi-billion-dollar scale. SambaNova Systems, founded in 2017 with Stanford colleague [Kunle Olukotun](/wiki/kunle_olukotun) and chief executive Rodrigo Liang, designs custom AI chips and full-stack systems as an alternative to mainstream GPUs and became one of the most heavily funded AI hardware startups. Snorkel AI, founded in 2019 with Alex Ratner (its chief executive) and other lab members, commercialized the weak-supervision approach and reached a one-billion-dollar valuation in 2021. Together AI, founded in 2022 with chief executive Vipul Ved Prakash, Ce Zhang, and [Percy Liang](/wiki/percy_liang), operates a cloud platform for training and serving open-source foundation models. In 2024 Re co-founded Cartesia with Albert Gu, Karan Goel, and others to commercialize real-time state space models. [14][15][16][17]

| Company | Founded | Focus | Notable outcome |
| --- | --- | --- | --- |
| Lattice Data (DeepDive) | 2015 | Extracting structure from unstructured "dark" data | Acquired by Apple, 2017 (reported ~$200M) |
| SambaNova Systems | 2017 | Custom AI chips and full-stack systems | Raised more than $1 billion in venture funding |
| Snorkel AI | 2019 | Data-centric AI and weak supervision | Reached a $1 billion valuation in 2021 |
| Inductiv (HoloClean) | circa 2018 | Automated data cleaning and repair | Acquired by Apple, 2020 |
| Together AI | 2022 | Cloud for open foundation models | Valued in the billions of dollars |
| Cartesia | 2024 | Real-time state space model AI | Venture-backed startup |

## Recognition

Re's best-known honor is the MacArthur Fellowship, awarded in 2015 and worth an unrestricted multi-year stipend; the foundation cited his work on tools that make it easier to extract knowledge from large, messy datasets. The University of Washington noted the award as a distinction for one of its computer science alumni. [3][5]

He has received a series of other major honors across both database research and machine learning. His Stanford profile lists, among others, a VLDB Early Career Award (2015), a Gordon and Betty Moore Data-Driven Discovery Award (2014), a SIGMOD Best Paper Award (2014), an Alfred P. Sloan Research Fellowship (2013), the Robert N. Noyce Faculty Fellowship (2013), a PODS Best Paper Award (2012), an NSF CAREER Award (2011), and the ACM SIGMOD Jim Gray Dissertation Award (2010). He also received an Okawa Research Grant in 2016. [2]

As of 2026 Re continues to lead Hazy Research at Stanford and remains active across his portfolio of companies, a body of work that has made his lab one of the most productive bridges between academic machine learning research and commercial AI systems. [2]

## References

1. "Christopher Re." Wikipedia. https://en.wikipedia.org/wiki/Christopher_R%C3%A9
2. "Christopher Re (Chris Re)." Stanford Computer Science homepage. https://cs.stanford.edu/people/chrismre/
3. "Christopher Re." MacArthur Foundation, Class of 2015. https://www.macfound.org/fellows/class-of-2015/christopher-r
4. "Christopher Re." The Mathematics Genealogy Project. https://genealogy.math.ndsu.nodak.edu/id.php?id=172184
5. "UW computer science alumnus wins a MacArthur Foundation 'genius grant'." University of Washington News, September 29, 2015. https://www.washington.edu/news/2015/09/29/uw-computer-science-alumnus-wins-a-macarthur-foundation-genius-grant-2/
6. "DeepDive." Hazy Research, Stanford University. https://hazyresearch.stanford.edu/
7. Alexander Ratner, Christopher De Sa, Sen Wu, Daniel Selsam, Christopher Re. "Data Programming: Creating Large Training Sets, Quickly." NeurIPS 2016; arXiv:1605.07723. https://arxiv.org/abs/1605.07723
8. Alexander Ratner, Stephen H. Bach, Henry Ehrenberg, Jason Fries, Sen Wu, Christopher Re. "Snorkel: Rapid Training Data Creation with Weak Supervision." VLDB 2017; arXiv:1711.10160. https://arxiv.org/abs/1711.10160
9. Albert Gu, Karan Goel, Christopher Re. "Efficiently Modeling Long Sequences with Structured State Spaces." arXiv:2111.00396, 2021. https://arxiv.org/abs/2111.00396
10. Albert Gu, Tri Dao. "Mamba: Linear-Time Sequence Modeling with Selective State Spaces." arXiv:2312.00752, December 2023. https://arxiv.org/abs/2312.00752
11. Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, Christopher Re. "FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness." NeurIPS 2022; arXiv:2205.14135. https://arxiv.org/abs/2205.14135
12. "Apple acquires AI company Lattice Data, a specialist in unstructured 'dark data', for $200M." TechCrunch, May 13, 2017. https://techcrunch.com/2017/05/13/apple-acquires-ai-company-lattice-data-a-specialist-in-unstructured-dark-data/
13. "Apple Acquires Inductiv [UPDATE: Another Christopher Re Group]." SlashGear, May 2020. https://www.slashgear.com/apple-acquires-inductiv-update-another-christopher-re-group-29622978/
14. "SambaNova, founded by alumnus Kunle Olukotun, emerges from stealth mode." University of Michigan CSE, 2017. https://cse.engin.umich.edu/stories/sambanova-founded-by-alumnus-kunle-olukotun-emerges-from-stealth-mode-with-ai-accelerated-hpc-system
15. "Snorkel AI Raises $85M Series C at $1B Valuation for Data-Centric AI." Snorkel AI, 2021. https://snorkel.ai/blog/85-million-series-c-accelerating-data-centric-ai-enterprise/
16. "About Us." Together AI. https://www.together.ai/about-us
17. "Cartesia: Building the Next Generation of Real-Time AI Models." Index Ventures, 2024. https://www.indexventures.com/perspectives/building-the-next-generation-of-real-time-ai-models-our-investment-in-cartesia/

