Thomas M. Siebel Professor in Machine Learning at Stanford University, founder of the Stanford NLP Group, and one of the most influential figures in the history of natural language processing — known for the GloVe word vectors, multiplicative attention, Stanford CoreNLP, two landmark textbooks, and a graduate course watched by hundreds of thousands worldwide.
Profile
| Field | Detail |
|---|---|
| Born | September 18, 1965 |
| Nationality | Australian-American |
| Current Institution | Stanford University — Departments of Computer Science and Linguistics |
| Current Roles | Thomas M. Siebel Professor in Machine Learning; Associate Director, Stanford HAI; General Partner, AIX Ventures |
| Research Areas | Natural Language Processing, Deep Learning for NLP, Computational Linguistics, Information Retrieval, Natural Language Inference, Universal Dependencies |
| PhD Advisor | Joan Bresnan |
| PhD Dissertation | Ergativity: Argument Structure and Grammatical Relations (Stanford, 1994) |
| Academic Website | nlp.stanford.edu/~manning |
| Stanford Profile | profiles.stanford.edu/chris-manning |
| X / Twitter | @chrmanning |
| GitHub | @manning |
| Google Scholar | scholar.google.com |
Overview
Christopher Manning is an Australian-American computer scientist and applied linguist whose career at Stanford spans more than three decades of foundational contributions to natural language processing. He is the inaugural Thomas M. Siebel Professor in Machine Learning, holds joint appointments in Computer Science and Linguistics, and served as Director of the Stanford Artificial Intelligence Laboratory (SAIL) from 2018 to 2025. His technical contributions include the GloVe model of word vectors (EMNLP 2014, ACL 2024 Test of Time Award), the multiplicative or bilinear form of attention that was directly extended by the Transformer’s dot-product attention (EMNLP 2015, ACL 2025 Test of Time Award), tree-structured recursive neural networks, and Stanford’s family of open-source NLP software — CoreNLP, Stanza, and the GloVe toolkit. His two co-authored textbooks, Foundations of Statistical Natural Language Processing (1999) and Introduction to Information Retrieval (2008), remain among the most widely used references in the field. His course CS224N: Natural Language Processing with Deep Learning, offered freely online in multiple editions, has reached hundreds of thousands of learners globally. He was named by IEEE as “the leading researcher in natural language processing” when awarding him the 2024 John von Neumann Medal.
Early Life & Education
Manning grew up in Australia and pursued undergraduate study at the Australian National University, where he completed an Honours degree in 1989 with a triple major in mathematics, computer science, and linguistics — an unusual combination that foreshadowed a career operating directly at the intersection of all three disciplines.
B.A. (Hons), Mathematics / Computer Science / Linguistics — Australian National University, 1989
Ph.D., Linguistics — Stanford University, 1994
Manning completed his doctorate in linguistics at Stanford under the supervision of Joan Bresnan, a leading figure in Lexical-Functional Grammar (LFG). His dissertation, Ergativity: Argument Structure and Grammatical Relations, examined the typological phenomenon of ergativity — the pattern by which some languages mark the subject of an intransitive verb like the object of a transitive verb rather than the subject — situating it within formal theories of grammatical relations. This deep grounding in formal and typological linguistics would underpin his later work on syntactic dependency representations and Universal Dependencies, and gives his approach to computational linguistics an unusual degree of linguistic principedness.
Career
Carnegie Mellon University (1994–1996)
After completing his PhD, Manning joined CMU’s Computational Linguistics Program as an assistant professor, beginning the faculty career that would take him back to Stanford after a brief return to Australia.
University of Sydney (1996–1999)
Manning held a Lecturer B position in the University of Sydney’s Department of Linguistics for three years, maintaining active research while working in Australia.
Stanford University (1999–present)
Manning returned to Stanford as an assistant professor in the Departments of Computer Science and Linguistics in 1999, was promoted to associate professor with tenure in 2006, and to full professor in 2012. He became the inaugural Thomas M. Siebel Professor in Machine Learning in 2017.
Stanford NLP Group — Founder (1999–present)
Manning founded and has led the Stanford NLP Group for over twenty-five years, building it into one of the world’s most productive NLP research environments and a key training ground for the field’s practitioners and academics. The group celebrated its 25th anniversary with a reunion in October 2025.
Stanford CoreNLP and open-source NLP (2002–present)
From 2002, Manning championed the development and maintenance of well-documented, production-quality open-source NLP software — an unusual priority in the academic NLP of that era. Stanford CoreNLP, a Java-based suite covering tokenization, part-of-speech tagging, named entity recognition, coreference resolution, and dependency parsing, became the field’s dominant toolkit for over a decade. Stanza (2020), a Python successor built on neural methods, extended this tradition to a new generation of practitioners. The GloVe software package (2014) released pretrained word vectors that became standard inputs for NLP pipelines across the field.
SAIL — Director (2018–2025)
Manning served as director of the Stanford Artificial Intelligence Laboratory for seven years, overseeing one of the most prominent AI research centers in the United States during the rapid expansion of the field following the deep learning wave.
Stanford HAI — Founder and Associate Director
Manning was a founding member of Stanford’s Human-Centered AI Institute and remains an Associate Director, connecting his NLP research with HAI’s broader mission around AI and society.
CS224N: Natural Language Processing with Deep Learning (2012–present)
Manning’s CS224N course — offered in various forms since at least 2012, with recordings from the 2017, 2019, 2021, 2023, and 2024 editions freely available online — became the de facto global standard for graduate-level NLP education. Multiple editions of the course have been watched by hundreds of thousands of learners outside Stanford and have trained a generation of practitioners who entered industry with no access to comparable institutional programs.
AIX Ventures — General Partner (2021–present)
In 2021, Manning joined AIX Ventures as a General Partner (later noted as Investing Partner), a venture capital fund focused on AI startups. This role reflects his engagement with the translation of academic NLP research into commercial applications, alongside former PhD student Richard Socher.
ServiceNow Research — Research Advisor
Manning has served as a Research Advisor for the Human Decision Support program at ServiceNow Research, contributing to applied NLP research in enterprise AI contexts.
Key Contributions
-
GloVe: Global Vectors for Word Representation — Co-authored with Jeffrey Pennington and Richard Socher (EMNLP 2014), GloVe trained word vector representations by factorizing global word-word co-occurrence statistics rather than optimizing local context windows. It achieved state-of-the-art results on word similarity and analogy tasks while being faster and more interpretable than competing methods, and became one of the most widely adopted embedding models of the pre-Transformer era. The paper won the ACL 2024 Test of Time Award — the field’s recognition for papers that proved most enduringly impactful — a decade after publication.
-
Multiplicative / Bilinear Attention — “Effective Approaches to Attention-based Neural Machine Translation” (Luong, Pham, and Manning; EMNLP 2015) introduced the dot-product (multiplicative) form of attention over encoder-decoder hidden states as a simpler and more scalable alternative to the additive attention of Bahdanau et al. The dot-product attention mechanism of the original Transformer paper (“Attention Is All You Need”, 2017) is a direct generalization of the Luong et al. formulation. The paper won the ACL 2025 Test of Time Award — Manning’s third consecutive such award.
-
Stanford CoreNLP — First released in 2002 and continuously maintained, Stanford CoreNLP became the most widely used production-quality NLP toolkit in academia and industry for over a decade, providing reliable, linguistically grounded implementations of the core NLP pipeline. Its open-source availability and extensive documentation made it a foundation for countless applied NLP projects and research systems.
-
Stanza — Released in 2020, Stanza is a Python NLP library providing tokenization, POS tagging, lemmatization, and dependency parsing for 70+ languages, built on neural methods and designed to integrate with the Universal Dependencies treebank ecosystem.
-
Stanford Dependencies and Universal Dependencies — Manning was a principal architect of the Stanford Dependencies representation (from 2006), which defined a typed dependency grammar intended to capture surface grammatical relations in a form useful for NLP applications. He subsequently led the development of Universal Dependencies (UD), a cross-linguistically consistent annotation standard now covering 100+ languages and serving as the basis for computational research in multilingual NLP. Manning’s Law — the empirical regularity that head-initial (VO) languages tend to use prepositions while head-final (OV) languages tend to use postpositions — is named for his contribution to the UD and typology literature.
-
Tree-Structured Recursive Neural Networks — Manning’s group, led by doctoral student Richard Socher, developed Recursive Neural Networks that process tree-structured input (particularly parse trees) with shared parameters at each node, demonstrating that compositionality could be learned effectively for sentiment analysis, semantic relatedness, and natural language inference. The Stanford Sentiment Treebank (SST), released alongside this work, remains a standard benchmark.
-
Foundations of Statistical Natural Language Processing (with Hinrich Schütze; MIT Press, 1999) — The definitive graduate textbook for probabilistic NLP across the 2000s, introducing a generation of researchers to statistical methods for parsing, tagging, word senses, and machine translation. It remains in use and is freely available online.
-
Introduction to Information Retrieval (with Prabhakar Raghavan and Hinrich Schütze; Cambridge University Press, 2008) — The standard graduate textbook for information retrieval, covering Boolean and vector-space models, probabilistic retrieval, indexing, and evaluation. Also freely available online, it has been widely adopted in courses globally.
-
Natural Language Inference and Textual Entailment — Manning’s group made important contributions to NLI, including early work on recognizing textual entailment (RTE) and the Stanford Natural Language Inference (SNLI) corpus — the first large-scale, crowd-sourced dataset for training and evaluating NLI models, which became a standard benchmark driving the development of sentence representation methods.
Awards & Recognition
- National Academy of Engineering (2025) — Elected for the development and dissemination of natural language processing methods.
- American Academy of Arts and Sciences (2025)
- ACL Test of Time Award — Three consecutive awards: GloVe (ACL 2024); multiplicative attention (ACL 2025); and a prior year, reflecting unusual sustained impact across multiple research threads.
- IEEE John von Neumann Medal (2024) — Awarded for “advances in computational representation and analysis of natural language”; citation describes Manning as “the leading researcher in natural language processing.”
- Honorary Doctorate, University of Amsterdam (2023)
- President, Association for Computational Linguistics (2015)
- ACM Fellow (2013) — For contributions to statistical natural language processing.
- Inaugural ACL Fellow (2011) — Among the first cohort of Fellows established by the ACL.
- AAAI Fellow (2010)
- ACL, COLING, EMNLP, and CHI Best Paper Awards (multiple, across career)
Academic Lineage
Manning has supervised a large number of PhD students over his Stanford career. Among the most notable:
- Dan Klein — Developed state-of-the-art unsupervised and discriminative parsing algorithms; now professor at UC Berkeley; one of the most influential parsing researchers of his generation.
- Richard Socher — Developed tree-recursive neural networks, GloVe, and deep NLP systems; later Chief Scientist at Salesforce; co-founder of MetaMind; now CEO of you.com and General Partner at AIX Ventures alongside Manning.
- Danqi Chen — Contributed work on reading comprehension (DrQA) and dependency parsing; now associate professor at Princeton with significant influence on question answering and dense retrieval.
- Sepandar Kamvar — Contributed early work on large-scale graph algorithms; later worked on social computing and community design.
- Thang Luong — Developed the multiplicative attention mechanism as Manning’s PhD student; later a research scientist at Google Brain.
Key Relationships
- Joan Bresnan — PhD advisor at Stanford; Manning’s dissertation was in formal linguistics (LFG), and Bresnan’s influence is visible in the principled grammatical foundations of his syntactic NLP work, including dependency representations.
- Hinrich Schütze — Co-author of both major textbooks (Foundations of Statistical NLP and Introduction to Information Retrieval); long-term collaborative relationship spanning decades.
- Richard Socher — Among the most impactful of Manning’s PhD students; their joint lab work produced GloVe, tree-recursive networks, and the Stanford Sentiment Treebank; now collaborators at AIX Ventures.
- Danqi Chen — Doctoral student responsible for significant work on reading comprehension and QA; now a leading faculty member at Princeton; represents the depth of Manning’s impact on the field through student placement.
- Fei-Fei Li — Stanford colleague and fellow founder of Stanford HAI; their joint institutional work helped establish HAI as a leading center for responsible AI research.
- Dan Jurafsky — Long-time Stanford colleague; co-taught the 2012 Coursera NLP MOOC with Manning, one of the earliest large-scale online NLP courses; also co-taught CS 324H on the history of NLP in 2024.
- Yann LeCun — Among Manning’s most prominent professional followers; intersects on the broader deep learning for NLP trajectory that Manning helped launch from the NLP side.
Personal Style
Manning’s research identity is defined by the combination of deep linguistic knowledge and empirical rigor — an unusual pairing in a field that has often treated the two as alternatives rather than complements. His commitment to open-source software, maintained since 2002, reflects a conviction that research impact requires reproducibility and accessibility, not merely publication. His online teaching — the CS224N videos are among the most-watched technical lecture series in any academic field — extends this philosophy to education. In public communication, Manning combines precision with directness and is notably willing to identify when the field’s fashions have outrun its understanding; his comments on evaluation practices and benchmark validity reflect sustained attention to scientific integrity in a culture sometimes more focused on benchmark performance. He identifies openly as Australian and has incorporated this into his public persona — his website and X bio both note his nationality — perhaps as a gentle counterweight to the Stanford-Silicon Valley cultural gravity he otherwise inhabits.
References
- Wikipedia — Christopher D. Manning
- Personal website — nlp.stanford.edu/~manning
- Stanford Profiles
- X / Twitter — @chrmanning
- GitHub — @manning
- Digg profile
- Google Scholar
- GloVe project page — nlp.stanford.edu/projects/glove
- Stanford NLP Group
- CS224N course — YouTube
- IEEE John von Neumann Medal citation (2024)
- ServiceNow AI Research profile