Monday, October 29, 2007 The Semantic Web Goes MainstreamContinued from page 1 By Kate Greene <script type="text/javascript"> <!--//--><![CDATA[//><!-- startList = function() { if (document.all&&document.getElementById) { navRoot = document.getElementById("tier2"); navRoot2 = document.getElementById("tier2a"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+="over"; } node.onmouseout=function() { this.className=this.className.replace("over", ""); } } } if(navRoot2 != null) { for (j=0; j<navRoot2.childNodes.length; j++) { node2 = navRoot2.childNodes[j]; if (node2.nodeName=="LI") { node2.onmouseover=function() { this.className+="over"; } node2.onmouseout=function() { this.className=this.className.replace("over", ""); } } } } } } window.onload=startList; //--><!]> </script> |
|
mazyar hedayat's personal annotations on this page
This link has been bookmarked by 3 people . It was first bookmarked on 29 Oct 2007, by Nicolas Mery.
-
-
connections between people exist in the real world, and online social-networking tools simply collect those connections and make them visible. In the same way, Spivack says, Twine helps make the connections between people and their information more accessible.
-
graph analysis
- 4 more annotations...
-
-
-

Print
E-mail
Audio » New!
Listen - Flash
Listen - MP3
Subscribe to podcast
What is this?
Powered by 
- <!-- START DART AD -->
<script src="http://ad.doubleclick.net/adj/mk3.technologyreview.com/mediumrectangle;channel=msftpromoarticle;section=;s=mediumrectangle;dcopt=ist;tile=3;ord=6274?" language="Javascript" type="text/javascript"></script>
<!-- END DART AD -->
Share »

Digg this
Add to del.icio.us
Add to Reddit
Add to FacebookIt's still too early to know if Twine will be successful with consumers, says Tony Shaw, president of Semantic Universe, an organization committed to raising awareness of semantic technologies in business and consumer settings. Success will not simply depend on making the technology work, but also on managing people's expectations of the technology, he says. "It's about fighting the hype problem."
Twine will open up to invited users starting today. In the next couple of months, says Spivack, the tool will accept more users, and by the summer of 2008, it should be completely open. In addition, Twine will have an open platform that allows software developers to build tools on top of it, such as visualization software so that users can see their information in different ways. "But first, we're starting with the basics," Spivack says.
Monday, October 29, 2007
The Semantic Web Goes Mainstream
Continued from page 1
By Kate Greene
<script type="text/javascript">
<!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("tier2");
navRoot2 = document.getElementById("tier2a");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+="over";
}
node.onmouseout=function() {
this.className=this.className.replace("over", "");
}
}
}
if(navRoot2 != null)
{
for (j=0; j<navRoot2.childNodes.length; j++) {
node2 = navRoot2.childNodes[j];
if (node2.nodeName=="LI") {
node2.onmouseover=function() {
this.className+="over";
}
node2.onmouseout=function() {
this.className=this.className.replace("over", "");
}
}
}
}
}
}
window.onload=startList;
//--><!]>
</script>
-
-
-
The tool uses a combination of natural-language algorithms to automatically extract key concepts from collections of text, essentially automatically tagging them. According to Spivack, these algorithms adroitly handle ambiguous sets of words, determining, for example, whether J.P. Morgan is a person or a company, depending on the context. And Twine can find the subject of a text even if a keyword is never mentioned, he says, by using statistical machine learning to compare the text with data sources such as Wikipedia
-
Another technique that Twine uses is graph analysis. This idea, explains Spivack, is similar to the thinking behind the "social graph" that Mark Zuckerberg, the founder of Facebook, extols: connections between people exist in the real world, and online social-networking tools simply collect those connections and make them visible. In the same way, Spivack says, Twine helps make the connections between people and their information more accessible. When data is tagged, it essentially becomes a node in a network. The connections that each node has to other nodes (which could be other data, people, places, organizations, projects, events, et cetera) depend on their tags and the statistical relevance they have to the tags of other nodes. This is how Twine determines relevance when a person searches through his or her information. The farther away a node is, the less relevant it is to a user's search.
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.