logoalt Hacker News

bwestergardtoday at 12:34 AM1 replyview on HN

Interesting. So why do the models seem to handle deeply nested Lisp expressions just fine?


Replies

kgeisttoday at 1:17 AM

Probably because there's a ton of code that deals with nested parentheses across languages in the training data, and models have learned how to work around tokenization limitations, when it comes to parentheses.