paper-with-me

홈 › Papers

Alice's Adventures in a Differentiable Wonderland -- Volume I, A Tour of the Land

2024-04-26 · Simone Scardapane

Neural networks surround us, in the form of large language models, speech transcription systems, molecular discovery algorithms, robotics, and much more. Stripped of anything else, neural networks are compositions of differentiable primitives, and studying them means learning how to program and how to interact with these models, a particular example of what is called differentiable programming. This primer is an introduction to this fascinating field imagined for someone, like Alice, who has just ventured into this strange differentiable wonderland. I overview the basics of optimizing a function via automatic differentiation, and a selection of the most common designs for handling sequences, graphs, texts, and audios. The focus is on a intuitive, self-contained introduction to the most important design techniques, including convolutional, attentional, and recurrent blocks, hoping to bridge the gap between theory and code (PyTorch and JAX) and leaving the reader capable of understanding some of the most advanced models out there, such as large language models (LLMs) and multimodal architectures.

📄 PDF Abstract BibTeX arXiv:2404.17625

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Temporal Network Analysis of Literary Texts

2016-02-22 · Sandra D. Prado, Silvio R. Dahmen, Ana L. C. Bazzan, Padraig Mac Carron 외

We study temporal networks of characters in literature focusing on "Alice's Adventures in Wonderland" (1865) by Lewis Carroll and the anonymous "La Chanson de Roland" (around 1100). The former, one of the most influentia…

Social Network Analysis of Alice in Wonderland

2012-06-01 · WS 2012 6 · Apoorv Agarwal, Augusto Corvalan, Jacob Jensen, Owen Rambow

Memorization: A Close Look at Books

2025-04-17 · Iris Ma, Ian Domingo, Alberto Krone-Martins, Pierre Baldi 외

To what extent can entire books be extracted from LLMs? Using the Llama 3 70B family of models, and the "prefix-prompting" extraction technique, we were able to auto-regressively reconstruct, with a very high level of si…

Memorization

Automatic Extraction of Social Networks from Literary Text: A Case Study on Alice in Wonderland

2013-10-01 · IJCNLP 2013 10 · Apoorv Agarwal, Anup Kotalwar, Owen Rambow

Baba in Wonderland: Online Self-Supervised Dynamics Discovery for Executable World Models

2026-05-16 · SeungWon Seo, DongHeun Han, SeongRae Noh, HyeongYeop Kang arxiv

Executable world models can be read, edited, executed, and reused for planning, but only if the program captures the environment's transition law rather than semantic shortcuts in its surface vocabulary. We study online …