|
{ |
|
"paper_id": "C98-1008", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:28:38.442990Z" |
|
}, |
|
"title": "Time Mapping with Hypergraphs", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Amtrup", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Computing Research Laboratory", |
|
"institution": "New Mexico State University", |
|
"location": { |
|
"addrLine": "Vogt-KSlln-Str. 30", |
|
"postCode": "88003, D-22527", |
|
"settlement": "Las Cruces, Hamburg", |
|
"region": "NM", |
|
"country": "USA, Germany" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Volker", |
|
"middle": [], |
|
"last": "Weber", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Computing Research Laboratory", |
|
"institution": "New Mexico State University", |
|
"location": { |
|
"addrLine": "Vogt-KSlln-Str. 30", |
|
"postCode": "88003, D-22527", |
|
"settlement": "Las Cruces, Hamburg", |
|
"region": "NM", |
|
"country": "USA, Germany" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Word graphs are able to represent a large miraber of different utterance hypotheses in a very compact manner. However, usually they contain a huge amount of redundancy in terms of word hypotheses that cover almost identical intervals in time. We address this problem by introducing hypergraphs for speech processing. Hypergraphs can be classified as an extension to word graphs and charts, their edges possibly having several start and end vertices. By converting ordinary word graphs to hypergraphs one can reduce the number of edges considerably. We define hypergraphs formally, present an algorithm to convert word graphs into hypergraphs and state consistency properties for edges and their combination. Finally, we present some empirical results concerning graph size and parsing efficiency.", |
|
"pdf_parse": { |
|
"paper_id": "C98-1008", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Word graphs are able to represent a large miraber of different utterance hypotheses in a very compact manner. However, usually they contain a huge amount of redundancy in terms of word hypotheses that cover almost identical intervals in time. We address this problem by introducing hypergraphs for speech processing. Hypergraphs can be classified as an extension to word graphs and charts, their edges possibly having several start and end vertices. By converting ordinary word graphs to hypergraphs one can reduce the number of edges considerably. We define hypergraphs formally, present an algorithm to convert word graphs into hypergraphs and state consistency properties for edges and their combination. Finally, we present some empirical results concerning graph size and parsing efficiency.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The interface between a word recognizer and language processing modules is a crucial issue with modern speech processing systems. Given a sufficiently high word recognition rate, it suffices to transmit the most probable word sequence from the recognizer to a subsequent module (e.g. a parser). A slight extension over this best chain mode would be to deliver n-best chains to improve language processing results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "However, it is usually not enough to deliver just the best 10 or 20 utterances, at least not for reasonable sized applications given todays speech recognition technology. To overcome this problem, in most current systems word graphs are used as speech-language interface. Word graphs offer a simple and efficient means to represent a very high number of utterance hypotheses in a extremely compact way (Oerder and Ney, 1993; Aubert and Ney, 1995) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 402, |
|
"end": 424, |
|
"text": "(Oerder and Ney, 1993;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 425, |
|
"end": 446, |
|
"text": "Aubert and Ney, 1995)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "und (and) dann (then) dana (then) und (and) dann (then) Figure 1 : Two families of edges in a word graph", |
|
"cite_spans": [ |
|
{ |
|
"start": 4, |
|
"end": 9, |
|
"text": "(and)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 56, |
|
"end": 64, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Although they are compact, the use of word graphs leads to problems by itself. One of them is the current lack of a reasonable measure for word graph size and evaluation of their contents . The problem we want to address in this paper is the presence of a large number of almost identical word hypotheses. By almost identical we mean that the start and end vertices of edges differ only slightly.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Consider figure 1 as an example section of a word graph. There are several word hypotheses representing the words and (and) and dann (then). The start and end points of them differ by small numbers of frames, each of them 10ms long. The reasons for the existence of these families of edges are at least twofold:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 Standard HMM-based word recognizers try to start (and finish) word models at each individual frame. Since the resolution is quite high (10ms, in many cases shorter than the word onset), a word model may have boundaries at several points in time.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 Natural speech (and in particular spontaneously produced speech) tends to blur word boundaries. This effect is in part responsible for the dramatic decrease in word recognition rate, given fluent speech as input in contrast to isolated words as input. Figure 1 demonstrates the inaccuracy of word boundaries by containing several meeting points between und and dana, emphasized by the fact that both words end resp. start with the same consonant.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 254, |
|
"end": 262, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Thus, for most words, there is a whole set of word hypotheses in a word graph which results in several meets between two sets of hypotheses. Both facts are disadvantageous for speech processing: Many word edges result in a high number of lexical lookups and basic operations (e.g. bottom-up proposals of syntactic categories); many meeting points between edges result in a high number of possibly complex operations (like unifications in a parser).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The most obvious way to reduce the number of neighboring, identically labeled edges is to reduce the time resolution provided by a word recognizer (Weber, 1992) . If a word edge is to be processed, the start and end vertices are mapped to the more coarse grained points in time used by linguistic modules and a redundancy check is carried out in order to prevent multiple copies of edges. This can be easily done, but one has to face the drawback on introducing many more paths through the graph due to artificially constructed overlaps. Furthermore, it is not simple to choose a correct resolution, as the intervals effectively appearing with word onsets and offsets change considerably with words spoken. Also, the introduction of cycles has to be avoided.", |
|
"cite_spans": [ |
|
{ |
|
"start": 147, |
|
"end": 160, |
|
"text": "(Weber, 1992)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A more sophisticated schema would use interval graphs to encode word graphs. Edges of interval graphs do not have individual start and end vertices, but instead use intervals to denote the range of applicability of an edge. The major problem with interval graphs lies with the complexity of edge access methods. However, many formal statements shown below will use interval arithmetics, as the argument will be easier to follow.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The approach we take in this paper is to use hypergraphs as representation medium for word graphs. What one wants is to carry out operations only once and record the fact that there are several start and end points of words. Hypergraphs (Gondran and Minoux, 1984, p. 30) are generalizations of ordinary graphs that allow multiple start and end vertices of edges.", |
|
"cite_spans": [ |
|
{ |
|
"start": 237, |
|
"end": 270, |
|
"text": "(Gondran and Minoux, 1984, p. 30)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We extend the approach of H. Weber (Weber, 1995) for time mapping. Weber considered sets of edges with identical start vertices but slightly different end vertices, for which the notion family was introduced. We use full hypergraphs as representation and thus additionally allow several start vertices, which results in a further decrease of 6% in terms of resulting chart edges while parsing (cf. section 3). Figure 2 shows the example section using hyperedges for the two families of edges. We adopt the way of dealing with different acoustical scores of word hypotheses from Weber.", |
|
"cite_spans": [ |
|
{ |
|
"start": 35, |
|
"end": 48, |
|
"text": "(Weber, 1995)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 410, |
|
"end": 418, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Figure 2: Two hyperedges representing families of edges 2 Word Graphs and Hypergraphs", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "As described in the introduction, word graphs consist of edges representing word hypotheses generated by a word recognizer. The start and end point of edges usually denote points in time. Formally, a word graph is a directed, acyclic, weighted, labeled graph with distinct root and end vertices. It is a quadruple G = (Y, \u00a3, W,/:) with the following components:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 A nonempty set of graph vertices V = {v],...,vn}.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To associate vertices with points in time, we use a function t : P N that returns the frame nmnber for a given vertex.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 A nonempty set of weighted, labeled, directed edges \u00a3 = {el,..., era} ~ V \u00d7 \"12 \u00d7 W \u00d7/:. To access the components of an edge e = (v, vr,w,l), we use functions c~, fl, w and l, which return the start vertex (~(e) = v), the end vertex (fl(e) = v'), the weight (w(e) = w) and the label (l(e) = l)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "of an edge, respectively.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 A nonempty set of edge weights 142 = {wl,..., Wp}. Edge weights normally represent a the acoustic score assigned to the word hypothesis by a HMM based word recognizer.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 A nonempty set of Labels \u00a3 = {ll,...,lo}, which represents information attached to an edge, usnally words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We define the relation of reachability for vertices (-+) as Vv, w E V : v ~ w ~ 3e E \u00a3 :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "= A :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The transitive hull of the reachability relation is denoted by 2+. We already stated that a word graph is acyclic and distinctly rooted and ended.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(~~oUnd ( and)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Hypergraphs differ from graphs by allowing several start and end vertices for a single edge. In order to apply this property to word graphs, the definition of edges has to be changed. The set of edges g becomes a nonempty set of weighted, labeled, directed hyperedges g = {el,..., em} C", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "V*\\~ x 12'\\0 x 1,'V x 1:;.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Several notions and functions defined for ordinary word graphs have to be adapted to reflect edges having sets of start and end vertices. (1)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Two hyperedges e,e ~ are adjacent, if they share a common vertex:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "/3(e) n \u00a2", |
|
"eq_num": "(3)" |
|
} |
|
], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 The reachability relation is now Vv, w E 12 : v-+w~=~eGg:v G c~(e) AwG/~(e) Additionally, we define accessor functions for the first and last start and end vertex of an edge. We recur to the ,association of vertices with frame numbers, which is a slight simplification (in general, there is no need for a total ordering on the vertices in a word graph)1. Furthermore, the intervals covered by start and end vertices are defined. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In contrast to interval graphs, we do not require the sets of start and end vertices to be contiguous, i.e. there may be vertices that fall in the range of the start or end vertices of an edge which are not members of that set. If we are not interested in tile individual members of a(e) or fl(e), we merely talk about interval graphs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hypergraphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Just like word graphs, we demand that hypergraphs are acyclic, i.e. Vv 2+ w : v \u00a2 w. In terms of edges, this corresponds to Ve : <", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Edge Consistency", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Adding a simple word edge to a hypergraph is a simplification of merging two hyperedges bearing the same label into a new hyperedge. Therefore we are going to explain the more general case for hyperedge merging first. We analyze which edges of a hypergraph may be merged to form a new hyperedge without loss of linguistic information. This process has to follow three main principles:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adding Edges to Hypergraphs", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "\u2022 Edge labels have to be identical", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adding Edges to Hypergraphs", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "\u2022 Edge weights (scores) have to be combined to a single value", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adding Edges to Hypergraphs", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "\u2022 Edges have to be compatible in their start and end vertices and must not introduce cycles to the resulting graph", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adding Edges to Hypergraphs", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Let el, e2 G g be two hyperedges to be checked for merging, where el = (V1, V{, Wl,/1) and e2 =", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(1/2, V~, w2, 12). Then el and e2 could be merged into a new hyperedge e3 = (V3, V~, w3,/a) iff", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "l(el) = l(e2) (10) min(t(fl< (el)), t(fi< (e2))) > max(t(o~> (el)), t(a> (e2)))", |
|
"eq_num": "(11)" |
|
} |
|
], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where ca is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "/3 = 11 (= /2)", |
|
"eq_num": "(12)" |
|
} |
|
], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "w3 = scorejoin(wl,w2) 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Va -V1 UV2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(14) V~ = V [U V~ (15) el and e2 have to be removed from tile hypergraph while e3 has to be inserted.", |
|
"cite_spans": [ |
|
{ |
|
"start": 12, |
|
"end": 22, |
|
"text": "[U V~ (15)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Simple Rule Set for Edge Merging", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Why is this set of two conditions sufficient for hyperedge merging? First of all it is clear that we can merge only hyperedges with the same label (this is prescribed by condition 10). Condition 11 gives advice which hyperedges could be combined and prohibits cycles to be introduced in the hypergraph. An analysis of the occuring cases shows that this condition is reasonable. Without loss of generality, we assume that t(CJ>(el)) < t(/~>(e~)).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sufficiency of the Rule-Set", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This is the case where either the start vertices of ct and the end vertices of e2 or the start vertices of e2 and end vertices of el overlap each other. The merge of two such hyperedges of this case would result in a hyperedge e3 where t(c~> (e3)) _> t(fl<(e3)). This could introduce cycles to the hypergraph. So this case is excluded by condition 11. This is the complementary case to 1,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "n \u00a2 O V n \u00a2 0:", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "This is the case where all vertices of hyperedge el occur before all vertices of hyperedge e2 or in other words the case where two individual independent word hypotheses with same label occur in the word graph. This case must also not result in an edge merge since /J[](el) C_ [t({~<(el)),t(a>(e2))] in the merged edge. This merge is prohibited by condition 11 since all vertices of fl(el) have to be smaller than all vertices of {~(e2).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(a) _>", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This is the complementary case to (a).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(b) <", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "i. t(ot<(el)) _> t(th>(e2)) This is only a theoretical case because t(oe<(el)) __< t(c~>(el)) < t(fl<(el)) _< t(fl<(e2)) < t(/~>(e2))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(b) <", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "2Examples for the seorejoin operation are given later in the paragraph about score normalization.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(b) <", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "is required (e2 contains the last end vertex). ii. t(c~<(el)) < t(~>(e2)) This is the complementary case to i. As a result of the empty intersections and the cases (b) and ii we get t(o~>(el)) < t(/~<(e2)) and t(c~>(e2)) < t(~<(et) After analyzing all cases of merging of intersections between start and end vertices of two hyperedges we turn to insertion of word hypotheses to a hypergraph. Of course, a word hypothesis could be seen as interval edge with trivial intervals or as a hyperedge with only one start and one end vertex. Since this case of adding an edge to a hypergraph is rather easy to depict and is heavily used while parsing word graphs incrementally we discuss it in more detail. The speech decoder we use delivers word hypotheses incrementally and ordered by the time stamps of their end vertices. For practical reasons we further sort the start vertices with equal end vertex of a hypergraph by time. Under this precondition we get the cases shown in figure 3.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(b) <", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The situation is such that eg is a hyperedge already constructed and el -e5 are candidates for insertion. of a matching hyperdege. In practice this is not needed and we could check a smaller amount of vertices. We do this by introducing a maximal time gap which gives us advice how far (in measures of time) we look backwards from the start vertex of a new edge to be inserted into the hypergraph to determine a compatible hyperedge of the hypergraph. It is not possible to add el and e~ to the hyperedgc % since they would introduce an overlap between the sets of start and end vertices of the potential new hyperedge. The resulting hyperedges of adding ca -e5 are depicted below.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(b) <", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Score normalization is a necessary means if one wants to compare hypotheses of different lengths. Thus, edges in word graphs are assigned normalized scores that account for words of different extensions in time. The usual measure is the score per frame, which is computed Score per word by taking Length of word in frames\"", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Score Normalization", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "When combining several word edges as we do by constructing hyperedges, the combination should be assigned a single value that refleets a certain useful aspect of the originating edges. In order not to exclude certain hypotheses from consideration in score-driven language processing modules, the score of the hyperedge is inherited from the best-rated word hypothesis (cf. (Weber, 1995) ). We use the minimum of the source acoustic scores, which corresponds to a highest recognition probability.", |
|
"cite_spans": [ |
|
{ |
|
"start": 373, |
|
"end": 386, |
|
"text": "(Weber, 1995)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Score Normalization", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The algorithm depicted in figure 4 can be speeded up for practical reasons. Each vertex between the graph root and the start vertex of the new edge could be one of the start vertices It is possible to introduce additional paths into a graph by performing time mapping. Consider fig. 5 as an example. Taken as a normal word graph, it contains two label sequences, namely a-c-d and b-c-e. However, if time mapping is performed for the edges labelled c, two additional sequences are introduced: a-c-e and b-c-d.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 278, |
|
"end": 284, |
|
"text": "fig. 5", |
|
"ref_id": "FIGREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introducing a Maximal Time Gap", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Thus, time mapping by hypergraphs is not information preserving in a strong sense. For practical applications this does not present any problems. The situations in which additional label sequences are introduced are quite rare, we did not observe any linguistic difference in our experiments.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introducing a Maximal Time Gap", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Besides merging tile combination of hyperedges, to construct edges with new content is an important task within any speech processing module, e.g. for parsing. The assumption we will adopt here is that two hyperedges el, e2 C \u00a3 may be combined if they are adjacent, i.e. they share a common vertex: n (e2) \u00a2 \u00a2. The label of the new edge en (which may be used to represent linguistic content) is determined by the component building it, whereas the start and end vertices are determined by This approach is quite analogous to edge combination methods for normal graphs, e.g. in chart parsing, where two edges are equally required to have a meeting point. However, score computation for hyperedge combination is more difficult. The goal is to determine a score per frame by selecting the smallest possible score under all possible meeting vertices. It is derived by examining all possible connecting vertices (all elements of I := fl(el) N a(e2)) and computing the resulting score of the new edge: where t> = max{t (v)[v E I}. 3 Experiments with Hypergraphs", |
|
"cite_spans": [ |
|
{ |
|
"start": 1013, |
|
"end": 1024, |
|
"text": "(v)[v E I}.", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Edge Combination", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "If w(el) < w(e2),", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Edge Combination", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "The method of converting word graphs to hypergraphs has been used in two experiments so far. One of them is devoted to the study of connectionist unification in speech applications (Weber, forthcoming) . The other one, from which the performance figures in this section are drawn, is an experimental speech translation system focusing on incremental operation and uniform representation (Amtrup, 1997) We want to show the effect of hypergraphs regarding edge reduction and parsing effort. In order to provide real-world figures, we used word graphs produced by the ttamburg speech recognition system (Huebener et al., 1996) . The test data consisted of one dialogue within the Verbmobil domain. There were 41 turns with an average length of 4.65s speaking time per turn. The word graphs contained 1828 edges on the average. Figure 6 shows the amount of reduction in the number of edges by converting the graphs into hypergraphs. On the average, 1671 edges were removed (mapped), leaving 157 edges in hypergraphs, approximately 91% less than the original word graphs.", |
|
"cite_spans": [ |
|
{ |
|
"start": 181, |
|
"end": 201, |
|
"text": "(Weber, forthcoming)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 387, |
|
"end": 401, |
|
"text": "(Amtrup, 1997)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 600, |
|
"end": 623, |
|
"text": "(Huebener et al., 1996)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 824, |
|
"end": 832, |
|
"text": "Figure 6", |
|
"ref_id": "FIGREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Edge Combination", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "Next, we used both sets of graphs (the original word graphs and hypergraphs) as input to the speech parser used in (Amtrup, 1997) . This parser is an incremental active chart parser which uses a typed feature formalism to describe linguistic entities. The grammar is focussed on partial parsing and contains rules mainly for noun phrases, prepositional phrases and such. The integration of complete utterances is neglected. Figure 7 shows the reduction in terms of chart edges at completion time. The amount of reduction concerning parsing effort is much less impressive than pure edge reduction. On the average, parsing of complete graphs resulted in 15547 chart edges, while parsing of hypergraphs produced 3316 chart edges, a reduction of about 79%. Due to edge combinations, one could have expected a much higher value. The reason for this fact lies mainly with the redundancy test used in the parser. There are many instances of edges which are not inserted into the chart at all, because identical hypotheses are already present.", |
|
"cite_spans": [ |
|
{ |
|
"start": 115, |
|
"end": 129, |
|
"text": "(Amtrup, 1997)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 424, |
|
"end": 432, |
|
"text": "Figure 7", |
|
"ref_id": "FIGREF9" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Edge Combination", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "Consequently, the amount of reduction in parse time is within the same bounds. Parsing ordinary graphs took 87.7s, parsing of hypergraphs 6.4s, a reduction of 93%. There are some extreme cases of word graphs, where hypergraph parsing was 94 times faster than word graph parsing. One of the turns had to be excluded from the test set, because it could not be flflly parsed a~s word graph. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Edge Combination", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "In this paper, we have proposed the application of hypergraph techniques to word graph parsing. Motivated by linguistic properties of spontaneously spoken speech, we argued that bundles of edges in word graphs should be treated in an integrated manner. We introduced interval graphs and directed hypergraphs as representation devices. Directed hypergraphs extend the notion of a family of edges in that they are able to represent edges having several start and end vertices.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We gave a formal definition of word graphs and the necessary extensions to cover hypergraphs. The conditions that have to be fulfilled in order to merge two hyperedges and to combine two adjacent hyperedges were stated in a formal way; an algorithm to integrate a word hypothesis into a hypergraph was presented.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We proved the applicability of our mechanisms by parsing one dialogue of real-world spoken utterances. Using hypergraphs resulted in a 91% reduction of initial edges in tile graph and a 79% reduction in the total number of chart edges. Parsing hypergraphs instead of ordinary word graphs reduced the parsing time by 93%.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "4" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "What's in a Word Graph --Evaluation and Enhancenmnt of Word Lattices", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Amtrup", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Henrik", |
|
"middle": [], |
|
"last": "Heine", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Uwe", |
|
"middle": [], |
|
"last": "Jost", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proe. of Eurospeech", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan W. Amtrup, Henrik Heine, and Uwe Jost. 1997. What's in a Word Graph --Evaluation and Enhancenmnt of Word Lattices. In Proe. of Eurospeech 1997, Rhodes, Greece, Septem- ber.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Layered Charts for Speech Translation", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Amtrup", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the Seventh International Conference on Theoretical and Methodological Issues in Machine Translation, TMI '97", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan W. Amtrup. 1997. Layered Charts for Speech Translation. In Proceedings of the Seventh International Conference on Theo- retical and Methodological Issues in Machine Translation, TMI '97, Santa Fe, NM, July.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Large Vocabulary Continuous Speech Recognition Using Word Graphs", |
|
"authors": [ |
|
{ |
|
"first": "Xavier", |
|
"middle": [], |
|
"last": "Aubert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hermann", |
|
"middle": [], |
|
"last": "Ney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "ICASSP 95", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xavier Aubert and Hermann Ney. 1995. Large Vocabulary Continuous Speech Recognition Using Word Graphs. In ICASSP 95.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Graphs and algorithms. Wiley-Interscience Series in Discrete Mathematics. John Wiley 8z Sons", |
|
"authors": [ |
|
{ |
|
"first": "Michel", |
|
"middle": [], |
|
"last": "Gondran", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michel", |
|
"middle": [], |
|
"last": "Minoux", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1984, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michel Gondran and Michel Minoux. 1984. Graphs and algorithms. Wiley-Interscience Series in Discrete Mathematics. John Wiley 8z Sons, Chichester.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Speech Recognition for Spontaneously Spoken German Dialogs", |
|
"authors": [ |
|
{ |
|
"first": "Kai", |
|
"middle": [], |
|
"last": "Huebener", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Uwe", |
|
"middle": [], |
|
"last": "Jost", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Henrik", |
|
"middle": [], |
|
"last": "Heine", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "", |
|
"volume": "96", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kai Huebener, Uwe Jost, and Henrik Heine. 1996. Speech Recognition for Spontaneously Spoken German Dialogs. In ICSLP96, Philadelphia.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Word Graphs: An Efficient Interface Between Continuous-Speech Recognition and Language Understanding", |
|
"authors": [ |
|
{ |
|
"first": "Martin", |
|
"middle": [], |
|
"last": "Oerder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hermann", |
|
"middle": [], |
|
"last": "Ney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proceedings of the 1993 IEEE International Conference on Acoustics, Speech ~\u00a2 Signal Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martin Oerder and Hermann Ney. 1993. Word Graphs: An Efficient Interface Be- tween Continuous-Speech Recognition and Language Understanding. In Proceedings of the 1993 IEEE International Conference on Acoustics, Speech ~\u00a2 Signal Processing, ICASSP, pages II/119-II/122, Minneapolis, MN.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Chartparsing in ASL-Nord: Berichte zu den Arbeitspaketen P1 bis Pg", |
|
"authors": [ |
|
{ |
|
"first": "Hans", |
|
"middle": [], |
|
"last": "Weber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hans Weber. 1992. Chartparsing in ASL-Nord: Berichte zu den Arbeitspaketen P1 bis Pg. Technical Report ASL-TR-28-92/UER, Uni- versitgt Erlangen-Niirnberg, Erlangen, De- october.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "LR-inkrementelles, Probabilistisches Chartparsing yon Worthypothcsengraphen mit Unifikationsgrammatiken: Eine Enge Kopplung yon Suche und Analyse", |
|
"authors": [ |
|
{ |
|
"first": "Hans", |
|
"middle": [], |
|
"last": "Weber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hans Weber. 1995. LR-inkrementelles, Prob- abilistisches Chartparsing yon Worthypothc- sengraphen mit Unifikationsgrammatiken: Eine Enge Kopplung yon Suche und Analyse. Ph.D. thesis, Universitgt Hamburg.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Funktionales Konnektionistisches Unifikationsbasiertes Parsing", |
|
"authors": [ |
|
{ |
|
"first": "Volker", |
|
"middle": [], |
|
"last": "Weber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Forthcoming", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Volker Weber. forthcoming. Funktionales Kon- nektionistisches Unifikationsbasiertes Pars- ing. Ph.D. thesis, Univ. Hamburg.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "The accessor fimctions for start and end vertices have to be adapted to return sets of vertices. Consider an edge e = (V, W, w, l), then wc redefine c~:8 --~ 12\", a(e) := V fi: E := v'", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"text": "a<(e) := argminlt(v)lv c V} (4) ~The total ordering on vertices is naturally given through the linearity of speech. a>(e) := argmax{t(v)lv E V} (5) /3<(e) := argmin{t(v)lv E V'} (6) fi>(e) := argmax{t(v)lv E V'} (7) a[](e) := [t(a<(e)),t(a>(e))] (8) fl[l(e) := [t(fl<(e)),t(~>(e))]", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"text": "2. O~[](el)['-] ~[]({B2) = 0 A ~[]({72)('l ~[](C1) ~---{~:", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"text": "Cases for adding an edge to tile graph", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF4": { |
|
"text": "if 3e k E: E(G) with l(ek) m l(en) A t(~<(ek) ) > t(o\u00a2(en)) then [2] Modif~ edge ek a(ek) u {#(~. )}, ,nax(w(ek ), normalize(w(en ), a(en ), B(e,, ))), t(~)) return a' := (V u {.~(~.),~(~n)}, vv\\~(~) u {~(~.)}, c) d. := ((~,(~-)}, {~(~.)t, normalize(w(e. ), ~(e. ), fl(en )), t(e,,)) return G' := (V u (~(~,,), f~(~,,)}, ~ u (~'}, w u (~(~'~)}, z: u {l(~',, )})end An algorithm for adding edges to hypergraphs", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF5": { |
|
"text": "Additional paths by time mapping", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF7": { |
|
"text": "min{t(v)[v E I}. If, on the other hand, W(el) ~> w(e2), we use w(el).(t>--t(ot<(el)))+w(e2).(t(l~<(e2))-t> ~ w(e~) := t(~< (~))-t(~< (~)) '", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF8": { |
|
"text": "Word edge reduction", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF9": { |
|
"text": "Chart edge reduction", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF10": { |
|
"text": "Parsing time reduction", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"TABREF1": { |
|
"content": "<table><tr><td/><td/><td/><td/><td>o</td></tr><tr><td>40(0)-</td><td/><td/><td/><td/></tr><tr><td>3{~D-</td><td/><td/><td/><td/></tr><tr><td>2000 -</td><td/><td/><td/><td/></tr><tr><td>1000-</td><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td>I .....</td></tr><tr><td>1000</td><td>2000</td><td>3000</td><td>4000</td><td>5000</td></tr><tr><td/><td/><td># Edges</td><td/><td/></tr></table>", |
|
"html": null, |
|
"text": "......... I ......... I ......... I ......... I .........", |
|
"num": null, |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |