The document summarizes a student project to build a model that can efficiently represent nodes in large social networks as low-dimensional vectors. The model is based on the LINE paper, which learns embeddings by optimizing for first-order and second-order proximity. For their project, the students implemented the LINE approach in Torch, using the same node representations for both proximities and evaluating on the BlogCatalog dataset. Their model achieved F1 scores between 39-41% for node classification.