| { |
| "paper_id": "E06-1030", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:35:17.339752Z" |
| }, |
| "title": "Web Text Corpus for Natural Language Processing", |
| "authors": [ |
| { |
| "first": "Vinci", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sydney NSW 2006", |
| "location": { |
| "country": "Australia" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "R" |
| ], |
| "last": "Curran", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sydney NSW 2006", |
| "location": { |
| "country": "Australia" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Web text has been successfully used as training data for many NLP applications. While most previous work accesses web text through search engine hit counts, we created a Web Corpus by downloading web pages to create a topic-diverse collection of 10 billion words of English. We show that for context-sensitive spelling correction the Web Corpus results are better than using a search engine. For thesaurus extraction, it achieved similar overall results to a corpus of newspaper text. With many more words available on the web, better results can be obtained by collecting much larger web corpora.", |
| "pdf_parse": { |
| "paper_id": "E06-1030", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Web text has been successfully used as training data for many NLP applications. While most previous work accesses web text through search engine hit counts, we created a Web Corpus by downloading web pages to create a topic-diverse collection of 10 billion words of English. We show that for context-sensitive spelling correction the Web Corpus results are better than using a search engine. For thesaurus extraction, it achieved similar overall results to a corpus of newspaper text. With many more words available on the web, better results can be obtained by collecting much larger web corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Traditional written corpora for linguistics research are created primarily from printed text, such as newspaper articles and books. With the growth of the World Wide Web as an information resource, it is increasingly being used as training data in Natural Language Processing (NLP) tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There are many advantages to creating a corpus from web data rather than printed text. All web data is already in electronic form and therefore readable by computers, whereas not all printed data is available electronically. The vast amount of text available on the web is a major advantage, with Keller and Lapata (2003) estimating that over 98 billion words were indexed by Google in 2003.", |
| "cite_spans": [ |
| { |
| "start": 297, |
| "end": 321, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The performance of NLP systems tends to improve with increasing amount of training data. Banko and Brill (2001) showed that for contextsensitive spelling correction, increasing the training data size increases the accuracy, for up to 1 billion words in their experiments.", |
| "cite_spans": [ |
| { |
| "start": 89, |
| "end": 111, |
| "text": "Banko and Brill (2001)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To date, most NLP tasks that have utilised web data have accessed it through search engines, using only the hit counts or examining a limited number of results pages. The tasks are reduced to determining n-gram probabilities which are then estimated by hit counts from search engine queries. This method only gathers information from the hit counts but does not require the computationally expensive downloading of actual text for analysis. Unfortunately search engines were not designed for NLP research and the reported hit counts are subject to uncontrolled variations and approximations (Nakov and Hearst, 2005) . Volk (2002) proposed a linguistic search engine to extract word relationships more accurately.", |
| "cite_spans": [ |
| { |
| "start": 591, |
| "end": 615, |
| "text": "(Nakov and Hearst, 2005)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 618, |
| "end": 629, |
| "text": "Volk (2002)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We created a 10 billion word topic-diverse Web Corpus by spidering websites from a set of seed URLs. The seed set is selected from the Open Directory to ensure that a diverse range of topics is included in the corpus. A process of text cleaning transforms the HTML text into a form useable by most NLP systems -tokenised words, one sentence per line. Text filtering removes unwanted text from the corpus, such as non-English sentences and most lines of text that are not grammatical sentences. We compare the vocabulary of the Web Corpus with newswire.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our Web Corpus is evaluated on two NLP tasks. Context-sensitive spelling correction is a disambiguation problem, where the correction word in a confusion set (e.g. {their, they're}) needs to be selected for a given context. Thesaurus extraction is a similarity task, where synonyms of a target word are extracted from a corpus of unlabelled text. Our evaluation demonstrates that web text can be used for the same tasks as search engine hit counts and newspaper text. However, there is a much larger quantity of freely available web text to exploit.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The web has become an indispensible resource with a vast amount of information available. Many NLP tasks have successfully utilised web data, including machine translation (Grefenstette, 1999) , prepositional phrase attachment (Volk, 2001) , and other-anaphora resolution (Modjeska et al., 2003) .", |
| "cite_spans": [ |
| { |
| "start": 172, |
| "end": 192, |
| "text": "(Grefenstette, 1999)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 227, |
| "end": 239, |
| "text": "(Volk, 2001)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 272, |
| "end": 295, |
| "text": "(Modjeska et al., 2003)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Existing Web Corpora", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Most NLP systems that have used the web access it via search engines such as Altavista and Google. N-gram counts are approximated by literal queries \"w 1 ... w n \". Relations between two words are approximated in Altavista by the NEAR operator (which locates word pairs within 10 tokens of each other). The overall coverage of the queries can be expanded by morphological expansion of the search terms. Keller and Lapata (2003) demonstrated a high degree of correlation between n-gram estimates from search engine hit counts and n-gram frequencies obtained from traditional corpora such as the British National Corpus (BNC). The hit counts also had a higher correlation to human plausibility judgements than the BNC counts.", |
| "cite_spans": [ |
| { |
| "start": 403, |
| "end": 427, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Engine Hit Counts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The web count method contrasts with traditional methods where the frequencies are obtained from a corpus of locally available text. While the corpus is much smaller than the web, an accurate count and further text processing is possible because all of the contexts are readily accessible. The web count method obtains only an approximate number of matches on the web, with no control over which pages are indexed by the search engines and with no further analysis possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Engine Hit Counts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "There are a number of limitations in the search engine approximations. As many search engines discard punctuation information (especially when using the NEAR operator), words considered adjacent to each other could actually lie in different sentences or paragraphs. For example in Volk (2001) , the system assumes that a preposition attaches to a noun simply when the noun appears within a fixed context window of the preposition. The preposition and noun could in fact be related differently or be in different sentences altogether.", |
| "cite_spans": [ |
| { |
| "start": 281, |
| "end": 292, |
| "text": "Volk (2001)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Engine Hit Counts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The speed of querying search engines is another concern. Keller and Lapata (2003) needed to obtain the frequency counts of 26,271 test adjective pairs from the web and from the BNC for the task of prenominal adjective ordering. While extract-ing this information from the BNC presented no difficulty, making so many queries to the Altavista was too time-consuming. They had to reduce the size of the test set to obtain a result. Lapata and Keller (2005) performed a wide range of NLP tasks using web data by querying Altavista and Google. This included variety of generation tasks (e.g. machine translation candidate selection) and analysis tasks (e.g. prepositional phrase attachment, countability detection). They showed that while web counts usually outperformed BNC counts and consistently outperformed the baseline, the best performing system is usually a supervised method trained on annotated data. Keller and Lapata concluded that having access linguistic information (accurate n-gram counts, POS tags, and parses) outperforms using a large amount of web data.", |
| "cite_spans": [ |
| { |
| "start": 57, |
| "end": 81, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 429, |
| "end": 453, |
| "text": "Lapata and Keller (2005)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search Engine Hit Counts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "A few projects have utilised data downloaded from the web. Ravichandran et al. (2005) used a collection of 31 million web pages to produce noun similarity lists. They found that most NLP algorithms are unable to run on web scale data, especially those with quadratic running time. Halacsy et al. (2004) created a Hungarian corpus from the web by downloading text from the .hu domain. From a 18 million page crawl of the web a 1 billion word corpus is created (removing duplicates and non-Hungarian text).", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 85, |
| "text": "Ravichandran et al. (2005)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 281, |
| "end": 302, |
| "text": "Halacsy et al. (2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Spidered Web Corpora", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "A terabyte-sized corpus of the web was collected at the University of Waterloo in 2001. A breadth first search from a seed set of university home pages yielded over 53 billion words, requiring 960GB of storage. Clarke et al. (2002) and Terra and Clarke (2003) used this corpus for their question answering system. They obtained increasing performance with increasing corpus size but began reaching asymptotic behaviour at the 300-500GB range.", |
| "cite_spans": [ |
| { |
| "start": 211, |
| "end": 231, |
| "text": "Clarke et al. (2002)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 236, |
| "end": 259, |
| "text": "Terra and Clarke (2003)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Spidered Web Corpora", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "There are many challenges in creating a web corpus, as the World Wide Web is unstructured and without a definitive directory. No simple method exists to collect a large representative sample of the web. Two main approaches exist for collecting representative web samples -IP address sampling and random walks. The IP address sampling technique randomly generates IP addresses and explores any websites found (Lawrence and Giles, 1999) . This method requires substantial resources as many attempts are made for each website found. Lawrence and Giles reported that 1 in 269 tries found a web server.", |
| "cite_spans": [ |
| { |
| "start": 408, |
| "end": 434, |
| "text": "(Lawrence and Giles, 1999)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Creating the Web Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Random walk techniques attempt to simulate a regular undirected web graph (Henzinger et al., 2000) . In such a graph, a random walk would produce a uniform sample of the nodes (i.e. the web pages). However, only an approximation of such a graph is possible, as the web is directed (i.e. you cannot easily determine all web pages linking to a particular page). Most implementations of random walks approximates the number of backward links by using information from search engines.", |
| "cite_spans": [ |
| { |
| "start": 74, |
| "end": 98, |
| "text": "(Henzinger et al., 2000)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Creating the Web Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We created a 10 billion word Web Corpus by spidering the web. While the corpus is not designed to be a representative sample of the web, we attempt to sample a topic-diverse collection of web sites. Our web spider is seeded with links from the Open Directory 1 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Spidering", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The Open Directory has a broad coverage of many topics on the web and allows us to create a topic-diverse collection of pages. Before the directory can be use, we had to address several coverage skews. Some topics have many more links in the Open Directory than others, simply due to the availability of editors for different topics. For example, we found that the topic University of Connecticut has roughly the same number of links as Ontario Universities. We would normally expect universities in a whole province of Canada to have more coverage than a single university in the United States. The directory was also constructed without keeping more general topics higher in the tree. For example, we found that Chicken Salad is higher in the hierarchy than Catholicism. The Open Directory is flattened by a rule-based algorithm which is designed to take into account the coverage skews of some topics to produce a list of 358 general topics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Spidering", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "From the seed URLs, the spider performs a breadth-first search. It randomly selects a topic node from the list and next unvisited URL from the node. It visits the website associated from the link and samples pages within the same section of the website until a minimum number of words have been collected or all of the pages were visited.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Spidering", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "1 The Open Directory Project, http://www.dmoz.org External links encountered during this process are added to the link collection of the topic node regardless of the actual topic of the link. Although websites of one topic tends to link to other websites of the same topic, this process contributes to a topic drift. As the spider traverses away from the original seed URLs, we are less certain of the topic included in the collection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Spidering", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Text cleaning is the term we used to describe the overall process of converting raw HTML found on the web into a form useable by NLP algorithms -white space delimited words, separated into one sentence per line. It consists of many low-level processes which are often accomplished by simple rule-based scripts. Our text cleaning process is divided into four major steps.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "First, different character encoding of HTML pages are transform into ISO Latin-1 and HTML named-entities (e.g. and &) translated into their single character equivalents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Second, sentence boundaries are marked. Such boundaries are difficult to identify on web text as it does not always consists of grammatical sentences. A section of a web page may be mathematical equations or lines of C++ code. Grammatical sentences need to be separated from each other and from other non-sentence text. Sentence boundary detection for web text is a much harder problem than newspaper text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We use a machine learning approach to identifying sentence boundaries. We trained a Maximum Entropy classifier following Ratnaparkhi (1998) to disambiguate sentence boundary on web text, training on 153 manually marked web pages. Systems for newspaper text only use regular text features, such as words and punctuations. Our system for web text uses HTML tag features in addition to regular text features. HTML tag features are essential for marking sentence boundaries in web text, as many boundaries in web text are only indicated by HTML tags and not by the text. Our system using HTML tag features achieves 95.1% accuracy in disambiguating sentence boundaries in web text compared to 88.9% without using such features.", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 139, |
| "text": "Ratnaparkhi (1998)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Third, tokenisation is accomplished using the sed script used for the Penn Treebank project (MacIntyre, 1995), modified to correctly tokenise URLs, emails, and other web-specific text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The final step is filtering, where unwanted text is removed from the corpus. A rule-based component analyses each web page and each sentence within a page to identify sections that are unlikely to be useful text. Our rules are similar to those employed by Halacsy et al. (2004) , where the percentage of non-dictionary words in a sentence or document helps identify non-Hungarian text. We classify tokens into dictionary words, word-like tokens, numbers, punctuation, and other tokens. Sentences or documents with too few dictionary words or too many numbers, punctuation, or other tokens are discarded.", |
| "cite_spans": [ |
| { |
| "start": 256, |
| "end": 277, |
| "text": "Halacsy et al. (2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Cleaning", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Comparing the vocabulary of the Web Corpus and existing corpora is revealing. We compared with the Gigaword Corpus, a 2 billion token collection (1.75 billion words before tokenisation) of newspaper text (Graff, 2003) . For example, what types of tokens appears more frequently on the web than in newspaper text? From each corpus, we randomly select a 1 billion word sample and classified the tokens into seven disjoint categories:", |
| "cite_spans": [ |
| { |
| "start": 204, |
| "end": 217, |
| "text": "(Graff, 2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus Statistics", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Numeric -At least one digit and zero or more punctuation characters, e.g. 2, 3.14, $5.50 Uppercase -Only uppercase, e.g. REUTERS Title Case -An uppercase letter followed by one or more lowercase letters, e.g. Dilbert Lowercase -Only lowercase, e.g. violin Alphanumeric -At least one alphabetic and one digit (allowing for other characters), e.g. B2B, mp3, RedHat-9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus Statistics", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Hyphenated Word -Alphabetic characters and hyphens, e.g. serb-dominated, vis-a-vis Other -Any other tokens", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus Statistics", |
| "sec_num": "4" |
| }, |
| { |
| "text": "An analysis by token type shows big differences between the two corpora (see Table 1 ). The same size samples of the Gigaword and the Web Corpus have very different number of token types. Title case tokens is a significant percentage of the token types encountered in both corpora, possibly representing named-entities in the text. There are also a significant number of tokens classified as others in the Web Corpus, possibly representing URLs and email addresses. While 2.2 million token types are found in the 1 billion word sample of the Gigaword, about twice as many (4.8 million) are found in an equivalent sample of the Web Corpus.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 77, |
| "end": 84, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Token Type Analysis", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Web ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Gigaword", |
| "sec_num": null |
| }, |
| { |
| "text": "Corpus", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Gigaword", |
| "sec_num": null |
| }, |
| { |
| "text": "One factor contributing to the larger number of token types in the Web Corpus, as compared with the Gigaword, is the misspelling of words. Web documents are authored by people with a widely varying command of English and their pages are not as carefully edited as newspaper articles. Thus, we anticipate a significantly larger number of misspellings and typographical errors. We identify some of the misspellings by letter combinations that are one transformation away from a correctly spelled word. Consider a target word, correctly spelled. Misspellings can be generated by inserting, deleting, or substituting one letter, or by reordering any two adjacent letters (although we keep the first letter of the original word, as very few misspellings change the first letter). Table 2 shows some of the misspellings of the word receive found in the Gigaword and the Web Corpus. While only 5 such misspellings were found in the Gigaword, 16 were found in the Web Table 3 : Context-sensitive spelling correction (* denotes also using 60% WSJ, 5% corrupted)", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 775, |
| "end": 782, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 960, |
| "end": 967, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Misspelling", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Corpus. For all words found in the Unix dictionary, an average of 1.7 misspellings are found per word in the Gigaword by type. The proportion of mistakes found in the Web Corpus is roughly double that of the Gigaword, at 3.7 misspellings per dictionary word. However, misspellings only represent a small portion of tokens (5.6 million out of 699 million instances of dictionary word are misspellings in the Web Corpus).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Misspelling", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "A confusion set is a collection of words which are commonly misused by even native speakers of a language because of their similarity. For example, the words {it's, its}, {affect, effect}, and {weather, whether} are often mistakenly interchanged. Context-sensitive spelling correction is the task of selecting the correct confusion word in a given context. Two different metrics have been used to evaluate the performance of contextsensitive spelling correction algorithms. The Average Accuracy (AA) is the performance by type whereas the Weighted Average Accuracy (WAA) is the performance by token.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-Sensitive Spelling Correction", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Golding and Roth (1999) used the Winnow multiplicative weight-updating algorithm for contextsensitive spelling correction. They found that when a system is tested on text from a different from the training set the performance drops substantially (see Table 3 ). Using the same algorithm and 80% of the Brown Corpus, the WAA dropped from 96.4% to 94.5% when tested on 40% WSJ instead of 20% Brown. For cross corpus experiments, Golding and Roth devised a semi-supervised algorithm that is trained on a fixed training set but also extracts information from the same corpus as the testing set. Their experiments showed that even if up to 20% of the testing set is corrupted (using wrong confusion words), a system that trained on both the training and testing sets outperformed the system that only trained on the training set. The Winnow Semi-Supervised method increases the WAA back up to 96.6%. Lapata and Keller (2005) utilised web counts from Altavista for confusion set disambiguation. Their unsupervised method uses collocation features (one word to the left and right) where co-occurrence estimates are obtained from web counts of bigrams. This method achieves a stated accuracy of 89.3% AA, similar to the cross corpus experiment for Unpruned Winnow.", |
| "cite_spans": [ |
| { |
| "start": 895, |
| "end": 919, |
| "text": "Lapata and Keller (2005)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 251, |
| "end": 258, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Context-sensitive spelling correction is an ideal task for unannotated web data as unmarked text is essentially labelled data for this particular task, as words in a reasonably well-written text are positive examples of the correct usage of confusion words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "To demonstrate the utility of a large collection of web data on a disambiguation problem, we implemented the simple memory-based learner from Banko and Brill (2001) . The learner trains on simple collocation features, keeping a count of (w i\u22121 ,w i+1 ), w i\u22121 , and w i+1 for each confusion word w i . The classifier first chooses the confusion word which appears with the context bigram most frequently, followed by the left unigram, right unigram, and then the most frequent confusion word.", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 164, |
| "text": "Banko and Brill (2001)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Three data sets were used in the experiments: the 2 billion word Gigaword Corpus, a 2 billion word sample of our 10 billion word Web Corpus, and the full 10 billion word Web Corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Our experiments compare the results when the three corpora were trained using the same algorithm. The memory-based learner was tested using the 18 confusion word sets from Golding (1995) on the WSJ section of the Penn Treebank and the Brown Corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "For the WSJ testing set, the 2 billion word Web Corpus does not achieve the performance of the Gigaword (see Table 4 ). However, the 10 billion word Web Corpus results approach that of the Gigaword. Training on the Gigaword and testing on WSJ is not considered a true cross-corpus experiment, as the two corpora belong to the same genre of newspaper text. Compared to the Winnow method, the 10 billion word Web Corpus outperforms the cross corpus experiment but not the semi-supervised method. For the Brown Corpus testing set, the 2 billion word Web Corpus and the 2 billion word Gigaword achieved similar results. The 10 billion word Web Corpus achieved 95.4% WAA, higher than the 94.6% from the 2 billion Gigaword. This and the above result with the WSJ suggests that the Web Corpus approach is comparable with training on a corpus of printed text such as the Gigaword.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 109, |
| "end": 116, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The 91.8% AA of the 10 billion word Web Corpus testing on the WSJ is better than the 89.3% AA achieved by Lapata and Keller (2005) using the Altavista search engine. This suggests that a web collected corpus may be a more accurate method of estimating n-gram frequencies than through search engine hit counts.", |
| "cite_spans": [ |
| { |
| "start": 106, |
| "end": 130, |
| "text": "Lapata and Keller (2005)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "Thesaurus extraction is a word similarity task. It is a natural candidate for using web corpora as most systems extract synonyms of a target word from an unlabelled corpus. Automatic thesaurus extraction is a good alternative to manual construction methods, as such thesauri can be updated more easily and quickly. They do not suffer from bias, low coverage, and inconsistency that human creators of thesauri introduce.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Thesaurus Extraction", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Thesauri are useful in many NLP and Information Retrieval (IR) applications. Synonyms help expand the coverage of system but providing alternatives to the inputed search terms. For n-gram estimation using search engine queries, some NLP applications can boost the hit count by offering alternative combination of terms. This is especially helpful if the initial hit counts are too low to be reliable. In IR applications, synonyms of search terms help identify more relevant documents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Thesaurus Extraction", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We use the thesaurus extraction system implemented in Curran (2004) . It operates on the distributional hypothesis that similar words appear in similar contexts. This system only extracts one word synonyms of nouns (and not multi-word expressions or synonyms of other parts of speech). The extraction process is divided into two parts. First, target nouns and their surrounding contexts are encoded in relation pairs. Six different types of relationships are considered:", |
| "cite_spans": [ |
| { |
| "start": 54, |
| "end": 67, |
| "text": "Curran (2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "\u2022 Between a noun and a modifying adjective The nouns (including subject and objects) are the target headwords and the relationships are represented in context vectors. In the second stage of the extraction process, a comparison is made between context vectors of headwords in the corpus to determine the most similar terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The evaluation of a list of synonyms of a target word is subject to human judgement. We use the evaluation method of Curran (2004) , against gold standard thesauri results. The gold standard list is created by combining the terms found in four thesauri: Macquarie, Moby, Oxford and Roget's.", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 130, |
| "text": "Curran (2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The inverse rank (InvR) metric allows a comparison to be made between the extracted rank list of synonyms and the unranked gold standard list. For example, if the extracted terms at ranks 3, 5, and 28 are found in the gold standard list, then ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We used the same 300 evaluation headwords as Curran (2004) and extracted the top 200 synonyms for each headword. The evaluation headwords were extracted from two corpora for comparisona 2 billion word sample of our Web Corpus and the 2 billion words in the Gigaword Corpus. Table 5 shows the average InvR scores over the 300 headwords for the two corpora -one of web text and the other newspaper text. The InvR values differ by a negligible 0.05 (out of a maximum of 5.92).", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 58, |
| "text": "Curran (2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 274, |
| "end": 281, |
| "text": "Table 5", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "However on a per word basis one corpus can sigificantly outperform the other. Table 6 ranks the 300 headwords by difference in the InvR score. While much better results were extracted for words like home from the Gigaword, much better results were extracted for words like chain from the Web Corpus. Table 7 shows the top 50 synoyms extracted for the headword home from the Gigaword and the Web Corpus. While similar number of correct synonyms were extracted from both corpora, the Gigaword matches were higher in the extracted list and received a much higher InvR score. In the list extracted from the Web Corpus, web-related collocations such as home page and search home appear. Table 8 shows the top 50 synoyms extracted for the headword chain from both corpora. While there are only a total of 9 matches from the Gigaword Corpus, there are 53 matches from the Web Corpus. A closer examination shows that the synonyms extracted from the Gigaword belong only to one sense of the word chain, as in chain stores. The gold standard list and the Web Corpus results both contain the necklace sense of the word chain. The Gigaword results show a skew towards the business sense of the word chain, while the Web Corpus covers both senses of the word.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 78, |
| "end": 85, |
| "text": "Table 6", |
| "ref_id": "TABREF7" |
| }, |
| { |
| "start": 300, |
| "end": 307, |
| "text": "Table 7", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 682, |
| "end": 689, |
| "text": "Table 8", |
| "ref_id": "TABREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "While individual words can achieve better results in either the Gigaword or the Web Corpus than the other, the aggregate results of synonym extraction for the 300 headwords are the same. For this task, the Web Corpus can replace the Gigaword without affecting the overall result. However, as some words are perform better under different corpora, an aggregate of the Web Corpus and the Gigaword may produce the best result.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "In this paper, the accuracy of natural language application training on a 10 billion word Web Corpus is compared with other methods using search engine hit counts and corpora of printed text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "In the context-sensitive spelling correction task, a simple memory-based learner trained on our Web Corpus achieved better results than method based on search engine queries. It also rival some of the state-of-the-art systems, exceeding the accuracy of the Unpruned Winnow method (the only other true cross-corpus experiment). In the task of thesaurus extraction, the same overall results are obtained extracting from the Web Corpus as a traditional corpus of printed texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The Web Corpus contrasts with other NLP approaches that access web data through search engine queries. Although the 10 billion words Web Corpus is smaller than the number of words indexed by search engines, better results have been achieved using the smaller collection. This is due to the more accurate n-gram counts in the downloaded text. Other NLP tasks that require further analysis of the downloaded text, such a PP attachment, may benefit more from the Web Corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "We have demonstrated that carefully collected and filtered web corpora can be as useful as newswire corpora of equivalent sizes. Using the same framework describe here, it is possible to collect a much larger corpus of freely available web text than our 10 billion word corpus. As NLP algorithms tend to perform better when more data is available, we expect state-of-the-art results for many tasks will come from exploiting web text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We like to thank our anonymous reviewers and the Language Technology Research Group at the University of Sydney for their comments. This work has been supported by the Australian Research Council under Discovery Project DP0453131.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Scaling to very very large corpora for natural language disambiguation", |
| "authors": [ |
| { |
| "first": "Michele", |
| "middle": [], |
| "last": "Banko", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Brill", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "9--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michele Banko and Eric Brill. 2001. Scaling to very very large corpora for natural language disambiguation. In Proceedings of the ACL, pages 26-33, Toulouse, France, 9-11 July.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The impact of corpus size on question answering performance", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "A" |
| ], |
| "last": "Charles", |
| "suffix": "" |
| }, |
| { |
| "first": "Gordon", |
| "middle": [ |
| "V" |
| ], |
| "last": "Clarke", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Cormack", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "R" |
| ], |
| "last": "Laszlo", |
| "suffix": "" |
| }, |
| { |
| "first": "Egidio", |
| "middle": [], |
| "last": "Lynam", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Terra", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the ACM SIGIR", |
| "volume": "", |
| "issue": "", |
| "pages": "369--370", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles L.A. Clarke, Gordon V. Cormack, M. Laszlo, Thomas R. Lynam, and Egidio Terra. 2002. The im- pact of corpus size on question answering performance. In Proceedings of the ACM SIGIR, pages 369-370, Tam- pere, Finland.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "From Distributional to Semantic Similarity", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Curran", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Curran. 2004. From Distributional to Semantic Simi- larity. PhD thesis, University of Edinburgh, UK.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A winnow-based approach to context-sensitive spelling correction. Machine Learning", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Andrew", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Golding", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "34", |
| "issue": "", |
| "pages": "107--130", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew R. Golding and Dan Roth. 1999. A winnow-based approach to context-sensitive spelling correction. Ma- chine Learning, 34(1-3):107-130.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A bayesian hybrid method for context-sensitive spelling correction", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Andrew", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Golding", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the Third Workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "39--53", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew R. Golding. 1995. A bayesian hybrid method for context-sensitive spelling correction. In Proceedings of the Third Workshop on Very Large Corpora, pages 39-53, Somerset, NJ USA. ACL.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "English Gigaword", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Graff", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Graff. 2003. English Gigaword. Technical Report LDC2003T05, Linguistic Data Consortium, Philadelphia, PA USA.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The WWW as a resource for example-based MT tasks", |
| "authors": [ |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "the ASLIB Translating and the Computer Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregory Grefenstette. 1999. The WWW as a resource for example-based MT tasks. In the ASLIB Translating and the Computer Conference, London, UK, October.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Creating open language resources for Hungarian", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Halacsy", |
| "suffix": "" |
| }, |
| { |
| "first": "Andras", |
| "middle": [], |
| "last": "Kornai", |
| "suffix": "" |
| }, |
| { |
| "first": "Laszlo", |
| "middle": [], |
| "last": "Nemeth", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Halacsy, Andras Kornai, Laszlo Nemeth, Andras Rung, Istvan Szakadat, and Vikto Tron. 2004. Creating open language resources for Hungarian. In Proceedings of the LREC, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "On near-uniform URL sampling", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Henzinger", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Heydon", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Mitzenmacher", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Najork", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 9th International World Wide Web Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. R. Henzinger, A. Heydon, M. Mitzenmacher, and M. Na- jork. 2000. On near-uniform URL sampling. In Proceed- ings of the 9th International World Wide Web Conference.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Using the web to obtain frequencies for unseen bigrams", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computational Linguistics", |
| "volume": "29", |
| "issue": "3", |
| "pages": "459--484", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frank Keller and Mirella Lapata. 2003. Using the web to ob- tain frequencies for unseen bigrams. Computational Lin- guistics, 29(3):459-484.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Web-based models for natural language processing", |
| "authors": [ |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| }, |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "ACM Transactions on Speech and Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mirella Lapata and Frank Keller. 2005. Web-based models for natural language processing. ACM Transactions on Speech and Language Processing.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Accessibility of information on the web", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Lawrence", |
| "suffix": "" |
| }, |
| { |
| "first": "C. Lee", |
| "middle": [], |
| "last": "Giles", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Nature", |
| "volume": "400", |
| "issue": "", |
| "pages": "107--109", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steve Lawrence and C. Lee Giles. 1999. Accessibility of information on the web. Nature, 400:107-109, 8 July.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Sed script to produce Penn Treebank tokenization on arbitrary raw text", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Macintyre", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert MacIntyre. 1995. Sed script to produce Penn Treebank tokenization on arbitrary raw text. From http://www.cis.upenn.edu/ treebank/tokenizer.sed.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Using the web in machine learning for otheranaphora resolution", |
| "authors": [ |
| { |
| "first": "Natalia", |
| "middle": [ |
| "N" |
| ], |
| "last": "Modjeska", |
| "suffix": "" |
| }, |
| { |
| "first": "Katja", |
| "middle": [], |
| "last": "Markert", |
| "suffix": "" |
| }, |
| { |
| "first": "Malvina", |
| "middle": [], |
| "last": "Nissim", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "11--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Natalia N. Modjeska, Katja Markert, and Malvina Nissim. 2003. Using the web in machine learning for other- anaphora resolution. In Proceedings of the EMNLP, pages 176-183, Sapporo, Japan, 11-12 July.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A study of using search engine page hits as a proxy for n-gram frequencies", |
| "authors": [ |
| { |
| "first": "Preslav", |
| "middle": [], |
| "last": "Nakov", |
| "suffix": "" |
| }, |
| { |
| "first": "Marti", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Recent Advances in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Preslav Nakov and Marti Hearst. 2005. A study of using search engine page hits as a proxy for n-gram frequencies. In Recent Advances in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Maximum Entropy Models for Natural Language Ambiguity Resolution", |
| "authors": [ |
| { |
| "first": "Adwait", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adwait Ratnaparkhi. 1998. Maximum Entropy Models for Natural Language Ambiguity Resolution. PhD thesis, University of Pennsylvania, Philadelphia, PA USA.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Randomized algorithms and NLP: Using locality sensitive hash functions for high speed noun clustering", |
| "authors": [ |
| { |
| "first": "Deepak", |
| "middle": [], |
| "last": "Ravichandran", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "622--629", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Deepak Ravichandran, Patrick Pantel, and Eduard Hovy. 2005. Randomized algorithms and NLP: Using locality sensitive hash functions for high speed noun clustering. In Proceedings of the ACL, pages 622-629.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Frequency estimates for statistical word similarity measures", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "L" |
| ], |
| "last": "Terra", |
| "suffix": "" |
| }, |
| { |
| "first": "Charles", |
| "middle": [ |
| "L A" |
| ], |
| "last": "Clarke", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. L. Terra and Charles L.A. Clarke. 2003. Frequency es- timates for statistical word similarity measures. In Pro- ceedings of the HLT, Edmonton, Canada, May.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Exploiting the WWW as a corpus to resolve PP attachment ambiguities", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Volk", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the Corpus Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin Volk. 2001. Exploiting the WWW as a corpus to resolve PP attachment ambiguities. In Proceedings of the Corpus Linguistics 2001, Lancaster, UK, March.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Using the web as corpus for linguistic research. T\u00e4hendusep\u00fc\u00fcja. Catcher of the Meaning. A Festschrift for Professor Haldur\u00d5im", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Volk", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin Volk. 2002. Using the web as corpus for linguis- tic research. T\u00e4hendusep\u00fc\u00fcja. Catcher of the Meaning. A Festschrift for Professor Haldur\u00d5im.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Between a noun and a noun modifier \u2022 Between a verb and its subject \u2022 Between a verb and its direct object \u2022 Between a verb and its indirect object \u2022 Between a noun and the head of a modifying prepositional phrase", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null, |
| "text": "", |
| "num": null |
| }, |
| "TABREF4": { |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null, |
| "text": "Memory-based learner results", |
| "num": null |
| }, |
| "TABREF6": { |
| "content": "<table><tr><td/><td>Word</td><td>INVR Scores</td><td>Diff.</td></tr><tr><td>1</td><td>picture</td><td colspan=\"2\">3.322 to 0.568 2.754</td></tr><tr><td>2</td><td>star</td><td colspan=\"2\">2.380 to 0.119 2.261</td></tr><tr><td>3</td><td>program</td><td colspan=\"2\">3.218 to 1.184 2.034</td></tr><tr><td>4</td><td colspan=\"3\">aristocrat 2.056 to 0.031 2.025</td></tr><tr><td>5</td><td>box</td><td colspan=\"2\">3.194 to 1.265 1.929</td></tr><tr><td>6</td><td>cent</td><td colspan=\"2\">2.389 to 0.503 1.886</td></tr><tr><td>7</td><td>home</td><td colspan=\"2\">2.306 to 0.523 1.783</td></tr><tr><td>. . .</td><td>. . .</td><td>. . .</td><td>. . .</td></tr><tr><td colspan=\"2\">296 game</td><td colspan=\"2\">1.097 to 2.799 -1.702</td></tr><tr><td colspan=\"2\">297 bloke</td><td colspan=\"2\">0.425 to 2.445 -2.020</td></tr><tr><td colspan=\"2\">298 point</td><td colspan=\"2\">1.477 to 3.540 -2.063</td></tr><tr><td colspan=\"2\">299 walk</td><td colspan=\"2\">0.774 to 3.184 -2.410</td></tr><tr><td colspan=\"2\">300 chain</td><td colspan=\"2\">0.224 to 3.139 -2.915</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": "Average INVR for 300 headwords", |
| "num": null |
| }, |
| "TABREF7": { |
| "content": "<table><tr><td>: InvR scores ranked by difference, Giga-</td></tr><tr><td>word to Web Corpus</td></tr><tr><td>Gigaword (24 matches out of 200)</td></tr><tr><td>house apartment building run office resident residence</td></tr><tr><td>headquarters victory native place mansion room trip mile</td></tr><tr><td>family night hometown town win neighborhood life sub-</td></tr><tr><td>urb school restaurant hotel store city street season area road</td></tr><tr><td>homer day car shop hospital friend game farm facility cen-</td></tr><tr><td>ter north child land weekend community loss return hour</td></tr><tr><td>. . .</td></tr><tr><td>Web Corpus (18 matches out of 200)</td></tr><tr><td>page loan contact house us owner search finance mortgage</td></tr><tr><td>office map links building faq equity news center estate pri-</td></tr><tr><td>vacy community info business car site web improvement</td></tr><tr><td>extention heating rate directory room apartment family</td></tr><tr><td>service rental credit shop life city school property place</td></tr><tr><td>location job online vacation store facility library free . . .</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": "", |
| "num": null |
| }, |
| "TABREF8": { |
| "content": "<table><tr><td>Gigaword (9 matches out of 200)</td></tr><tr><td>store retailer supermarket restaurant outlet operator shop</td></tr><tr><td>shelf owner grocery company hotel manufacturer retail</td></tr><tr><td>franchise clerk maker discount business sale superstore</td></tr><tr><td>brand clothing food giant shopping firm retailing industry</td></tr><tr><td>drugstore distributor supplier bar insurer inc. conglomer-</td></tr><tr><td>ate network unit apparel boutique mall electronics carrier</td></tr><tr><td>division brokerage toy producer pharmacy airline inc . . .</td></tr><tr><td>Web Corpus (53 matches out of 200)</td></tr><tr><td>necklace supply bracelet pendant rope belt ring ear-</td></tr><tr><td>ring gold bead silver pin wire cord reaction clasp jewelry</td></tr><tr><td>charm frame bangle strap sterling loop timing plate metal</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": "Synonyms for home", |
| "num": null |
| }, |
| "TABREF9": { |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null, |
| "text": "Synonyms for chain", |
| "num": null |
| } |
| } |
| } |
| } |