The semantic web is now widely adopted
31–40 of 269 posts
Re: The semantic web is now widely adopted
#32Re: The semantic web is now widely adopted
#33Re: The semantic web is now widely adopted
#34Are there any tools that employ LLMs to fill out the Semantic Web data? I can see that being a high-impact use case: people don’t generally like manually filling out all the fields in a schema (it is indeed “a bother”), but an LLM could fill it out for you – and then you could tweak for correctness / editorializing. Voila, bother reduced! This would also address the two reasons why the author thinks AI is not suited…
The author (and much of HN?) seems to be unaware that it's not just thousands of websites using JSON-LD, it's millions.
For example: install WordPress, install an SEO plugin like Yoast, and boom you're done. Basic JSON-LD will be generated expressing semantic information about all your blog posts, videos etc. It only takes a few lines of code to extend what shows up by default, and other CMSes support this took.
SEOs know all about this topic because Google looks for JSON-LD in your document and it makes a significant difference to how your site is presented in search results as well as all those other fancy UI modules that show up on Google.
Anyone who wants to understand how this is working massively, at scale, across millions of websites today, implemented consciously by thousands of businesses, should start here:
https://developers.google.com/search/docs/appearance/structu...
https://search.google.com/test/rich-results
Is this the "Semantic Web" that was dreamed of in yesteryear? Well it hasn't gone as far and as fast as the academics hoped, but does anything?
The rudimentary semantic expression is already out there on the Web, deployed at scale today. Someone creative with market pull could easily expand on this e.g. maybe someday a competitor to Google or another Big Tech expands the set of semantic information a bit if it's relevant to their business scenarios.
It's all happening, it's just happening in the way that commercial markets make things happen.
Re: The semantic web is now widely adopted
#35Be nice to bots. This is advertisment after all.
Support standards even if Google does not. Other bots might not be as sofisticated.
For me, yes, it is worth the bother
Re: The semantic web is now widely adopted
#36I actually implemented a simple link preview system a while ago. It uses opengraph and twitter cards meta data that is commonly added to web pages for SEO. That works pretty well.
Ironically, I did use chat gpt for helping me implement this stuff. It did a pretty good job too. It suggested some libraries I could use and then added some logic to extract titles, descriptions, icons, images, etc. with some fallbacks between various fields people use for those things. It did not suggest me to add logic for json-ld.
Re: The semantic web is now widely adopted
#37Already implemented in part on my Conzept Encyclopedia project (using OpenAI): https://conze.pt/explore/%22Neuro-symbolic%20AI%22?l=en&ds=r...
Something like this is much easier done using the semantic web (3D interactive occurence map for an organism): https://conze.pt/explore/Trogon?l=en&ds=reference&t=link&bat...
On Conzept one or more bookmarks you create, can be used in various LLM functions. One of the next steps is to integrate a local WebGPU-based frontend LLM, and see what 'free' prompting can unlock.
JSON-LD is also created dynamically for each topic, based on Wikidata data, to set the page metadata.
Re: The semantic web is now widely adopted
#38The argument about LLMs is wrong, not because of reasons stated but because semantic meaning shouldn't solely be defined by the publisher. The real question is whether the average publisher is better than an LLM at accurately classifying their content. My guess is, when it comes to categorization and summarization, an LLM is going to handily win. An easy test is: are publishers experts on topics they talk about? The…
https://www.heise.de/en/news/Copilot-turns-a-court-reporter-...
Re: The semantic web is now widely adopted
#39The author gives two reasons why AI won't replace the need for metadata: 1: LLMs "routinely get stuff wrong" 2: "pricy GPU time" 1: I make a lot of tests on how well LLMs get categorization and data extraction right or wrong for my Product Chart ( https://www.productchart.com ) project. And they get pretty hard stuff right 99% of the time already. This will only improve. 2: Loading the frontpage of Reddit takes hundr…
LLMs have no soul, so I like content and curation from real people
Re: The semantic web is now widely adopted
#40[1] This is also something the screen assist software should do, not the publisher.