The Knowledge Graph Conference is currently happening in NYC and there's a bit of talk around KG assisting AI with various things like truth grounding (RAG) and Agentic development. Curious if anyone is seeing more discussions of Semantic Technologies in their orbit these days?
dtagames|10 months ago
So I would say the opposite is true. AI tools are removing the need for special declarative wrappers around a lot of text. For example, there's no need to surround a headline with <H1> when you can ask a GPT to "get the headlines from all these articles."
There are a couple kinds of wrapping that do help working with LLMs. That's markdown in prompts and JSON and XML in system instructions for MCP. But RAG refers to the non-LLM end of the process, getting data from files or a database, so the style of training data doesn't directly affect how that works.
bjourne|10 months ago
rasmus1610|9 months ago
moonhive|9 months ago
evanjrowley|10 months ago
dtagames|9 months ago