![]() |
|
Natural Language Processing and Large Language Models [Zeng] - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: ARTFICIAL INTELLIGENCE (AI) (https://mklab.gr/forumdisplay.php?fid=5) +---- Forum: BOOKS (https://mklab.gr/forumdisplay.php?fid=32) +----- Forum: FREE EBOOKS (https://mklab.gr/forumdisplay.php?fid=111) +----- Thread: Natural Language Processing and Large Language Models [Zeng] (/showthread.php?tid=1749) |
Natural Language Processing and Large Language Models [Zeng] - mklabgr - 08-30-2026 Natural Language Processing and Large Language Models: Theory, Hand-on Codes, and Case Studies Authors: Chengqing Zong, Yang Zhao, Yanjun Ma Publication date: 24 July 2026 (eBook); 25 July 2026 (hardcover) Publisher: Springer Singapore Edition: 1st edition Length: XIV + 394 pages Quote: Summary This book provides a broad introduction to Natural Language Processing (NLP) that deliberately combines mathematical and conceptual foundations with executable code and practical case studies. It begins with the building blocks of modern NLP—neural networks, distributed representations, sequence-generation models, and basic language models—and then develops the ideas behind pre-trained language models and large language models. Important architectures and techniques include Transformers, BERT, GPT, ERNIE, and reinforcement learning from human feedback (RLHF). The emphasis is not simply on describing these models, but on explaining how they are trained, adapted, and applied. The authors provide executable Jupyter notebooks and datasets that can be run through Baidu AI Studio. The second half of the book is strongly application-oriented. Separate chapters cover tokenization and word segmentation, sentiment classification, information extraction, semantic text matching, PEGASUS-based text summarization, intent recognition with ERNIE 3.0, machine reading comprehension, machine translation, and question answering with LLMs. The progression therefore moves from fundamental neural representations to increasingly sophisticated language tasks. In particular, the book shows how modern pre-trained models can be fine-tuned for specific NLP problems rather than treating an LLM as a mysterious black box. The text is aimed mainly at senior undergraduate and graduate students in computer science or AI, developers, researchers, and newcomers to NLP. Its main strength is the balance between theory and implementation: readers learn both why techniques such as attention, Transformers, BERT and GPT work and how to build systems using them. At nearly 400 pages, it is substantial enough to serve as an NLP course text, while its case-study structure makes it useful for self-study or practical AI projects. It is particularly valuable for someone who wants to progress from classical NLP toward contemporary LLM-based systems without jumping directly into high-level APIs. Key takeaways
Springer book page and free full text |