<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:PhdThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/428/An-Investigation-of-Linguistic-Information-for-Speech-Recognition-Error-Detection">
    <rdfs:label><![CDATA[An Investigation of Linguistic Information for Speech Recognition Error Detection]]></rdfs:label>
    <pub:title><![CDATA[An Investigation of Linguistic Information for Speech Recognition Error Detection]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2008-10-20T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[After several decades of effort, signiﬁcant progress has been made in the area of speech recognition technologies, and various speech-based applications have been developed. However, current speech recognition systems still generate erroneous output, which hinders the wide adoption of speech applications. Given that the goal of error-free output can not be realized in near future, mechanisms for automatically detecting and even correcting speech recognition errors may prove useful for amending imperfect speech recognition systems. This dissertation research focuses on the automatic detection of speech recognition errors for monologue applications, and in particular, dictation applications.
<p>
Due to computational complexity and efﬁciency concerns, limited linguistic information is embedded in speech recognition systems. Furthermore, when identifying speech recognition errors, humans always apply linguistic knowledge to complete the task. This dissertation therefore investigates the effect of linguistic information on automatic error detection by applying two levels of linguistic analysis, speciﬁcally syntactic analysis and semantic analysis, to the post processing of speech recognition output. Experiments are conducted on two dictation corpora which differ in both topic and style (daily ofﬁce communication by students and Wall Street Journal news by journalists).
<p>
To catch grammatical abnormalities possibly caused by speech recognition errors, two sets of syntactic features, linkage information and word associations based on syntactic dependency, are extracted for each word from the output of two lexicalized robust syntactic parsers respectively. Conﬁdence measures, which combine features using Support Vector Machines, are used to detect speech recognition errors. A conﬁdence measure that combines syntactic features with non-linguistic features yields consistent performance improvement in one or more aspects over those obtained by using non-linguistic features alone.
<p>
Semantic abnormalities possibly caused by speech recognition errors are caught by the analysis of semantic relatedness of a word to its context. Two different methods are used to integrate semantic analysis with syntactic analysis. One approach addresses the problem by extracting features for each word from its relations to other words. To this end, various WordNet-based measures and different context lengths are examined. The addition of semantic features in conﬁdence measures can further yield small but consistent improvement in error detection performance. The other approach applies lexical cohesion analysis by taking both reiteration and collocation relationships into consideration and by augmenting words with probability predicted from syntactic analysis. Two WordNet-based measures and one measure based on Latent Semantic Analysis are used to instantiate lexical cohesion relationships. Additionally, various word probability thresholds and cosine similarity thresholds are examined. The incorporation of lexical cohesion analysis is superior to the use of syntactic analysis alone.

In summary, the use of linguistic information as described, including syntactic and semantic information, can provide positive impact on automatic detection of speech recognition errors.]]></pub:abstract>
    <pub:organization><![CDATA[Department of Computer Science and Electrical Engineering]]></pub:organization>
    <pub:counter>360</pub:counter>
    <pub:tag><![CDATA[speech recognition]]></pub:tag>
    <pub:tag><![CDATA[speech]]></pub:tag>
    <pub:tag><![CDATA[natural language processing]]></pub:tag>
    <pub:school><![CDATA[University of Maryland, Baltimore County]]></pub:school>
    <pub:author>
       <rdf:List>
         <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Yongmei/Shi/"><person:name><![CDATA[Yongmei  Shi]]></person:name><rdfs:label><![CDATA[Yongmei  Shi]]></rdfs:label></person:Alumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Yongmei/Shi/"><person:name><![CDATA[Yongmei  Shi]]></person:name><rdfs:label><![CDATA[Yongmei  Shi]]></rdfs:label></person:Alumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/437.pdf]]></pub:softCopyURI>
      <pub:softCopySize>1155691</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:PhdThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
