• Stars
    star
    242
  • Rank 161,604 (Top 4 %)
  • Language
  • Created 6 months ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Building blocks for foundation models.

Building Blocks for AI Systems

This is a (biased) view of great work studying the building blocks of efficient and performant foundation models. This Github was originally put together as a place to aggregate materials for a NeurIPS keynote - but we're also hoping to highlight great work across AI Systems. If you think we're missing something, please open an issue or PR!

Slides from Chris Ré's NeurIPS Keynote: https://cs.stanford.edu/~chrismre/papers/NeurIPS23_Chris_Re_Keynote_DELIVERED.pptx

Courses. Courses a great resources for getting started in this space. It's great that we have so many that have open materials! Here's a partial list of courses -- it's biased by Stanford courses, so please reach out if you think of other resources that are helpful!

If you just want to follow along on the major pieces from the talk, check out these blog posts:

An older set of resources on Data-Centric AI.

The rest of this README is split up into resources by topic.

Table of contents:

Foundation Models for Systems

Foundation models are changing the ways that we build systems for classical problems like data cleaning. SIGMOD keynote on this topic. Ihab Ilyas and Xu Chen's textbook on data cleaning: Data Cleaning. The ML for Systems workshops and community are great.

Blog Posts

Papers

Hardware-Aware Algorithms

Hardware-aware algorithms for today's ML primitives. Canonical resources:

Jim Gray's Turing Award Profile.

Blog Posts

Papers

Can We Replace Attention?

Alternatives to attention that scale sub-quadratically in sequence length. Canonical text on signal processing: Discrete-Time Signal Processing. High-level overview of this space: From Deep to Long Learning.

Blog Posts

Papers

Attention Approximations

There's also a great literature around approximating attention (sparse, low-rank, etc). Just as exciting! Here's a partial list of great ideas in this area:

Synthetics for Language Modeling

In research on efficient language models, synthetic tasks (e.g. associative recall) are crucial for understanding and debugging issues before scaling up to expensive pretraining runs.

Code

We've created a very simple GitHub repo with a simple playground for understanding and testing langauge model architectures on synthetic tasks: HazyResearch/zoology.

Blog Posts

Papers

Truly Sub-Quadratic Models

ML models are quadratic along another dimension -- model width. Can we develop models that grow sub-quadratically with model width?

The canonical textbook for a lot of this stuff: Structured Matrices and Polynomials.

Blog Posts

Papers

Quantization, Pruning, and Distillation

Quantization, pruning, and distillation are great techniques to improve efficiency. Here's just a short overview of some of the ideas here:

Systems for Inference

Inference is an increasingly important cost for LLMs: a model will be served many more times than it is trained. Systems for inference are an increasingly important problem. Here's some papers and posts on the topic, there's a lot to do!

High-Throughput

Foundation models will increasingly be used to serve back-of-house tasks like document processing (not just chat interfaces). These will require different systems than our current inference solutions. This work is still very new, but hopefully there's a lot more to come soon!

New Data Types

Most ML models focus on text or images, but there's a large variety of other modalities that present unique challenges (e.g., long context). New modalities will drive advances in model architectures and systems. A few modalities compiled below:

More Repositories

1

flash-attention

Fast and memory-efficient exact attention
Python
3,673
star
2

deepdive

DeepDive
Shell
1,949
star
3

state-spaces

Sequence Modeling with Structured State Spaces
Jupyter Notebook
1,372
star
4

data-centric-ai

Resources for Data Centric AI
TeX
1,070
star
5

ThunderKittens

Tile primitives for speedy kernels
Cuda
1,040
star
6

safari

Convolutions for Sequence Modeling
Assembly
841
star
7

meerkat

Creative interactive views of any dataset.
Python
813
star
8

hgcn

Hyperbolic Graph Convolutional Networks in PyTorch.
Python
556
star
9

ama_prompting

Ask Me Anything language model prompting
Python
530
star
10

m2

Repo for "Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture"
Assembly
499
star
11

H3

Language Modeling with the H3 State Space Model
Assembly
493
star
12

hyena-dna

Official implementation for HyenaDNA, a long-range genomic foundation model built with Hyena
Assembly
489
star
13

evaporate

This repo contains data and code for the paper "Language Models Enable Simple Systems for Generating Structured Views of Heterogeneous Data Lakes"
Python
464
star
14

manifest

Prompt programming with FMs.
Python
437
star
15

metal

Snorkel MeTaL: A framework for training models with multi-task weak supervision
Python
420
star
16

pdftotree

🌲 A tool for converting PDF into hOCR with text, tables, and figures being recognized and preserved.
Python
403
star
17

fonduer

A knowledge base construction engine for richly formatted data
Python
402
star
18

hyperbolics

Hyperbolic Embeddings
Python
362
star
19

flyingsquid

More interactive weak supervision with FlyingSquid
Python
310
star
20

legalbench

An open science effort to benchmark legal reasoning in foundation models
Python
282
star
21

KGEmb

Hyperbolic Knowledge Graph embeddings.
Python
242
star
22

flash-fft-conv

FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores
C++
226
star
23

bootleg

Self-Supervision for Named Entity Disambiguation at the Tail
Python
211
star
24

HypHC

Hyperbolic Hierarchical Clustering.
Python
186
star
25

TART

TART: A plug-and-play Transformer module for task-agnostic reasoning
Python
183
star
26

fly

Python
174
star
27

based

Code for exploring Based models from "Simple linear attention language models balance the recall-throughput tradeoff"
Python
169
star
28

tanda

Learning to Compose Domain-Specific Transformations for Data Augmentation
Python
169
star
29

