organizing my reading

go back ↰

# idea
# favorites
# graph theory
# fairness
# miscellaneous theory
# coding theory
# watermarking language models
# structured encryption
# differential privacy
# law and cs
# online voting
# internet
# blog posts and notes

# idea

Mostly, this is a place for me to keep track of every (academic) piece I’ve read and enjoyed. Trying to keep this semi-organized by topic.

# favorites

My all-time favorite papers, for one reason or another. No particular order.

# graph theory

Primarily stuff about random sampling of spanning trees or graph partitions.

# fairness

Theoretical computer-scientific methods aimed at ameliorating social/civic issues. Kinda the coolest thing in the world if I’m being honest.

# miscellaneous theory

Pseudorandomness, complexity theory, computability theory, algorithms, etc.

# coding theory

Codes are sets (whose elements are codewords) which have a variety of applications — data compression, error correction, cryptography, etc. Most of these papers have to do with fingerprinting codes, which can aid anti-piracy enforcement by identifying users who pirate digital content.

# watermarking language models

How can we use (cryptographic) techniques to ensure that we can distinguish between text coming from an LLM vs. a human? How do these techniques connect to steganography, a cryptographic primitive for hiding secret text in ostensibly innocuous covertext?

# structured encryption

How can we use cryptographic techniques to allow clients to store private data on an untrustworthy server, and allow them to query their data without their queries or responses being seen by the server?

cryptography and machine learning

Mostly from Aloni’s crypto seminar in Spring 2024.

# differential privacy

A differentially-private algorithm is a randomized function of a dataset whose outputs shouldn’t change much whether or not your data is in the dataset.

# law and cs

Mostly related to data privacy law and questions about what data deletion should mean.

# online voting

I went down a rabbit hole about whether we can run fair/secure elections online. Turns out it’s hard!

# internet

Mostly from a networks class I took with Ben Zhao. We read some of the original Internet papers (near the bottom of this list) and worked our way up to modern stuff.

# blog posts and notes

Interesting blog posts that I’ve read or want to read….