Skip to content

Commit ed9d831

Browse files
committed
updated syllabus with new topics
1 parent a69d709 commit ed9d831

1 file changed

Lines changed: 58 additions & 37 deletions

File tree

_data/syllabus.yaml

Lines changed: 58 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- title: "Course Introduction"
22
tag: intro
33
include: true
4-
current: true
4+
current: false
55
notes:
66
- title: "Course introduction"
77
url: "assets/slides/intro-to-nlp.pdf"
@@ -362,6 +362,41 @@
362362
- title: "ALBERT: A Lite BERT for Self-supervised Learning of Language Representations"
363363
author: "Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, Radu Soricut"
364364
url: "https://arxiv.org/abs/1909.11942"
365+
- title: "Scaling Laws for LLMs"
366+
tag: "scaling"
367+
include: true
368+
current: false
369+
notes:
370+
- title: Lecture notes
371+
url: "assets/slides/scaling.pdf"
372+
- title: "Scaling Laws for Neural Language Models"
373+
author: "Open AI"
374+
url: "https://arxiv.org/abs/2001.08361"
375+
- title: "Training Compute-Optimal Large Language Models"
376+
author: "Google Deepmind"
377+
url: "https://arxiv.org/abs/2203.15556"
378+
- title: "GLaM: Efficient Scaling of Language Models with Mixture-of-Experts"
379+
author: "Google"
380+
url: "https://arxiv.org/abs/2112.06905"
381+
- title: "Scaling Scaling Laws with Board Games"
382+
author: "Andy L. Jones"
383+
url: "https://arxiv.org/abs/2104.03113"
384+
- title: "PaLM: Scaling Language Modeling with Pathways"
385+
author: "Google"
386+
url: "https://arxiv.org/abs/2204.02311"
387+
links:
388+
- title: "AI and Compute"
389+
author: "OpenAI"
390+
url: "https://openai.com/research/ai-and-compute"
391+
- title: "Scaling laws notebook"
392+
author: "Andrej Karpathy"
393+
url: "https://github.com/karpathy/nanoGPT/blob/master/scaling_laws.ipynb"
394+
- title: "The FLOPs Calculus of Language Model Training"
395+
author: "Dzmitry Bahdanau"
396+
url: "https://medium.com/@dzmitrybahdanau/the-flops-calculus-of-language-model-training-3b19c1f025e4"
397+
- title: "The AI Brick Wall – A Practical Limit For Scaling Dense Transformer Models, and How GPT 4 Will Break Past It"
398+
author: "Dylan Patel"
399+
url: "https://www.semianalysis.com/p/the-ai-brick-wall-a-practical-limit"
365400
- title: "Parameter-efficient Fine Tuning"
366401
tag: "peft"
367402
include: true
@@ -443,6 +478,9 @@
443478
- title: "Direct Preference Optimization: Your Language Model is Secretly a Reward Model"
444479
author: "Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon, Christopher D. Manning, Chelsea Finn"
445480
url: "https://arxiv.org/abs/2305.18290"
481+
- title: "DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models"
482+
author: "Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y.K. Li, Y. Wu, Daya Guo"
483+
url: "https://arxiv.org/abs/2402.03300"
446484
- title: "Training Verifiers to Solve Math Word Problems"
447485
author: "Cobbe et al. (OpenAI)"
448486
url: "https://arxiv.org/abs/2110.14168"
@@ -456,6 +494,24 @@
456494
- title: "LIMA: Less Is More for Alignment"
457495
author: "Chunting Zhou, Pengfei Liu, Puxin Xu, Srini Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, Susan Zhang, Gargi Ghosh, Mike Lewis, Luke Zettlemoyer, Omer Levy"
458496
url: "https://arxiv.org/abs/2305.11206"
497+
- title: "Test time compute"
498+
tag: "testtimecompute"
499+
include: true
500+
current: false
501+
notes:
502+
- title: "A Survey of Test-Time Compute: From Intuitive Inference to Deliberate Reasoning"
503+
author: "Yixin Ji, Juntao Li, Yang Xiang, Hai Ye, Kaixin Wu, Kai Yao, Jia Xu, Linjian Mo, Min Zhang"
504+
url: "https://arxiv.org/abs/2501.02497"
505+
- title: "Training Verifiers to Solve Math Word Problems"
506+
author: "Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, John Schulman"
507+
url: "https://arxiv.org/abs/2110.14168"
508+
- title: "Learning When to Plan: Efficiently Allocating Test-Time Compute for LLM Agents"
509+
author: "Davide Paglieri, Bartłomiej Cupiał, Jonathan Cook, Ulyana Piterbarg, Jens Tuyls, Edward Grefenstette, Jakob Nicolaus Foerster, Jack Parker-Holder, Tim Rocktäschel""
510+
url: "https://arxiv.org/abs/2509.03581"
511+
links:
512+
- title: "Test time compute resources"
513+
author: "Yixin Ji, Juntao Li, Yang Xiang, Hai Ye, Kaixin Wu, Kai Yao, Jia Xu, Linjian Mo, Min Zhang"
514+
url: "https://github.com/Dereck0602/Awesome_Test_Time_LLMs?tab=readme-ov-file"
459515
- title: "Retrieval Augmented Generation; kNN-LMs"
460516
tag: "knnlm"
461517
include: true
@@ -496,41 +552,6 @@
496552
- title: "Compressing Large-Scale Transformer-Based Models: A Case Study on BERT"
497553
author: "Prakhar Ganesh, Yao Chen, Xin Lou, Mohammad Ali Khan, Yin Yang, Hassan Sajjad, Preslav Nakov, Deming Chen, Marianne Winslett"
498554
url: "https://doi.org/10.1162/tacl_a_00413"
499-
- title: "Scaling Laws for LLMs"
500-
tag: "scaling"
501-
include: true
502-
current: false
503-
notes:
504-
- title: Lecture notes
505-
url: "assets/slides/scaling.pdf"
506-
- title: "Scaling Laws for Neural Language Models"
507-
author: "Open AI"
508-
url: "https://arxiv.org/abs/2001.08361"
509-
- title: "Training Compute-Optimal Large Language Models"
510-
author: "Google Deepmind"
511-
url: "https://arxiv.org/abs/2203.15556"
512-
- title: "GLaM: Efficient Scaling of Language Models with Mixture-of-Experts"
513-
author: "Google"
514-
url: "https://arxiv.org/abs/2112.06905"
515-
- title: "Scaling Scaling Laws with Board Games"
516-
author: "Andy L. Jones"
517-
url: "https://arxiv.org/abs/2104.03113"
518-
- title: "PaLM: Scaling Language Modeling with Pathways"
519-
author: "Google"
520-
url: "https://arxiv.org/abs/2204.02311"
521-
links:
522-
- title: "AI and Compute"
523-
author: "OpenAI"
524-
url: "https://openai.com/research/ai-and-compute"
525-
- title: "Scaling laws notebook"
526-
author: "Andrej Karpathy"
527-
url: "https://github.com/karpathy/nanoGPT/blob/master/scaling_laws.ipynb"
528-
- title: "The FLOPs Calculus of Language Model Training"
529-
author: "Dzmitry Bahdanau"
530-
url: "https://medium.com/@dzmitrybahdanau/the-flops-calculus-of-language-model-training-3b19c1f025e4"
531-
- title: "The AI Brick Wall – A Practical Limit For Scaling Dense Transformer Models, and How GPT 4 Will Break Past It"
532-
author: "Dylan Patel"
533-
url: "https://www.semianalysis.com/p/the-ai-brick-wall-a-practical-limit"
534555
- title: "Data Efficiency"
535556
tag: "data"
536557
include: true
@@ -575,7 +596,7 @@
575596
url: "https://arxiv.org/abs/2205.14135"
576597
- title: "Variational Auto-encoding for Language"
577598
tag: "vae"
578-
include: true
599+
include: false
579600
current: false
580601
notes:
581602
- title: Lecture notes

0 commit comments

Comments
 (0)