<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Use of Locality Sensitive Hashing (LSH) Algorithm to Match Web of Science and SCOPUS</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>ECOOM, Center for R&amp;D Monitoring, FEB, KU Leuven</institution>
          ,
          <addr-line>Leuven</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Business and Economics, Department of Managerial Economics, Strategy and Innovation, KU Leuven</institution>
          ,
          <addr-line>Leuven (Belgium)  (mehmetali.abdulhayoglu</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Mehmet Ali Abdulhayoglu</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <fpage>30</fpage>
      <lpage>40</lpage>
      <abstract>
        <p>The objective of this study is to find the most appropriate parameters and text components for item-wise matching the two large bibliographic datasets: Clarivate Analytics Web of Science (WoS) and Elsevier's Scopus. Our focus is on detecting exact matches, that is, no false positives are tolerated at all. To this end, we follow a twofold matching procedure. First, a locality sensitive hashing (LSH) algorithm [15] is applied, which provides fast approximate nearest neighbours and similarities, in order to obtain WoS-Scopus pair suggestions. We experiment with three different combinations of text components (i.e., only publication titles, titles + journal names, co-author names + titles + journals) as input for the matching process. In addition, different values for LSH input parameters (i.e., number of random vectors, number of different random vector sets, number of neighbours, similarity threshold) are tested. Second, for each suggested pair, different heuristics are applied to identify those pair of records that indeed refer to the same publication. For example, the pairs are classified as correct matches if the journal name, volume, issue and begin page do match. We achieved the best results when only titles were matched and 50-50-50-0.80 or 100-30-30-0.80 input parameters are used. We observe that at least 70% of WoS publications are also indexed by Scopus. Last but not the least, when the parameters leading to the best matching results were applied, it took just about an hour to match 1.6 million vs 2.2 million.</p>
      </abstract>
      <kwd-group>
        <kwd>locality sensitive hashing (lsh)</kwd>
        <kwd>character n-gram</kwd>
        <kwd>information retrieval from bibliographic databases</kwd>
        <kwd>bibliographic database overlap</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>In a previous paper [1], we had suggested a string matching system for short texts
to find out whether given bibliographic references are indexed in a bibliographic
database (BDB). In that paper, we used character 3-grams for this task comparing
them with an approach based word unigrams. We respectively obtained an accuracy
of 96.0% and 94.7% for character 3-grams and word unigrams when a cosine
similarity threshold of 0.60 was used. We searched about 8,500 references within more than
35 million publications indexed in a bibliographic database (BDB) namely Clarivate
Analytics Web of Science database (WoS). We showed that character 3-grams could
be more useful to obtain correct matches when erroneous or misspelling texts appear.
Decreasing the required heavy manual job, the system works well when thousands of
references are searched in a BDB with several millions of indexed papers. For
example, we could obtain the matching results in 1 hour when those references were
matched with 1.8 million papers published in 2007. However, from our experiences,
when the number of publications is increased up to 50 thousands to be searched
within the same source, the computation time reaches about 8 hours or so. This is because
complexity of our system is still O(kn2) even though we could decrease k to a certain
degree.</p>
      <p>
        As a result, that procedure is not applicable when millions of records need to be
searched in a BDB, for example, a task of measuring the overlap between two BDBs.
Similar overlapping tasks have already been addressed by IR researchers [
        <xref ref-type="bibr" rid="ref18">16</xref>
        ]. In
bibliometrics, this task has been of interest and achieved either on the journal level or
with a limited number of articles since the paper based approach is daunting due to
the high volume of indexed articles. However, two BDBs may index different
publications from the same journal issue as [
        <xref ref-type="bibr" rid="ref16">14</xref>
        ] stated and hence an article based approach
may yield more reliable results or confirm the previous literature results. In this
context, we carried out an article based overlapping process for WoS and Elsevier’s
SCOPUS which are the two most extensive BDBs.
      </p>
      <p>
        With the recent technological advances in distributed computing, such previously
tedious tasks can be accomplished. To fulfill this as a complementary approach to our
previous procedure, we applied another method based on locality sensitive hashing
(LSH), which is an algorithm aiming to find approximate nearest neighbors [
        <xref ref-type="bibr" rid="ref11">9</xref>
        ]. To
this end, we used a Spark (http://spark.apache.org/) library, which can be found in
https://github.com/soundcloud/cosine-lsh-join-spark. This library is an
implementation of [
        <xref ref-type="bibr" rid="ref17">15</xref>
        ] where the authors have built their work on [
        <xref ref-type="bibr" rid="ref12">10</xref>
        ] and [3] who are the
pioneers of this fast algorithm. The details about the algorithm are given in the
subsequent section.
      </p>
      <p>To our knowledge, our attempt is the first to measure the overlap between WoS
and SCOPUS at the article level without drawing samples. Based on our application,
we managed to match millions of records from WoS with another millions of records
from SCOPUS in a manageable time. However, we need to point out that this study is
a preliminary endeavour using only the papers from one publication year, which aims
to show the possibility of managing high volume of bibliographic data. Making the
comparison of the DBs for all their indexed records remains as our future work. On
the other hand, we present different input values to be applied for the LSH algorithm
and suggest the ones outperforming the other options in terms of matching accuracy
and running time.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Related work</title>
      <p>
        [
        <xref ref-type="bibr" rid="ref9">7</xref>
        ] gives a very comprehensive literature review about the topic while [
        <xref ref-type="bibr" rid="ref10">8</xref>
        ] briefly
gives examples of database comparisons from the library and information science
field. The degree of overlapping between BDBs has some indications, that is, high
overlap indicates that there is no need to have both sources which saves the funds
whereas low overlap requires to have all the sources increasing the costs [
        <xref ref-type="bibr" rid="ref9">7</xref>
        ]. The cost
issue is even more crucial when costly databases are in question such as Web of
Science and SCOPUS [
        <xref ref-type="bibr" rid="ref8">6</xref>
        ] as the most extensive bibliographic databases and our main
sources in this study.
      </p>
      <p>
        Comparison between the two BDBs has been in question among researchers from
library and information science [
        <xref ref-type="bibr" rid="ref15 ref7 ref8">2, 5, 6, 13</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Data</title>
      <p>We chose articles, reviews and proceeding papers published in 2011 and indexed
in WoS or SCOPUS databases. As a result, 1,635,395 and 2,255,989 papers were
respectively retrieved and used for our application.</p>
    </sec>
    <sec id="sec-4">
      <title>4 Locality-sensitive hashing (LSH)</title>
      <p>
        Matching records from two distinct bibliographic databases is considered as a
special application of the nearest neighbor search problem. As opposed to approaches
such as matrix multiplication optimization [
        <xref ref-type="bibr" rid="ref14">12</xref>
        ] for between record cosine similarity
calculations we opt for locality-sensitive hashing (LSH) being another approach for
matching tasks aiming to fulfill the process with significantly lower complexity.
Indeed, the LSH algorithm we applied estimates these cosine similarities between input
vectors with a significantly low computational complexity. When calculating the
cosine similarity in a traditional way, one has to match all the items (n) having k
features in corpus leading to O(kn2) complexity. This makes it impossible to apply when
n is too large. To remedy this bottleneck, [
        <xref ref-type="bibr" rid="ref17">15</xref>
        ] apply some rules for their LSH
application.
      </p>
      <p>
        First, it represents each vector with bit streams (called fingerprints or signatures)
via randomly chosen spherically symmetric vectors of unit length. The number of
random vectors (d) is given as input. As a result, a higher dimension is reduced to a
number of random vectors. Figure 1 depicts this process in a simple way. Note that
this figure is based on two figures by Benjamin Van Durme &amp; Ashwin Lall in their
presentation for 48th Annual Meeting of the Association for Computational
Linguistics to present their paper [
        <xref ref-type="bibr" rid="ref19">17</xref>
        ] and used here with their kind permission. We merged
the related figures to present the idea into one single figure. As seen, there are two
points (A and B) and six random hash functions in the figure. Point A stands above
h1, h5 and h6 and below the other three functions. Similarly, point B stands above h1
and h5. As a result, A and B have the following respective fingerprints, [1,0,0,0,1,1]
and [1,0,0,0,1,0]. Once all fingerprints are retrieved, the list is sorted to calculate the
similarity between closest points.
      </p>
      <p>
        Second, the algorithm applies a random permutation function a given number of
times (q) for each fingerprint. We can explain this process as follows: In the given
example above, d=6 random vectors are used to obtain fingerprints. However, for the
same points, different fingerprints can be obtained when another 6 random vectors are
used. This means that each fingerprint will have a different place surrounded by
different neighbours in the sorted list whenever a different random vector set is used.
The more random vector sets are introduced, the more likely it is to reach correct
matches. For each sorted list, (B) closest neighbours are retained for each vector.
Eventually, the algorithm calculates the cosine similarity between the vectors and
their neighbours and retains only those matches exceeding a similarity threshold input
value. These processes approximately reduce the computational complexity to O(dn)
and it can be run parallel thanks to its random processing. As [
        <xref ref-type="bibr" rid="ref17">15</xref>
        ] states, the higher d
and q values result in more accurate matches but with a higher calculation time. In
addition, the authors also warn that proper input values (d, q, B) differ depending on
the domain. Therefore, we tried and suggested different input values in our
bibliographic reference matching application.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5 Methodology</title>
      <p>For the applied LSH code, we tried six different input sets in an arbitrary manner.
The details are presented in the results section. We aimed to try different input values
in order to observe the changes in the running time and the number of correct
matches. To this end, we first chose some values leading to very fast computational time
with a trade-off in accuracy. On the other hand, we tried some other values leading to
significantly more correct matches with a trade-off in the running time. So in total, we
used six different input sets to have an idea about the most optimum input values.
Note that our main goal is to show the possibility of matching high volume
bibliographic data and obtain as many correct matches as possible in a manageable time.
Although obtaining the results as fast as possible would be so valuable for dynamic
systems, this is not our priority in this study.</p>
      <p>As the main sources, co-author names, publication title, source name (journal or
conference name), publication year, begin page and end page from WoS or SCOPUS
DBs were used for our text matching procedure. We used three different scenarios as
given below.</p>
      <p> Co-authors + title + source name + publication year + begin page + end page
(ALL)
 Title + source (TI_SO)
 Title (TI)</p>
      <p>
        The code we applied requires an input file in LIBSVM format [
        <xref ref-type="bibr" rid="ref6">4</xref>
        ]. It simply
represents documents with indices and values where each index represents a character
3gram in our case and the value stands for the frequency of the related 3-gram
appearing in the document. For example, 1 1:3 2:7 12:1 14:5 … tells that reference 1 has a
character 3-gram (e.g. end) indexed as 1 appearing three times, a character 3-gram
indexed as 2 appearing seven times, a character n-gram indexed as 12 appearing once
and so on. To this end, we created text files in this format for WoS and SCOPUS for
different reference component combinations as given above.
      </p>
      <p>Then for each scenario, two text files were merged into one. Moreover, the code
was originally designed to find the duplicate records in a given input text file. Since in
our case there was no need to check the pairs from the same BDB, we modified the
code in a way that it only checked the pairs where one coming from WOS and the
other from SCOPUS. Using one big text file for each of the three different scenarios,
we ran our code and made our observations in a server with 36 processors. Figure 2
depicts how we prepared the input files for a clearer understanding. Note that for each
reference combination (all reference, title + source, title) a different input file was
created.</p>
      <p>Once we retrieved the pair suggestions with a similarity score higher than a desired
threshold, we followed some heuristics to confirm the results and obtained identical
matches. This step is necessary since the derived similarity scores by LSH algorithm
are estimated values thus it may offer wrong matches despite a high similarity score.
To this end, we classified pairs as correct matches if they comply with one of the
following rules:</p>
      <p>Rule 1.</p>
      <p>Rule 2.</p>
      <p>Rule 3.</p>
      <p>Rule 4.</p>
      <p>Identical source name (so) (journal or conference name),volume
(vl), issue (is) and begin page (bp) or
Identical so, vl, is and title (ti) when bp is null or
Identical so, is, bp and ti when vl is null or</p>
      <p>Identical so, is, and ti when vl and bp are null.</p>
      <p>Note that above given scenario names (ALL, TI_SO, TI) and rules (Rule 1, Rule 2
so on) are used in Table 3 when presenting the results in detail.</p>
      <p>
        Here we should point out two important facts. First, in the above given rules, we
only considered identical titles for Rule 2, 3 and 4. By applying very high similarity
scores, thousands of more correct matches could be retrieved. For example, consider
the two following titles with a similarity score of 0.85 according to a 3-grams based
edit distance measure [
        <xref ref-type="bibr" rid="ref13">11</xref>
        ].
      </p>
      <p>A 95-nA, 523ppm/degrees C, 0.6-mu W CMOS Current Reference Circuit with
Subthreshold MOS Resistor Ladder (WoS)</p>
      <p>A 95-nA, 523ppm/Â°C, 0.6-Î¼WCMOS current reference circuit with sub threshold
MOS resistor ladder (SCOPUS)</p>
      <p>In our result set, there were around 10,000 pairs having a similarity score between
0.80 and 0.99 ignored by above given four rules. Even though we can intuitively
count those pairs as correct, they still need to be checked manually especially for
micro level bibliographic analysis. Since we focus on the possibility of matching two
large datasets with a possible small manual effort in this study, we skipped that
manual stage and did not involve those pairs.</p>
      <p>
        Second, the databases may index some source names differently. Since checking
all the source name pairs manually was not realistic, we reduced the number of pairs
by retaining only those sources involving identical publication titles with identical
begin pages and issue numbers. As a result, we ended up 3,640 source pairs to check
manually. To ease this manual job, we leveraged similarity score between source
names applying [
        <xref ref-type="bibr" rid="ref13">11</xref>
        ] and the frequencies of those pairs. Confirming the pairs having
very similar names or co-occurring a lot was easier and this allowed us to complete
the manual check within a work day. Table 1 gives some examples of such pairs.
      </p>
      <p>Here we should mention that journals’ International Standard Serial Numbers
(ISSN) could also be exploited to match source names. However, through our
approach, we already included all the ISSNs information and obtained even more
records since ISSNs might change in time thus inconsistency might appear or they might
simply be missing in BDBs. Nevertheless, this was valid for our data and it might be
significantly valuable for other similar tasks. Similarly, Digital Object Identifiers
(DOI) are very valuable to retain the correct matches since they are unique for each
publication. However, BDBs might still be short of this information. For example, in
our case, almost one-third of the publications’ DOIs are not indexed in SCOPUS.
Like ISSN, this information can be very valuable for other similar tasks.</p>
      <p>The first three examples in the table are relatively easier to confirm compared to
the last one since the source names are totally different and a detailed check was
needed. Examining that pair in detail, we saw that in one source a more detailed
conference or journal name was given while the other indexed a general series name. In
our example, Communications in Computer and Information Science was the general
name of the series which involved ADVANCED RESEARCH ON COMPUTER
SCIENCE AND INFORMATION ENGINEERING amongst others. Confirming such
pairs may cause the manual work last longer depending on the data. Nevertheless, in
our approach the process was viable and valuable. So we accepted those manually
checked source names as identical and involved them our matching process given
above. As a result, we roughly gained 185,000 additional correct matches.</p>
    </sec>
    <sec id="sec-6">
      <title>6 Results</title>
      <p>We tried six different input values. Before giving the matching results, we would
like to discuss the computational time based on the input values. Table 2 shows
approximate elapsed times based on the used input values. The numbers are based on
the results when only titles (TI) were used. For the other two scenarios, we did not
observe significant deviations on elapsed times.</p>
      <p>In Table 2, number of random vectors (d), number of neighbours (B), number of
permutations (q) and cosine similarity threshold are given respectively starting from
the first column. For example, we retrieved some matching results having a similarity
score of higher than 0.80 in 3 minutes when 20 random vectors, 5 closest neighbours
and 5 permutations were introduced. Note that when lower cosine thresholds were
applied, computational time was affected significantly in a negative manner. For the
lower thresholds, there appeared too many identical suggestions coming from
different permuted lists which caused more computational time to sort those duplicates out.
Experiencing this bottleneck, we opted 0.80 as the threshold for our procedure. As
also seen in the table, increasing d and q input values results in more computational
cost. Table 3 gives a detailed summary of matching results according to the different
input values for each component combination. Moreover, number of correct matches
for four different cases, as given in the methodology section, is detailed.</p>
      <p>We observed that around 70% of WoS records and 51% of SCOPUS papers could
be correctly matched in half an hour. In addition, we retrieved our results even faster
when the High Performance Computing platform at our university was employed. For
example, for the input values 50-50-50-0.80, it lasted more than 1 hour to get the
results while it was less than half an hour in the cluster environment. Computational
time can be decreased more if a cluster can be set with ideal configurations. This
remains as our future work.</p>
      <p>Our results showed that when pair suggestions were retrieved based on only titles
(TI), many more identical matches were obtained. This might be because the
components like source name or co-authors name introduce more noise leading to a
similarity score lower than the given threshold. As we already mentioned, lowering the
threshold would end up more computational time for the applied algorithm. As a
result, we can suggest that for the given input values, using TI seems better to collect
more identical matches.</p>
      <p>The first striking result is that applying 20-05-05 input values, we could retrieve
more than 560,000 (34.29%) and 424,000 (25.93%) identical results for WoS in three
minutes (see Table 2) when TI and TI_SO were employed respectively. On the other
hand, for the same input values, we could only obtain 92,000 (5.63%) identical values
when applying ALL. Depending on bibliographic research aim, having more than half
million papers indexed by both sources in such a short time might be quite valuable.
50-50-50
981,501
46,117
5,882
1,542
1,035,042
45.88%
63.29%
1,077,348
51,735
6,356
1,736
1,137,175
50.41%
69.54%
1,091,480
51,643
6,348
1,735
1,151,206
51.03%
70.39%</p>
      <p>Second, among all the trials, we could automatically reach the highest number of
identical matches when either 50-50-50 (70.39%) or 100-30-30 (70.40%) input values
were used for TI. The same input values were also the best options for other two
component combinations. Note that we could indeed retrieve slightly more identical
records when 100-50-100 input values were used as given in the last column of TI
section in Table 3. However, that procedure lasted more than 9 hours (see Table 2)
and gave only 2,500 more records compared to our best results. Here we aimed to find
some input values providing matching suggestions in a considerably short time. In
this context, the higher input values like 100-50-100 make no sense since the trade-off
does not seem valuable at all since the added value is too small with a very long
computational time.</p>
      <p>Aside from number of identically matched publications given by Table 3, we
would like to discuss the cited publications. In this context, our WoS database has
1,127,239 (68.93%) cited publications in the type of article, review or proceeding
where we detected that at least 1,002,478 (88.93%) of them are also indexed by
SCOPUS. When highly cited publications are in question, similar results were
obtained. For example, there are 304 and 9,652 publications cited more than 500 and
100 times, respectively where 264 (86.84%) and 8,741 (90.56%) of them were found
to be indexed by both sources.</p>
      <p>These results are in line with the related literature works that is a high overlap
between two important sources has been observed. Furthermore, we grabbed more than
one million joint publications which might pave the way for detailed paper based
bibliographic analysis on common papers unlike previous works based only on
journal comparison.</p>
    </sec>
    <sec id="sec-7">
      <title>7 Conclusion</title>
      <p>Two large bibliographic datasets (1.6 million vs. 2.2 million) from WoS and
SCOPUS databases were matched at paper level using locality sensitive hashing
(LSH) trying to find nearest neighbours. We experimented with different input values
required by the algorithm. As a result, we found and suggested the ones providing the
best results in terms of the number of identical matches and computational time.
Based on the suggested approach, we automatically found that at least 70% of the
publications (article, review or proceeding) indexed by WoS were also indexed by
SCOPUS. Moreover, when we examined the matching results for those publications
cited at least once, we observed more number of identical matches such that at least
88.93% of the cited publications in WoS were also cited by SCOPUS.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Abdulhayoglu. M. A.</given-names>
            ,
            <surname>Thijs</surname>
          </string-name>
          .
          <string-name>
            <given-names>B.</given-names>
            , &amp;
            <surname>Jeuris</surname>
          </string-name>
          . W. (
          <year>2016</year>
          ).
          <article-title>Using character n-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          Scientometrics.
          <volume>109</volume>
          (
          <issue>3</issue>
          ).
          <fpage>1525</fpage>
          -
          <lpage>1546</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11192-016-2066-3
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Bosman. J.</given-names>
            ,
            <surname>Mourik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. V.</given-names>
            ,
            <surname>Rasch</surname>
          </string-name>
          . M.,
          <string-name>
            <surname>Sieverts</surname>
          </string-name>
          . E., &amp;
          <string-name>
            <surname>Verhoeff</surname>
          </string-name>
          . H. (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Charikar. M. S.</surname>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Similarity estimation techniques from rounding algo-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>ry of computing. 380-388</source>
          . ACM. doi:
          <volume>10</volume>
          .1145/509907.509965
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chih-Chung</surname>
            <given-names>Chang</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Chih-Jen</surname>
            <given-names>Lin</given-names>
          </string-name>
          , (
          <year>2011</year>
          ).
          <article-title>LIBSVM : a library for support vector machines</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology</source>
          .
          <volume>2</volume>
          :
          <issue>27</issue>
          :
          <fpage>1</fpage>
          --
          <lpage>27</lpage>
          :
          <fpage>27</fpage>
          . Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm. doi:
          <volume>10</volume>
          .1145/1961189.1961199
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          5.
          <string-name>
            <surname>Egghe</surname>
          </string-name>
          . L. &amp;
          <string-name>
            <surname>Goovaerts</surname>
            .
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>A note on measuring overlap</article-title>
          .
          <source>Journal of information science</source>
          .
          <volume>33</volume>
          (
          <issue>2</issue>
          ).
          <fpage>189</fpage>
          -
          <lpage>195</lpage>
          . doi:
          <volume>10</volume>
          .1177/0165551506075325
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gavel</surname>
          </string-name>
          . Y. &amp;
          <string-name>
            <surname>Iselid</surname>
          </string-name>
          . L. (
          <year>2008</year>
          ).
          <article-title>Web of Science and Scopus: a journal title overlap study</article-title>
          .
          <source>Online information review</source>
          .
          <volume>32</volume>
          (
          <issue>1</issue>
          ).
          <fpage>8</fpage>
          -
          <lpage>21</lpage>
          . doi:
          <volume>10</volume>
          .1108/14684520810865958
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gluck</surname>
          </string-name>
          . M. (
          <year>1990</year>
          ).
          <article-title>A review of journal coverage overlap with an extension to the definition of overlap</article-title>
          .
          <source>Journal of the American Society for Information Science</source>
          .
          <volume>41</volume>
          (
          <issue>1</issue>
          ).
          <fpage>43</fpage>
          -
          <lpage>60</lpage>
          . doi:
          <volume>10</volume>
          .1002/(SICI)
          <fpage>1097</fpage>
          -
          <lpage>4571</lpage>
          (
          <issue>199001</issue>
          )41:
          <fpage>1</fpage>
          &lt;
          <fpage>43</fpage>
          :
          <article-title>:AID-ASI4&gt;3.0</article-title>
          .CO;2-P
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hood</surname>
          </string-name>
          . W. W. &amp; Wilson. C. S. (
          <year>2003</year>
          ).
          <article-title>Overlap in bibliographic databases</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          .
          <volume>54</volume>
          (
          <issue>12</issue>
          ).
          <fpage>1091</fpage>
          -
          <lpage>1103</lpage>
          . doi:
          <volume>10</volume>
          .1002/asi.10301
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          9.
          <string-name>
            <surname>Indyk. P.</surname>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>High-dimensional computational geometry</article-title>
          .
          <source>Doctoral dissertation</source>
          . Stanford University.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          10.
          <string-name>
            <surname>Indyk</surname>
          </string-name>
          . P. &amp;
          <string-name>
            <surname>Motwani</surname>
          </string-name>
          . R. (
          <year>1998</year>
          ).
          <article-title>Approximate nearest neighbours: towards removing the curse of dimensionality</article-title>
          .
          <source>In Proceedings of the thirtieth annual ACM symposium on Theory of computing</source>
          . 604-
          <fpage>613</fpage>
          . ACM. doi:
          <volume>10</volume>
          .1145/276698.276876
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kondrak</surname>
          </string-name>
          . G. (
          <year>2005</year>
          ).
          <article-title>N-gram similarity and distance</article-title>
          .
          <source>In International Symposium on String Processing and Information Retrieval</source>
          .
          <fpage>115</fpage>
          -
          <lpage>126</lpage>
          . Springer Berlin Heidelberg. doi:
          <volume>10</volume>
          .1007/11575832_
          <fpage>13</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kurzak</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alvaro</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Dongarra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Optimizing matrix multiplication for a short-vector SIMD architecture-CELL processor</article-title>
          .
          <source>Parallel Computing</source>
          ,
          <volume>35</volume>
          (
          <issue>3</issue>
          ),
          <fpage>138</fpage>
          -
          <lpage>150</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.parco.
          <year>2008</year>
          .
          <volume>12</volume>
          .010
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          13.
          <string-name>
            <surname>Meho</surname>
            .
            <given-names>L. I.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Rogers</surname>
          </string-name>
          . Y. (
          <year>2008</year>
          ).
          <article-title>Citation counting. citation ranking. and h‐index of human‐computer interaction researchers: a comparison of Scopus and Web of Science</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          .
          <volume>59</volume>
          (
          <issue>11</issue>
          ).
          <fpage>1711</fpage>
          -
          <lpage>1726</lpage>
          . doi:
          <volume>10</volume>
          .1002/asi.v59:
          <fpage>11</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          14.
          <string-name>
            <surname>Pao. M. L.</surname>
          </string-name>
          (
          <year>1993</year>
          ).
          <article-title>Term and citation retrieval: A field study</article-title>
          .
          <source>Information Processing &amp; Management. 29(1)</source>
          .
          <fpage>95</fpage>
          -
          <lpage>112</lpage>
          . doi:
          <volume>10</volume>
          .1016/
          <fpage>0306</fpage>
          -
          <lpage>4573</lpage>
          (
          <issue>93</issue>
          )
          <fpage>90026</fpage>
          -
          <lpage>A</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ravichandran</surname>
            . D.,
            <given-names>Pantel. P.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          . E. (
          <year>2005</year>
          ).
          <article-title>Randomized algorithms and nlp: using locality sensitive hash function for high speed noun clustering</article-title>
          .
          <source>In Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics</source>
          .
          <fpage>622</fpage>
          -
          <lpage>629</lpage>
          .
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .3115/1219840.1219917
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          16.
          <string-name>
            <surname>Spink</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jansen</surname>
            ,
            <given-names>B. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kathuria</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Koshman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Overlap among major web search engines</article-title>
          .
          <source>Internet Research</source>
          ,
          <volume>16</volume>
          (
          <issue>4</issue>
          ),
          <fpage>419</fpage>
          -
          <lpage>426</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          17.
          <string-name>
            <surname>Van Durme</surname>
            .
            <given-names>B.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Lall</surname>
            .
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Online generation of locality sensitive hash signatures</article-title>
          .
          <source>In Proceedings of the ACL 2010 Conference Short Papers</source>
          .
          <fpage>231</fpage>
          -
          <lpage>235</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>