Speaking to Google’s Zeitgeist Conference in Hertfordshire, Hawking said that fundamental questions about the nature of the universe could not be resolved without hard data such as that currently being derived from the Large Hadron Collider and space research. “Most of us don’t worry about these questions most of the time. But almost all of us must sometimes wonder: Why are we here? Where do we come from? Traditionally, these are questions for philosophy, but philosophy is dead”.
“Philosophers have not kept up with modern developments in science. Particularly physics.”
My answers:
--
All contributions to this forum are covered by an open-source license.
For information about the wiki, the license, and how to subscribe or
unsubscribe to the forum, see http://ontologforum.org/info/
---
You received this message because you are subscribed to the Google Groups "ontolog-forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/821249863.390760.1639695448545%40email.ionos.de.
You received this message because you are subscribed to a topic in the Google Groups "ontolog-forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ontolog-forum/ssb8bczkoig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/CAFxxROSgoUsx%2BN2zzE5GumXnnqAYggRDEzUv%3D-OHdb9Qf8dhsQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/CALGFike9bUKQu%3DvRXX6%2BCvEs%3DBbi1mJOTrQv%3DzQT1suRyz5JyQ%40mail.gmail.com.
--
All contributions to this forum are covered by an open-source license.
For information about the wiki, the license, and how to subscribe or
unsubscribe to the forum, see http://ontologforum.org/info/
---
You received this message because you are subscribed to the Google Groups "ontolog-forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/fcce8a17-c756-4041-9933-d3ffe8acec1an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/CAFxxROT0ytmi5WeczNZYRwauRt2Zm-Wup8B9s_3sEUduc9pKTw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/CALGFikdGxiYkCyDZQsDnkCu10pTDQMPizOehD9s3b5epxPW2PQ%40mail.gmail.com.
Alex Shkotin <alex.s...@gmail.com> hat am 17.12.2021 17:42 geschrieben:
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/CAFxxRORhFsg73O3Jm_obOsS-QwqozhCuO%3D3BgVOwusc_o%3D%2BDmA%40mail.gmail.com.
Dr. Lars Ludwig <ma...@lars-ludwig.com> hat am 17.12.2021 22:27 geschrieben:
doug foxvog <do...@foxvog.org> hat am 18.12.2021 05:51 geschrieben:
</div><div><img src="cid:06bdd3379b274375...@open-xchange.com"style="max-width: 100%;" class="aspect-ratio" alt=""from_clipboard="true"><br></div><blockquote type="cite"><div>
Dr. Lars Ludwig <ma...@lars-ludwig.com> hat am 17.12.2021 22:27
geschrieben:</div><div><br></div><div><br></div><div class="default-style">Dear Michael,
</div><div class="default-style"><br></div><div class="default-style">
</div><div class="default-style"><br></div><div class="default-style">
Lars
</div><blockquote type="cite"><div>
Alex Shkotin <alex.s...@gmail.com> hat am 17.12.2021 17:42
geschrieben:</div><div><br></div><div><br></div><div dir="ltr"><div class="gmail_default" style="font-family: georgia,serif;">good idea. Let's add <a
to the test.</div><div class="gmail_default" style="font-family: georgia,serif;">And my favorite tools are <a
</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">
пт, 17 дек. 2021 г. в 19:33, Michael DeBellis <<a
<br></div><blockquote>On another thread I used one of the classic Chomsky examples ofambiguous syntax: "I saw the man on the hill the a telescope" Iwould be interested to know how the system described in previousposts in this thread handles that sentence. Parsing shortnon-ambiguous sentences like "a man walks" is fairly trivial. I'vewritten parsers for such sentences a couple times, once using atool called Refine to define grammars and parsers and once withjust the rules in the Knowledge Engineering Environment
(KEE). I could parse very simple sentences but as soon as I
had sentences with anaphora and other common problems it becameorders of magnitude more complex.
<br><br><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Friday, December 17, 2021 at 1:32:35 AM UTC-8 mail wrote:<br></div><blockquote> <u></u><div><div>Hi Alex,
</div><div><br></div><div>I like your example ("a man walks").</div><div><br></div><div>I typed "a man walks" into my system and did 1 click (doingchunking):</div><div><br></div><div><img
style="max-width: 100%;" alt=""></div><div>And this (above) is the linear unit (concept of a verbalphrase) I ended up with. Without going into detail, itbasically states that a man - a noun word phrase including ansingular adnoun denoting a singular male person that is aliving thing is related to an activity of walking - 'walks'being a singular verb form of an activity / doing.
</div><div><br></div><div>To clarify the relation between 'a man' and the verb Ispecified this with another click:
</div><div><br></div><div><img
style="max-width: 100%;" alt=""></div><div>
<br></div><div>As this is only one phrase of a potential natural languageconcept syn-set (ignoring some syntacto-semantic variations), Iadded another click to come up with:
</div><div><br></div><div><img
style="max-width: 100%;" alt=""><br></div><div>So after 3 clicks I ended up with a fully differentiatednatural language / linear units syn-set of a verbal phraseconstruct including 13 entities.
</div><div><br></div><div>This gives you an idea of what is possible. Of course, all ofthis could be automated utilizing ML models over existingstructures in a large linear units set (which would very likelyhave provided the same result, just leaving some uncertainty).</div><div><br></div><div>Best,
</div><div><br></div><div>
Lars
</div><blockquote type="cite"><br></blockquote></div></blockquote></div>
--
All contributions to this forum are covered by an open-source license.For information about the wiki, the license, and how to subscribe orunsubscribe to the forum, see http://ontologforum.org/info/---You received this message because you are subscribed to the Google Groups "ontolog-forum" group.To unsubscribe from this group and stop receiving emails from it, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/aa54af16259e873a4e765039e5df4ba5.squirrel%40emailmg.ipage.com.
Best,
Lars

