HN user

gsjbjt

125 karma

jessylin.com

Posts19
Comments14
View on HN
jessylin.com 9mo ago

The Continual Learning Problem

gsjbjt
4pts1
jessylin.com 9mo ago

What does it take to build a human-like user simulator?

gsjbjt
6pts0
jessylin.com 1y ago

User simulators bridge RL with real-world interaction

gsjbjt
1pts0
jessylin.com 1y ago

How will LM agents change the Internet?

gsjbjt
1pts0
dynalang.github.io 2y ago

Dynalang: Understanding language via prediction in a multimodal world model

gsjbjt
2pts0
dynalang.github.io 2y ago

Dynalang: A multimodal AI agent with a language-world model

gsjbjt
2pts0
arxiv.org 2y ago

Learning to Model the World with Language

gsjbjt
1pts1
twitter.com 3y ago

Decision-oriented dialogue: LLM agents to assist with everyday decision-making

gsjbjt
3pts1
skyplane.org 3y ago

Skyplane: Fast bulk data transfers between any cloud

gsjbjt
4pts0
twitter.com 4y ago

InCoder: A large language model for infilling and generating code

gsjbjt
1pts0
www.wired.com 4y ago

What a crossword AI reveals about humans' way with words

gsjbjt
70pts49
jsteinhardt.stat.berkeley.edu 5y ago

Incentive mechanisms to improve recommender systems

gsjbjt
1pts0
www.wired.com 5y ago

What a crossword AI reveals about humans' way with words

gsjbjt
1pts0
jessylin.com 6y ago

New directions for human-in-the-loop machine learning

gsjbjt
1pts0
jessylin.com 6y ago

Philosophy as Math-Like Thinking

gsjbjt
70pts33
www.perell.com 6y ago

Rethinking hybrid human-AI systems

gsjbjt
1pts0
news.ycombinator.com 6y ago

Ask HN: What are the best long-form essays or articles you've ever read?

gsjbjt
23pts6
github.com 9y ago

Show HN: Quill – HackMIT's hackathon registration system

gsjbjt
15pts0
medium.com 9y ago

Quill – An Open Source Hackathon Registration System

gsjbjt
8pts0

The point is that LLMs can’t backtrack after deciding on a token. So the probability at least one token along a long generation will lead you down the wrong path does indeed increase as the sequence gets longer (especially since we typically sample from these things), whereas humans can plan their outputs in advance, revise/refine, etc.

Nice post! I work on NLP and I think a lot of ideas in this post resonate with what I find exciting about working on the intersection of language + the real world: large text datasets as sources of abundant prior knowledge about the world, structure of language ~ structure of concepts that matter to humans, etc.

I feel like the bottleneck is getting access to paired (language, other modality) data though (if your other modality isn't images). i.e. "bolt on generalization" is an intuitively appealing concept, but then it reduces to the hard problem of "how do I learn to ground language to e.g. my robot action space?" I haven't seen a robotics + language paper that actually grapples with the grounding problem / tries to think about how to scale the data collection process for language-conditioned robotics beyond annotating your own dataset as a proof-of-concept. Unlike language modeling / CLIP-type pretraining, it seems (fundamentally?) more difficult to find natural sources of supervision of (language, action). I'd be curious about your thoughts on this!

When it comes to combining natural language with robots, the obvious take is to use it as an input-output modality for human-robot interaction. The robot would understand human language inputs and potentially converse with the human. But if you accept that “generalization is language”, then language models have a far bigger role to play than just being the “UX layer for robots”.

You should check out Jacob Andreas's work, if you haven't seen it already - esp. his stuff on learning from latent language (https://arxiv.org/abs/1711.00482).

My theory is that taste is one quality that separates the academics from the business people. Academia doesn't necessitate a lot of taste. If you have it, great. If you don't have it, no big deal.

This might be true for academics in ancient Greek literature, but certainly isn't true for academics in CS nowadays. If you don't have good taste in research problems that are {important for downstream industry applications, scientifically interesting, tractable}, you won't get anything done, and you won't get published. If anything, the pressure for academics to develop good taste is stronger than for people designing product. You can have a product that provides just one utility that users desperately need and have terrible taste for all the other axes that make a product "good," and do just fine. Academic papers get judged (in peer review / traction after publication) purely against the taste and aesthetics of other people in your community.

Yeah, it's an excellent course. That is typically the unfortunate downside of self-studying courses, but AFAIK the tests aren't that sophisticated - you can mostly test it yourself just by running the test suite over and over again, making sure that it _really_ works 100% of the time and not just 98% of the time (given the nondeterministic nature of distributed systems failures). This is basically what students would do before submitting their labs, and most people got a full score if they ran it enough times :P

David Spivak and Brendan Fong have been doing lots of work at MIT to evangelize applied category theory. See their recent books/classes:

Seven Sketches in Compositionality: An Invitation to Applied Category Theory https://arxiv.org/abs/1803.05316

Applied Category Theory mini-course: https://ocw.mit.edu/courses/mathematics/18-s097-applied-cate...

Programming with Categories mini-course (with Bartosz Milewski): http://brendanfong.com/programmingcats.html

The difference between this and most other incubators (at Stanford, Harvard iLab, etc as mentioned below) is that it's very specifically geared towards hard-tech startups that other investors typically shy away from because of the long time to market.