lamda (language model for dialogue applications)
LaMDA (Language Model for Dialogue Applications) is Google's conversational AI model specifically trained for natural, coherent, and informative multi-turn dialogue, distinguishing itself from general-purpose language models through specialized fine-tuning for conversational quality, safety, and factual grounding. Introduced in 2022 by Thoppilan et al., LaMDA was built on a transformer decoder architecture (137B parameters) pre-trained on 1.56 trillion words from public web documents and dialogue data. LaMDA's training process has three stages: pre-training (standard language model training on text data), fine-tuning for quality (training on human-annotated dialogue data rated for sensibleness, specificity, and interestingness — SSI metrics), and fine-tuning for safety and groundedness (training classifiers and generation to avoid unsafe outputs and ground factual claims in external sources). The SSI metrics capture distinct conversational qualities: sensibleness (does the response make sense in context?), specificity (is it meaningfully specific rather than generic?), and interestingness (does it provide unexpected, insightful, or engaging content?). LaMDA's factual grounding mechanism involves the model learning to consult external information sources (search engines, knowledge bases) and cite them in responses, reducing hallucination by anchoring claims in retrievable evidence. Safety fine-tuning trains the model using a set of safety objectives aligned with Google's AI Principles, filtering harmful or misleading content. LaMDA gained worldwide attention in 2022 when a Google engineer publicly claimed the model was sentient — a claim widely rejected by the AI research community but which sparked important public debate about AI consciousness, anthropomorphization, and the persuasive nature of conversational AI. LaMDA served as the foundation for Google's Bard chatbot before being superseded by PaLM 2 and subsequently Gemini as Google's conversational AI backbone.