| { |
| "paper_id": "R09-1045", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:00:37.930428Z" |
| }, |
| "title": "Exploiting Latent Semantic Relations in Highly Linked Hypertext for Information Retrieval in Wikis", |
| "authors": [ |
| { |
| "first": "Tristan", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "tmiller@inquira.com" |
| }, |
| { |
| "first": "Bertin", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "bertin.klein@7p-group.com" |
| }, |
| { |
| "first": "Elisabeth", |
| "middle": [], |
| "last": "Wolf", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Good hypertext writing style mandates that link texts clearly indicate the nature of the link target. While this guideline is routinely ignored in HTML, the lightweight markup languages used by wikis encourage or even force hypertext authors to use semantically appropriate link texts. This property of wiki hypertext makes it an ideal candidate for processing with latent semantic analysis, a factor analysis technique for finding latent transitive relations among naturallanguage documents. In this study, we design, implement, and test an LSA-based information retrieval system for wikis. Instead of a full-text index, our system indexes only link texts and document titles. Nevertheless, its precision exceeds that of a popular full-text search engine, and is comparable to that of PageRank-based systems such as Google.", |
| "pdf_parse": { |
| "paper_id": "R09-1045", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Good hypertext writing style mandates that link texts clearly indicate the nature of the link target. While this guideline is routinely ignored in HTML, the lightweight markup languages used by wikis encourage or even force hypertext authors to use semantically appropriate link texts. This property of wiki hypertext makes it an ideal candidate for processing with latent semantic analysis, a factor analysis technique for finding latent transitive relations among naturallanguage documents. In this study, we design, implement, and test an LSA-based information retrieval system for wikis. Instead of a full-text index, our system indexes only link texts and document titles. Nevertheless, its precision exceeds that of a popular full-text search engine, and is comparable to that of PageRank-based systems such as Google.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Traditional information retrieval systems are based on a flat, vector-space document model designed for searching plain-text corpora. Such systems are deficient when it comes to hypertext, however, as they fail to account for the topological structure of the corpus. This led to the development of the first hypertext document scoring algorithms, PageRank [22, 7, 5] and HITS [18] , which score documents on the basis of the source and number of incoming and outgoing links.", |
| "cite_spans": [ |
| { |
| "start": 356, |
| "end": 360, |
| "text": "[22,", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 361, |
| "end": 363, |
| "text": "7,", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 364, |
| "end": 366, |
| "text": "5]", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 376, |
| "end": 380, |
| "text": "[18]", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypertext information retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "These scores are computed as a fixed point of a linear equation; later scoring studies [11, 6] investigated statistical or hybrid approaches.", |
| "cite_spans": [ |
| { |
| "start": 87, |
| "end": 91, |
| "text": "[11,", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 92, |
| "end": 94, |
| "text": "6]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypertext information retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "In real-world IR applications, such as Google, the document scoring algorithm is combined with traditional vector-space IR techniques, plus metadata such as the document titles and link texts. The use of this metadata is predicated on the assumption that it is semantically related to the document under consideration. That is, the document title should reflect the document content, and likewise the text of links should accurately describe the target document-practices which are mandated by authoritative hypertext style guides [24, 10, 9, 4] .", |
| "cite_spans": [ |
| { |
| "start": 531, |
| "end": 535, |
| "text": "[24,", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 536, |
| "end": 539, |
| "text": "10,", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 540, |
| "end": 542, |
| "text": "9,", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 543, |
| "end": 545, |
| "text": "4]", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypertext information retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "However, these guidelines are routinely ignored in HTML Web pages, for two reasons. First, few HTML authoring tools remind, encourage, or compel the writer to adhere to them. For example, in a random sample of documents from a Web corpus [15] , we found that 6% of document titles were either missing, empty, a copy of the filename, or some default string such as \"Untitled Document\"; a further 2 to 3% were so vague as to be meaningless when read out of context. Of 2545 hyperlinks examined, 256 (10%) had no link text; 340 (13%) had link text corresponding to the URL or email address of the target document; and dozens more were meaningless, referred only to navigation mechanics (e.g., \"Click here\"), or identified targets in a manner more suited to printed literature than to online hypertext (e.g., \"Page 1\").", |
| "cite_spans": [ |
| { |
| "start": 238, |
| "end": 242, |
| "text": "[15]", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypertext information retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "The second reason for poor hypertext style is willful abuse of Internet search engines; authors can deliberately mislabel their documents and links in an attempt to influence page rankings for political purposes or commercial gain (\"Google bombing\" or \"spamdexing\", respectively) [2, 16] . Such manipulation is made possible by the prevailing access control structure of the Web, whereby anyone is free to post documents to be indexed, but the poster has exclusive control over their contents. This has resulted in an arms race of sorts between spamdexers and search engine developers, the former seeking new methods of artificially inflating their page ranks and the latter modifying their search algorithms to nullify those methods.", |
| "cite_spans": [ |
| { |
| "start": 280, |
| "end": 283, |
| "text": "[2,", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 284, |
| "end": 287, |
| "text": "16]", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypertext information retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "In recent years, the Internet has witnessed a surge in the popularity of wikis, web applications for collaborative hypertext authoring [23] . Wikis have a number of important differences from regular HTML websites. Most significantly for the purposes of this study, wiki hypertext tends to be on-topic and have comparatively good hypertext style. This is a consequence of the following features:", |
| "cite_spans": [ |
| { |
| "start": 135, |
| "end": 139, |
| "text": "[23]", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "Forced document validation. All wiki documents reside on a central Web server and as such must be retrieved and submitted through a Web browser.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "The wiki software provides a standardized editing interface, composed of HTML forms, which all users must use to submit new documents or changes to existing ones. The program which processes the form input resides on the server and can reject or fix invalid input, as well as automatically add important metadata such as the author's name and timestamp. For example, the wiki editing form will prompt the author for the document title, and if the author neglects to fill it in and submits the document anyway, the server will reject it and prompt him to correct it. By contrast, the file transfer protocol used to publish regular web pages does not enforce the semantic or syntactic validity of uploaded documents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "Lightweight markup language. Wikis accept documents not in HTML but in a lightweight markup language known as wikimarkup or wikitext [26] ; the server then converts the wikitext to HTML for readers. Wikitext syntax varies from implementation to implementation, but nearly all dialects encourage or require link text to correspond to the target document title. Even where the wikitext dialect permits a disparity, the wiki software can tag the link with metadata 1 indicating the target document's true title.", |
| "cite_spans": [ |
| { |
| "start": 133, |
| "end": 137, |
| "text": "[26]", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "Open access control structure. Wikis are designed for collaborative writing, where membership in the collaborative group can be restricted to a few named individuals or open to the general public. In the former case, abuse (in the form of spam, vandalism, or other off-topic posts) is practically nonexistent and easily rectified by blocking the perpetrator. Abuse is also low-risk in the latter case, provided the wiki is well-maintained. Popular open-access wikis such as Wikipedia are frequently policed by contributors, and any large-scale attempts at vandalism or spamdexing are immediately noticed and thwarted [25] .", |
| "cite_spans": [ |
| { |
| "start": 617, |
| "end": 621, |
| "text": "[25]", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "We posit that since wikis tend to be topically cohesive and employ stylistically correct hypertext, they do not benefit from typical Internet search engines' attempts to compensate for low-quality corpora. Any attempts to identify and suppress spamdexing, for example, can only result in false positives. Even search engines that assume their corpus documents are authoritative might not make the same assumption for the semantic correspondence between links and document titles. We therefore propose that wikis may benefit from special-purpose search engines optimized for their particular features. In particular, we believe that the semantic coherence of documents enforced by link text-document title correspondence makes wikis an excellent candidate for processing with latent semantic analysis [13, 20] , a factor analysis technique which is able to discover latent semantic relations between terms and documents.", |
| "cite_spans": [ |
| { |
| "start": 800, |
| "end": 804, |
| "text": "[13,", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 805, |
| "end": 808, |
| "text": "20]", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wikis", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "In this section we describe document indexing and search algorithms which exploit both the explicit semantic relations found in wikis and the implicit semantic relations discovered by LSA.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The input to the document indexing phase is a collection of wiki articles; each article is assumed to contain a unique title, plus wikitext which may contain any number of internal hyperlinks to other wiki articles. We assume that the text of a hyperlink (the link text) is identical to the target article's title; for wikitext dialects where this is not necessarily the case, we substitute the target article title for the link text. Each document title or link text is considered to be a single token, even if it contains multiple words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document indexing", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The next and crucial step in indexing documents is to discard all text except for the title and link texts. This drastically reduces the size of the corpustypically by 99% or more. Throwing out all this text is justified on the grounds that it is only the link texts that encapsulate the strongest semantic relations among documents, so by comparison all other information is simply noise to LSA. This is similar to the use of a stop word list to remove function words of negligible semantic content (e.g., and, the, of ), but on a much larger scale. The net effect is essentially lossy compression of the document corpus, and allows large corpora to be indexed and searched in a tiny fraction of the storage space and time that would normally be required.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document indexing", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The term-document co-occurrence matrix corresponding to this reduced corpus is then tabulated, preprocessed with any desired informationtheoretic transformations (e.g., tf-idf), and then dimensionality-reduced with singular value decomposition. Figure 1 shows a sample wiki article in various forms: (a) the source code, written in a fictitious wikitext dialect where ==...== marks the article title and [[...]] indicates a hyperlink; (b) how the article might be rendered in a web browser; and (c) the document vector for the article as it would appear before SVD. In the special case where Q consists of a single term which is also found in our corpus, we can use any of three additional algorithms which exploit the fact that each link text (term) in our corpus corresponds to a single document title. In the first algorithm, Document-Document, we find the corpus document with title Q, perform pairwise vector comparisons of its vector with each other document vector in the matrix, and return the best matches. In the second algorithm, Link-Link, we find the corpus term vector corresponding to Q and compare it pairwise with each other term vector in the matrix. The best-matching terms returned are link texts, but since each link text is also an article title, we return the documents with these titles. The last approach, Link-Document, is a hybrid of the first two, where the corpus term vector corresponding to Q is compared with each document vector. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 245, |
| "end": 253, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Document indexing", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "corpus original C T C L documents", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "To test our system, we set up a user-focused experiment wherein human judges rated the relevance of search results obtained from various queries using various search engines, some of which are variations on our LSA technique and some of which are popular thirdparty systems. For our document corpus, we used a subset of the German-language version of Wikipedia [1] as of 29 October 2005. The complete German Wikipedia is too large to work with efficiently for testing purposes (over 1.9 GB), so we pared it down by removing all nonarticles (e.g., help and discussion pages), all leaf articles (i.e., those without any outgoing links), and all \"orphan\" articles of indegree < 100 (i.e., those with fewer than 100 incoming links). We refer to this corpus as C T , as it contains the full text of the articles. From this corpus we derived a link text-only corpus C L by removing all text outside of hyperlinks (except for the document title), plus all hyperlinks which do not target a document in the corpus. Table 1 gives some statistics on the size of our corpora.", |
| "cite_spans": [ |
| { |
| "start": 361, |
| "end": 364, |
| "text": "[1]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1006, |
| "end": 1013, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We then selected at random three article titles which appeared in both Wikipedia's list of featured articles of 2005 and our corpora: Abraham Lincoln, Dampflokomotive (steam locomotive), and Todesstrafe (death penalty). Each article title formed a search query Q which was passed to seven search engine configurations:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "LSA Document-Document (LSA DD). We use LSA to compare the document with title Q to all documents in C L , and return the top four matching document titles.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "LSA Link-Link (LSA LL). We use LSA to compare the term Q to all terms (i.e, link texts) in C L , and return the top four matching link texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "LSA Link-Document (LSA LD). We use LSA to compare the term Q to all documents in C L , and return the top four matching document titles.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "InQuery Term-Document (IQ TD). We use the InQuery search engine [3, 8] to index C T , submit Q as a query, and return the top four matching document titles.", |
| "cite_spans": [ |
| { |
| "start": 64, |
| "end": 67, |
| "text": "[3,", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 68, |
| "end": 70, |
| "text": "8]", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "InQuery Link-Document (IQ LD). We use the InQuery search engine to index C L , submit Q as a query, and return the top four matching document titles.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Google Term-Document (Google TD). We submit Q as a query to Google with the site:de.wikipedia.org directive to limit the search to German Wikipedia. Since our corpus is a subset of Wikipedia, we select the top four matching document titles which are also in our corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Random outgoing links. This na\u00efve algorithm, intended as a baseline, finds the document with title Q in C L and returns four randomly selected outgoing hyperlink texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We could have obtained up to 28 unique results per topic, but since various search engines returned the same documents, we ended up with 14, 18, and 20 results for the respective topics. We recruited 25 human judges who self-identified as fluent in German. The judges were asked to imagine that they were research assistants for three authors writing comprehensive reports on Abraham Lincoln, the steam locomotive, and the death penalty, respectively. We told them that they were to begin their research by finding relevant encyclopedia articles from Wikipedia. For each topic, we presented the judges with the combined search results for that topic. The judges were to read or skim through each Wikipedia article presented and rate them for relevance to the topic on a four-point scale from not at all relevant (1) to very relevant (4) .", |
| "cite_spans": [ |
| { |
| "start": 812, |
| "end": 815, |
| "text": "(1)", |
| "ref_id": null |
| }, |
| { |
| "start": 833, |
| "end": 836, |
| "text": "(4)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The data processing and experiments were carried out on a Sun Solaris machine using various GNU utilities, the Telcordia \"Infoscale\" LSA suite [12] , InQuery, and a web browser for Google access.", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 147, |
| "text": "[12]", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation details", |
| "sec_num": null |
| }, |
| { |
| "text": "The LSA indexing step was run with logarithmic local weighting and entropy global weighting. Since the degree of dimensionality reduction must be determined empirically, we made preliminary tests with various values and eventually settled on 1000 factors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation details", |
| "sec_num": null |
| }, |
| { |
| "text": "The three LSA-based query algorithms were implemented in a simple Bash shell script which took as input a query term, matched that term to a term or document vector from the corpus, and called the Telcordia syn program to perform pairwise comparisons with all the other term or document vectors. Processing each query took about three seconds of real time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation details", |
| "sec_num": null |
| }, |
| { |
| "text": "Interjudge agreement (Pearson r) was generally very high. Mean agreements for the judges' relevance ratings for the three topics were r = 0.747, 0.715, and 0.767. Figure 2 is a box-and-whisker plot showing interjudge agreement for all three topics combined; the boxes delimit the first and third quartiles, the whiskers extend to the minimum and maximum, and the lines dividing the boxes show the median scores. There were no obvious outliers; we can therefore conclude that all judges basically agreed on what constituted a relevant document and that our aggregate ratings are meaningful.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 163, |
| "end": 171, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We next performed a two-factor repeated-measures analysis of variance (ANOVA) to determine how the Table 2 : Search engine rankings choice of search engine and query affected the ratings. The two-way interaction between the search engine and query was significant at the 0.05 confidence level (p < 0.0001), as was the query alone (p < 0.0001). However, this was not entirely unexpected given the small number of queries we used in the study. Given our uniformly high interjudge agreement across queries, though, we felt justified in continuing on to perform a single-factor ANOVA across search engines. In this ANOVA, variation between groups was, of course, also statistically significant (p < 0.0001) so we proceeded to perform 21 pairwise t-test means comparisons. All comparisons were significant except for those between Google TD and LSA LD (p = 0.0848), IQ TD and IQ LD (p = 0.3147), IQ TD and LSA DD (p = 0.1337), and IQ LD and LSA DD (p = 0.6234). On this basis we can partition search algorithm performance into three discrete ranks, as shown in Table 2 . Figure 3 plots the combined rating scores for each of the seven search engines tested. The graph type is the same as for Figure 2 , except that the dividing lines show the mean instead of the median.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 99, |
| "end": 106, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1056, |
| "end": 1063, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1066, |
| "end": 1074, |
| "text": "Figure 3", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 1187, |
| "end": 1195, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "1 M W U G N A H C D Y E F Q K P S X R T O V I J L B Pearson r judge", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As expected, the random link search algorithm performed the poorest, with a mean relevance score of 1.540. The top-ranking position is tied between Google and our LSA Link-Document algorithm. The next rank is occupied by LSA Link-Link. No statistically significant difference was observed among the InQuery Term-Document, InQuery Link-Document, and LSA Document-Document algorithms, which occupy the following rank. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this paper we have proposed a document indexing algorithm and family of LSA-based search algorithms which are designed to take advantage of the semantic properties of well-styled hyperlinked texts such as wikis. Performance was measured by having human judges rate the relevance of the top four search results returned by the system. When given singleterm queries, our highest-performing search algorithm performs as well as the proprietary PageRank-based Google search engine, and significantly better than the non-hypertext-aware InQuery search engine. The performance with respect to Google is especially promising, given that our system operates on less than 1% of the original corpus text, whereas Google uses not only the entire corpus text but also metadata internal and external to the corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For example, by using the title attribute of the a element in HTML.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In practice, any vector comparison function[17,21] could be used, but in this study we use the cosine metric, which returns a similarity measure in the range [\u22121, 1].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The research described in this paper was supported in part by a grant (\u2116 01 ISC 13C) from the German Federal Ministry of Education and Research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Proceedings of the First International Workshop on Adversarial Information Retrieval on the Web, 14th International World Wide Web Conference", |
| "authors": [], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Proceedings of the First International Workshop on Adver- sarial Information Retrieval on the Web, 14th International World Wide Web Conference, 2005.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "INQUERY does battle with TREC-6", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Allan", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "P" |
| ], |
| "last": "Callan", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "B" |
| ], |
| "last": "Croft", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Ballesteros", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Byrd", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "C" |
| ], |
| "last": "Swan", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 6th Text REtrieval Conference (TREC-6)", |
| "volume": "", |
| "issue": "", |
| "pages": "169--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Allan, J. P. Callan, W. B. Croft, L. Ballesteros, D. Byrd, R. C. Swan, and J. Xu. INQUERY does battle with TREC-6. In Proceedings of the 6th Text REtrieval Conference (TREC- 6), pages 169-206, 1997.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Style Guide for Online Hypertext, chapter Make your (hyper)text readable", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Berners-Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Berners-Lee. Style Guide for Online Hypertext, chapter Make your (hyper)text readable. W3C, 1998.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Inside PageRank", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bianchini", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Gori", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Scarselli", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "ACM Transactions on Internet Technology", |
| "volume": "5", |
| "issue": "1", |
| "pages": "92--128", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Bianchini, M. Gori, and F. Scarselli. Inside PageRank. ACM Transactions on Internet Technology, 5(1):92-128, 2005.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Finding authorities and hubs from link structures on the world wide web", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Borodin", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "O" |
| ], |
| "last": "Roberts", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "S" |
| ], |
| "last": "Rosenthal", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Tsaparas", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "WWW '01: Proceedings of the 10th international conference on World Wide Web", |
| "volume": "", |
| "issue": "", |
| "pages": "415--429", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Borodin, G. O. Roberts, J. S. Rosenthal, and P. Tsaparas. Finding authorities and hubs from link structures on the world wide web. In WWW '01: Proceedings of the 10th interna- tional conference on World Wide Web, pages 415-429, New York, NY, USA, 2001. ACM Press.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The anatomy of a large-scale hypertextual Web search engine", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Brin", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Page", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "WWW7: Proceedings of the Seventh International Conference on World Wide Web 7", |
| "volume": "", |
| "issue": "", |
| "pages": "107--117", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Brin and L. Page. The anatomy of a large-scale hypertextual Web search engine. In WWW7: Proceedings of the Seventh International Conference on World Wide Web 7, pages 107- 117, Amsterdam, 1998. Elsevier Science Publishers B. V.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Nachbar. Document retrieval and routing using the INQUERY system", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Broglio", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "P" |
| ], |
| "last": "Callan", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "B" |
| ], |
| "last": "Croft", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "W" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 3rd Text REtrieval Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Broglio, J. P. Callan, W. B. Croft, and D. W. Nach- bar. Document retrieval and routing using the INQUERY system. In D. Harman, editor, Proceedings of the 3rd Text REtrieval Conference (TREC-3), NIST Special Publication 500-225, pages 22-29, 1994.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Web Content Accessibility Guidelines 1.0, chapter 6.13: Provide clear navigation mechanisms. W3C Recommendation. W3C", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Chisholm", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Vanderheiden", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Jacobs", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Chisholm, G. Vanderheiden, and I. Jacobs, editors. Web Content Accessibility Guidelines 1.0, chapter 6.13: Provide clear navigation mechanisms. W3C Recommendation. W3C, May 1999.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "HTML Techniques for Web Content Accessibility Guidelines 1.0, chapter 6.1: Link text. W3C Note. W3C", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Chisholm", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Vanderheiden", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Jacobs", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Chisholm, G. Vanderheiden, and I. Jacobs, editors. HTML Techniques for Web Content Accessibility Guidelines 1.0, chapter 6.1: Link text. W3C Note. W3C, Nov. 2000.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Learning to probabilistically identify authoritative documents", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cohn", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "ICML '00: Proceedings of the Seventeenth International Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "167--174", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Cohn and H. Chang. Learning to probabilistically identify authoritative documents. In ICML '00: Proceedings of the Seventeenth International Conference on Machine Learning, pages 167-174, San Francisco, CA, USA, 2000. Morgan Kauf- mann Publishers Inc.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "A Brief Infoscale Tools Tutorial", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Deerwester", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Deerwester. A Brief Infoscale Tools Tutorial. University of Chicago, second edition, 16 May 1990.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Indexing by latent semantic analysis", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Deerwester", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "T" |
| ], |
| "last": "Dumais", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "W" |
| ], |
| "last": "Furnas", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [ |
| "K" |
| ], |
| "last": "Landauer", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Harshman", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Journal of the American Society For Information Science", |
| "volume": "41", |
| "issue": "", |
| "pages": "391--407", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Deerwester, S. T. Dumais, G. W. Furnas, T. K. Landauer, and R. Harshman. Indexing by latent semantic analysis. Jour- nal of the American Society For Information Science, 41:391- 407, 1990.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Dumais. Statistical semantics: Analysis of the potential performance of key-word information systems", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "W" |
| ], |
| "last": "Furnas", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [ |
| "K" |
| ], |
| "last": "Landauer", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [ |
| "M" |
| ], |
| "last": "Gomez", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "T" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "Bell System Technical Journal", |
| "volume": "62", |
| "issue": "6", |
| "pages": "1753--1806", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. W. Furnas, T. K. Landauer, L. M. Gomez, and S. T. Du- mais. Statistical semantics: Analysis of the potential perfor- mance of key-word information systems. Bell System Technical Journal, 62(6):1753-1806, 1983.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Google programming contest", |
| "authors": [ |
| { |
| "first": "Google", |
| "middle": [], |
| "last": "Corp", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "February 2002. Corpus and software", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Google Corp. Google programming contest, Febru- ary 2002. Corpus and software. http://www.google.com/ programming-contest/.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The art of Googlebombing", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Discover", |
| "volume": "25", |
| "issue": "7", |
| "pages": "22--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Johnson. The art of Googlebombing. Discover, 25(7):22-23, July 2004.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Pictures of relevance: A geometric analysis of similarity measures", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "P" |
| ], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "W" |
| ], |
| "last": "Furnas", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Journal of the American Society for Information Science", |
| "volume": "38", |
| "issue": "6", |
| "pages": "420--442", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. P. Jones and G. W. Furnas. Pictures of relevance: A geo- metric analysis of similarity measures. Journal of the Ameri- can Society for Information Science, 38(6):420-442, 1987.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Authoritative sources in a hyperlinked environment", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "M" |
| ], |
| "last": "Kleinberg", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "SODA '98: Proceedings of the Ninth Annual ACM-SIAM Symposium on Discrete algorithms", |
| "volume": "", |
| "issue": "", |
| "pages": "668--677", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. M. Kleinberg. Authoritative sources in a hyperlinked en- vironment. In SODA '98: Proceedings of the Ninth Annual ACM-SIAM Symposium on Discrete algorithms, pages 668- 677, Philadelphia, 1998. Society for Industrial and Applied Mathematics.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "A mathematical view of latent semantic indexing: Tracing term co-occurrences", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Kontostathis", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "M" |
| ], |
| "last": "Pottenger", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Kontostathis and W. M. Pottenger. A mathematical view of latent semantic indexing: Tracing term co-occurrences. Techni- cal Report LU-CSE-02-006, Computer Science and Engineering Department, Lehigh University, 2002.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "An introduction to latent semantic analysis", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "K" |
| ], |
| "last": "Landauer", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "W" |
| ], |
| "last": "Foltz", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Laham", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Discourse Processes", |
| "volume": "25", |
| "issue": "", |
| "pages": "259--284", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. K. Landauer, P. W. Foltz, and D. Laham. An introduction to latent semantic analysis. Discourse Processes, 25(2&3):259- 284, 1998.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "An evaluation of factors affecting document ranking by information retrieval systems", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Mcgill", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Koll", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Noreault", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "School of Information Studies, Syracuse University", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. McGill, M. Koll, and T. Noreault. An evaluation of factors affecting document ranking by information retrieval systems. Technical report, School of Information Studies, Syracuse Uni- versity, Syracuse, NY, October 1979.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "The PageRank citation ranking: Bringing order to the Web", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Page", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Brin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Motwani", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Winograd", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Page, S. Brin, R. Motwani, and T. Winograd. The PageRank citation ranking: Bringing order to the Web. Technical report, Stanford Digital Library Technologies Project, 1998.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Wikipedia, the Free Encyclopedia", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Sanger", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Sanger et al. Wiki. In Wikipedia, the Free Encyclope- dia. Retrieved 2009-04-09 from http://en.wikipedia.org/wiki/ Wiki.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Don't use \"click here\" as link text", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Swartz", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Quality Tips for Webmasters. W3C", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Swartz. Don't use \"click here\" as link text. In W3C QA Team, editor, Quality Tips for Webmasters. W3C, Sept. 2001.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Studying cooperation and conflict between authors with history flow visualizations", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "B" |
| ], |
| "last": "Vi\u00e9gas", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Wattenberg", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Dave", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "CHI '04: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "575--582", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. B. Vi\u00e9gas, M. Wattenberg, and K. Dave. Studying coopera- tion and conflict between authors with history flow visualiza- tions. In CHI '04: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, pages 575-582, New York, 2004. ACM Press.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Meatball Wiki", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wiki Markup Standard Working Group et al. WikiMarkup- Standard. In Meatball Wiki. Retrieved 2009-04-01 from http://www.usemod.com/cgi-bin/mb.pl?WikiMarkupStandard.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "A sample wiki document be to perform pairwise vector comparisons 2 of Q with each document vector in the matrix, and return the best matches.", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": "Interjudge agreement rank search engine mean relevance", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "text": "Search engine performance", |
| "type_str": "figure", |
| "num": null |
| } |
| } |
| } |
| } |