You received this message because you are subscribed to a topic in the Google Groups "ontolog-forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ontolog-forum/ssb8bczkoig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/827266145.568887.1639810843932%40email.ionos.de.
KI: How could that assertion be tested objectively? For instance, are there common live examples to which technologies from both realms could be applied? Personally, I prefer to demonstrate whatever I assert in situations like this using live examples.
Kingsley,
Hi John,
There is a simple reason for my claim: No advanced AI projects use the tools that were designed for the Semantic Web in 2005 and later updates..
I don't really know how to process that statement. By that I mean:
What's the comprehension enabling context for:
1. Advanced AI
2. Semantic Web in 2005, bearing in mind it's the year 2021
JFS: We have more advanced tools now, but even the projects in cogmem.pdf (prior to 2010) are far more advanced than anything that can be done with the Semantic Web tools. (See http://jfsowa.com/talks/cogmem.pdf )KI: How could that assertion be tested objectively? For instance, are there common live examples to which technologies from both realms could be applied? Personally, I prefer to demonstrate whatever I assert in situations like this using live examples.
As I frequently say, the world economy runs on legacy systems.
Yes it does, and will do so for many years to come. That said,
transparently integrating legacy systems with newer systems is
something that benefits immensely from machine-readable entity
relationship type semantics -- especially when woven into a Web
constructed from hyperlinks.
Thus, wouldn't that provide a simple object foundation for
testing your claims i.e., given a basic integration problem how do
your solutions compare against those wired to operate on a
Semantic Web?
The "Web" in "Semantic Web" is all about the global connectivity
prowess unleashed by HTTP in regards to entity denotation. For
instance, being able to share a link to a piece of novel data
integration is a very simple and objective test, IMHO.
The kinds of tools that your company (and others) provide enable those systems to migrate from 20th c. batch systems to 21st c. onlline systems that keep their data in the cloud. They also enable the programmers who were trained on the older technology to add new function with those tools.As you and other Ontolog subscribers have shown, there is a solid market for businesses that can build a successful business with those tools. The tools used for cogmem.pdf weren't designed for that purpose.
If one set of tools for legacy data integration fall into the
"Semantic Web Tools" category and what's denoted by http://www.jfsowa.com/talks/cogmem.pdf#whatsDescribedInThisDoc
falls into another, how can anyone perform an objective
comparison?
But note the legacy re-engineering project summarized in cogmem.pdf. A company that wanted to do a complete overhaul of 40 years of legacy software (written in COBOL for IBM mainframes) needed a complete analysis for all that COBOL, IBM Job Control Language, huge volumes of SQL databases, and 40 years of English documentation (reports, manuals, specifications, emails, and comments in the code) with all the cross-references, etc
Yes, but is that a canonical use-case for objective comparison?
As you state above: "A company..." which in my worldview appears
quite esoteric in regards to the kind of generalization in your
comparative assertions.
Accenture said that the project would require 40 people for two years to do that analysis. But with the VivoMind system, Arun Majumdar and Andre Leclerc finished the job in 15 person weeks.
Okay, but what makes that situation canonical, circa 2021?
There is no SW technology that would be of any use to VivoMind for that project or any of the others described in cogmem.pdf
Even if that were to be true, I don't understand how one project
defines an entire software technology category.
There is no SW technology that would be of any use to IBM for the Deep Blue project that beat Karpov in chess, or for the Watson project that beat the Jeopardy champion.
Bearing in mind my proximity to the IBM Jeopardy challenge, I
know for sure that it wouldn't have happened without Linked Data
from the DBpedia Knowledge Graph.
That project was just another example of what can be achieved via
loose-coupling of critical components.
There is no SW technology that enabled Google to beat the world champion in Go. There is no SW technology that is of any use in any system that does machine translation or guides a car or a truck on the Interstate highways.
How are any of these examples canonical, bearing in mind the
topic "Different strokes for different folks" ?
A Semantic Web, as you know, is more to do with melding
connectivity (via resolvable identifiers e.g., hyperlinks) with
structured data representation that's informed by logic.
Today, Apple, Microsoft, Google, and many other industry behemoths all incorporate "Semantic Web" technologies and concepts into their product strategies. Here's a very simple example:
When challenged by the problem of publishing information about Products, Offers, Frequently Asked Questions, Reviews, etc., these companies now resort to the "RDF deployed via HTML" approach for Knowledge Graph publication. Why? Because it offers the following benefits:
1. Search Engine Optimization -- search engines are moving away
from keyword indexing to Knowledge Graphs
2. Content Management Optimization -- new data-driven workflows that address change-sensitivity challenges (i.e., content generation is becoming more like desktop publishing and mail merge patterns of yore)
3. Content Reuse -- a hyperlink that identifies a page doubles as a data source name usable by declarative query languages such as SPARQL or SQL i.e., data is no longer confined to tables in an conventional RDBMS since a Semantic Web offers a much more powerful Giant Global Entity Relationship Graph abstraction
In summary, it's quite likely that your company with the technology you use (which includes SW tools) could do the projects for which the SW tools were designed better than VivoMind could do with Cognitive Memory. But the SW tools could not begin to do the kinds of tasks in cogmem.pdf.
Maybe not, but it's hard to say for sure if we don't have a properly defined premise for objective comparison.
Links:
[1] https://twitter.com/kidehen/status/1459260324742377477 --
Twitter Thread about Apple's innovative use of Knowledge Graphs re
practical Semantic Web use
[2] https://twitter.com/kidehen/status/1472954226347323392 --
recent Twitter Thread about the notion of a Semantic Web and where
it stands today, in response to a recent Tim O'Reilly essay
Kingsley
John
--
All contributions to this forum are covered by an open-source license.
For information about the wiki, the license, and how to subscribe or
unsubscribe to the forum, see http://ontologforum.org/info/
---
You received this message because you are subscribed to the Google Groups "ontolog-forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/36d7e72d5944437da1f5ce436f957a65%40bestweb.net.
-- Regards, Kingsley Idehen Founder & CEO OpenLink Software Home Page: http://www.openlinksw.com Community Support: https://community.openlinksw.com Weblogs (Blogs): Company Blog: https://medium.com/openlink-software-blog Virtuoso Blog: https://medium.com/virtuoso-blog Data Access Drivers Blog: https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers Personal Weblogs (Blogs): Medium Blog: https://medium.com/@kidehen Legacy Blogs: http://www.openlinksw.com/blog/~kidehen/ http://kidehen.blogspot.com Profile Pages: Pinterest: https://www.pinterest.com/kidehen/ Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen Twitter: https://twitter.com/kidehen Google+: https://plus.google.com/+KingsleyIdehen/about LinkedIn: http://www.linkedin.com/in/kidehen Web Identities (WebID): Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i : http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
I don't blame Tim Berners-Lee, but I do blame the decidability gang, who gave us OWL -- a pathetically weak and wimpy dead end. It's OK for some applications. But it's totally useless for advanced R & D.
--
All contributions to this forum are covered by an open-source license.
For information about the wiki, the license, and how to subscribe or
unsubscribe to the forum, see http://ontologforum.org/info/
---
You received this message because you are subscribed to a topic in the Google Groups "ontolog-forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ontolog-forum/ssb8bczkoig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ontolog-foru...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontolog-forum/25625102a4f74c42a3a5e7495589ba42%40bestweb.net.