ACL-OCL / Base_JSON /prefixJ /json /J17 /J17-2001.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J17-2001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:45:29.695509Z"
},
"title": "A Comprehensive Analysis of Bilingual Lexicon Induction",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": "",
"affiliation": {},
"email": "annirvine@gmail.com"
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "J17-2001",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "Bilingual lexicon induction is the task of inducing word translations from monolingual corpora in two languages. In this article we present the most comprehensive analysis of bilingual lexicon induction to date. We present experiments on a wide range of languages and data sizes. We examine translation into English from 25 foreign languages: Albanian, Azeri, Bengali, Bosnian, Bulgarian, Cebuano, Gujarati, Hindi, Hungarian, Indonesian, Latvian, Nepali, Romanian, Serbian, Slovak, Somali, Spanish, Swedish, Tamil, Telugu, Turkish, Ukrainian, Uzbek, Vietnamese, and Welsh. We analyze the behavior of bilingual lexicon induction on low-frequency words, rather than testing solely on high-frequency words, as previous research has done. Lowfrequency words are more relevant to statistical machine translation, where systems typically lack translations of rare words that fall outside of their training data. We systematically explore a wide range of features and phenomena that affect the quality of the translations discovered by bilingual lexicon induction. We provide illustrative examples of the highest ranking translations for orthogonal signals of translation equivalence like contextual similarity and temporal similarity. We analyze the effects of frequency and burstiness, and the sizes of the seed bilingual dictionaries and the monolingual training corpora. Additionally, we introduce a novel discriminative approach to bilingual lexicon induction. Our discriminative model is capable of combining a wide variety of features that individually provide only weak indications of translation equivalence. When feature weights are discriminatively set, these signals produce dramatically higher translation quality than previous approaches that combined signals in an unsupervised fashion (e.g., using minimum reciprocal rank). We also directly compare our model's performance against a sophisticated generative approach, the matching canonical correlation analysis (MCCA) algorithm used by Haghighi et al. (2008) . Our algorithm achieves an accuracy of 42% versus MCCA's 15%.",
"cite_spans": [
{
"start": 353,
"end": 565,
"text": "Azeri, Bengali, Bosnian, Bulgarian, Cebuano, Gujarati, Hindi, Hungarian, Indonesian, Latvian, Nepali, Romanian, Serbian, Slovak, Somali, Spanish, Swedish, Tamil, Telugu, Turkish, Ukrainian, Uzbek, Vietnamese, and",
"ref_id": null
},
{
"start": 1996,
"end": 2018,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In natural language processing, translations are typically learned from parallel corpora, which are sentence-aligned bilingual texts (Brown et al. 1990) . In contrast, bilingual lexicon induction is the task of inducing word translations from monolingual corpora in two languages. These monolingual corpora can range from being completely unrelated topics to being comparable corpora that contain related information (such as Wikipedia articles on the same subject, but written independently in two languages) but are not translations of each other. Being able to learn translations from monolingual text is potentially very useful for machine translation (MT). For many language pairs, we often only have access to small bilingual resources. When a machine translation system has access to limited parallel corpora and to incomplete bilingual dictionaries, therefore, there are likely to be many unknown (out-of-vocabulary, or OOV) words in the texts that we would like it to translate. Being able to mine translations for these OOV words from monolingual corpora means that we could potentially produce some translation for every word in our text, achieving perfect model coverage (but not perfect accuracy).",
"cite_spans": [
{
"start": 133,
"end": 152,
"text": "(Brown et al. 1990)",
"ref_id": "BIBREF9"
},
{
"start": 905,
"end": 932,
"text": "(out-of-vocabulary, or OOV)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Bilingual lexicon induction uses monolingual or comparable corpora to identify pairs of translated words; a small seed dictionary is also typically assumed. The quality of induced word translations could be evaluated by using the induction algorithm to expand the coverage of translation models extracted from parallel corpora, by translating OOV words, and then checking whether the induced translations improved the MT system. However, most prior work in bilingual lexicon induction has treated it as a standalone task, without actually integrating induced translations into end-to-end machine translation. Instead, it has been evaluated by holding out a portion of the bilingual dictionary and evaluating how well the algorithm learns the translations of the held-out words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "To discover translated words across languages, past work has proposed a variety of monolingual distributional similarity metrics as signals of translation equivalence. These signals include contextual similarity, temporal similarity, and orthographic similarity. Most prior work has used unsupervised methods (like rank combination) to aggregate these types of orthogonal signals (Schafer and Yarowsky 2002; Klementiev and Roth 2006) . Surprisingly, no past research has used supervised approaches to combine diverse monolingually derived signals for bilingual lexicon induction. The field of machine learning has shown repeatedly that supervised models dramatically outperform unsupervised models, including for closely related problems like statistical machine translation (Och and Ney 2002) . For the bilingual lexicon induction task, a supervised approach is natural, particularly because computing contextual similarity typically requires a seed bilingual dictionary (Rapp 1995) , and that same dictionary may be used for estimating the parameters of a model to combine monolingual signals. In this setting, bilingual lexicon induction is critical for translating source words that do not appear in the parallel data or dictionary.",
"cite_spans": [
{
"start": 380,
"end": 407,
"text": "(Schafer and Yarowsky 2002;",
"ref_id": "BIBREF41"
},
{
"start": 408,
"end": 433,
"text": "Klementiev and Roth 2006)",
"ref_id": null
},
{
"start": 775,
"end": 793,
"text": "(Och and Ney 2002)",
"ref_id": "BIBREF32"
},
{
"start": 972,
"end": 983,
"text": "(Rapp 1995)",
"ref_id": "BIBREF36"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We make several contributions with this article. 1 First, we present a discriminative model of bilingual lexicon induction that significantly outperforms previous models. Our discriminative model is capable of combining a wide variety of features that individually provide only weak indications of translation equivalence. When feature weights are discriminatively set, these signals produce dramatically higher translation quality than previous approaches that combined signals in an unsupervised fashion (e.g., using minimum reciprocal rank). We present experimental results showing consistent improvements in translation accuracy for 25 languages. The absolute accuracy increases over the mean reciprocal rank baseline ranges from 5% to 31%, which correspond to 36% to 216% relative improvements. Moreover, we directly compare our model's performance against a sophisticated generative approach, the matching canonical correlation analysis (MCCA) algorithm used by Haghighi et al. (2008) . Our algorithm achieves an accuracy of 42% versus MCCA's 15%, again showing the advantages of our discriminative approach.",
"cite_spans": [
{
"start": 49,
"end": 50,
"text": "1",
"ref_id": null
},
{
"start": 968,
"end": 990,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Second, our experimental settings represent more realistic and more useful settings than those used by previous work. Previous work in bilingual lexicon induction only reports results on inducing translations for the most frequent source language words, completely avoiding any scalability or data sparsity issues. Because those word counts are not sparse, that task is much easier than inducing translations for a randomly drawn set of words. We analyze the accuracy of our algorithm in terms of the frequency of words, in order to understand the effects of data sparseness. Previous work frequently simulates low-resource languages, often focusing on Spanish-English or German-English translation and limiting the large resources available for those languages. We present experimental results on a wide variety of languages, for which a wide variety of monolingual corpora and seed bilingual dictionaries are available. Many of our languages are genuinely low-resource.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Third, we systematically explore a wide range of features and phenomena that affect the quality of the translations discovered by bilingual lexicon induction. We provide illustrative examples of the highest ranking translations for orthogonal signals of translation equivalence, including contextual similarity, temporal similarity, orthographic similarity, and topical similarity. We analyze the effects of frequency and burstiness, and the sizes of the seed bilingual dictionaries and the monolingual training corpora. We calculate the correlation between our different signals of translation equivalence in order to quantify how orthogonal they are. We present an analysis of how accurate each signal is based on the part of speech of the words being translated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "This article represents the most comprehensive investigation into bilingual lexicon induction to date.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We frame bilingual lexicon induction as a binary classification problem; for a pair of source and target language words, we predict whether the two are translations of one another or not. For a given source language word, we score all target language candidates separately and then rank them. We use a variety of signals derived from source and target monolingual corpora as features and use supervision to estimate the strength of each. A diverse range of signals have been used for bilingual lexicon induction in past work, notably by Rapp (1995) , Fung (1995) , Schafer and Yarowsky (2002) , Klementiev and Roth (2006) , Klementiev et al. (2012) , and others. In this section, we detail the signals of translation equivalence that we use as components in our discriminative model.",
"cite_spans": [
{
"start": 537,
"end": 548,
"text": "Rapp (1995)",
"ref_id": "BIBREF36"
},
{
"start": 551,
"end": 562,
"text": "Fung (1995)",
"ref_id": null
},
{
"start": 565,
"end": 592,
"text": "Schafer and Yarowsky (2002)",
"ref_id": "BIBREF41"
},
{
"start": 595,
"end": 621,
"text": "Klementiev and Roth (2006)",
"ref_id": null
},
{
"start": 624,
"end": 648,
"text": "Klementiev et al. (2012)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Monolingual Signals of Translation Equivalence",
"sec_num": "2."
},
{
"text": "In a similar fashion to how vector space models can be used to compute the similarity between two words in one language by creating vectors that represent their co-occurrence patterns with other words (Turney and Pantel 2010) , context vector representations can also be used to compare the similarity of words across two languages.",
"cite_spans": [
{
"start": 201,
"end": 225,
"text": "(Turney and Pantel 2010)",
"ref_id": "BIBREF45"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "The earliest work in bilingual lexicon induction by Rapp (1995) and Fung (1995) used the surrounding context of a given word as a clue to its translation.",
"cite_spans": [
{
"start": 52,
"end": 63,
"text": "Rapp (1995)",
"ref_id": "BIBREF36"
},
{
"start": 68,
"end": 79,
"text": "Fung (1995)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "The key to using contextual similarity as a signal of translation equivalence is to find a mapping between the vector space of one language and the vector space of another language. To accomplish this, Rapp (1995) originally proposed creating two co-occurrence matrices for the source and target languages, where the co-occurrence between a pair of words is defined as follows:",
"cite_spans": [
{
"start": 202,
"end": 213,
"text": "Rapp (1995)",
"ref_id": "BIBREF36"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "A i,j = ( f (i, j)) 2 f (i) \u2022 f (j)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "Where f (i, j) is defined as the number of times words i and j, in the same language, occur in the same context in a large monolingual corpus (Rapp uses a context window of 11 words), and f (i) is the total number of times word i appears in the same corpus. In this original formulation, no bilingual information was used to find the mappings between the vector spaces of the two languages. Instead, after computing the two co-occurrence matrices for the two languages, Rapp (1995) iteratively randomly permutes the word order of the matrix for one of the languages and calculates the similarity between the two matrices. The permutation is optimal when the similarity between the matrices is maximal, which is when the ordered words in the two matrices are most likely to be translations of one another. Results are given for a set of 100 English and German word translation pairs. Later formulations of the problem, including Fung and Yee (1998) and Rapp (1999) , used small seed dictionaries to project word-based context vectors from the vector space of one language into the vector space of the other language. That is, each position in contextual vector v corresponds to a word in the source vocabulary, 2 and vectors v are computed for each source word in the test set. Fung and Yee (1998) calculate the ith position of word w's context vector,",
"cite_spans": [
{
"start": 470,
"end": 481,
"text": "Rapp (1995)",
"ref_id": "BIBREF36"
},
{
"start": 928,
"end": 947,
"text": "Fung and Yee (1998)",
"ref_id": "BIBREF15"
},
{
"start": 952,
"end": 963,
"text": "Rapp (1999)",
"ref_id": "BIBREF37"
},
{
"start": 1277,
"end": 1296,
"text": "Fung and Yee (1998)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "v w i , as v w i = TF i,w \u2022 IDF i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "where TF i,w is the number of times i and w co-occur (in this case, defined as appearing in the same sentence), and:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "IDF i = log maxn f i + 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "where maxn is the maximum frequency of any of the words in the corpus, and f i is the frequency of word i. Rapp (1999) uses the same projection method as Fung and Yee (1998) but uses log-likelihood ratios instead of TF \u2022 IDF. Once source and target language contextual vectors are built, each position in the source language vectors is projected onto the target side using a seed bilingual dictionary. 3 Finally, contextual similarities are calculated. That is, each projected vector is compared, using any vector comparison method, with the context vector of each target word. Word pairs with high Example of projecting contextual vectors over a seed bilingual lexicon. In monolingual text, Spanish crecer appears in the context of the words empleo, extranjero, etc. A context vector is built and projected across a seed dictionary. Context vectors for English words (policy, expand, etc.) are collected and then compared against the projected context vector for Spanish crecer (which can be glossed as grow). Words with similar context vectors are likely to be translations of one another.",
"cite_spans": [
{
"start": 107,
"end": 118,
"text": "Rapp (1999)",
"ref_id": "BIBREF37"
},
{
"start": 154,
"end": 173,
"text": "Fung and Yee (1998)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "contextual similarity are likely to be translations. This method of projecting contextual vectors is illustrated in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 116,
"end": 124,
"text": "Figure 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "We use the vector space approach of Rapp (1999) to compute similarity between words in the source and target languages. More formally, assume that (s 1 , s 2 , . . . s N ) and (t 1 , t 2 , . . . t M ) are (arbitrarily indexed) source and target vocabularies, respectively. A source word f is represented with an N-dimensional vector and a target word e is represented with an M-dimensional vector (see Figure 1 ). The component values of the vector representing a word correspond to how often each of the words in that vocabulary appear within a two-word window on either side of the given word. These counts are collected using monolingual corpora. After the values have been computed, a contextual vector f is projected onto the English vector space using translations in a given bilingual dictionary to map the component values into their appropriate English vector positions. This sparse projected vector is compared with the vectors representing all English words, e. Each word pair is assigned a contextual similarity score c( f, e) based on the similarity between e and the projection of f .",
"cite_spans": [
{
"start": 36,
"end": 47,
"text": "Rapp (1999)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [
{
"start": 402,
"end": 410,
"text": "Figure 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "Various means of computing the component values and vector similarity measures have been proposed in literature (e.g., Fung and Yee 1998; Rapp 1999) . Following Fung and Yee (1998) , we compute the value of the kth component of f 's contextual vector, f k , as follows:",
"cite_spans": [
{
"start": 119,
"end": 137,
"text": "Fung and Yee 1998;",
"ref_id": "BIBREF15"
},
{
"start": 138,
"end": 148,
"text": "Rapp 1999)",
"ref_id": "BIBREF37"
},
{
"start": 161,
"end": 180,
"text": "Fung and Yee (1998)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "f k = n f,k * (log(n/n k ) + 1)",
"eq_num": "(1)"
}
],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "where n f,k and n k are the number of times s k appears in the context of f and in the entire corpus, respectively, and n is the maximum number of occurrences of any word in the data. Intuitively, the more frequently s k appears with f i and the less common it is in the corpus in general, the higher its component value. After projecting each component of the source language contextual vectors into the English vector space, we are left with M-dimensional source word contextual vectors, F context , and correspondingly ordered M-dimensional target word contextual vectors, E context , for all words in the vocabulary of each language. We use cosine similarity to measure the similarity between each pair of contextual vectors:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "sim context (F context , E context ) = F context \u2022 E context ||F context ||||E context ||",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "(2) Table 1 shows example ranked lists using contextual similarity to rank English words for several Spanish words. For example, contextual similarity ranks the English words enjoyed and contained highly as candidate translations of Spanish alcanzaron. These incorrect English words tend to appear in similar contexts as the correct English translation, reached.",
"cite_spans": [],
"ref_spans": [
{
"start": 4,
"end": 11,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Contextual Similarity",
"sec_num": "2.1"
},
{
"text": "Usage of words over time may be another signal of translation equivalence. The intuition is that news stories in different languages will tend to discuss the same world events on the same day and, correspondingly, we expect that source and target language words that are translations of one another will appear with similar frequencies over time in monolingual data. For instance, if the English word tsunami is used frequently during a particular time span, the Spanish translation maremoto is likely to also be used frequently during that time. Figure 2 illustrates how the temporal distribution of Spanish terremoto is more similar to its English translation earthquake than to other English words. Microsoft, one of the non-translations, like earthquake, is very bursty (formal definition given in Section 2.6). Strength, another non-translation, in contrast, appears with fairly consistent frequency over time. The temporal histograms for terremoto and earthquake both show significant peaks in the middle of the series, which correspond to the major earthquake that occurred in Haiti in January 2010. Although the two words have a reasonably well-matched temporal signature, there are some differences. For example, a small earthquake in South America might be covered in Spanish news but not in English news. Other things have periodic temporal signatures, such as words associated with the Olympics, the World Cup, or the U.S. presidential election. ",
"cite_spans": [],
"ref_spans": [
{
"start": 547,
"end": 555,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Temporal Similarity",
"sec_num": "2.2"
},
{
"text": "Temporal histograms of the Spanish word terremoto paired with three English candidate translations: the correct translation earthquake and the incorrect candidates microsoft and strength. The temporal histograms are collected from monolingual texts spanning several years and show the number of occurrences of each word (on the y-axes) across time. Whereas the correct translation has a good temporal match (sim temp (terremoto, earthquake) = 2 \u2022 10 \u22124 ), the non-translations are less temporally similar (sim temp (terremoto, microsoft) = 2 \u2022 10 \u22125 , sim temp (terremoto, strength) = 3 \u2022 10 \u22125 ). In all examples, only dimensions (dates) that are non-zero valued for both signatures are shown, which results in the signature for terremoto appearing somewhat different across the three comparisons.",
"cite_spans": [
{
"start": 561,
"end": 582,
"text": "(terremoto, strength)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "To calculate temporal similarity, we collected online monolingual newswire over a multi-year period and associate each article with a time stamp. Each document in our Web crawls of online news Web sites has an associated publication date (see Section 3.3). We gather temporal signatures for each source and target language unigram from our time-stamped web crawl data in order to measure temporal similarity, in a similar fashion to Schafer and Yarowsky (2002) , Klementiev and Roth (2006) , and Alfonseca, Ciaramita, and Hall (2009) .",
"cite_spans": [
{
"start": 433,
"end": 460,
"text": "Schafer and Yarowsky (2002)",
"ref_id": "BIBREF41"
},
{
"start": 463,
"end": 489,
"text": "Klementiev and Roth (2006)",
"ref_id": null
},
{
"start": 496,
"end": 533,
"text": "Alfonseca, Ciaramita, and Hall (2009)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "We calculate sim temp (F temp , E temp ), the temporal similarity between a pair of words, using the method defined by Klementiev and Roth (2006) . We generate a temporal signature for each word by sorting the set of (time-stamped) documents in the monolingual corpus into a sequence of equally sized temporal bins and then counting the number of word occurrences in each bin. In our experiments, our English Web crawl data vastly outstrips the other languages, so we restrict the English data that we use in a particular foreign language experiment to be no more than three times the size of our source language Web-crawled data, and only include news articles from those dates for which we also have source language articles. We again use cosine similarity to compare the normalized temporal signatures for a pair of words:",
"cite_spans": [
{
"start": 119,
"end": 145,
"text": "Klementiev and Roth (2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "sim temp (F temp , E temp ) = F temp \u2022 E temp ||F temp ||||E temp || (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "where F temp and E temp are source and target language word temporal signatures, respectively. The kth component of a word f 's temporal vector, f k , represents the frequency of the word f during the kth date range in the temporal bins created for the timestamped monolingual corpora. The size of the two vectors used for temporal similarity calculation is a function of the number of temporal bins. In our experiments, we set the temporal bin size to 3 days, so the size of temporal signatures is equal to the number of days spanned by a monolingual corpus divided by three. We normalize the temporal signature of each word by dividing all of f k components by the total count of the word f . In Irvine (2014), we compared the performance of using raw temporal signatures and using the Discrete Fourier Transform of those signatures, and found that raw temporal signatures performed just as well as DFT signatures. Table 2 shows example ranked lists using temporal similarity to rank English words for several Spanish words. For example, ash and spewed, as well as the Icelandic volcano eyjafjallajokull, are all temporally similar to the Spanish word volc\u00e1nico. Because volcanic eruptions are dramatic events that are usually written about in newspapers all around the world when they occur, it is not surprising that this signal is able to produce a correct translation for volc\u00e1nico, alongside several highly ranking related words.",
"cite_spans": [],
"ref_spans": [
{
"start": 917,
"end": 924,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Words that are spelled similarly are sometimes good translations, because they may be etymologically related, or borrowed words, or the names of people and places. We compute the orthographic similarity between a pair of words. We use the edit distance between the two words, normalized by the average of the lengths of the two words: where ed is the standard Levenshtein edit distance between the two strings. This is straightforward for languages that use the same character set, but it is more complicated for languages that are written using different scripts. A variety of prior work has focused on the problem of learning mappings between character sets (e.g., Yamada and Knight 1999; Tao et al. 2006; Yoon, Kim, and Sproat 2007; Bergsma and Kondrak 2007; Li et al. 2009; Snyder, Barzilay, and Knight 2010 ; Berg-Kirkpatrick and Klein 2011). For non-Roman script languages, we transliterate words into the Roman script before measuring orthographic similarity with their candidate English translations. Following prior work (Virga and Khudanpur 2003; Klementiev 2010), we treat transliteration as a monotone character translation task and train models on the mined pairs of person names in foreign, non-Roman script languages and English. Our MT-based transliteration system can translate a single character as many characters, and it can translate multiple input characters into a single output character. Because transliteration is strictly a monotone operation, we do not allow reordering in our models. Additionally, unlike in machine translation, our translation and language models can support very large n-gram sizes because the number of characters in a given script is small compared with word vocabularies; we use phrase length limits of 10 when extracting translation grammars and in estimating language models. We use a character-based language model trained on a list of English names.",
"cite_spans": [
{
"start": 667,
"end": 690,
"text": "Yamada and Knight 1999;",
"ref_id": "BIBREF48"
},
{
"start": 691,
"end": 707,
"text": "Tao et al. 2006;",
"ref_id": "BIBREF44"
},
{
"start": 708,
"end": 735,
"text": "Yoon, Kim, and Sproat 2007;",
"ref_id": "BIBREF49"
},
{
"start": 736,
"end": 761,
"text": "Bergsma and Kondrak 2007;",
"ref_id": "BIBREF7"
},
{
"start": 762,
"end": 777,
"text": "Li et al. 2009;",
"ref_id": "BIBREF28"
},
{
"start": 778,
"end": 811,
"text": "Snyder, Barzilay, and Knight 2010",
"ref_id": "BIBREF43"
},
{
"start": 1030,
"end": 1056,
"text": "(Virga and Khudanpur 2003;",
"ref_id": "BIBREF46"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Orthographic Similarity",
"sec_num": "2.3"
},
{
"text": "sim orth ( f, e) = ed( f, e) |e|+|f | 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orthographic Similarity",
"sec_num": "2.3"
},
{
"text": "In Irvine, Callison-Burch, and Klementiev (2010), we provide a detailed evaluation of our transliteration technique, and found it to be competitive with the best performing system in a transliteration shared task (Li et al. 2009) . For purposes of bilingual lexicon induction, we use the top-1 transliteration to compute edit distance. Table 3 shows example ranked lists using orthographic similarity to rank English words for several Spanish words. For those Spanish words that have English cognates, such as sanitario and volc\u00e1nica, the orthographic signal ranks correct translations highly. For Spanish words without English cognates, like desarrollos or alcanzaron, the English words with the highest orthographic similarity are unrelated to the Spanish words.",
"cite_spans": [
{
"start": 213,
"end": 229,
"text": "(Li et al. 2009)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [
{
"start": 336,
"end": 343,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Orthographic Similarity",
"sec_num": "2.3"
},
{
"text": "Articles that are written about the same topic in two languages are likely to contain words and their translations, even if the articles themselves are written independently and are not translations of one another. If we were able to associate articles about the same topic across two languages, then we ought to be able to use that to compute a topic similarity score to help rank potential translations. We use Wikipedia articles to create topic signatures for words. Figure 3 illustrates this idea. The figure shows a topic vector for the English word troops and three Russian words. The counts in the vector for troops are the number of times that it occurred in the Wikipedia article corresponding to that position in the vector. For instance, the word troops occurred 15 times on the Wikipedia article about Barack Obama. How can we associate topics across languages? In order to find a mapping of topics across languages, we use Wikipedia's interlingual links, in a fashion similar to that used with the small seed bilingual dictionaries to project across the vector spaces for two languages when computing contextual similarity. In order to score how likely a pair of words f and e are to be translations, we compare their topic signatures F and E by counting the words' occurrences in each Illustration of how we compute the topical similarity between troops and three Russian candidate translations. We first collect the topical signatures for each word (e.g., troops appears on the page about Barack Obama 15 times and in the page about Virginia 32 times) based on the interlingually linked pages. We can then directly compare each pair of topical signatures. English glosses for the three Russian words are (from left to right): troops, tomorrow, and flower.",
"cite_spans": [],
"ref_spans": [
{
"start": 470,
"end": 478,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Topic Similarity",
"sec_num": "2.4"
},
{
"text": "Barack_Obama \u041e\u0431\u0430\u043c\u0430,_\u0411\u0430\u0440\u0430\u043a Virginia \u0412\u0438\u0440\u0433\u0438\u043d\u0438\u044f Iraq_War \u0418\u0440\u0430\u043a\u0441\u043a\u0430\u044f_\u0432\u043e\u0439\u043d\u0430 \u00dcckeritz \u0418\u043a\u043a\u0435\u0440\u0438\u0446 Otto_von_Bismarck \u0411\u0438\u0441\u043c\u0430\u0440\u043a,_\u041e\u0442\u0442\u043e_\u0444\u043e\u043d",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Topic Similarity",
"sec_num": "2.4"
},
{
"text": "topic, normalizing the signatures, and then comparing the resulting vectors. We simply compute cosine distance between topic signatures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Topic Similarity",
"sec_num": "2.4"
},
{
"text": "sim topic (F topic , E topic ) = F topic \u2022 E topic ||F topic ||||E topic || (4)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Topic Similarity",
"sec_num": "2.4"
},
{
"text": "The length of a word's topic vector is the number of interlingually linked article pairs. Each component f k of F topic is the count of the word f in the foreign article from the kth linked article pair, normalized by the total occurrences of k. For each foreign language, the number of Wikipedia articles linked to English pages is given in Table 6 later in this article. The dimensionality of the topic signatures varies depending on the language pair. The number of linked articles in Wikipedia range from 84 (between Kashmiri and English) to over 500,000 (between French and English). Table 4 shows examples of English words ranked using topic similarity for several Spanish words. Using topic similarity, montana, miley, cyrus, and hannah are ranked highly as candidate translations of the Spanish word montana. The TV character Hannah Montana is played by actress Miley Cyrus, so the topic similarity between these words makes sense. Likewise, Bozeman is a large city in Montana, and Max Baucus represented the state in the U.S. Senate for over 35 years.",
"cite_spans": [],
"ref_spans": [
{
"start": 342,
"end": 349,
"text": "Table 6",
"ref_id": "TABREF5"
},
{
"start": 589,
"end": 596,
"text": "Table 4",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Topic Similarity",
"sec_num": "2.4"
},
{
"text": "Words that are translations of one another are likely to have similar relative frequencies in monolingual corpora. We measure the frequency similarity of two words, sim freq , as the absolute value of the difference between the log of their relative corpus frequencies, or:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Frequency Similarity",
"sec_num": "2.5"
},
{
"text": "sim freq (e, f ) = |log( freq(e) i freq(e i ) ) \u2212 log( freq( f ) i freq( f i ) )|",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Frequency Similarity",
"sec_num": "2.5"
},
{
"text": "This helps prevent high-frequency closed-class words from being considered viable translations of less-frequent open-class words. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Frequency Similarity",
"sec_num": "2.5"
},
{
"text": "Burstiness is a measure of how peaked a word's usage is over a particular corpus of documents (Pierrehumbert 2012) . Bursty words are topical words that tend to appear frequently in a document when some topic is discussed, but do not occur frequently across all documents in a collection. For example, earthquake and election are considered bursty. In contrast, non-bursty words are those that appear more consistently throughout documents discussing different topics-use and they, for example. Gale (1995, 1999) provide an overview of several ways to measure burstiness empirically. Following Schafer and Yarowsky (2002) , we measure the burstiness of a given word in two ways. The first is based on inverse document frequency (IDF):",
"cite_spans": [
{
"start": 94,
"end": 114,
"text": "(Pierrehumbert 2012)",
"ref_id": "BIBREF34"
},
{
"start": 495,
"end": 512,
"text": "Gale (1995, 1999)",
"ref_id": null
},
{
"start": 594,
"end": 621,
"text": "Schafer and Yarowsky (2002)",
"ref_id": "BIBREF41"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "IDF w = \u2212log df w |D| (5)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "where df w is the number of documents in which word w appears, and |D| is the total number of documents in the collection. The second burstiness measure, similar to that defined by Church and Gale (1995) , is the average frequency of w divided by the percent of documents in which w appears. We make one modification to the definition provided by Church and Gale and use relative frequencies rather than absolute frequencies to account for varying document lengths.",
"cite_spans": [
{
"start": 181,
"end": 203,
"text": "Church and Gale (1995)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "B w = d i \u2208D rf w d i df w (6)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "where, as before, df w is the number of documents in which w appears and rf w d i is the relative frequency of w in document d i . Relative frequencies are raw frequencies normalized by document length. Table 5 shows examples of high-and low-ranked bursty words under each measure for two different constant word frequencies. The examples show that both measures of burstiness yield rankings that are consistent with our intuition, yet they provide different results.",
"cite_spans": [],
"ref_spans": [
{
"start": 203,
"end": 210,
"text": "Table 5",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "We compare both the IDF and the B scores for pairs of words using ratios:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "sim IDF (e, f ) = min[ IDF e IDF f , IDF f IDF e ] sim burst (e, f ) = min[ B e B f , B f B e ]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Burstiness Similarity",
"sec_num": "2.6"
},
{
"text": "We perform experiments using variations on the signals listed above. Two variations are the word prefix contextual similarity and word suffix contextual similarity. Prefix contextual similarity is calculated in the same way as the contextual similarity score, but we use source and target word stems, or word prefixes up to five characters long, instead of full words. That is, the word prefix contextual similarity score for the word pair (blanco, white) is the same as that of (blanca, white). In this particular example, we collect only a single contextual vector for blanc{o,a}. In Spanish, this translation of the English word white appears with either a masculine or feminine ending, depending on what it modifies. By summing the distributional counts of blanco and blanca, we expect a contextual vector that is more similar to English white than either alone. We measure the similarity of a pair of prefixal contextual vectors using cosine similarity, as before. Suffix contextual similarity that is similar to the word stem measure, except that instead of using word prefixes, it uses word suffixes of up to five characters long. For example, the word stem contextual similarity score of the word pair (imposible, possible) is the same as that of (posible, imposesible). With this signal, we expect to sum over alternate word prefixes in the same way that the word stem signal sums over alternate word suffixes. The intuition is that suffix similarity may help to group words with the same syntactic classes. Again, the similarity between a pair of suffixal contextual vectors is measured using cosine similarity. In addition to prefix and suffix contextual similarity, we also estimate prefix and suffix topic and temporal similarity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Variations and Additional Signals",
"sec_num": "2.7"
},
{
"text": "We also use an indicator feature that is positive if the source and target words are the same string. Of course, this indicator is most useful for languages written in the same script.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Variations and Additional Signals",
"sec_num": "2.7"
},
{
"text": "Finally, we add a final feature indicating the target translation's monolingual frequency, which serves as a sort of prior probability that the target word is of interest at all. Specifically, we define this feature as the inverse of the log of the target word's frequency.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Variations and Additional Signals",
"sec_num": "2.7"
},
{
"text": "Although we have limited our experiments to this set of varied signals of translation equivalence, our basic framework is easily extendible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Variations and Additional Signals",
"sec_num": "2.7"
},
{
"text": "We designed a set of experiments to systematically explore the following research questions: To what extent are the different signals of translation equivalence orthogonal to each other? Are certain signals better than others at ranking translations? Does this vary based on language or part of speech? How accurately do they individually rank translation candidates for a variety of languages? How can we effectively combine them in order to rank translation candidates? How much does the performance vary per language? To what extent does performance depend on the size of the seed bilingual dictionary, and on the size of the monolingual corpora? Does bilingual lexicon induction make more accurate predictions for words with certain properties like being highly bursty? How well does our discriminative model compare to the sophisticated generative model MCCA?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Set-up",
"sec_num": "3."
},
{
"text": "First, we describe our evaluation metric, data, and experimental set-up. We then present our findings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Set-up",
"sec_num": "3."
},
{
"text": "We measure performance using accuracy in the top-k ranked translations. We define top-k accuracy over some set of ranked lists L as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metric",
"sec_num": "3.1"
},
{
"text": "acc k = l\u2208L I lk |L| (7)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metric",
"sec_num": "3.1"
},
{
"text": "where I lk is an indicator function that is 1 if and only if a correct item is included in the top-k elements of list l. That is, top-k accuracy is the proportion of ranked lists in a set of ranked lists for which a correct item is included anywhere in the highest k ranked elements. The denominator |L| is the number of words in a test set for a language. The numerator indicates how many of the words had at least one correct translation in the top-k translations posited for the word. Top-k accuracy increases as k increases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metric",
"sec_num": "3.1"
},
{
"text": "A translation counts as correct if it appears in our bilingual dictionary for the language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metric",
"sec_num": "3.1"
},
{
"text": "We created bilingual dictionaries using native-language informants on Amazon Mechanical Turk (MTurk). In Pavlick et al. (2014), we describe a study of the language demographics of workers on MTurk. In that work, we focused on the 100 languages that have the largest number of Wikipedia articles and posted tasks asking workers to translate the most frequent 10,000 words in the most viewed 1,000 pages for each source language. All of the source words in the Wikipedia dictionaries are unigrams: we allowed workers to translate them into multi-word English phrases, but we only used entries that were translated as single words for the experiments described in this article. Workers were shown words in the context of three Wikipedia sentences. Additional details on experimental design and quality control mechanisms are given in Pavlick et al. (2014) . As a result of that project, we collected bilingual dictionaries of about 10,000 words translated into English. For the experiments in this article, we filter the dictionaries to include only high-quality translations. Specifically, we only use translations that have a quality score of at least 0.6 under the worker quality metric given by Pavlick et al.",
"cite_spans": [
{
"start": 831,
"end": 852,
"text": "Pavlick et al. (2014)",
"ref_id": "BIBREF33"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bilingual Dictionaries",
"sec_num": "3.2"
},
{
"text": "We draw monolingual data from two sources: (1) Web crawls of online newspapers, and (2) Wikipedia. Table 6 provides statistics on the amount of data that we gathered for each language. 3.3.1 Web Crawls. Online newspapers are good sources of text for many languages. We began harvesting such data by crawling several well-known news sources that publish stories in two or more languages, including Deutsch Welle and Voice of America. In order to gather more data, particularly for less commonly used languages, we scraped a list of 44,892 newspapers and their locations, URLs, and languages from the ABYZ News Links Web site. 4 The resulting database of newspapers contains links to online newspapers published in 128 languages, and we set up Web crawls to download the content from each daily. Because our data are composed of news stories, each document also has an associated time stamp, which we use to define a rough document alignment with English news articles. That is, we treat the set of all foreign language news stories published on a particular day as roughly comparable to those written in English on the same day. The degree of comparability between such sets of documents varies greatly.",
"cite_spans": [
{
"start": 625,
"end": 626,
"text": "4",
"ref_id": null
}
],
"ref_spans": [
{
"start": 99,
"end": 106,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Monolingual Data",
"sec_num": "3.3"
},
{
"text": "We also use Wikipedia as a source of monolingual data. For all languages, we use Wikipedia's January 2014 data snapshots. To maximize the degree of comparability between our source-language Wikipedia pages and English Wikipedia, we only use those pages that have interlingual links with English pages. Unlike our newspaper Web crawls, Wikipedia content has fairly reliable language labels. However, for some languages, English content is copied from the English Wikipedia without translation. We use the CLD2 language ID system to identify and remove English content from other languages' Wikipedias.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wikipedia.",
"sec_num": "3.3.2"
},
{
"text": "We also use Wikipedia as a source, for example, transliterations in non-roman script languages paired with English. In Irvine, Callison-Burch, and Klementiev (2010), we detailed how we mined transliteration training data from Wikipedia page titles for 150 languages. Wikipedia categorizes articles and maintains lists of all of the pages within each category. In mining transliteration data, we took advantage of a particular set of categories that list people born in a given year. For example, the Wikipedia category page \"1961 births\" includes links to the \"Barack Obama\" and \"Michael J. Fox\" pages. We iterated through birth years and the links to pages about people born in each year and then followed interlingual links from each English page about a person, compiling a large list of person names (Wikipedia page titles) in many languages. In Section 2.3, we use this data to train transliterators and transliterate source language words before comparing their orthographies with English words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wikipedia.",
"sec_num": "3.3.2"
},
{
"text": "We report performance results for bilingual lexicon induction from 24 foreign languages into English. The languages in our study are Albanian, Azeri, Bengali, Bosnian, Bulgarian, Cebuano, Gujarati, Hindi, Hungarian, Indonesian, Latvian, Nepali, Romanian, Serbian, Slovak, Somali, Swedish, Tamil, Telugu, Turkish, Ukrainian, Uzbek, Vietnamese, and Welsh. Statistics about the data for each of the languages is given in Table 6 .",
"cite_spans": [],
"ref_spans": [
{
"start": 418,
"end": 425,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Languages",
"sec_num": "3.4"
},
{
"text": "In our experiments, we use a total of 18 features to rank English words as potential translations of the input foreign word. These are estimated from our two sources of comparable monolingual data, Web crawls, and Wikipedia: (1) Web Crawls Contextual Similarity, (2) Web Crawls Temporal Similarity, (3) Orthographic Similarity, Table 7 shows examples of the values assigned to several English candidate translations of Romanian words for each of the 18 features. Table 8 shows the number of English words that we consider as candidate translations of the foreign source words for each foreign language. All of these English words are ranked by the 18 monolingual signals for each of the 24 languages.",
"cite_spans": [],
"ref_spans": [
{
"start": 328,
"end": 335,
"text": "Table 7",
"ref_id": null
},
{
"start": 463,
"end": 470,
"text": "Table 8",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Monolingual Signals",
"sec_num": "3.5"
},
{
"text": "Example feature values for Romanian-English word pairs for all 18 features used in our experiments. The feature numbers correspond to those enumerated in Section 3.5. To train our discriminative classifier, we used one positive training example and three negative training examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 7",
"sec_num": null
},
{
"text": "The positive training examples are indicated by English words in bold (dictionary translations). Non-bolded English words are negative training examples (randomly selected words). The values for feature 17 are all 0 because none of the candidate translations are string identical to the input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 7",
"sec_num": null
},
{
"text": "The values for many other features often round to 0, because they are too low to be shown with three significant digits. src ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 7",
"sec_num": null
},
{
"text": "In Sections 4.1-4.3 we analyze the strength of our different signals of translation equivalence and identify how best to combine them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Analyzing and Combining Signals of Translation Equivalence",
"sec_num": "4."
},
{
"text": "The primary goal of this article is to show how a diverse set of weak signals of translation equivalence can be combined to learn the translations of words from monolingual texts. The different signals need to be orthogonal in order for a combination to improve their individual accuracy. Intuitively, the signals that we defined in Section 2 seem to be orthogonal. That is, they provide very different types of information about how words are used in language, and we hypothesize that the lists of ranked candidate translations under each signal are uncorrelated with the exception and (hope!) that correct translation pairs rank relatively high according to all or most of the signals. In our first set of experiments, we measure their orthogonality empirically. In order to empirically measure orthogonality of our signals, we measure pairwise Spearman rank-order correlation coefficients. Specifically, we first use each signal separately to rank all translation candidates. Then, we measure the correlation between all pairs of ranked lists using the Spearman coefficient. A correlation coefficient of 1.0 indicates perfect positive correlation, -1.0 indicates perfect negative correlation, and coefficients close to zero indicate that our signals do not correlate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orthogonality of Signals",
"sec_num": "4.1"
},
{
"text": "For each of the 24 languages, we randomly select 1,000 source language words and use each of our eight basic translation signals to rank all candidate English translations. For each source language word and each pair of signals, we measure the Spearman correlation coefficient. We average the pairwise results across the 1,000 source words and then average across languages. Table 9 illustrates the results. The first thing to note is that the highest average correlation coefficient is between the frequency and the IDF signals (0.49). This makes sense because IDF is based on word frequency. The second highest value corresponds to a negative correlation (-0.31) between orthographic similarity and Wikipedia contextual similarity. These features are based on entirely different information, and we would not expect them to have a positive correlation. The fact that they are negatively correlated is surprising, but confirms our intuition that the signals provide orthogonal information.",
"cite_spans": [],
"ref_spans": [
{
"start": 375,
"end": 382,
"text": "Table 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Orthogonality of Signals",
"sec_num": "4.1"
},
{
"text": "Measure of the correlation (orthogonality) between signals. For each of 24 languages, we randomly select 1,000 source language words and compute the Spearman rank correlation coefficient across pairwise ranked lists of translation candidates generated by each of eight signals of translation equivalence. We average coefficients within each language. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 9",
"sec_num": null
},
{
"text": "We analyzed the relative strength of the different signals to see if some signals tended to rank translation candidates more accurately than others. We would expect that the frequency signal is a weaker predictor than, for example, orthographic similarity, particularly for closely related language pairs. In our second set of experiments, we compare the accuracies of each signal and include analyses by language and by part of speech.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relative Strength of Individual Signals",
"sec_num": "4.2"
},
{
"text": "4.2.1 By Source Language. We computed how frequently each signal ranks the correct translation higher than any other signal. That is, we computed how often each signal is a better predictor of how to translate a given word than all other signals. We use a set of randomly selected 1,000 source language words. 5 For each, we identify the rank of the correct English translation under each of the eight basic signals. We then compare how often each signal ranks the correct translation higher than the other signals. Table 10 shows the results. The following three signals dominate most often: Wikipedia contextual similarity, orthographic similarity, and topic similarity.",
"cite_spans": [],
"ref_spans": [
{
"start": 516,
"end": 524,
"text": "Table 10",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Relative Strength of Individual Signals",
"sec_num": "4.2"
},
{
"text": "We ask a related question: Are some signals particularly informative for certain classes of words? In order to begin to answer this question, we label each source word with the most probable part-of-speech (POS) tag for its English translation using the English POS tagger in the Natural Language Toolkit (Bird, Klein, and Loper 2009) to tag English words in isolation. We use information from English because POS taggers are not readily accessible for many of our languages of interest. As before, we examine the relative performance of each signal, but break down the results by POS tag instead of by language. Table 11 shows the results. For clarity, we collapse some POS classes. For example, we mark both noun and plural nouns as simply \"Noun.\" Because there are so few word types, we also collapse all closed-class categories, including conjunctions, determiners, and prepositions into a single \"Closed\" category. The final row is identical to that in Table 10 . Because most (65%) words are nouns, the summary statistics are dominated by them.",
"cite_spans": [
{
"start": 305,
"end": 334,
"text": "(Bird, Klein, and Loper 2009)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 613,
"end": 621,
"text": "Table 11",
"ref_id": "TABREF0"
},
{
"start": 958,
"end": 966,
"text": "Table 10",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "By Part of Speech.",
"sec_num": "4.2.2"
},
{
"text": "Percent of time when each translation signal ranks a correct translation the highest out of all of the translation signals. This percentage is calculated for 1,000 randomly chosen words with dictionary entries for each of the 24 languages. The results in Table 11 are very consistent across word classes-with one notable exception. The orthographic feature makes very good translation predictions for nouns and adjectives but not for the other word classes. The higher performance for orthographic similarity on nouns makes sense; we would expect orthographic similarity to be informative for borrowed and transliterated words, which tend to be proper nouns. The overall consistency suggests that there is likely little to gain from training word classspecific models for making translation predictions. In Section 4.3.1, we define a baseline method for combining the orthogonal features to make a single translation prediction, and in Section 4.3.2 we learn models for combining features. Schafer (2006) showed that combining diverse signals of translation equivalence could improve performance on bilingual lexicon induction. Here, we do a more systematic analysis. We extend their observations and more systematically explore the space of possibilities by (1) experimenting with a wider variety of features, (2) analyzing a larger number of languages, and (3) introducing a discriminative model to set the weights of each feature to optimize translation quality.",
"cite_spans": [
{
"start": 990,
"end": 1004,
"text": "Schafer (2006)",
"ref_id": "BIBREF40"
}
],
"ref_spans": [
{
"start": 255,
"end": 263,
"text": "Table 11",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Table 10",
"sec_num": null
},
{
"text": "Analysis of signals by POS tag. This table shows the percent of time when each translation signal ranks a correct translation highest out of all of the translation signals. The results are subdivided based on part of speech. The average row is identical to the average per-language result given in Table 10. POS Class % Words crawls-cont wiki-cont temporal orth. topic freq. burst. idf",
"cite_spans": [],
"ref_spans": [
{
"start": 298,
"end": 307,
"text": "Table 10.",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Table 11",
"sec_num": null
},
{
"text": "10.9 8.9 34.0 4.6 7.3 31.1 9.1 2.9 2.1 Noun 64.8 7.0 36.7 3.5 17.4 23.7 7.0 2.9 1.9 Adverb 3.9 10. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Verb",
"sec_num": null
},
{
"text": "where r h (e) is the rank of English word e under the monolingual similarity measure h. This unsupervised approach to rank aggregation assumes no prior knowledge of which signals are likely to be the most informative.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "|H|",
"sec_num": null
},
{
"text": "We introduce a novel supervised approach to combining the monolingual signals enumerated above. For each language, we choose up to 10,000 source-language words among those that occur in each of our comparable corpora (Web crawls and Wikipedia) at least ten times and that have at least one translation in our gold standard dictionaries. Because some monolingual data sets and some dictionaries are small, the source word samples are smaller than 10,000 for some languages. For example, although our MTurk dictionary contains translations for 9,977 Gujarati words, only 4,442 of those words appear at least ten times in both of our monolingual corpora. We randomly divide the source language words into three equally sized sets for training, development, and testing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discriminative Combination of Monolingual Signals.",
"sec_num": "4.3.2"
},
{
"text": "We train binary classifiers to predict whether a pair of words are translations of one another or not. The translations in our training data serve as positive training examples. The negative training examples are constructed by randomly pairing source language words in the training data with English words. 6 We use our development data to set the number of negative examples per positive example. ",
"cite_spans": [
{
"start": 308,
"end": 309,
"text": "6",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discriminative Combination of Monolingual Signals.",
"sec_num": "4.3.2"
},
{
"text": "Performance using each of the 18 features separately to rank translation candidates, plus the MRR baseline for combining them and our discriminative model. Box and whisker plots depict the distribution of performance across a set of 24 languages. The three lines in each box illustrate the first, second (median), and third quartiles. Outliers (defined as being more than 1.5 times the interquartile range away from either quartile) are shown with circles. The whiskers show non-outlier minimum and maximum values.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "in our candidate set, 7 we rank the English candidates by their classification scores and evaluate accuracy in the top-k translations. We use the Vowpal Wabbit package (Agarwal et al. 2014) to estimate the parameters of our classifiers. Vowpal Wabbit uses a gradient descent-based algorithm for learning binary predictors, and we perform 100 learning passes over the training data. We used the following parameters: a logistic loss function, no regularization, linear regression, and an adaptive learning rate for each feature. These choices were kept the same across all languages.",
"cite_spans": [
{
"start": 168,
"end": 189,
"text": "(Agarwal et al. 2014)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "We train classifiers separately for each source language on a held-out development set to learn the weights of each of the 18 features. The weights vary based on, for example, corpora size and the relatedness of the source language and English (i.e., the number of cognates). Although the scale of feature values varies somewhat, making it difficult to interpret feature weights, we compared feature weights and found that the highest weighted feature for 19 languages is the Wikipedia topic similarity feature, and the highest for 5 languages is the Wikipedia context feature. These results are consistent with what we see comparing the performance of individual features in Figure 4 Each box-and-whisker plot shows the top-10 accuracy range, quartiles, and median across a set of 24 diverse languages (listed later in Figure 6 ). The Wikipedia topic and context features using whole words and word prefixes are the highest-performing single features. Using the simple MRR method of combining signals is more effective than using any single feature. Our discriminative approach learns a much better way to combine the orthogonal signals, and outputs much more accurate translations.",
"cite_spans": [],
"ref_spans": [
{
"start": 676,
"end": 684,
"text": "Figure 4",
"ref_id": null
},
{
"start": 820,
"end": 828,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "Results. For each source language, we use our trained models to induce translations for each source-language word in our test sets, and we do evaluation against our gold standard bilingual dictionaries. We rank English translations by their translation classification score and measure percent accuracy in the top-k. This measure is somewhat conservative because the dictionaries are not expected to be exhaustive, meaning that some target language translations for a given source language word will not appear in the dictionary and the system will not be given credit for ranking these target items high in its translation list. This is particularly true here because we have used the MTurk dictionaries, which are somewhat noisy. However, in these experiments, we only evaluate on words that do appear in our bilingual dictionary. It is possible that such words are easier to translate than, say, a given OOV word in some sentence that we wish to translate. The results presented in this section are on the heldout blind test sets described earlier. Table 12 compares the performance of the MRR baseline and our discriminative combination for each of the 24 languages. Figure 5 shows the same top-10 accuracies graphically. It is clear that the supervised method outperforms the baseline by a large margin for all 24 languages. Results using the supervised models vary from 11% accuracy on Uzbek to 57% accuracy on Bulgarian. The average accuracy across languages using the MRR baseline is 15.8% and using a supervised approach is 34.2%, or greater than twice the average baseline accuracy.",
"cite_spans": [],
"ref_spans": [
{
"start": 1052,
"end": 1060,
"text": "Table 12",
"ref_id": "TABREF0"
},
{
"start": 1171,
"end": 1179,
"text": "Figure 5",
"ref_id": "FIGREF7"
}
],
"eq_spans": [],
"section": "Per-Language",
"sec_num": "4.3.4"
},
{
"text": "In Sections 5.1-5.3 we analyze what factors cause words to be translated accurately or inaccurately using our monolingually derived features. We examine the amounts of monolingual and bilingual data, and the effects of word frequency and burstiness.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Determinants of Success",
"sec_num": "5."
},
{
"text": "Here we examine how accuracy changes as a function of the number of bilingual dictionary entries used to train the discriminative model, and as a function of the size of the monolingual corpora used to estimate the similarity scores that are used as features in the model. Figure 6 shows learning curves over the number of positive training instances for each source language. In all cases, the number of randomly generated negative training instances is three times the number of positive training instances. For all languages, performance is stable after about 300 correct translations are used for training. This shows that our supervised method for combining signals requires only a small training dictionary. In most cases, for a new language, a dictionary of this size could be mined from the Internet or created using crowdsourcing Pavlick et al. 2014) .",
"cite_spans": [
{
"start": 839,
"end": 859,
"text": "Pavlick et al. 2014)",
"ref_id": "BIBREF33"
}
],
"ref_spans": [
{
"start": 273,
"end": 281,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Learning Curve Analyses",
"sec_num": "5.1"
},
{
"text": "Top-10 accuracy on test set. Performance increases for all languages moving from the baseline (MRR Baseline) to discriminative training (Supervised Model). The average accuracy across languages using the MRR baseline is 15.8% and using our supervised approach is 34.2%. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 12",
"sec_num": null
},
{
"text": "Learning curves over a number of positive training instances, up to 1,000. For some languages, 1,000 positive training instances are not available. In all cases, the number of negative training instances is three times the number of positive instances. For all languages, performance is fairly stable after about 300 positive training instances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "5.1.2 Varying the Amount of Monolingual Data. How much monolingual data would we need to ensure high-quality induced bilingual lexicons? Do our experiments show any signs of bilingual lexicon induction performance leveling off after a certain amount of monolingual data is available? If so, any further performance gains would have to be made by improving our underlying model, rather than taking the easier route of expanding our Web crawls to additional Web sites. These are important considerations as we move to integrating induced translations into end-to-end statistical machine translation (SMT). Figure 7 shows bilingual lexicon induction learning curves for four languages, Gujarati, Albanian, Azeri, and Tamil. Top 1, top 10, and top 100 accuracies are plotted on the y-axis for each language, and the x-axis shows the amount of monolingual data used to score and rank translation candidates. We generated the learning curves by sampling the Web crawl and Wikipedia monolingual corpora at the same rate. The total amount of monolingual data available for Gujarati is about 5 million words, and it is about 11 million for Azeri, 13 million for Tamil, and 15 million for Albanian. Performance levels off after about one-third of the Albanian data are used. This corresponds to about 5 million words. For Gujarati, performance increases rapidly up to the full amount of 5 million monolingual words. For Tamil and Azeri, the performance continues to increase, albeit at a lower rate than for Gujarati. These results indicate that we need several million words of comparable corpora to start to achieve reasonable performance, and possibly that increasing the amount of monolingual data exhibits the logarithmic improvements observed in other NLP problems like language.",
"cite_spans": [],
"ref_spans": [
{
"start": 604,
"end": 612,
"text": "Figure 7",
"ref_id": "FIGREF9"
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Previous work on bilingual lexicon induction typically focused only on discovering translations for the most frequent words in a language. This was done for practical purposes, because the context-vector representations for high frequency words are much less sparse than for low frequency words. However, it is not a particularly realistic scenario, since for applications like SMT, the words that we would like to induce translations for are typically rare words that do not occur in our bilingual training data. Figure 8 presents an analysis of the accuracy of our discriminative model. It bins source-language words by their Wikipedia corpus frequency. We binned the words in each evaluation test set by frequency, and each bin contains 100 source-language words. That is, the most frequent 100 source-language words were put into the first bin, and the least frequent were put into the last bin. The x-axis in each figure plots the average corpus frequency of the words in a given bin versus the percent of those source language words that have a correct translation in the top-k ranked list of translations.",
"cite_spans": [],
"ref_spans": [
{
"start": 514,
"end": 522,
"text": "Figure 8",
"ref_id": "FIGREF11"
}
],
"eq_spans": [],
"section": "Analysis by Word Frequency",
"sec_num": "5.2"
},
{
"text": "The results in Figure 8 are presented starting with the language with the least amount of Wikipedia data (Somali) and ending with the language with the largest amount (Swedish), among those languages for which results are presented. Corpus frequencies for even the most frequent words in the first few source languages are very small. For example, the average frequency of the 100 most frequent Somali words is only 13.",
"cite_spans": [],
"ref_spans": [
{
"start": 15,
"end": 23,
"text": "Figure 8",
"ref_id": "FIGREF11"
}
],
"eq_spans": [],
"section": "Analysis by Word Frequency",
"sec_num": "5.2"
},
{
"text": "Prior work on bilingual lexicon induction has focused on identifying translations for frequent words. In general, our monolingual signals are stronger for those words that appear frequently in monolingual corpora than for those words that appear less frequently and have sparse context and temporal counts. Therefore, we hypothesized that translation accuracy would be higher for frequent words than for less-frequent words, resulting in accuracies that go up from left to right, or from lower frequency to higher frequency, in the figures. Figure 8 shows that this effect holds true, but it is not as strong as we expected.",
"cite_spans": [],
"ref_spans": [
{
"start": 541,
"end": 549,
"text": "Figure 8",
"ref_id": "FIGREF11"
}
],
"eq_spans": [],
"section": "Analysis by Word Frequency",
"sec_num": "5.2"
},
{
"text": "To quantify the effects of frequency, we compute the Spearman rank-order correlation coefficient between the frequency rank of a given source word and the rank of its correct translation. 8 Across all languages, we find a slightly positive average correlation of 0.08, indicating that, as we expected, more frequent words tend to have higher ranked correct translations. This effect is significant to a p-value of 0.01 for 14 of the 24 languages, 9 although the correlation is not as large as we expected. In the next section we conduct a similar analysis based on burstiness. Figure 9 presents results again on the same set of experiments but bins source language words by their Wikipedia corpus burstiness. We use the burstiness definition (B w , not IDF w ) given in Section 2.6. As we did for the word frequency analysis, we bin the words in each evaluation set by burstiness, with each bin containing source words. That is, the 100 most bursty source-language words were put in the first bin, and the least bursty were put into the last bin. The horizontal axis in each figure plots the average burstiness of the words in a given bin versus the percent of those source language words that have a correct translation in the top-k ranked list of translations.",
"cite_spans": [],
"ref_spans": [
{
"start": 577,
"end": 585,
"text": "Figure 9",
"ref_id": "FIGREF13"
}
],
"eq_spans": [],
"section": "Analysis by Word Frequency",
"sec_num": "5.2"
},
{
"text": "We hypothesized that it may be easier to induce translations for bursty words than for non-bursty words because their temporal and topic signatures are very peaked. The results in Figure 9 confirm this. Again, without binning by burstiness, we compute the Spearman rank-order correlation coefficient between the rank of a given word's burstiness and the rank of its correct translation. Across all languages, we find a positive average correlation of 0.25, indicating that, as we expected, we tend to rank correct translations higher for more bursty words. This effect is significant to a p-value of 0.01 for all 24 languages. Comparing our results here with those in Section 5.2, we see that burstiness is a better predictor of ranking performance on a given word than frequency.",
"cite_spans": [],
"ref_spans": [
{
"start": 180,
"end": 188,
"text": "Figure 9",
"ref_id": "FIGREF13"
}
],
"eq_spans": [],
"section": "Analysis by Word Burstiness",
"sec_num": "5.3"
},
{
"text": "We compare our discriminative bilingual lexicon induction approach with the popular generative model developed by Haghighi et al. (2008) . Haghighi et al. present a canonical correlation analysis (CCA)-based approach to inducing bilingual lexicons. The generative model presented in that work first generates a set of one-to-one matchings, M, between pairs of source and target words. Then, a feature vector is generated for each matched word type, s i and t j , from a \"language-independent concept,\" z i,j . Similar to our work, source and target words are represented by feature vectors characterizing their orthographies and their contexts in monolingual corpora. However, unlike our work, the generative model proposed in Haghighi et al. allows neither source nor target word types to have multiple translations. Inference is done through bootstrapped expectation maximization (EM); the best CCA parameters, \u03b8, are computed in the M-step, and the maximum weighted bipartite matching is found in the E-step using the Hungarian algorithm. In the first iteration, an initial lexicon is used to seed the E-step, and, in additional EM iterations, an increasing number of high-confidence matchings are included until a complete bipartite matching is identified. The approach is referred to as matching canonical correlation analysis (MCCA). Haghighi et al. (2008) present results on three language pairs (English-Spanish, English-Chinese, and English-Arabic). However, evaluation is only done over nouns, which is a bursty word class, and lexicons are limited to high-frequency words. As we showed in Sections 5.2 and 5.3, frequent and bursty words tend to be the easiest to translate accurately. We did the following to ensure that our comparison with MCCA is as fair as possible. We used Aria Haghighi's code to compute the translations for MCCA. We present experiments on Spanish-English, which was the best performing language pair in the MCCA paper. We use identical data sets for MCCA and our discriminative model, taking monolingual corpora from our Wikipedia collection and bilingual lexicons from our MTurk dictionary. We down-sample our data to about 6,000 randomly selected Wikipedia page pairs (\u223c5 million words of text in both languages), to make the data set comparable in size to Haghighi et al.'s experiments. We identify a bilingual dictionary of 1,100 word translation pairs in the MTurk dictionary for which both the source and target lexicons are unique and all words appear in monolingual corpora greater than ten times. We use the learning parameters in Haghighi et al.'s MCCA code, which include ten iterations of bootstrapped EM and a context window of size four. We perform an experiment where our discriminative model is limited to use only the two features that the MCCA model uses (orthographic features and contextual features estimated over the Wikipedia monolingual corpora). We use MCCA to compute a full bipartite matching and measure accuracy over the complete test set of 1,000 translation pairs.",
"cite_spans": [
{
"start": 114,
"end": 136,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
},
{
"start": 1340,
"end": 1362,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with a Sophisticated Generative Model",
"sec_num": "6."
},
{
"text": "We randomly select 100 word pairs to serve as a seed lexicon in the MCCA approach and as training data in our discriminative approach, and we use the remaining 1,000 word pairs as an evaluation set. We use MCCA to compute a full bipartite matching and measure accuracy over the complete test set of 1,000 translation pairs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with a Sophisticated Generative Model",
"sec_num": "6."
},
{
"text": "We use the seed lexicon of 100 word pairs to train our supervised discriminative model. As before, we randomly select three times as many negative examples for training. We then use the learned model to score all words in the source test lexicon paired with all words in the target test lexicon. In order to make our results comparable, we follow Haghighi et al. (2008) and use the Hungarian algorithm (Kuhn 1955) to find the best set of one-to-one bipartite matchings across the source and target lexicons, maximizing the total score across all matchings. We first measure the performance of our discriminative model using the orthographic and contextual features used by MCCA. Then, we also measure performance when we add our topic, frequency, and burstiness similarity features to the model. Table 13 shows the performance of each bilingual lexicon induction model. The MCCA approach correctly matches 15% of the 1,000 test set pairs. Our discriminative approach using only orthographic and contextual similarity features correctly matches 24%. When we add our full feature set, our model achieves 42% accuracy. These results demonstrate that our discriminative model needs no more training data than is needed to seed a generative model like the one presented in Haghighi et al. This is consistent with our results in Section 5.1.1, where we showed that our models can achieve Table 13 Comparison of bilingual lexicon induction accuracies using (1) matching canonical correlation analysis (MCCA), (2) our supervised discriminative model using only contextual and orthographic features, and (3) our supervised discriminative model using our complete feature set. Accuracy is measured as the percent of test set translations that are correctly matched by each model's full bipartite matching.",
"cite_spans": [
{
"start": 347,
"end": 369,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
},
{
"start": 402,
"end": 413,
"text": "(Kuhn 1955)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [
{
"start": 796,
"end": 804,
"text": "Table 13",
"ref_id": "TABREF0"
},
{
"start": 1382,
"end": 1390,
"text": "Table 13",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Comparison with a Sophisticated Generative Model",
"sec_num": "6."
},
{
"text": "Accuracy ( higher accuracies on the bilingual lexicon induction task using only small amounts of supervision.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In addition to our discriminative model outperforming the MCCA generative model on the matching task, it has the added advantage of not being restricted to predicting 1:1 word translations. This is critical as, even for closely related language pairs, many words do not have a one-to-one correspondence across languages. One example from the domain adaptation setting is the French word enceinte. In medical contexts, it translates as pregnant in English, but in government contexts it translates as place, house, or chamber, and in scientific contexts it translates most frequently as enclosures. We would not want to restrict models of bilingual lexicon induction to choosing only one sense, or one translation, for the French word enceinte. That is, the polysemy of words varies across languages and it is important to be able to account for this in any model of bilingual lexicon induction. Schafer and Yarowsky (2002) exploit the idea that word translations tend to co-occur in time across languages, and Schafer (2006) uses this and a diverse set of other similarity measures to bootstrap a small seed bilingual dictionary and induce full dictionaries for low-resource languages. Schafer combines the different signals, and weights their contribution in an ad hoc manual fashion, rather than setting them empirically by applying machine learning algorithms. Klementiev and Roth (2006) also use the temporal cue to train a phonetic similarity model for associating Named Entities across languages. Koehn and Knight (2002) use similarity in spelling as another kind of cue that a pair of words may be translations of one another. Other work has used dependency relations in place of adjacent words to define context (Garera, Callison-Burch, and Yarowsky 2009; Andrade, Matsuzaki, and Tsujii 2012) .",
"cite_spans": [
{
"start": 895,
"end": 922,
"text": "Schafer and Yarowsky (2002)",
"ref_id": "BIBREF41"
},
{
"start": 1010,
"end": 1024,
"text": "Schafer (2006)",
"ref_id": "BIBREF40"
},
{
"start": 1364,
"end": 1390,
"text": "Klementiev and Roth (2006)",
"ref_id": null
},
{
"start": 1503,
"end": 1526,
"text": "Koehn and Knight (2002)",
"ref_id": "BIBREF25"
},
{
"start": 1720,
"end": 1763,
"text": "(Garera, Callison-Burch, and Yarowsky 2009;",
"ref_id": "BIBREF16"
},
{
"start": 1764,
"end": 1800,
"text": "Andrade, Matsuzaki, and Tsujii 2012)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "Recent work has used graph-based models to induce translations. Mausam et al. (2010) use freely available online dictionaries and inference over translation graphs to compile a very large, multilingual dictionary. Laws et al. (2010) use graph-based models to represent linguistic relations and induce translations. Tamura, Watanabe, and Sumita (2012) utilize the classic notions of co-occurrence and contextual similarity but use graph-based label propagation to induce translations.",
"cite_spans": [
{
"start": 64,
"end": 84,
"text": "Mausam et al. (2010)",
"ref_id": "BIBREF29"
},
{
"start": 214,
"end": 232,
"text": "Laws et al. (2010)",
"ref_id": "BIBREF27"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Diverse Monolingual Similarity Metrics",
"sec_num": "7.1"
},
{
"text": "Approaching the problem from an information retrieval perspective, Zhang, Huang, and Vogel (2005) use a system based on cross-lingual query expansion to identify translations for OOV words.",
"cite_spans": [
{
"start": 67,
"end": 97,
"text": "Zhang, Huang, and Vogel (2005)",
"ref_id": "BIBREF50"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Other Approaches to Learning Translation of OOVs",
"sec_num": "7.2"
},
{
"text": "A new line of research has tried to use decipherment techniques (Knight 2013) to learn translations from monolingual corpora (Ravi and Knight 2011; Nuhn, Mauser, and Ney 2012; Knight 2012, 2013) . This research line draws on previous decipherment work for solving simpler substitution/transposition ciphers, while recognizing that thinking of the foreign language as a \"code\" also requires customizing the decipherment algorithms so that they can deal with highly non-deterministic mappings and very large substitution tables.",
"cite_spans": [
{
"start": 64,
"end": 77,
"text": "(Knight 2013)",
"ref_id": "BIBREF24"
},
{
"start": 125,
"end": 147,
"text": "(Ravi and Knight 2011;",
"ref_id": "BIBREF38"
},
{
"start": 148,
"end": 175,
"text": "Nuhn, Mauser, and Ney 2012;",
"ref_id": "BIBREF31"
},
{
"start": 176,
"end": 194,
"text": "Knight 2012, 2013)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Other Approaches to Learning Translation of OOVs",
"sec_num": "7.2"
},
{
"text": "Any bilingual lexicon induction and dictionary expansion methods could be used to supplement parallel data used for estimating word alignments and scored phrase tables. The most obvious way to integrate lexicon induction output into the SMT pipeline would be to induce translations for out-of-vocabulary and rare words. That is, if a word in our test set does not have a translation in the phrase table, we could induce one for it. Although most work on bilingual lexicon induction is motivated by the idea that outputs could be integrated into end-to-end SMT, until recently such an extrinsic evaluation was rarely performed. Daum\u00e9 and Jagarlamudi (2011) use CCA and both contextual and orthographic features to induce translations. Razmara et al. (2013) construct a graph using source-language monolingual text and identify translations for sourcelanguage OOV words by pivoting through paraphrases. In Irvine, Quirk, and Daum\u00e9 (2013) , we presented a method for expanding an initial translation dictionary estimated from old-domain parallel corpora by matching marginal probabilities over new-domain comparable corpora. Daum\u00e9 and Jagarlamudi (2011) , Razmara et al. (2013) , and our prior work in Irvine, Quirk, and Daum\u00e9 (2013) integrate translations into an SMT model to improve performance in domain adaptation settings.",
"cite_spans": [
{
"start": 627,
"end": 655,
"text": "Daum\u00e9 and Jagarlamudi (2011)",
"ref_id": "BIBREF12"
},
{
"start": 734,
"end": 755,
"text": "Razmara et al. (2013)",
"ref_id": "BIBREF39"
},
{
"start": 904,
"end": 935,
"text": "Irvine, Quirk, and Daum\u00e9 (2013)",
"ref_id": "BIBREF23"
},
{
"start": 1122,
"end": 1150,
"text": "Daum\u00e9 and Jagarlamudi (2011)",
"ref_id": "BIBREF12"
},
{
"start": 1153,
"end": 1174,
"text": "Razmara et al. (2013)",
"ref_id": "BIBREF39"
},
{
"start": 1199,
"end": 1230,
"text": "Irvine, Quirk, and Daum\u00e9 (2013)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Integration with Machine Translation",
"sec_num": "7.3"
},
{
"text": "In Klementiev et al. (2012), we described a framework for estimating the parameters of machine translation without bilingual parallel corpora. Many of the monolingually estimated features that we used in that framework are the same as the features used here for bilingual lexicon induction. In that work, we performed oracle experiments where the translations were given by an existing phrase-table, and simply re-scored using the monolingually estimated signals of translation equivalence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integration with Machine Translation",
"sec_num": "7.3"
},
{
"text": "Resnik and Smith (2003) , Munteanu and Marcu (2005) , Abdul-Rauf and Schwenk (2009a), Abdul-Rauf and Schwenk (2009b), and Smith, Quirk, and Toutanova (2010) identify parallel sentences in comparable corpora. Munteanu and Marcu (2006) identify parallel sub-sentential fragments using a probabilistic lexicon and information retrieval methods to identify similar document pairs and then use the same word translation probabilities to detect parallel fragments within the document pairs. They supplement existing parallel data with the new sentence and fragment pairs and evaluate endto-end SMT systems trained on the augmented parallel datasets. Quirk, Udupa, and Menezes (2007) also seek to identify phrase translation pairs from comparable corpora, but that method requires a first-pass identification of promising comparable pairs of sentences from paired comparable documents. They then use a generative model to extract fragment translation pairs. Similarly, Hewavitharana and Vogel (2011) seek to identify phrase translation pairs from comparable corpora but require a first pass to identify a set of comparable sentences and then a second pass through the data to find the best phrasal alignment within each sentence pair. These efforts at using comparable corpora to expand parallel corpora are orthogonal to the approaches that we propose in this article.",
"cite_spans": [
{
"start": 11,
"end": 23,
"text": "Smith (2003)",
"ref_id": null
},
{
"start": 26,
"end": 51,
"text": "Munteanu and Marcu (2005)",
"ref_id": "BIBREF30"
},
{
"start": 122,
"end": 156,
"text": "Smith, Quirk, and Toutanova (2010)",
"ref_id": "BIBREF42"
},
{
"start": 208,
"end": 233,
"text": "Munteanu and Marcu (2006)",
"ref_id": "BIBREF30"
},
{
"start": 644,
"end": 676,
"text": "Quirk, Udupa, and Menezes (2007)",
"ref_id": "BIBREF35"
},
{
"start": 962,
"end": 992,
"text": "Hewavitharana and Vogel (2011)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Parallel Data from Comparable Corpora",
"sec_num": "7.4"
},
{
"text": "We have performed the most systematic analysis of bilingual lexicon induction to date. We analyze a set of 18 monolingually derived signals of translation equivalence, including signals based on contextual similarity, temporal similarity, orthographic similarity, topic similarity, and features that compare the frequency and burstiness of words across languages. Analyzing the behavior of bilingual lexicon induction across two dozen languages, we find several striking conclusions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "All of the individual signals of translation equivalence are weak indicators by themselves. The best median performance of an individual signal reaches a mere <20% at ranking a translation within its top-10 prediction. The majority of signals have 10% top-10 accuracy. Like Schafer and Yarowsky (2002) , we find that combining diverse signals increases the translation accuracy. We can observe improvements even using a simple baseline combination method like mean reciprocal rank, although MRR performs only modestly better than the best individual signal. Our discriminative approach to combining the signals achieves dramatically improved performance. Our model outperforms the MRR baseline for all 24 languages that we experimented with, with the average top-10 accuracy more than doubling, from 16% to 34%.",
"cite_spans": [
{
"start": 274,
"end": 301,
"text": "Schafer and Yarowsky (2002)",
"ref_id": "BIBREF41"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "Although small seed dictionaries have been an essential element in bilingual lexicon induction since early work by Rapp (1995) and Fung (1995) , and although much of the past research has used multiple signals of translation equivalence, surprisingly, no one has used the seed dictionary to empirically weight the contributions of the different signals.",
"cite_spans": [
{
"start": 115,
"end": 126,
"text": "Rapp (1995)",
"ref_id": "BIBREF36"
},
{
"start": 131,
"end": 142,
"text": "Fung (1995)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "A popular contemporary generative model, MCCA, proposed by Haghighi et al. (2008) also substantially underperforms our discriminative approach. Only a relatively small amount of bilingual data is needed to set the weights of the discriminative model. Our experiments show that having as few as 300 dictionary entries is sufficient. Moreover, we show that using a different language to set the weights for a language without a bilingual dictionary may be a successful strategy.",
"cite_spans": [
{
"start": 59,
"end": 81,
"text": "Haghighi et al. (2008)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "Our model performs well, even using relatively simple similarity estimators like cosine distance without applying any dimensionality reduction techniques and despite being a simple linear model. Future work could investigate additional gains from using more sophisticated models such as decision trees, random forests, kernel machines, or neural networks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "Additionally, we present a nuanced analysis of the experiments: We quantify how diverse/orthogonal the signals of translation equivalence are by measuring the correlation of how the different signals rank the translations of 1,000 words in each language. We show that the strongest individual signals (contextual similarity and topical similarity) are consistent across all languages. This is possibly due to the fact that both signals were computed using data derived from Wikipedia. This data set is larger and more comparable than our other newswire data sets, and it has higher coverage of our test words, which were themselves drawn from Wikipedia. We show that most signals are consistent across part-of-speech, except for orthographic similarity, which performs better for nouns and adjectives. We show that bilingual lexicon induction is more accurate for words that occur more frequently in monolingual corpora, and for words that exhibit more bursty behavior. We show that top-k translation accuracy can be increased by straightforwardly increasing the amount of monolingual data used to estimate the signals of translation equivalence, but that the increase appears to be log-linear or worse, requiring substantial increases in monolingual data for continued incremental gains.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "Our experiments are more thorough than previous work in bilingual lexicon induction, and provide useful guidance for researchers who wish to use the techniques for applications translating out of vocabulary items for statistical machine translation. Although we focus primarily on low-resource languages in this study, the techniques may also serve as potentially useful for high-resource languages, which still have problems with out-of-vocabulary items even when there are ample bilingual training data for statistical machine translation systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8."
},
{
"text": "This article expands research previously published in andIrvine (2014).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In fact, they need only correspond to those source words that have translations in the seed bilingual dictionary. 3 This is the only time that the bilingual dictionary was used, except for evaluation. In our approach, we also use the seed bilingual dictionary as supervision for a discriminative model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "www.abyznewslinks.com/.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This is the same randomly selected set of source words that was used in Section 4.1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Among those that appear at least ten times in our monolingual data, consistent with our candidate set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "All English words appearing at least ten times in our monolingual data. In practice, we further limit the set to those that occur in the top-1,000 ranked list according to at least one of our signals. Because words outside of these top-1,000 lists are extremely unlikely to end up with a relatively high prediction score, doing so does not impact our performance but speeds up the prediction step.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Although we have integer-valued frequency information, our comparison variable only contains ranks, so we convert frequency to an ordinal variable by ranking the words in each test set by their Wikipedia monolingual frequencies, from highest to lowest.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Bosnian, Cebuano, Somali, Nepali, Gujarati, Bengali, Latvian, Indonesian, Welsh, Tamil, Turkish, Telugu, Hungarian, and Swedish.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This material is based on research sponsored by DARPA under contract HR0011-09-1-0044 and by the Johns Hopkins University Human Language Technology Center of Excellence. The views and conclusions contained in this publication are those of the authors and should not be interpreted as representing official policies or endorsements of DARPA or the U.S. Government. We would like to thank David Yarowsky for his tremendous support, and for his inspiring work on-and continued ideas about-learning translations from monolingual texts. Thank you to Shreejit Gangadharan for his help with refactoring code and running follow-on experiments that were suggested by the anonymous reviewers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Exploiting comparable corpora with TER and TERp",
"authors": [
{
"first": "Sadaf",
"middle": [],
"last": "Abdul-Rauf",
"suffix": ""
},
{
"first": "Holger",
"middle": [],
"last": "Schwenk",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 2nd Workshop on Building and Using Comparable Corpora: from Parallel to Non-parallel Corpora",
"volume": "",
"issue": "",
"pages": "46--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abdul-Rauf, Sadaf and Holger Schwenk. 2009a. Exploiting comparable corpora with TER and TERp. In Proceedings of the 2nd Workshop on Building and Using Comparable Corpora: from Parallel to Non-parallel Corpora, pages 46-54, Singapore.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "On the use of comparable corpora to improve SMT performance",
"authors": [
{
"first": "Sadaf",
"middle": [],
"last": "Abdul-Rauf",
"suffix": ""
},
{
"first": "Holger",
"middle": [],
"last": "Schwenk",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009)",
"volume": "",
"issue": "",
"pages": "16--23",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abdul-Rauf, Sadaf and Holger Schwenk. 2009b. On the use of comparable corpora to improve SMT performance. In Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009), pages 16-23, Athens.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A reliable effective terascale linear learning system",
"authors": [
{
"first": "Alekh",
"middle": [],
"last": "Agarwal",
"suffix": ""
},
{
"first": "Oliveier",
"middle": [],
"last": "Chapelle",
"suffix": ""
},
{
"first": "Miroslav",
"middle": [],
"last": "Dud\u00edk",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Langford",
"suffix": ""
}
],
"year": 2014,
"venue": "Journal of Machine Learning Research",
"volume": "15",
"issue": "",
"pages": "1111--1133",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Agarwal, Alekh, Oliveier Chapelle, Miroslav Dud\u00edk, and John Langford. 2014. A reliable effective terascale linear learning system. Journal of Machine Learning Research, 15:1111-1133.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Gazpacho and summer rash: Lexical relationships from temporal patterns of Web search queries",
"authors": [
{
"first": "Enrique",
"middle": [],
"last": "Alfonseca",
"suffix": ""
},
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Keith",
"middle": [],
"last": "Hall",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alfonseca, Enrique, Massimiliano Ciaramita, and Keith Hall. 2009. Gazpacho and summer rash: Lexical relationships from temporal patterns of Web search queries. In Proceedings of the 2009",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Conference on Empirical Methods in Natural Language Processing",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "1046--1055",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Conference on Empirical Methods in Natural Language Processing, pages 1046-1055, Singapore.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Statistical extraction and comparison of pivot words for bilingual lexicon extension",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Andrade",
"suffix": ""
},
{
"first": "Takuya",
"middle": [],
"last": "Matsuzaki",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2012,
"venue": "ACM Transactions on Asian Language Information Processing (TALIP)",
"volume": "11",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrade, Daniel, Takuya Matsuzaki, and Jun'ichi Tsujii. 2012. Statistical extraction and comparison of pivot words for bilingual lexicon extension. ACM Transactions on Asian Language Information Processing (TALIP), 11(2):6:1-6:31.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Simple effective decipherment via combinatorial optimization",
"authors": [
{
"first": "Taylor",
"middle": [],
"last": "Berg-Kirkpatrick",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "313--321",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berg-Kirkpatrick, Taylor and Dan Klein. 2011. Simple effective decipherment via combinatorial optimization. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 313-321, Edinburgh.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Alignment-based discriminative string similarity",
"authors": [
{
"first": "Shane",
"middle": [],
"last": "Bergsma",
"suffix": ""
},
{
"first": "Grzegorz",
"middle": [],
"last": "Kondrak",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "656--663",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bergsma, Shane and Grzegorz Kondrak. 2007. Alignment-based discriminative string similarity. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics, pages 656-663, Prague.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Natural Language Processing with Python",
"authors": [
{
"first": "Steven",
"middle": [],
"last": "Bird",
"suffix": ""
},
{
"first": "Ewan",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "Edward",
"middle": [],
"last": "Loper",
"suffix": ""
}
],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bird, Steven, Ewan Klein, and Edward Loper. 2009. Natural Language Processing with Python. O'Reilly Media, Inc.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A statistical approach to machine translation",
"authors": [
{
"first": "Peter",
"middle": [
"F"
],
"last": "Brown",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Cocke",
"suffix": ""
},
{
"first": "Stephen",
"middle": [
"A Della"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "Vincent",
"middle": [
"J Della"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "Fredrick",
"middle": [],
"last": "Jelinek",
"suffix": ""
},
{
"first": "John",
"middle": [
"D"
],
"last": "Lafferty",
"suffix": ""
},
{
"first": "Robert",
"middle": [
"L"
],
"last": "Mercer",
"suffix": ""
},
{
"first": "Paul",
"middle": [
"S"
],
"last": "Roossin",
"suffix": ""
}
],
"year": 1990,
"venue": "Computational Linguistics",
"volume": "16",
"issue": "",
"pages": "79--85",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, Peter F., John Cocke, Stephen A. Della Pietra, Vincent J. Della Pietra, Fredrick Jelinek, John D. Lafferty, Robert L. Mercer, and Paul S. Roossin. 1990. A statistical approach to machine translation. Computational Linguistics, 16:79-85.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Poisson mixtures",
"authors": [
{
"first": "Kenneth",
"middle": [
"W"
],
"last": "Church",
"suffix": ""
},
{
"first": "William",
"middle": [
"A"
],
"last": "Gale",
"suffix": ""
}
],
"year": 1995,
"venue": "Natural Language Engineering",
"volume": "1",
"issue": "",
"pages": "163--190",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, Kenneth W. and William A. Gale. 1995. Poisson mixtures. Natural Language Engineering, 1:163-190.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Inverse document frequency (IDF): A measure of deviations from Poisson",
"authors": [
{
"first": "Kenneth",
"middle": [
"W"
],
"last": "Church",
"suffix": ""
},
{
"first": "William",
"middle": [
"A"
],
"last": "Gale",
"suffix": ""
}
],
"year": 1999,
"venue": "Natural Language Processing Using Very Large Corpora",
"volume": "11",
"issue": "",
"pages": "283--295",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, Kenneth W. and William A. Gale. 1999. Inverse document frequency (IDF): A measure of deviations from Poisson. In Susan Armstrong, Kenneth Church, Pierre Isabelle, Sandra Manzi, Evelyne Tzoukermann, and David Yarowsky, editors, Natural Language Processing Using Very Large Corpora, volume 11 of Text, Speech and Language Technology. Springer Netherlands, pages 283-295.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Domain adaptation for machine translation by mining unseen words",
"authors": [
{
"first": "Hal",
"middle": [],
"last": "Daum\u00e9",
"suffix": ""
},
{
"first": "Jagadeesh",
"middle": [],
"last": "Jagarlamudi",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "407--412",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daum\u00e9, Hal and Jagadeesh Jagarlamudi. 2011. Domain adaptation for machine translation by mining unseen words. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies, pages 407-412, Portland, OR.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Large scale decipherment for out-of-domain machine translation",
"authors": [
{
"first": "Qing",
"middle": [],
"last": "Dou",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "266--275",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dou, Qing and Kevin Knight. 2012. Large scale decipherment for out-of-domain machine translation. In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pages 266-275, Jeju Island.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Compiling bilingual lexicon entries from a non-parallel English-Chinese corpus",
"authors": [
{
"first": "Qing",
"middle": [],
"last": "Dou",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "173--185",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dou, Qing and Kevin Knight. 2013. Dependency-based decipherment for resource-limited machine translation. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, pages 1668-1676, Seattle, WA. Fung, Pascale. 1995. Compiling bilingual lexicon entries from a non-parallel English-Chinese corpus, In Proceedings of the Workshop on Very Large Corpora, pages 173-185, Cambridge, MA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "An IR approach for translating new words from nonparallel, comparable texts",
"authors": [
{
"first": "Pascale",
"middle": [],
"last": "Fung",
"suffix": ""
},
{
"first": "Lo",
"middle": [],
"last": "Yuen",
"suffix": ""
},
{
"first": "Yee",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the Conference of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "414--420",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fung, Pascale and Lo Yuen Yee. 1998. An IR approach for translating new words from nonparallel, comparable texts. In Proceedings of the Conference of the Association for Computational Linguistics (ACL), pages 414-420, Montreal.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Improving translation lexicon induction from monolingual corpora via dependency contexts and part-of-speech equivalences",
"authors": [
{
"first": "Nikesh",
"middle": [],
"last": "Garera",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning (CoNLL)",
"volume": "",
"issue": "",
"pages": "129--137",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Garera, Nikesh, Chris Callison-Burch, and David Yarowsky. 2009. Improving translation lexicon induction from monolingual corpora via dependency contexts and part-of-speech equivalences. In Proceedings of the Thirteenth Conference on Computational Natural Language Learning (CoNLL), pages 129-137, Boulder, CO.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Learning bilingual lexicons from monolingual corpora",
"authors": [
{
"first": "Aria",
"middle": [],
"last": "Haghighi",
"suffix": ""
},
{
"first": "Percy",
"middle": [],
"last": "Liang",
"suffix": ""
},
{
"first": "Taylor",
"middle": [],
"last": "Berg-Kirkpatrick",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the Conference of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "771--779",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Haghighi, Aria, Percy Liang, Taylor Berg-Kirkpatrick, and Dan Klein. 2008. Learning bilingual lexicons from monolingual corpora. In Proceedings of the Conference of the Association for Computational Linguistics (ACL), pages 771-779, Columbus, OH.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Extracting parallel phrases from comparable data",
"authors": [
{
"first": "Sanjika",
"middle": [],
"last": "Hewavitharana",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Vogel",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 4th Workshop on Building and Using Comparable Corpora: Comparable Corpora and the Web",
"volume": "",
"issue": "",
"pages": "61--68",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hewavitharana, Sanjika and Stephan Vogel. 2011. Extracting parallel phrases from comparable data. In Proceedings of the 4th Workshop on Building and Using Comparable Corpora: Comparable Corpora and the Web, pages 61-68, Portland, OR.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Using Comparable Corpora to Augment Low Resource SMT Models",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irvine, Ann. 2014. Using Comparable Corpora to Augment Low Resource SMT Models. Ph.D. thesis, Johns Hopkins University, Department of Computer Science, Baltimore, MD.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Supervised bilingual lexicon induction with multiple monolingual signals",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "518--523",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irvine, Ann and Chris Callison-Burch. 2013. Supervised bilingual lexicon induction with multiple monolingual signals. In Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 518-523, Atlanta, GA.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Transliterating from all languages",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "Alexandre",
"middle": [],
"last": "Klementiev",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the Conference of the Association for Machine Translation in the Americas (AMTA)",
"volume": "",
"issue": "",
"pages": "100--110",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irvine, Ann, Chris Callison-Burch, and Alexandre Klementiev. 2010. Transliterating from all languages. In Proceedings of the Conference of the Association for Machine Translation in the Americas (AMTA), pages 100-110, Denver, CO.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Using Mechanical Turk to annotate lexicons for less commonly used languages",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Alexandre",
"middle": [],
"last": "Klementiev",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the NAACL HLT 2010 Workshop on Creating Speech and Language Data with Amazon's Mechanical Turk",
"volume": "",
"issue": "",
"pages": "108--113",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irvine, Ann and Alexandre Klementiev. 2010. Using Mechanical Turk to annotate lexicons for less commonly used languages. In Proceedings of the NAACL HLT 2010 Workshop on Creating Speech and Language Data with Amazon's Mechanical Turk, pages 108-113, Los Angeles, CA.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Weakly supervised named entity transliteration and discovery from multilingual comparable corpora",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Quirk",
"suffix": ""
},
{
"first": "Hal",
"middle": [],
"last": "Daum\u00e9 ; Seattle",
"suffix": ""
},
{
"first": "W",
"middle": [
"A"
],
"last": "Klementiev",
"suffix": ""
},
{
"first": "Alexandre",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "817--824",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irvine, Ann, Chris Quirk and Hal Daum\u00e9. 2013. Monolingual marginal matching for translation model adaptation. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, pages 1077-1088, Seattle, WA. Klementiev, Alexandre, Ann Irvine, Chris Callison-Burch, and David Yarowsky. 2012. Toward statistical machine translation without parallel corpora. In Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics, pages 130-140, Avignon. Klementiev, Alexandre and Dan Roth. 2006. Weakly supervised named entity transliteration and discovery from multilingual comparable corpora. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics, pages 817-824, Sydney.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Decipherment",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Tutorials)",
"volume": "",
"issue": "",
"pages": "3--4",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Knight, Kevin. 2013. Decipherment. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Tutorials), pages 3-4, Sofia.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Learning a translation lexicon from monolingual corpora",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the ACL-02 Workshop on Unsupervised Lexical Acquisition",
"volume": "",
"issue": "",
"pages": "9--16",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koehn, Philipp and Kevin Knight. 2002. Learning a translation lexicon from monolingual corpora. In Proceedings of the ACL-02 Workshop on Unsupervised Lexical Acquisition, pages 9-16, Philadelphia, PA.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "The Hungarian method for the assignment problem",
"authors": [
{
"first": "Harold",
"middle": [
"W"
],
"last": "Kuhn",
"suffix": ""
}
],
"year": 1955,
"venue": "Naval Research Logistics Quarterly",
"volume": "2",
"issue": "1-2",
"pages": "83--97",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kuhn, Harold W. 1955. The Hungarian method for the assignment problem. Naval Research Logistics Quarterly, 2(1-2):83-97.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "A linguistically grounded graph model for bilingual lexicon extraction",
"authors": [
{
"first": "Florian",
"middle": [],
"last": "Laws",
"suffix": ""
},
{
"first": "Lukas",
"middle": [],
"last": "Michelbacher",
"suffix": ""
},
{
"first": "Beate",
"middle": [],
"last": "Dorow",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "Scheible",
"suffix": ""
},
{
"first": "Ulrich",
"middle": [],
"last": "Heid",
"suffix": ""
},
{
"first": "Hinrich",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
}
],
"year": 2010,
"venue": "COLING 2010: Posters",
"volume": "",
"issue": "",
"pages": "614--622",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Laws, Florian, Lukas Michelbacher, Beate Dorow, Christian Scheible, Ulrich Heid, and Hinrich Sch\u00fctze. 2010. A linguistically grounded graph model for bilingual lexicon extraction. In COLING 2010: Posters, pages 614-622, Beijing.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Report of NEWS 2009 machine transliteration shared task",
"authors": [
{
"first": "Haizhou",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Kumaran",
"suffix": ""
},
{
"first": "Vladimir",
"middle": [],
"last": "Pervouchine",
"suffix": ""
},
{
"first": "Min",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 2009 Named Entities Workshop: Shared Task on Transliteration",
"volume": "",
"issue": "",
"pages": "1--18",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Li, Haizhou, A. Kumaran, Vladimir Pervouchine, and Min Zhang. 2009. Report of NEWS 2009 machine transliteration shared task. In Proceedings of the 2009 Named Entities Workshop: Shared Task on Transliteration (NEWS 2009), pages 1-18, Suntec.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Panlingual lexical translation via probabilistic inference",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Mausam",
"suffix": ""
},
{
"first": "Oren",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "Daniel",
"middle": [
"S"
],
"last": "Etzioni",
"suffix": ""
},
{
"first": "Kobi",
"middle": [],
"last": "Weld",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Reiter",
"suffix": ""
},
{
"first": "Marcus",
"middle": [],
"last": "Skinner",
"suffix": ""
},
{
"first": "Jeff",
"middle": [],
"last": "Sammer",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bilmes",
"suffix": ""
}
],
"year": 2010,
"venue": "Artificial Intelligence",
"volume": "174",
"issue": "",
"pages": "619--637",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mausam, Stephen Soderland, Oren Etzioni, Daniel S. Weld, Kobi Reiter, Michael Skinner, Marcus Sammer, and Jeff Bilmes. 2010. Panlingual lexical translation via probabilistic inference. Artificial Intelligence, 174:619-637.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Improving machine translation performance by exploiting non-parallel corpora",
"authors": [
{
"first": "Dragos",
"middle": [],
"last": "Munteanu",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Marcu",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Conference of the Association for Computational Linguistics (ACL)",
"volume": "31",
"issue": "",
"pages": "477--504",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Munteanu, Dragos and Daniel Marcu. 2006. Extracting parallel sub-sentential fragments from non-parallel corpora. In Proceedings of the Conference of the Association for Computational Linguistics (ACL), pages 81-88, Sydney. Munteanu, Dragos Stefan and Daniel Marcu. 2005. Improving machine translation performance by exploiting non-parallel corpora. Computational Linguistics, 31:477-504.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Deciphering foreign language by combining language models and context vectors",
"authors": [
{
"first": "Malte",
"middle": [],
"last": "Nuhn",
"suffix": ""
},
{
"first": "Arne",
"middle": [],
"last": "Mauser",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Long Papers",
"volume": "1",
"issue": "",
"pages": "156--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nuhn, Malte, Arne Mauser, and Hermann Ney. 2012. Deciphering foreign language by combining language models and context vectors. In Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Long Papers-Volume 1, pages 156-164, Jeju Island.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Discriminative training and maximum entropy models for statistical machine translation",
"authors": [
{
"first": "Franz",
"middle": [
"Josef"
],
"last": "Och",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "295--302",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Och, Franz Josef and Hermann Ney. 2002. Discriminative training and maximum entropy models for statistical machine translation. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 295-302, Philadelphia, PA.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "The language demographics of Amazon Mechanical Turk. Transactions of the Association for Computational Linguistics (TACL)",
"authors": [
{
"first": "Ellie",
"middle": [],
"last": "Pavlick",
"suffix": ""
},
{
"first": "Matt",
"middle": [],
"last": "Post",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Irvine",
"suffix": ""
},
{
"first": "Dmitry",
"middle": [],
"last": "Kachaev",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "2",
"issue": "",
"pages": "79--92",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pavlick, Ellie, Matt Post, Ann Irvine, Dmitry Kachaev, and Chris Callison-Burch. 2014. The language demographics of Amazon Mechanical Turk. Transactions of the Association for Computational Linguistics (TACL), 2:79-92.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Burstiness of verbs and derived nouns",
"authors": [
{
"first": "Janet",
"middle": [
"B"
],
"last": "Pierrehumbert",
"suffix": ""
}
],
"year": 2012,
"venue": "Shall We Play the Festschrift Game",
"volume": "",
"issue": "",
"pages": "99--115",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pierrehumbert, Janet B. 2012. Burstiness of verbs and derived nouns. In Diana, Santos, Krister Lind\u00e9n, and Wanjiku Ng\u00d5ang\u00d5a, editors, Shall We Play the Festschrift Game? Springer Berlin Heidelberg, pages 99-115.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Generative models of noisy translations with applications to parallel fragment extraction",
"authors": [
{
"first": "Chris",
"middle": [],
"last": "Quirk",
"suffix": ""
},
{
"first": "Raghavendra",
"middle": [],
"last": "Udupa",
"suffix": ""
},
{
"first": "Arul",
"middle": [],
"last": "Menezes",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Machine Translation Summit",
"volume": "",
"issue": "",
"pages": "337--384",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Quirk, Chris, Raghavendra Udupa, and Arul Menezes. 2007. Generative models of noisy translations with applications to parallel fragment extraction. In Proceedings of the Machine Translation Summit, pages 337-384, Copenhagen.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Identifying word translations in non-parallel texts",
"authors": [
{
"first": "Reinhard",
"middle": [],
"last": "Rapp",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "320--322",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rapp, Reinhard. 1995. Identifying word translations in non-parallel texts. In Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics, pages 320-322, Cambridge, MA.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Automatic identification of word translations from unrelated English and German corpora",
"authors": [
{
"first": "Reinhard",
"middle": [],
"last": "Rapp",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "519--526",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rapp, Reinhard. 1999. Automatic identification of word translations from unrelated English and German corpora. In Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics, pages 519-526, College Park, MD.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Deciphering foreign language",
"authors": [
{
"first": "Sujith",
"middle": [],
"last": "Ravi",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "12--21",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ravi, Sujith and Kevin Knight. 2011. Deciphering foreign language. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies, pages 12-21, Portland, OR.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Graph propagation for paraphrasing out-of-vocabulary words in statistical machine translation",
"authors": [
{
"first": "Majid",
"middle": [],
"last": "Razmara",
"suffix": ""
},
{
"first": "Maryam",
"middle": [],
"last": "Siahbani",
"suffix": ""
},
{
"first": "Reza",
"middle": [],
"last": "Haffari",
"suffix": ""
},
{
"first": "Anoop",
"middle": [],
"last": "Sarkar",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "349--380",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Razmara, Majid, Maryam Siahbani, Reza Haffari and Anoop Sarkar. 2013. Graph propagation for paraphrasing out-of-vocabulary words in statistical machine translation. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1105-1115, Sofia. Resnik, Philip and Noah A. Smith. 2003. The Web as a parallel corpus. Computational Linguistics, 29:349-380.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Translation Discovery Using Diverse Similarity Measures",
"authors": [
{
"first": "Charles",
"middle": [],
"last": "Schafer",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schafer, Charles. 2006. Translation Discovery Using Diverse Similarity Measures. Ph.D. thesis, Johns Hopkins University, Baltimore, MD.",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "Inducing translation lexicons via diverse similarity measures and bridge languages",
"authors": [
{
"first": "Charles",
"middle": [],
"last": "Schafer",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 6th Conference on Natural Language Learning",
"volume": "20",
"issue": "",
"pages": "1--7",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schafer, Charles and David Yarowsky. 2002. Inducing translation lexicons via diverse similarity measures and bridge languages. In Proceedings of the 6th Conference on Natural Language Learning -Volume 20, COLING-02, pages 1-7, Stroudsburg, PA.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "Extracting parallel sentences from comparable corpora using document level alignment",
"authors": [
{
"first": "Jason",
"middle": [
"R"
],
"last": "Smith",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Quirk",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
}
],
"year": 2010,
"venue": "Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "403--411",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Smith, Jason R., Chris Quirk, and Kristina Toutanova. 2010. Extracting parallel sentences from comparable corpora using document level alignment. In Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics, pages 403-411, Los Angeles, CA.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "Bilingual lexicon extraction from comparable corpora using label propagation",
"authors": [
{
"first": "Benjamin",
"middle": [],
"last": "Snyder",
"suffix": ""
},
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
},
{
"first": "Akihiro",
"middle": [],
"last": "Tamura",
"suffix": ""
},
{
"first": "Taro",
"middle": [],
"last": "Watanabe",
"suffix": ""
},
{
"first": "Eiichiro",
"middle": [],
"last": "Sumita",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "24--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Snyder, Benjamin, Regina Barzilay, and Kevin Knight. 2010. A statistical model for lost language decipherment. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, pages 1048-1057, Uppsala. Tamura, Akihiro, Taro Watanabe, and Eiichiro Sumita. 2012. Bilingual lexicon extraction from comparable corpora using label propagation. In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pages 24-36, Jeju Island.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Unsupervised named entity transliteration using temporal and phonetic correlation",
"authors": [
{
"first": "Tao",
"middle": [],
"last": "Tao",
"suffix": ""
},
{
"first": "Su-Youn",
"middle": [],
"last": "Yoon",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Fister",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Sproat",
"suffix": ""
},
{
"first": "Chengxiang",
"middle": [],
"last": "Zhai",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "250--257",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tao, Tao, Su-Youn Yoon, Andrew Fister, Richard Sproat, and ChengXiang Zhai. 2006. Unsupervised named entity transliteration using temporal and phonetic correlation. In Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, pages 250-257, Sydney.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "From frequency to meaning: Vector space models of semantics",
"authors": [
{
"first": "Peter",
"middle": [
"D"
],
"last": "Turney",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": ""
}
],
"year": 2010,
"venue": "Journal of Artificial Intelligence Research (JAIR)",
"volume": "37",
"issue": "",
"pages": "141--188",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Turney, Peter D. and Patrick Pantel. 2010. From frequency to meaning: Vector space models of semantics. Journal of Artificial Intelligence Research (JAIR), 37:141-188.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "Transliteration of proper names in cross-lingual information retrieval",
"authors": [
{
"first": "Paola",
"middle": [],
"last": "Virga",
"suffix": ""
},
{
"first": "Sanjeev",
"middle": [],
"last": "Khudanpur",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Virga, Paola and Sanjeev Khudanpur. 2003. Transliteration of proper names in cross-lingual information retrieval.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "Proceedings of the ACL 2003 Workshop on Multilingual and Mixed-language Named Entity Recognition",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "57--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Proceedings of the ACL 2003 Workshop on Multilingual and Mixed-language Named Entity Recognition, pages 57-64, Sapporo.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "A computational approach to deciphering unknown scripts",
"authors": [
{
"first": "Kenji",
"middle": [],
"last": "Yamada",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the ACL Workshop on Unsupervised Learning in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "37--44",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yamada, Kenji and Kevin Knight. 1999. A computational approach to deciphering unknown scripts. In Proceedings of the ACL Workshop on Unsupervised Learning in Natural Language Processing, pages 37-44, College Park, MD.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "Multilingual transliteration using feature based phonetic method",
"authors": [
{
"first": "",
"middle": [],
"last": "Yoon",
"suffix": ""
},
{
"first": "Kyoung-Young",
"middle": [],
"last": "Su-Youn",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sproat",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "112--119",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yoon, Su-Youn, Kyoung-Young Kim, and Richard Sproat. 2007. Multilingual transliteration using feature based phonetic method. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics, pages 112-119, Prague.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Mining translations of OOV terms from the Web through cross-lingual query expansion",
"authors": [
{
"first": "Ying",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Fei",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Vogel",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Conference on Research and Developments in Information Retrieval (SIGIR)",
"volume": "",
"issue": "",
"pages": "669--670",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhang, Ying, Fei Huang, and Stephan Vogel. 2005. Mining translations of OOV terms from the Web through cross-lingual query expansion. In Proceedings of the Conference on Research and Developments in Information Retrieval (SIGIR), pages 669-670, Salvador.",
"links": null
}
},
"ref_entries": {
"FIGREF1": {
"text": "Figure 1 Example of projecting contextual vectors over a seed bilingual lexicon. In monolingual text, Spanish crecer appears in the context of the words empleo, extranjero, etc. A context vector is built and projected across a seed dictionary. Context vectors for English words (policy, expand, etc.) are collected and then compared against the projected context vector for Spanish crecer (which can be glossed as grow). Words with similar context vectors are likely to be translations of one another.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "Figure 3 Illustration of how we compute the topical similarity between troops and three Russian candidate translations. We first collect the topical signatures for each word (e.g., troops appears on the page about Barack Obama 15 times and in the page about Virginia 32 times) based on the interlingually linked pages. We can then directly compare each pair of topical signatures. English glosses for the three Russian words are (from left to right): troops, tomorrow, and flower.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF4": {
"text": ". 4.3.3 Per-Feature Results.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF5": {
"text": "Figure 4shows the performance of each of the monolingual similarity measures alone, as well as the baseline and discriminative combinations.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF6": {
"text": "5.1.1 Varying the Number of Translated Word Pairs.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF7": {
"text": "Top-10 bilingual lexicon induction accuracy of the baseline MRR approach to combining signals and our proposed supervised approach for each of 24 languages.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF9": {
"text": "Bilingual lexicon induction learning curves over varying comparable corpora sizes for (a) Gujarati, (b) Albanian, (c) Azeri, and (d) Tamil. The x-axis is shown on a log scale.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF11": {
"text": "Bilingual lexicon induction as a function of source word frequency in Wikipedia monolingual data. Frequency is plotted along the x-axis. Among the languages shown, we have the least monolingual data for Somali and the most for Swedish.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF13": {
"text": "Bilingual lexicon induction as a function of source word burstiness in Wikipedia monolingual data. Burstiness is plotted on the x-axis. It is calculated according to Equation (6).",
"uris": null,
"num": null,
"type_str": "figure"
},
"TABREF0": {
"text": "Examples of translation candidates ranked using contextual similarity. The correct English translations, when found, are bolded. English words are ordered by their contextual similarity scores with the given Spanish word. Here are glosses of the Spanish words: alcanzaron: reach, sanitario: sanitary, desarrollos: development/growth, volc\u00e1nica: volcanic, and montana: montana.",
"content": "<table><tr><td>alcanzaron</td><td>sanitario</td><td>desarrollos</td><td>volc\u00e1nica</td><td>montana</td></tr><tr><td>reached</td><td>exil</td><td>advances</td><td>volcanic</td><td>arendt</td></tr><tr><td>enjoyed</td><td colspan=\"3\">rhombohedral developments eruptive</td><td>montana</td></tr><tr><td>contained</td><td>apt</td><td>changes</td><td>coney</td><td>glasse</td></tr><tr><td>contains</td><td>immune</td><td>placing</td><td>rhonde</td><td>teter</td></tr><tr><td>saw</td><td>circulatory</td><td>innovations</td><td>bleaker</td><td>waddingham</td></tr><tr><td>includes</td><td>nervous</td><td>use</td><td>staten</td><td>daryl</td></tr><tr><td>included</td><td>endocrine</td><td>changes</td><td>robben</td><td>callowhill</td></tr><tr><td>hit</td><td>coordinate</td><td>making</td><td>ostrov</td><td>richings</td></tr><tr><td>achieved</td><td>ucsd</td><td>addition</td><td colspan=\"2\">ellesmere beswick</td></tr><tr><td>estates</td><td>windowing</td><td>allowing</td><td>gilligan</td><td>holgersson</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF1": {
"text": "Examples of translation candidates ranked using temporal similarity. The correct English translations, when found, are bolded. English words are ordered by their temporal similarity scores with the given Spanish word.",
"content": "<table><tr><td>alcanzaron</td><td>sanitario</td><td>desarrollos</td><td>volc\u00e1nica</td><td>montana</td></tr><tr><td>travel</td><td colspan=\"2\">snowpocalypse occupied</td><td>wawel</td><td>dzv</td></tr><tr><td>road</td><td>airport</td><td>aer</td><td>volcanic</td><td>spatz</td></tr><tr><td>news</td><td>dioxide</td><td>madoff</td><td>ash</td><td>centimes</td></tr><tr><td>services</td><td>steinmeier</td><td colspan=\"2\">declaration spewed</td><td>kleve</td></tr><tr><td>arts</td><td>gobbling</td><td>ponzi</td><td colspan=\"2\">eyjafjallajokull reallocate</td></tr><tr><td>word</td><td>investigating</td><td>affects</td><td>otunbajewa</td><td>frostrup</td></tr><tr><td>special</td><td>convicted</td><td>suspected</td><td>eruption</td><td>roze</td></tr><tr><td>chief</td><td>spy</td><td>fed</td><td>cloud</td><td>minc</td></tr><tr><td>top</td><td>offices</td><td>combat</td><td>rubell</td><td>bicyclists</td></tr><tr><td>inspired</td><td>bond</td><td>arrested</td><td>dormancy</td><td>lgbt</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF2": {
"text": "Examples of translation candidates ranked using orthographic similarity. The correct English translations, when found, are bolded. English words are ordered by their orthographic similarity scores with the given Spanish word.",
"content": "<table><tr><td>alcanzaron</td><td>sanitario</td><td>desarrollos</td><td>volc\u00e1nica</td><td>montana</td></tr><tr><td>alcantara</td><td>sanitary</td><td>ferroalloy</td><td>volcanic</td><td>montana</td></tr><tr><td>albanian</td><td>sanitation</td><td>barrosos</td><td colspan=\"2\">volcanism fontana</td></tr><tr><td>lazzaroni</td><td>unitario</td><td>destroyers</td><td>voltaic</td><td>montane</td></tr><tr><td>lanaro</td><td colspan=\"2\">sanitarium mccarroll</td><td>vacancy</td><td>mentana</td></tr><tr><td>aleandro</td><td>sanitation</td><td>disallows</td><td>konica</td><td>montagna</td></tr><tr><td>lazaros</td><td>sagittario</td><td>disallow</td><td>dominica</td><td>montanha</td></tr><tr><td>canaro</td><td>sanitarias</td><td>scrolls</td><td>veronica</td><td>montan</td></tr><tr><td>alianza</td><td>kantaro</td><td>payrolls</td><td>monica</td><td>montano</td></tr><tr><td>lazaro</td><td colspan=\"2\">sanitorium carroll</td><td>volcano</td><td>montani</td></tr><tr><td>catanzaro</td><td>santoro</td><td>steamrolls</td><td>vratnica</td><td>montand</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF3": {
"text": "Examples of translation candidates ranked using topic similarity. The correct English translations, when found, are bolded. English words are ordered by their topic similarity scores with the given Spanish word.",
"content": "<table><tr><td>alcanzaron</td><td>sanitario</td><td>desarrollos</td><td>volc\u00e1nica</td><td>montana</td></tr><tr><td>reached</td><td>health</td><td colspan=\"2\">developments volcanic</td><td>montana</td></tr><tr><td>began</td><td>transcultural</td><td>developed</td><td>eruptions</td><td>miley</td></tr><tr><td>led</td><td>medical</td><td>development</td><td>volcanism</td><td>hannah</td></tr><tr><td>however</td><td>sanitation</td><td>used</td><td>lava</td><td>beartooth</td></tr><tr><td>early</td><td>patient</td><td>using</td><td>plumes</td><td>cyrus</td></tr><tr><td>including</td><td>deliverables</td><td>modern</td><td>eruption</td><td>crazier</td></tr><tr><td>took</td><td colspan=\"2\">pharmaceutical based</td><td>volcano</td><td>bozeman</td></tr><tr><td>remained</td><td>sewerage</td><td>important</td><td>volcanoes</td><td>chelsom</td></tr><tr><td>several</td><td>healthcare</td><td>history</td><td>breakouts</td><td>absaroka</td></tr><tr><td>continued</td><td>care</td><td>different</td><td colspan=\"2\">volcanically baucus</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF4": {
"text": "Examples of highest and lowest ranked English words according to two measures of burstiness. Empirical estimates were taken from a subset of English Wikipedia data.",
"content": "<table><tr><td>Frequency, f , and</td><td/><td>IDF</td><td colspan=\"2\">Burstiness</td></tr><tr><td>number of words, n</td><td>Top-5</td><td>Bottom-5</td><td>Top-5</td><td>Bottom-5</td></tr><tr><td/><td>kratsa</td><td colspan=\"3\">contemporaneously straubing-bogen wavering</td></tr><tr><td/><td>tebet</td><td>unrecognizable</td><td>tebet</td><td>busing</td></tr><tr><td>f = 50, n = 802</td><td>kagome</td><td>categorizing</td><td>cloppenburg</td><td>unconvinced</td></tr><tr><td/><td>khald\u016bn</td><td>modern-style</td><td>autosan</td><td>redesigning</td></tr><tr><td/><td colspan=\"2\">psittacosaurus crazed</td><td>g\u00f8ta</td><td>oftentimes</td></tr><tr><td/><td>subarticle</td><td>call-ups</td><td>pened\u00e8s</td><td>demoralized</td></tr><tr><td/><td>trackmania</td><td>workable</td><td>lyrebird</td><td>misgivings</td></tr><tr><td>f = 100, n = 303</td><td>lyrebird</td><td>purports</td><td>azarbaijan</td><td>precluded</td></tr><tr><td/><td>g\u00e2rbea</td><td>outnumber</td><td>padstow</td><td>workable</td></tr><tr><td/><td>biecz</td><td>unmatched</td><td>trackmania</td><td>forestall</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF5": {
"text": "Statistics for the data used in our experiments.",
"content": "<table><tr><td>Language</td><td>Dictionary entries</td><td>Wikipedia</td><td>Interlanguage</td><td>Web crawl</td><td>Web crawl</td></tr><tr><td/><td>(freq \u2265 10)</td><td>words</td><td>links</td><td>words</td><td>dates</td></tr><tr><td>Albanian</td><td>7,314</td><td>6,388,669</td><td>19,860</td><td>9,127,415</td><td/></tr><tr><td>Azeri</td><td>5,668</td><td>6,747,026</td><td>26,896</td><td>3,842,179</td><td/></tr><tr><td>Bengali</td><td>5,368</td><td>4,998,454</td><td>18,603</td><td>8,295,164</td><td/></tr><tr><td>Bosnian</td><td>7,139</td><td>7,515,961</td><td>19,981</td><td>8,647,129</td><td/></tr><tr><td>Bulgarian</td><td>8,587</td><td>33,926,577</td><td>88,436</td><td>34,042,882</td><td>1208</td></tr><tr><td>Cebuano</td><td>899</td><td>2,755,209</td><td>52,026</td><td>1,886,463</td><td/></tr><tr><td>Gujarati</td><td>4,442</td><td>3,958,031</td><td>3,909</td><td>1,084,719</td><td/></tr><tr><td>Hindi</td><td>6,585</td><td>16,198,183</td><td>25,078</td><td>31,123,091</td><td/></tr><tr><td>Hungarian</td><td>2,268</td><td>69,695,400</td><td>127,406</td><td>542,736</td><td/></tr><tr><td>Indonesian</td><td>4,805</td><td>26,769,690</td><td>83,274</td><td>5,067,534</td><td/></tr><tr><td>Latvian</td><td>7,311</td><td>9,432,914</td><td>33,024</td><td>36,156,391</td><td/></tr><tr><td>Nepali</td><td>3,535</td><td>1,878,168</td><td>5,854</td><td>3,489,101</td><td/></tr><tr><td>Romanian</td><td>6,600</td><td>34,672,327</td><td>135,874</td><td>17,608,197</td><td/></tr><tr><td>Serbian</td><td>7,403</td><td>37,575,834</td><td>131,854</td><td>15,194,828</td><td/></tr><tr><td>Slovak</td><td>7,346</td><td>23,477,764</td><td>107,958</td><td>113,163,058</td><td>1043</td></tr><tr><td>Somali</td><td>1,125</td><td>267,383</td><td>1,470</td><td>3,250,014</td><td/></tr><tr><td>Spanish</td><td>7,780</td><td>232,437,776</td><td>374,651</td><td>913,465,084</td><td>3718</td></tr><tr><td>Swedish</td><td>5,534</td><td>70,923,386</td><td>274,152</td><td>11,307,825</td><td/></tr><tr><td>Tamil</td><td>4,735</td><td>9,154,660</td><td>23,468</td><td>3,928,554</td><td/></tr><tr><td>Telugu</td><td>5,136</td><td>8,769,259</td><td>8,841</td><td>3,254,373</td><td/></tr><tr><td>Turkish</td><td>6,139</td><td>30,385,844</td><td>89,577</td><td>14,409,942</td><td>1165</td></tr><tr><td>Ukrainian</td><td>8,469</td><td>72,135,536</td><td>208,915</td><td>21,836,916</td><td>1350</td></tr><tr><td>Uzbek</td><td>969</td><td>5,368,879</td><td>71,081</td><td>8,304,074</td><td/></tr><tr><td>Vietnamese</td><td>1,823</td><td>53,471,136</td><td>194,374</td><td>2,468,179</td><td/></tr><tr><td>Welsh</td><td>4,207</td><td>4,414,153</td><td>28,066</td><td>6,573,628</td><td/></tr><tr><td>Average</td><td>5,247</td><td>30,932,729</td><td>86,185</td><td>51,122,779</td><td/></tr><tr><td>Median</td><td>5,534</td><td>9,432,914</td><td>52,026</td><td>8,304,074</td><td/></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF6": {
"text": "Web Crawls Prefix Contextual Similarity, (10) Web Crawls Prefix Temporal Similarity, (11) Web Crawls Suffix Contextual Similarity, (12) Web Crawls Suffix Temporal Similarity, (13) Wikipedia Prefix Contextual Similarity, (14) Wikipedia Prefix Topical Similarity, (15) Wikipedia Suffix Contextual Similarity, (16) Wikipedia Suffix Topical Similarity, (17) String Identity, and (18) Inverse Log of Target Wikipedia Frequency.",
"content": "<table><tr><td>Wikipedia Contextual Similarity, (5) Wikipedia Topic Similarity, (6) Wikipedia</td></tr><tr><td>Frequency Similarity, (7) Wikipedia IDF Similarity, (8) Wikipedia Burstiness Similarity,</td></tr><tr><td>(9)</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF7": {
"text": "Number of candidate English words, by source language. English candidates appear at least ten times in the monolingual corpora.",
"content": "<table><tr><td colspan=\"2\">Language Candidates</td><td>Language</td><td>Candidates</td><td>Language</td><td>Candidates</td></tr><tr><td>Albanian</td><td>102,998</td><td>Hungarian</td><td>199,293</td><td>Swedish</td><td>286,774</td></tr><tr><td>Azeri</td><td>113,751</td><td>Indonesian</td><td>157,209</td><td>Tamil</td><td>89,316</td></tr><tr><td>Bengali</td><td>76,014</td><td>Latvian</td><td>115,933</td><td>Telugu</td><td>54,415</td></tr><tr><td>Bosnian</td><td>89,871</td><td>Nepali</td><td>38,895</td><td>Turkish</td><td>185,906</td></tr><tr><td>Bulgarian</td><td>181,510</td><td>Romanian</td><td>203,665</td><td>Ukrainian</td><td>232,221</td></tr><tr><td>Cebuano</td><td>59,546</td><td>Serbian</td><td>188,282</td><td>Uzbek</td><td>98,191</td></tr><tr><td>Gujarati</td><td>34,289</td><td>Slovak</td><td>171,250</td><td>Vietnamese</td><td>159,240</td></tr><tr><td>Hindi</td><td>101,777</td><td>Somali</td><td>43,826</td><td>Welsh</td><td>97,317</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF8": {
"text": "The results here show the mean of the correlation coefficient between all pairs of signals across the 24 languages.",
"content": "<table><tr><td/><td>crawls-cont</td><td/><td/><td/><td/><td/><td/></tr><tr><td>wiki-cont</td><td>-0.15</td><td>wiki-cont</td><td/><td/><td/><td/><td/></tr><tr><td>temporal</td><td>-0.14</td><td>-0.19</td><td>temporal</td><td/><td/><td/><td/></tr><tr><td>orthography</td><td>-0.28</td><td>-0.31</td><td>-0.28</td><td>orth.</td><td/><td/><td/></tr><tr><td>topic</td><td>-0.15</td><td>-0.14</td><td>-0.13</td><td colspan=\"2\">-0.30 topic</td><td/><td/></tr><tr><td>frequency</td><td>0.01</td><td>0.13</td><td>0.02</td><td>-0.18</td><td>0.13</td><td>freq.</td><td/></tr><tr><td>burstiness</td><td>-0.10</td><td>0.06</td><td>-0.07</td><td>0.06</td><td>0.11</td><td colspan=\"2\">0.28 burst.</td></tr><tr><td>idf</td><td>0.06</td><td>0.10</td><td>-0.12</td><td>-0.01</td><td>0.00</td><td>0.49</td><td>0.14</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
},
"TABREF11": {
"text": "Using three negative examples for each positive example optimized performance on the development set. At test time, after scoring all source-language words in the test set paired with all English words",
"content": "<table><tr><td/><td>1.0</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Accuracy in Top\u221210</td><td>0.2 0.4 0.6 0.8</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>0.0</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>Crawls Context</td><td>Edit Distance</td><td>Crawls Time</td><td>Wiki Context</td><td>Wiki Topic</td><td>Prefix Wiki Context</td><td>Prefix Wiki Topic</td><td>Prefix Crawls Context</td><td>Prefix Crawls Time</td><td>Suffix Wiki Context</td><td>Suffix Wiki Topic</td><td>Suffix Crawls Context</td><td>Suffix Crawls Time</td><td>Is\u2212Identical</td><td>Diff Log Freqs</td><td>Inverse Log Trg Freq</td><td>Burstiness</td><td>IDF</td><td>MRR</td><td>Discriminative Model</td></tr></table>",
"html": null,
"num": null,
"type_str": "table"
}
}
}
}