<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/9519466?origin\x3dhttp://spkydog.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Wednesday, March 23, 2005

Common Sense Speech Recognition

Henry Lieberman, a research scientists at MIT's Media lab investigate improving speech recognition by using a database of common sense facts. The Open Mind Common Sense Project database contains more than 700,000 facts that have been accumulated over the past 4 years or so and is used to help choose among recognition results returned by the speech recognizer with "close" confidence scores. They report a 17% reduction in errors and a 7.5% improvement in dictation time when dictating speech in topical areas for which the database contains facts.

Read the IUI '05 paper.
Henry Lieberman's homepage.

0 Comments:

Post a Comment

<< Home