HOME > 상세정보

상세정보

Knowledge graphs and LLMs in action

Knowledge graphs and LLMs in action

자료유형
단행본
개인저자
Negro, Alessandro, author. Futia, Giuseppe, author. Kus, Vlastimil, author. Montagna, Fabio, author.
서명 / 저자사항
Knowledge graphs and LLMs in action / Alessandro Negro, Giuseppe Futia, Vlastimil Kus, Fabio Montagna ; foreword by Maxime Labonne and Khalifeh Aljadda.
발행사항
Shelter Island, NY :   Manning,   2026.  
형태사항
xxvii, 442 p. : ill., charts ; 24 cm.
ISBN
9781633439894
요약
"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. 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. For ML and AI engineers, data scientists, and data engineers. Examples in Python."-- Publisher's description.
서지주기
Includes index.
일반주제명
Artificial intelligence --Computer programs. Natural language processing (Computer science).
000 00000cam u2200205 a 4500
001 000046220740
005 20260324103154
008 260320t20262026nyuad 001 0 eng d
010 ▼a 2025414668
020 ▼a 9781633439894 ▼q paperback
035 ▼a (KERIS)REF000020996863
040 ▼a IG# ▼b eng ▼e rda ▼c IG# ▼d HMS ▼d OCLCO ▼d NYP ▼d DLC ▼d DLC-MRC ▼d DLC ▼d 211009
042 ▼a lccopycat
050 1 4 ▼a Q335 ▼b .N434 2026
060 4 ▼a W 26.55.M2 ▼b N393k 2026
082 0 4 ▼a 006.3 ▼2 23
084 ▼a 006.3 ▼2 DDCK
090 ▼a 006.3 ▼b K733
245 0 0 ▼a Knowledge graphs and LLMs in action / ▼c Alessandro Negro, Giuseppe Futia, Vlastimil Kus, Fabio Montagna ; foreword by Maxime Labonne and Khalifeh Aljadda.
260 ▼a Shelter Island, NY : ▼b Manning, ▼c 2026.
264 1 ▼a Shelter Island, NY : ▼b Manning, ▼c [2026]
264 4 ▼c ©2026
300 ▼a xxvii, 442 p. : ▼b ill., charts ; ▼c 24 cm.
336 ▼a text ▼b txt ▼2 rdacontent
336 ▼a still image ▼b sti ▼2 rdacontent
337 ▼a unmediated ▼b n ▼2 rdamedia
338 ▼a volume ▼b nc ▼2 rdacarrier
340 ▼p illustrations
353 ▼a index ▼b index
504 ▼a Includes index.
520 ▼a "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. 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. For ML and AI engineers, data scientists, and data engineers. Examples in Python."-- Publisher's description.
650 0 ▼a Artificial intelligence ▼x Computer programs.
650 0 ▼a Natural language processing (Computer science).
700 1 ▼a Negro, Alessandro, ▼e author.
700 1 ▼a Futia, Giuseppe, ▼e author.
700 1 ▼a Kus, Vlastimil, ▼e author.
700 1 ▼a Montagna, Fabio, ▼e author.
945 ▼a ITM

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 과학도서관/Sci-Info(2층서고)/ 청구기호 006.3 K733 등록번호 121271855 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

책소개

Combine knowledge graphs with large language models to deliver powerful, reliable, and explainable AI solutions.

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

In Knowledge Graphs and LLMs in Action, you'll discover the theory of knowledge graphs then put them into practice with LLMs to build working intelligence systems. You'll learn to create KGs from first principles, go hands-on to develop advisor applications for real-world domains like healthcare and finance, build retrieval augmented generation for LLMs, and more.

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

About the reader

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

Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book.


정보제공 : Aladin

목차

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

관련분야 신착자료

Dyer-Witheford, Nick (2026)