GPT-2 Small’s embedding geometry around “Trump”: discretized vs. continuous nearest neighbours [P]

Reddit r/MachineLearning Papers

Summary

This paper examines the embedding geometry of GPT-2 Small around the token 'Trump', comparing discretized and continuous nearest neighbor approaches to understand representational structure.

No content available
Original Article

Similar Articles

Geometry of Semantic Space: Comparative Study of Discrete and Continuous Models

arXiv cs.CL

This paper compares the geometric structures induced by deep learning vector embeddings (CamemBERT) and lexical co-occurrence graph models on the French 'Great National Debate' corpus, finding similar local topology but distinct global organization, highlighting complementarity between the two approaches.

MiniGPT: Rebuilding GPT from First Principles

arXiv cs.CL

This paper presents MiniGPT, a compact from-scratch implementation of GPT-style autoregressive language modeling in PyTorch, built after studying nanoGPT. It evaluates the model on the Tiny Shakespeare dataset using character-level tokenization, achieving a validation loss of 1.4780 with a 10.77M-parameter configuration.