TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Has AI breathed new life into Semantic (web) Technologies?

4 pointsby rottyguy1 day ago
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?

3 comments

dtagames1 day ago
Text, whether &quot;semantic&quot; or not, just gets tokenized and stored as weighted numbers in a model. It looses all its &quot;semantic-ness.&quot;<p>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&#x27;s no need to surround a headline with &lt;H1&gt; when you can ask a GPT to &quot;get the headlines from all these articles.&quot;<p>There are a couple kinds of wrapping that do help working with LLMs. That&#x27;s markdown in prompts and JSON and XML in system instructions for MCP. But RAG refers to the <i>non-LLM</i> end of the process, getting data from files or a database, so the style of training data doesn&#x27;t directly affect how that works.
bjourne1 day ago
Quite the contrary. The idea behind the semantic web was to make content machine-readable by <i>manually annotating it</i>. For instance, this comment would have fields like &quot;author&quot;, &quot;date&quot;, &quot;language&quot;, and maybe &quot;ip&quot; to make it interpretable to the machines. You don&#x27;t need that because the machines can figure it out without the annotations. A run-of-the-mill computer vision model can tag an image much better and much more accurately than most humans.
评论 #43923520 未加载
evanjrowley1 day ago
Multiple comments here state that AI eliminates the need for Semantic web tech, and I can understand that perspective, but it&#x27;s also a narrow way of interpreting the question. While LLMs produce great results without relying on semantic relationships, they could also be used to build semantic relationships. There&#x27;s probably applications there worth exploring. For example, if a general-purpose LLM can build a semantic dataset for solving specialized problems, then might that approach be more efficient versus training a specialized LLM?
评论 #43921312 未加载