Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Curriculum Learning, Yoshua Bengio, Jérôme Louradour, Ronan Collobert, and Jason Weston, 2009Proceedings of the 26th Annual International Conference on Machine Learning (ICML) (ACM Press)DOI: 10.1145/1553374.1553380 - Introduces the concept of curriculum learning, where models learn from simpler examples before progressing to more challenging ones.
Categorical Reparameterization with Gumbel-Softmax, Eric Jang, Shixiang Gu, and Ben Poole, 2016International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1611.01144 - Presents the Gumbel-Softmax trick, which uses a temperature parameter to shape categorical sampling, offering a basis for annealing schedules.