Knowledge Graphs and LLMs in Action
Autor Alessandro Negroen Limba Engleză Paperback – dec 2025
Ecosistemul tehnologic actual pune o presiune imensă pe modul în care extragem valoare din date, iar Knowledge Graphs and Llms in Action răspunde acestei provocări prin integrarea grafurilor de cunoaștere cu modelele de limbaj mari (LLM). Observăm în această lucrare o trecere necesară de la simpla stocare a datelor la crearea unor sisteme capabile de raționament contextual. Autorii, experți în cadrul GraphAware, ghidează cititorul prin utilizarea bibliotecilor Python și a modelelor de ultimă oră precum BERT, punând un accent deosebit pe arhitecturile de tip Graph Neural Networks (GNN). Găsim în această carte un parcurs tehnic riguros care începe cu modelarea iterativă a grafurilor (top-down), adaptată nevoilor de business, și continuă cu procesarea datelor nestructurate pentru a popula aceste structuri complexe. Apreciem faptul că textul nu rămâne la nivel teoretic, ci oferă mostre de cod și seturi de date reale din domenii critice precum medicina sau sistemele juridice. Abordarea diferă de Knowledge Graphs de Aidan Hogan prin faptul că este mai puțin abstractă și mult mai aplicabilă; în timp ce Hogan se concentrează pe fundamentele semantice și integrarea la scară largă, lucrarea de față vizează direct implementarea unor servicii cu comportament inteligent, ancorate în fluxuri de lucru moderne. Structura editorială este pragmatică, facilitând înțelegerea modului în care algoritmii de învățare automată pot rafina și completa grafurile. Este o resursă esențială pentru cei care doresc să depășească limitele analizei tradiționale de date, oferind instrumentele necesare pentru a construi aplicații de tip advisor capabile să interpreteze relații complexe între entități din lumea reală.
Preț: 338.76 lei
Preț vechi: 423.45 lei
-20%
Carte disponibilă
Livrare economică 19 septembrie-03 octombrie
Specificații
ISBN-10: 1633439895
Pagini: 472
Dimensiuni: 186 x 233 x 26 mm
Greutate: 0.82 kg
Editura: Manning Publications
De ce să citești această carte
Această carte este ideală pentru specialiștii în date și inginerii ML care stăpânesc Python și doresc să implementeze soluții de inteligență artificială bazate pe context. Cititorul câștigă o metodologie clară pentru construirea grafurilor de cunoaștere, învățând să combine puterea LLM-urilor cu structura riguroasă a grafurilor pentru a genera decizii de business mai precise și fundamentate.
Descriere
Descriere scurtă
Knowledge graphs model relationships between the objects, events, situations, and concepts in your domain so you can readily identify important patterns in your own data and make better decisions. Paired up with large language models, they promise huge potential for working with structured and unstructured enterprise data, building recommendation systems, developing fraud detection mechanisms, delivering customer service chatbots, or more. This book provides tools and techniques for efficiently organizing data, modeling a knowledge graph, and incorporating KGs into the functioning of LLMs—and vice versa.
In Knowledge Graphs and LLMs in Action you will learn how to:
- Model knowledge graphs with an iterative top-down approach based in business needs
- Create a knowledge graph starting from ontologies, taxonomies, and structured data
- Build knowledge graphs from unstructured data sources using LLMs
- Use machine learning algorithms to complete your graphs and derive insights from it
- Reason on the knowledge graph and build KG-powered RAG systems for LLMs
About the technology
Using knowledge graphs with LLMs reduces hallucinations, enables explainable outputs, and supports better reasoning. By naturally encoding the relationships in your data, knowledge graphs help create AI systems that are more reliable and accurate, even for models that have limited domain knowledge.
About the book
Knowledge Graphs and LLMs in Action shows you how to introduce knowledge graphs constructed from structured and unstructured sources into LLM-powered applications and RAG pipelines. Real-world case studies for domain-specific applications—from healthcare to financial crime detection—illustrate how this powerful pairing works in practice. You’ll especially appreciate the expert insights on knowledge representation and reasoning strategies.
What's inside
- Design knowledge graphs for real-world needs
- Build KGs from structured and unstructured data
- Apply machine learning to enrich, complete, and analyze graphs
- Pair knowledge graphs with RAG systems
For ML and AI engineers, data scientists, and data engineers. Examples in Python.
About the author
Alessandro Negro is Chief Scientist at GraphAware and author of Graph-Powered Machine Learning. Vlastimil Kus, Giuseppe Futia, and Fabio Montagna are seasoned ML and AI professionals specializing in Knowledge Graphs, Large Language Models, and Graph Neural Networks.
Table of Contents
Part 1
1 Knowledge graphs and LLMs: A killer combination
2 Intelligent systems: A hybrid approach
Part 2
3 Create your first knowledge graph from ontologies
4 From simple networks to multisource integration
Part 3
5 Extracting domain-specific knowledge from unstructured data
6 Building knowledge graphs with large language models
7 Named entity disambiguation
8 NED with open LLMs and domain ontologies
Part 4
9 Machine learning on knowledge graphs: A primer approach
10 Graph feature engineering: Manual and semiautomated approaches
11 Graph representation learning and graph neural networks
12 Node classification and link prediction with GNNs
Part 5
13 Knowledge graph–powered retrieval-augmented generation
14 Asking a KG questions with natural language
15 Building a QA agent with LangGraph