|
1 | 1 | - title: "Course Introduction" |
2 | 2 | tag: intro |
3 | 3 | include: true |
4 | | - current: true |
| 4 | + current: false |
5 | 5 | notes: |
6 | 6 | - title: "Course introduction" |
7 | 7 | url: "assets/slides/intro-to-nlp.pdf" |
|
362 | 362 | - title: "ALBERT: A Lite BERT for Self-supervised Learning of Language Representations" |
363 | 363 | author: "Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, Radu Soricut" |
364 | 364 | 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" |
365 | 400 | - title: "Parameter-efficient Fine Tuning" |
366 | 401 | tag: "peft" |
367 | 402 | include: true |
|
443 | 478 | - title: "Direct Preference Optimization: Your Language Model is Secretly a Reward Model" |
444 | 479 | author: "Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon, Christopher D. Manning, Chelsea Finn" |
445 | 480 | 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" |
446 | 484 | - title: "Training Verifiers to Solve Math Word Problems" |
447 | 485 | author: "Cobbe et al. (OpenAI)" |
448 | 486 | url: "https://arxiv.org/abs/2110.14168" |
|
456 | 494 | - title: "LIMA: Less Is More for Alignment" |
457 | 495 | 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" |
458 | 496 | 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" |
459 | 515 | - title: "Retrieval Augmented Generation; kNN-LMs" |
460 | 516 | tag: "knnlm" |
461 | 517 | include: true |
|
496 | 552 | - title: "Compressing Large-Scale Transformer-Based Models: A Case Study on BERT" |
497 | 553 | author: "Prakhar Ganesh, Yao Chen, Xin Lou, Mohammad Ali Khan, Yin Yang, Hassan Sajjad, Preslav Nakov, Deming Chen, Marianne Winslett" |
498 | 554 | 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" |
534 | 555 | - title: "Data Efficiency" |
535 | 556 | tag: "data" |
536 | 557 | include: true |
|
575 | 596 | url: "https://arxiv.org/abs/2205.14135" |
576 | 597 | - title: "Variational Auto-encoding for Language" |
577 | 598 | tag: "vae" |
578 | | - include: true |
| 599 | + include: false |
579 | 600 | current: false |
580 | 601 | notes: |
581 | 602 | - title: Lecture notes |
|
0 commit comments