spacetime

Code for SpaceTime 🌌⏱️. Proposed in Effectively Modeling Time Series with Simple Discrete State Spaces, ICLR 2023.
Python
154
star
30

butterfly

Butterfly matrix multiplication in PyTorch
Python
153
star
31

babble

A system for generating training labels via natural language explanations
Python
144
star
32

zoology

Understand and test language model architectures on synthetic tasks.
Python
140
star
33

hippo-code

Python
139
star
34

EmptyHeaded

Your worst case is our best case.
C++
136
star
35

domino

Python
132
star
36

blocking-tutorial

C++
127
star
37

mindbender

Tools for iterative knowledge base development with DeepDive
CoffeeScript
116
star
38

reef

Automatically labeling training data
Jupyter Notebook
103
star
39

fonduer-tutorials

A collection of simple tutorials for using Fonduer
Jupyter Notebook
100
star
40

fm_data_tasks

Foundation Models for Data Tasks
Python
92
star
41

TreeStructure

Table Extraction Tool
Jupyter Notebook
90
star
42

epoxy

Interactive Model Iteration with Weak Supervision and Pre-Trained Embeddings
Python
76
star
43

CaffeConTroll

C++
75
star
44

HoroPCA

Hyperbolic PCA via Horospherical Projections
Python
65
star
45

structured-nets

Structured matrices for compressing neural networks
Python
64
star
46

hidden-stratification

Combating hidden stratification with GEORGE
Jupyter Notebook
60
star
47

eclair-agents

Jupyter Notebook
50
star
48

numbskull

Numba-based version of DimmWitted Gibbs sampler
Python
45
star
49

model-patching

Model Patching: Closing the Subgroup Performance Gap with Data Augmentation
Python
42
star
50

cs145-notebooks-2016

Public materials for the Fall 2016 offering of CS145
Jupyter Notebook
35
star
51

skill-it

Skill-It! A Data-Driven Skills Framework for Understanding and Training Language Models
Jupyter Notebook
34
star
52

mandoline

(ICML 2021) Mandoline: Model Evaluation under Distribution Shift
Python
30
star
53

mongoose

A Learnable LSH Framework for Efficient NN Training
Python
28
star
54

thanos-code

Code release for the paper Perfectly Balanced: Improving Transfer and Robustness of Supervised Contrastive Learning
Python
28
star
55

tuffy

Tuffy, a Markov Logic Network solver
Java
23
star
56

snorkel-superglue

Applying Snorkel to SuperGLUE
Jupyter Notebook
23
star
57

ukb-cardiac-mri

Weakly Supervised MRI Series Classification for the UK Biobank
Python
22
star
58

correct-n-contrast

Official code repository for Correct-N-Contrast
Python
20
star
59

ludwig-benchmarking-toolkit

Ludwig benchmark
Python
19
star
60

ddlog

Compiler for writing DeepDive applications in a Datalog-like language — ⚠️🚧🛑 REPO MOVED TO DEEPDIVE 👇🏿
Scala
19
star
61

augmentation_code

Reproducible code for Augmentation paper
Python
18
star
62

smallfry

Python
18
star
63

tabi

Code release for Type-Aware Bi-Encoders for Open-Domain Entity Retrieval
Python
18
star
64

lp_rffs

Low precision random Fourier features for kernel approximation
Python
17
star
65

sampler

DimmWitted Gibbs Sampler in C++ — ⚠️🚧🛑 REPO MOVED TO DEEPDIVE 👉🏿
C++
17
star
66

random_embedding

Python
16
star
67

snorkel-biocorpus

Python
16
star
68

bazaar

JavaScript
14
star
69

ddbiolib

DeepDive Biomedical Tools
Python
13
star
70

anchor-stability

A study of the downstream instability of word embeddings
Jupyter Notebook
12
star
71

Omnivore

Omnivore Optimizer and Distributed CcT
C++
12
star
72

embroid

Embroid: Unsupervised Prediction Smoothing Can Improve Few-Shot Classification
Jupyter Notebook
11
star
73

dd-genomics

The Genomics DeepDive project
Python
11
star
74

dimmwitted

C++
10
star
75

medical-ned-integration

Cross-domain data integration for named entity disambiguation in biomedical text
Python
10
star
76

torchhalp

Python
9
star
77

cross-modal-ws-demo

HTML
9
star
78

liger

Liger: Fusing Weak Supervision and Model Embeddings
Python
8
star
79

treedlib

Jupyter Notebook
8
star
80

Accelerated-PCA

Accelerated Stochastic Power Iteration with Momentum
Jupyter Notebook
8
star
81

hyperE

HTML
7
star
82

chinstrap

C++
6
star
83

ivy-tutorial

An Introductory Tutorial for Ivy
Jupyter Notebook
6
star
84

quadrature-features

Code to generate kernel features using Gaussian quadrature
Python
5
star
85

icij-maude

Weakly supervised classification of adverse event reports from the FDA's MAUDE database.
Python
5
star
86

observational

Observational Supervision for Medical Image Classification using Gaze Data
Jupyter Notebook
5
star
87

librarian

DeepDive Librarian for managing all data sets we publish and receive
Python
3
star
88

halp

Python
3
star
89

bert-pretraining

Python
2
star
90

d3m-model-search

D3M Model Search Component
Python
2
star
91

elementary

Data services and APIs
Python
1
star
92

dependency_model

Structure learning code from [ICML'19 paper](https://arxiv.org/abs/1903.05844)
Python
1
star
93

flash_metaseq

Metaseq for finetuning and flash attention
Python
1
star