| { |
| "paper_id": "P96-1044", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:03:08.049057Z" |
| }, |
| "title": "Linguistic Structure as Composition and Perturbation", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "De Marcken", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Technology Square Cambridge", |
| "location": { |
| "postCode": "NE43-769 545, 02139", |
| "region": "MA", |
| "country": "USA" |
| } |
| }, |
| "email": "cgdemarc@ai.mit.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper discusses the problem of learning language from unprocessed text and speech signals, concentrating on the problem of learning a lexicon. In particular, it argues for a representation of language in which linguistic parameters like words are built by perturbing a composition of existing parameters. The power of the representation is demonstrated by several examples in text segmentation and compression, acquisition of a lexicon from raw speech, and the acquisition of mappings between text and artificial representations of meaning.", |
| "pdf_parse": { |
| "paper_id": "P96-1044", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper discusses the problem of learning language from unprocessed text and speech signals, concentrating on the problem of learning a lexicon. In particular, it argues for a representation of language in which linguistic parameters like words are built by perturbing a composition of existing parameters. The power of the representation is demonstrated by several examples in text segmentation and compression, acquisition of a lexicon from raw speech, and the acquisition of mappings between text and artificial representations of meaning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Language is a robust and necessarily redundant communication mechanism. Its redundancies commonly manifest themselves as predictable patterns in speech and text signals, and it is largely these patterns that enable text and speech compression. Naturally, many patterns in text and speech reflect interesting properties of language. For example, the is both an unusually frequent sequence of letters and an English word. This suggests using compression as a means of acquiring underlying properties of language from surface signals. The general methodology of language-learning-bycompression is not new. Some notable early proponents included Chomsky (1955) , Solomonoff (1960) and Harris (1968) , and compression has been used as the basis for a wide variety of computer programs that attack unsupervised learning in language; see (Olivier, 1968; Wolff, 1982; Ellison, 1992; Stolcke, 1994; Chen, 1995; Cartwright and Brent, 1994) among others.", |
| "cite_spans": [ |
| { |
| "start": 642, |
| "end": 656, |
| "text": "Chomsky (1955)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 659, |
| "end": 676, |
| "text": "Solomonoff (1960)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 681, |
| "end": 694, |
| "text": "Harris (1968)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 831, |
| "end": 846, |
| "text": "(Olivier, 1968;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 847, |
| "end": 859, |
| "text": "Wolff, 1982;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 860, |
| "end": 874, |
| "text": "Ellison, 1992;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 875, |
| "end": 889, |
| "text": "Stolcke, 1994;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 890, |
| "end": 901, |
| "text": "Chen, 1995;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 902, |
| "end": 929, |
| "text": "Cartwright and Brent, 1994)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unfortunately, while surface patterns often reflect interesting linguistic mechanisms and parameters, they do not always do so. Three classes of examples serve to illustrate this.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Patterns and Language", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "The sequence it was a dark and stormy night is a pattern in the sense it occurs in text far more frequently than the frequencies of its letters would suggest, but that does not make it a lexical or grammatical primitive: it is the product of a complex mixture of linguistic and extra-linguistic processes. Such patterns can be indistinguishable from desired ones. For example, in the Brown corpus (Francis and Kucera, 1982) scratching her nose occurs 5 times, a corpus-specific idiosyncrasy. This phrase has the same structure as the idiom kicking the bucket. It is difficult to imagine any induction algorithm learning kicking the bucket from this corpus without also (mistakenly) learning scratching her nose.", |
| "cite_spans": [ |
| { |
| "start": 397, |
| "end": 423, |
| "text": "(Francis and Kucera, 1982)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extrallngulstlc Patterns", |
| "sec_num": "1.1.1" |
| }, |
| { |
| "text": "This discussion presumes there is a set of desired patterns to extract from input signals. What is this set? For example, is kicking the bucket a proper lexical unit? The answer depends on factors external to the unsupervised learning framework. For the purposes of machine translation or information retrieval this sequence is an important idiom, but with respect to speech recognition it is unremarkable. Similar questions could be asked of subword units like syllables. Plainly, the answers depends on the learning context, and not on the signal itself.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Definition of Interesting", |
| "sec_num": "1.1.2" |
| }, |
| { |
| "text": "Any statistical definition of pattern depends on an underlying model. For instance, the sequence the dog occurs much more frequently than one would expect given an independence assumption about letters. But for a model with knowledge of syntax and word frequencies, there is nothing remarkable about the phrase. Since all existing models have flaws, patterns will always be learned that are artifacts of imperfections in the learning algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Definition of Pattern", |
| "sec_num": "1.1.3" |
| }, |
| { |
| "text": "These examples seem to imply that unsupervised induction will never converge to ideal grammars and lexicons. While there is truth to this, the rest of this paper describes a representation of language that bypasses many of the apparent difficulties. : A coding of the first few words of a hypothetical lexicon. The first two columns can be coded succinctly, leaving the cost of pointers to component words as the dominant cost of both the lexicon and the representation of the input.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Definition of Pattern", |
| "sec_num": "1.1.3" |
| }, |
| { |
| "text": "The examples in sections 1.1.1 and 1.1.2 seem to imply that any unsupervised language learning program that returns only one segmentation of the input is bound to make many mistakes. And section 1.1.3 implies that the decisions about linguistic units must be made relative to their representations. Both problems can be solved if linguistic units (for now, words in the lexicon) are built by composition of other units. For example, kicking the bucket might be built by composing kicking, the and bucket. 1 Of course, if a word is merely the composition of its parts, there is nothing interesting about it and no reason to include it in the lexicon. So the motivation for including a word in the lexicon must be that it function differently from its parts. Thus a word is a perturbation of a composition. In the case of kicking the bucket the perturbation is one of both meaning and frequency. For scratching her nose the perturbation may just be frequency. ~ This is a very natural representation from the viewpoint of language. It correctly predicts that both phrases inherit their sound and syntax from their component words. At the same time it leaves open the possibility that idiosyncratic information will be attached to the whole, as with the meaning of kicking the bucket. This structure is very much like the class hierarchy of a modern programming language. It is not the same thing as a context-free grammar, since each word does not act in the same way as the default composition of its components. Figure 1 illustrates a recursive decomposition (under concatenation) of the phrase national football league. The phrase is broken into three words, each of which are also decomposed in the lexicon. This process bottoms out in the terminal characters. This is a real decomposition achieved by a program described in section 4. Not shown are the perturba-1A simple composition operator is concatenation, but in section 6 a more interesting one is discussed.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1512, |
| "end": 1520, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Compositional Representation", |
| "sec_num": "2" |
| }, |
| { |
| "text": "~Naturally, an unsupervised learning algorithm with no access to meaning will not treat them differently. tions (in this case merely frequency changes) that distinguish each word from its parts. This general framework extends to other perturbations. For example, the word wanna is naturally thought of as a composition of want and to with a sound change. And in speech the three different words to, two and too may well inherit the sound of a common ancestor while introducing new syntactic and semantic properties.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Compositional Representation", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Of course, for this representation to be more than an intuition both the composition and perturbation operators must be exactly specified. In particular, a code must be designed that enables a word (or a sentence) to be expressed in terms of its parts. As a simple example, suppose that the composition operator is concatenation, that terminals are characters, and that the only perturbation operator-is the ability to express the frequency of a word independently of the frequency of its parts. Then to code either a sentence of the input or a (nonterminal) word in the lexicon, the number of component words in the representation must be written, followed by a code for each component word. Naturally, each word in the lexicon must be associated with its code, and under a near-optimal coding scheme like a Huffman code, the code length will be related to the frequency of the word. Thus, associating a word with a code substitutes for writing down the frequency of a word. Furthermore, if words are written down in order of decreasing frequency, a Huffman code for a large lexicon can be specified using a negligible number of bits. This and the near-negligible cost of writing down word lengths will not be discussed further. Figure 2 presents a portion of an encoding of a hypothetical lexicon.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1230, |
| "end": 1238, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Coding", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Given a coding scheme and a particular lexicon (and a parsing algorithm) it is in theory possible to calculate the minimum length encoding of a given input.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MDL", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Part of the encoding will be devoted to the lexicon, the rest to representing the input in terms of the lexicon. The lexicon that minimizes the combined description length of the lexicon and the input maximally compresses the input. In the sense of Rissanen's minimum description-length (MDL) principle (Rissanen, 1978; Rissanen, 1989) this lexicon is the theory that best explains the data, and one can hope that the patterns in the lexicon reflect the underlying mechanisms and parameters of the language that generated the input.", |
| "cite_spans": [ |
| { |
| "start": 303, |
| "end": 319, |
| "text": "(Rissanen, 1978;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 320, |
| "end": 335, |
| "text": "Rissanen, 1989)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MDL", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Representing words in the lexicon as perturbations of compositions has a number of desirable properties.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The choice of composition and perturbation operators captures a particular detailed theory of language. They can be used, for instance, to reference sophisticated phonological and morphological mechanisms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The length of the description of a word is a measure of its linguistic plausibility, and can serve as a buffer against learning unnatural coincidences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 Coincidences like scratching her nose do not exclude desired structure, since they are further broken down into components that they inherit properties from.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 Structure is shared: the words blackbird and blackberry can share the common substructure associated with black, such as its sound and meaning. As a consequence, data is pooled for estimation, and representations are compact.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 Common irregular forms are compiled out. For example, if wang is represented in terms of go (presumably to save the cost of unnecessarily reproducing syntactic and semantic properties) the complex sound change need only be represented once, not every time went is used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 Since parameters (words) have compact representations, they are cheap from a description length standpoint, and many can be included in the lexicon. This allows learning algorithms to fit detailed statistical properties of the data. This coding scheme is very similar to that found in popular dictionary-based compression schemes like LZ78 (Ziv and Lempel, 1978) . It is capable of compressing a sequence of identical characters of length n to size O(log n). However, in contrast to compression schemes like LZ78 that use deterministic rules to add parameters to the dictionary (and do not arrive at linguistically plausible parameters), it is possible ta perform more sophisticated searches in this representation.", |
| "cite_spans": [ |
| { |
| "start": 342, |
| "end": 364, |
| "text": "(Ziv and Lempel, 1978)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Start with lexicon of terminals. Iterate Iterate (EM) Parse input and words using current lexicon. Use word counts to update frequencies. Add words to the lexicon.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Properties of the Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Parse input and words using current lexicon. Use word counts to update frequencies. Delete words from the lexicon. Figure 3 : An iterative search algorithm. Two iterations of the inner loops are usually sufficient for convergence, and for the tests described in this paper after 10 iterations of the outer loop there is little change in the lexicon in terms of either compression performance or structure.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 115, |
| "end": 123, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Iterate (EM)", |
| "sec_num": null |
| }, |
| { |
| "text": "Since the class of possible lexicons is infinite, the minimization of description length is necessarily heuristic. Given a fixed lexicon, the expectationmaximization algorithm (Dempster et al., 1977) can be used to arrive at a (locally) optimal set of frequencies and codelengths for the words in the lexicon. For composition by concatenation, the algorithm reduces to the special case of the Baum-Welch procedure (Baum et al., 1970) discussed in (Deligne and Bimbot, 1995) . In general, however, the parsing and reestimation involved in EM can be considerably more complicated. To update the structure of the lexicon, words can be added or deleted from it if this is predicted to reduce the description length of the input. This algorithm is summarized in figure 3. 3", |
| "cite_spans": [ |
| { |
| "start": 176, |
| "end": 199, |
| "text": "(Dempster et al., 1977)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 414, |
| "end": 433, |
| "text": "(Baum et al., 1970)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 447, |
| "end": 473, |
| "text": "(Deligne and Bimbot, 1995)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Search Algorithm", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For words to be added to the lexicon, two things are needed. The first is a means of hypothesizing candidate new words. The second is a means of evaluating candidates. One reasonable means of generating candidates is to look at pairs (or triples) of words that are composed in the parses of words and sentences of the input. Since words are built by composing other words and act like their composition, a new word can be created from such a pair and substituted in place of the pair wherever the pair appears. For example, if water and melon are frequently composed, then a good candidate for a new word is water o melon = watermelon, where o is the concatenation 3For the composition operators and test sets we have looked at, using single (Viterbi) parses produces almost exactly the same results (in terms of both compression and lexical structure) as summing probabilities over multiple parses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding and Deleting Words", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "operator. In order to evaluate whether the addition of such a new word is likely to reduce the description length of the input, it is necessary to record during the EM step the extra statistics of how many times the composed pairs occur in parses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding and Deleting Words", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The effect on description length of adding a new word can not be exactly computed. Its addition will not only affect other words, but may also cause other words to be added or deleted. Furthermore, it is more computationally efficient to add and delete many words simultaneously, and this complicates the estimation of the change in description length. Fortunately, simple approximations of the change are adequate. For example, if Viterbi analyses are being used then the new word watermelon will completely take the place of all compositions of water and melon. This reduces the counts of water and melon accordingly, though they are each used once in the representation of watermelon. If it is assumed that no other word counts change, these assumptions allow one to predict the counts and probabilities of all words after the change. Since the codelength of a word w with probability p(w) is approximately If A < 0 the word is predicted to reduce the total description length and is added to the lexicon. Similar heuristics can be used to estimate the benefit of deleting words. 4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding and Deleting Words", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "A significant source of problems in traditional grammar induction techniques is local minima (de Marcken, 1995a; Pereira and Schabes, 1992; Carroll and Charniak, 1992 ). The search algorithm described above avoids many of these problems. The reason is that hidden structure is largely a \"compile-time\" phenomena. During parsing all that is important about a word is its surface form and codelength. The internal representation does not matter. Therefore, the internal representation is free to reorganize at any time; it has been decoupled. This allows structure to be built bottom up or for structure to emerge inside already existing parameters. Furthermore, since parameters (words) encode surface patterns, it 4See (de Mareken, 1995b) for more detailed discussion of these estimations. The actual formulas used in the tests presented in this paper are slightly more complicated than presented here.", |
| "cite_spans": [ |
| { |
| "start": 113, |
| "end": 139, |
| "text": "Pereira and Schabes, 1992;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 140, |
| "end": 166, |
| "text": "Carroll and Charniak, 1992", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Properties", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "is relatively easy to determine when they are useful, and their use is limited. They usually do not have competing roles, in contrast, for instance, to hidden nodes in neural networks. And since there are no fixed number of parameters, when words do start to have multiple disparate uses, they can be split with common substructure shared. Finally, since add and delete cycles can compensate for initial mistakes, inexact heuristics can be used for adding and deleting words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Properties", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The simplest reasonable instantiation of the composition-and-perturbation framework is with the concatenation operator and frequency perturbation. This instantiation is easily tested on problems of text segmentation and compression. Given a text document, the search algorithm can be used to learn a lexicon that minimizes its description length. For testing purposes, spaces will be removed from input text and true words will be defined to be minimal sequences bordered by spaces in the original input). The search algorithm parses the input as it compresses it, and can therefore output a segmentation of the input in terms of words drawn from the lexicon. These words are themselves decomposed in the lexicon, and can be considered to form a tree that terminates in the characters of the sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concatenation Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This tree can have no more than O(n) nodes for a sentence with n characters, though there are O(n 2) possible \"true words\" in the input sentence; thus, the tree contains considerable information. Define recall to be the percentage of true words that occur at some level of the segmentation-tree. Define crossing-bracket to be the percentage of true words that violate the segmentation-tree structure, s The search algorithm was applied to two texts, a lowercase version of the million-word Brown corpus with spaces and punctuation removed, and 4 million characters of Chinese news articles in a twobyte/character format. In the case of the Chinese, which contains no inherent separators like spaces, segmentation performance is measured relative to another computer segmentation program that had access to a (human-created) lexicon. The algorithm was given the raw encoding and had to deduce the internal two-byte structure. In the case of the Brown corpus, word recall was 90.5% and crossing-brackets was 1.7%. For the Chinese word recall was 96.9% and crossing-brackets was 1.3%. In the case of both English and Chinese, most of the unfound words were words that occurred only once in the corpus. Thus, the algorithm has done an extremely good job of learning words and properly using them to segment the input. Furthermore, the crossing-bracket 5The true word moon in the input [the/[moon] is a crossing-bracket violation of them in the segmentation tree [[th~mJfoI[on] measure indicates that the algorithm has made very few clear mistakes. Of course, the hierarchical lexical representation does not make a commitment to what levels are \"true words\" and which are not; about 5 times more internal nodes exist than true words. Experiments in section 5 demonstrate that for most applications this is not only not a problem, but desirable. Figure 4 displays some of the lexicon learned from the Brown corpus. The algorithm was also run as a compressor on a lower-case version of the Brown corpus with spaces and punctuation left in. All bits necessary for exactly reproducing the input were counted. Compression performance is 2.12 bits/char, significantly lower than popular algorithms like gzip (2.95 bits/char). This is the best text compression result on this corpus that we are aware of, and should not be confused with lower figures that do not include the cost of parameters. Furthermore, because the compressed text is stored in terms of linguistic units like words, it can be searched, indexed, and parsed without decompression.", |
| "cite_spans": [ |
| { |
| "start": 1458, |
| "end": 1472, |
| "text": "[[th~mJfoI[on]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1841, |
| "end": 1849, |
| "text": "Figure 4", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Concatenation Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Unsupervised learning algorithms are rarely used in isolation. The goal of this work has been to explain how linguistic units like words can be learned, so that other processes can make use of these units. In this section a means of learning the mappings between words and artificial representations of meanings is described. The composition-andperturbation encompasses this application neatly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning Meanings", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Imagine that text utterances are paired with representations of meaning, s and that the goal is to find the minimum-length description of both the text and the meaning. If there is mutual information between the meaning and text portions of the input, then better compression is achieved if the two streams are compressed simultaneously. If a text word can have some associated meaning, then writing down that word to account for some portion of text also accounts for some portion of the meaning of that text. The remaining meaning can be written down more succinctly. Thus, there is an incentive to associate meaning with sound, although of course the association pays a price in the description of the lexicon.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning Meanings", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Although it is obviously a naive simplification, many of the interesting properties of the compositional representation surface even when meanings are treating as sets of arbitrary symbols. A word is now both a character sequence and a set of symbols. The composition operator concatenates the characters and unions the meaning symbols. Of course, there must be some way to alter the default meaning of a word. One way to do this is to explicitly write out any symbols that are present in the word's meaning but not in its components, or vice versa. Thus, the word red {RED} might be represented as r o e o d+RED. Given an existing word berry {BERRY}, the red berry cranberry {RED BERRY} can be represented c o r o a o n o berry {BERRY}+RED.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning Meanings", |
| "sec_num": "5" |
| }, |
| { |
| "text": "To test the algorithm's ability to infer word meanings, 10,000 utterances from an unsegmented textual database of mothers' speech to children were paired with representations of meaning, constructed by assigning a unique symbol to each root word in the vocabulary. For example, the sentence and wha~ is he painting a plc~ure off is paired with the unordered meaning AND WHAT BE HE PAINT A PIC-TURE OF. In the first experiment, the algorithm received these pairs with no noise or ambiguity, using an encoding of meaning symbols such that each symbol's length was 10 bits. After 8 iterations of training without meaning and then a further 8 iterations with, the text sequences were parsed again without access to the true meaning. The meanings SThis framework is easily extended to handle multiple ambiguous meanings (with and without priors) and noise, but these extensions will not be discussed here. of the resulting word sequences were compared with the true meanings. Symbol accuracy was 98.9%, recall was 93.6%. Used to differentiate the true meaning from the meanings of the previous 20 sentences, the program selected correctly 89.1% of the time, or ranked the true meaning tied for first 10.8% of the time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "A second test was performed in which the algorithm received three possible meanings for each utterance, the true one and also the meaning of the two surrounding utterances. A uniform prior was used. Symbol accuracy was again 98.9%, recall was 75.3%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The final lexicon includes extended phrases, but meanings tend to filter down to the proper level. For instance, although the words duck, ducks, the ducks and duekdrink all exist and contain the meaning DUCK, the symbol is only written into the description of duck. All others inherit it. Similar results hold for similar experiments on the Brown corpus. For example, scratching her nose inherits its meaning completely from its parts, while kicking the bucke~ does not. This is exactly the result argued for in the motivation section of this paper, and illustrates why occasional extra words in the lexicon are not a problem for most applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We have performed other experiments using this representation and search algorithm, on tasks in unsupervised learning from speech and grammar induction. Figure 5 contains a small portion of a lexicon learned from 55,000 utterances of continuous speech by multiple speakers. The utterances are taken from dictated Wall Street :Journal articles. The concatenation operators was used with phonemes as terminals. A second layer was added to the framework to map from phonemes to speech; these extensions are described in more detail in (de Marcken, 1995b ). The sound model of each phoneme was learned separately using supervised training on different, segmented speech. Although the phoneme model is extremely poor, many words are recognizable, and this is the first significant lexicon learned directly from spoken speech without supervision.", |
| "cite_spans": [ |
| { |
| "start": 532, |
| "end": 550, |
| "text": "(de Marcken, 1995b", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 153, |
| "end": 161, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Other Applications and Current Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "If the composition operator makes use of context, then the representation extends naturally to a more powerful form of context-free grammars, where composition is tree-insertion. In particular, if each word is associated with a part-of-speech, and parts of speech are permissible terminals in the lexicon, then \"words\" become production rules. For example, a word might be VP ~ take off NP and represented in terms of the composition of VP ---* V P NP, V ---* ~ake and P ---* off. Furthermore, VP --* V P NP may be represented in terms of VP ---* V PP and PP ---* Figure 5 : Some words from a lexicon learned from 55,000 utterances of continuous, dictated Wall Street :Journal articles. Although many words are seemingly random, words representing million dollars, Goldman-Sachs, thousand, etc. are learned. Furthermore, as word 8950 (loTzg time) shows, they are often properly decomposed into components. P NP. In this way syntactic structure emerges in the internal representation of words. This sort of grammar offers significant advantages over context-free grammars in that non-independent rule expansions can be accounted for. We are currently looking at various methods for automatically acquiring parts of speech; in initial experiments some of the first such classes learned are the class of vowels, of consonants, and of verb endings.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 564, |
| "end": 572, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Other Applications and Current Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "No previous unsupervised language-learning procedure has produced structures that match so closely with linguistic intuitions. We take this as a vindication of the perturbation-of-compositions representation. Its ability to capture the statistical and linguistic idiosyncrasies of large structures without sac-rificing the obvious regularities within them makes it a valuable tool for a wide variety of induction problems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A maximization technique occuring in the statistical analysis of probabaJistic functions in markov chains", |
| "authors": [ |
| { |
| "first": "Leonard", |
| "middle": [ |
| "E" |
| ], |
| "last": "Baum", |
| "suffix": "" |
| }, |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Petrie", |
| "suffix": "" |
| }, |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Soules", |
| "suffix": "" |
| }, |
| { |
| "first": "Norman", |
| "middle": [], |
| "last": "Weiss", |
| "suffix": "" |
| } |
| ], |
| "year": 1970, |
| "venue": "Annals of Mathematical Statistics", |
| "volume": "41", |
| "issue": "", |
| "pages": "164--171", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leonard E. Baum, Ted Petrie, George Soules, and Nor- man Weiss. 1970. A maximization technique occur- ing in the statistical analysis of probabaJistic functions in markov chains. Annals of Mathematical Statistics, 41:164-171.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Learning probaballstic dependency grammars from labelled text", |
| "authors": [ |
| { |
| "first": "Glenn", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Working Notes, Fall Symposium Series, AAAL pages", |
| "volume": "", |
| "issue": "", |
| "pages": "25--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Glenn Carroll and Eugene Charniak. 1992. Learn- ing probaballstic dependency grammars from labelled text. In Working Notes, Fall Symposium Series, AAAL pages 25-31.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Segmenting speech without a lexicon: Evidence for a bootstrapping model of lexical acquisition", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [ |
| "Andrew" |
| ], |
| "last": "Cartwright", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "R" |
| ], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of the 16th Annual Meeting of the Cognitive Science Society", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Timothy Andrew Cartwright and Michael R. Brent. 1994. Segmenting speech without a lexicon: Evidence for a bootstrapping model of lexical acquisition. In Proc. of the 16th Annual Meeting of the Cognitive Sci- ence Society, Hillsdale, New Jersey.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Bayesian grammar induction for language modeling", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Stanley", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proe. $2nd Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "228--235", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stanley F. Chen. 1995. Bayesian grammar induction for language modeling. In Proe. $2nd Annual Meeting of the Association for Computational Linguistics, pages 228-235, Cambridge, Massachusetts.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The Logical Structure of Linguistic Theory", |
| "authors": [ |
| { |
| "first": "Noam", |
| "middle": [ |
| "A" |
| ], |
| "last": "Chomsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1955, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Noam A. Chomsky. 1955. The Logical Structure of Lin- guistic Theory. Plenum Press, New York.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Lexical heads, phrase structure and the induction of grammar", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Carl De Marcken", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Third Workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl de Marcken. 1995a. Lexical heads, phrase structure and the induction of grammar. In Third Workshop on Very Large Corpora, Cambridge, Massachusetts.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The unsupervised acquisition of a lexicon from continuous speech. Memo A.I. Memo 1558", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Carl De Marcken", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "MIT Artificial Intelligence Lab", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl de Marcken. 1995b. The unsupervised acquisition of a lexicon from continuous speech. Memo A.I. Memo 1558, MIT Artificial Intelligence Lab., Cambridge, Massachusetts.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Language modeling by variable length sequences: Theoretical formulation and evaluation of multigrams", |
| "authors": [ |
| { |
| "first": "Sabine", |
| "middle": [], |
| "last": "Deligne", |
| "suffix": "" |
| }, |
| { |
| "first": "Frederic", |
| "middle": [], |
| "last": "Bimbot", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the International Conference on Speech and Signal Processing", |
| "volume": "1", |
| "issue": "", |
| "pages": "169--172", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sabine Deligne and Frederic Bimbot. 1995. Language modeling by variable length sequences: Theoretical formulation and evaluation of multigrams. In Proceed- ings of the International Conference on Speech and Signal Processing, volume 1, pages 169-172.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Maximum lildihood from incomplete data via the EM algorithm", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "P" |
| ], |
| "last": "Dempster", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "M" |
| ], |
| "last": "Liard", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "B" |
| ], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "Journal of the Royal Statistical Society, B", |
| "volume": "", |
| "issue": "39", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. P. Dempster, N. M. Liard, and D. B. Rubin. 1977. Maximum lildihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society, B(39):I-38.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The Machine Learning of Phonological Structure", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "Mark" |
| ], |
| "last": "Ellison", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Mark Ellison. 1992. The Machine Learning of Phono- logical Structure. Ph.D. thesis, University of Western Australia.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Frequency analysis of English usage: lexicon and grammar", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "N" |
| ], |
| "last": "Francis", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Kucera", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. N. Francis and H. Kucera. 1982. Frequency analysis of English usage: lexicon and grammar. Houghton- Mifflin, Boston.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Mathematical Structure of Language", |
| "authors": [ |
| { |
| "first": "Zellig", |
| "middle": [], |
| "last": "Harris", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zellig Harris. 1968. Mathematical Structure of Lan- guage. Wiley, New York.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Stochastic Grammars and Language Acquisition Mechanisms", |
| "authors": [ |
| { |
| "first": "Donald Cort", |
| "middle": [], |
| "last": "Olivier", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Donald Cort Olivier. 1968. Stochastic Grammars and Language Acquisition Mechanisms. Ph.D. thesis, Har- vard University, Cambridge, Massachusetts.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Insideoutside reestimation from partially bracketed corpora", |
| "authors": [ |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Yves", |
| "middle": [], |
| "last": "Schabes", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proc. $9th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "128--135", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fernando Pereira and Yves Schabes. 1992. Inside- outside reestimation from partially bracketed corpora. In Proc. $9th Annual Meeting of the Association for Computational Linguistics, pages 128-135, Berkeley, California.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Modeling by shortest data description", |
| "authors": [ |
| { |
| "first": "Jorma", |
| "middle": [], |
| "last": "Rissanen", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Automatica", |
| "volume": "14", |
| "issue": "", |
| "pages": "465--471", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jorma Rissanen. 1978. Modeling by shortest data de- scription. Automatica, 14:465-471.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Stochastic Complexity in Statistical Inquiry", |
| "authors": [ |
| { |
| "first": "Jorma", |
| "middle": [], |
| "last": "Rissanen", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jorma Rissanen. 1989. Stochastic Complexity in Statis- tical Inquiry. World Scientific, Singapore.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "The mechanization of linguistic learning", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "J" |
| ], |
| "last": "Solomonoff", |
| "suffix": "" |
| } |
| ], |
| "year": 1960, |
| "venue": "Proceedings of the 2nd International Conference on Cybernetics", |
| "volume": "", |
| "issue": "", |
| "pages": "180--193", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. J. Solomonoff. 1960. The mechanization of linguis- tic learning. In Proceedings of the 2nd International Conference on Cybernetics, pages 180-193.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Bayesian Learning of Probabalistic Language Models", |
| "authors": [ |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andreas Stolcke. 1994. Bayesian Learning of Proba- balistic Language Models. Ph.D. thesis, University of California at Berkeley, Berkeley, CA.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Language acquisition, data compression and generalization. Language and Communication", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerald", |
| "middle": [], |
| "last": "Wolff", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "57--89", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Gerald Wolff. 1982. Language acquisition, data com- pression and generalization. Language and Communi- cation, 2(1):57-89.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Compression of individual sequences by variable rate coding", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Ziv", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Lempel", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Iggg Transactions on Information Theory", |
| "volume": "24", |
| "issue": "", |
| "pages": "530--538", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Ziv and A. Lempel. 1978. Compression of individual sequences by variable rate coding. Iggg Transactions on Information Theory, 24:530-538.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Figure I: A compositional representation.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "Figure 2: A coding of the first few words of a hypothetical lexicon. The first two columns can be coded succinctly, leaving the cost of pointers to component words as the dominant cost of both the lexicon and the representation of the input.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "log p(~), the total estimated change in description length of adding a new word W to a lexicon/w) is the count of the word w, primes indicated counts and probabilities after the change and d.l.(changes) represents the cost of writing down the perturbations involved in the representation of W.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "Sections of the lexicon learned from the Brown corpus, ranked by frequency. The words in the less-frequent half are listed with their first-level decomposition. Word 5000 causes crossing-bracket violations, and words 26002 and 26006 have internal structure that causes recall violations.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "text": "].", |
| "content": "<table><tr><td colspan=\"2\">Kank Word</td></tr><tr><td colspan=\"2\">0 [s]</td></tr><tr><td colspan=\"2\">1 [the]</td></tr><tr><td colspan=\"2\">2 [and]</td></tr><tr><td colspan=\"2\">3 [a]</td></tr><tr><td colspan=\"2\">4 [o~]</td></tr><tr><td colspan=\"2\">5 [in]</td></tr><tr><td>6</td><td>[to]</td></tr><tr><td>500</td><td>[students]</td></tr><tr><td>501</td><td>[material]</td></tr><tr><td colspan=\"2\">502 [tun]</td></tr><tr><td>503</td><td>[words]</td></tr><tr><td colspan=\"2\">504 [period]</td></tr><tr><td>505</td><td>[class]</td></tr><tr><td>506</td><td>[question]</td></tr><tr><td colspan=\"2\">5000 [ ling] [them] ]</td></tr><tr><td>5001</td><td>[ [mort] [k] ]</td></tr><tr><td>5002</td><td>[ [re] [lax] ]</td></tr><tr><td>5003</td><td>[[rig] [id]]</td></tr><tr><td>5004</td><td>[[connect] [ed]]</td></tr><tr><td colspan=\"2\">5005 [[i]Ek]]</td></tr><tr><td colspan=\"2\">5006 [[hu] [t]]</td></tr><tr><td colspan=\"2\">26000 [ [ploural] [blood] [supply] ]</td></tr><tr><td>26001</td><td>[ [anordinary] [happy] [family] ]</td></tr><tr><td>26002</td><td>[[f] leas] [ibility] [of]]</td></tr><tr><td>26003</td><td>[ [lunar] [brightness] [distribut ion] ]</td></tr><tr><td>26004</td><td>[ [primarily] [diff] [using] ]</td></tr><tr><td>26005</td><td>[[sodium] [tri] [polyphosphate]]</td></tr><tr><td>26006</td><td>[[charcoal] [broil] ted]]</td></tr></table>", |
| "num": null, |
| "type_str": "table", |
| "html": null |
| } |
| } |
| } |
| } |