Th i <; chapter provide an tudy f a wide range of fingerprinting method . We first introduce the general pri n iples for any fingerprinting algorithm from an information
retrie al pe tive and then urvey the rele ant algorithm from the literature. A mentioned
before in Chapter I , unl ike near-duplicate document detection, our focu i on algorithms that
det
I
cal Ie reus ba on part of documents. For example, a reu ed text i typical lymodi fied to onform with the content of the document. Therefore, technologie to detect uch
ca of te t reu 'e can not rely on the near-dupl icate method , in which the reused text being
clo e t identical to its original, but rather have to be account for modi fication of mall parts of the document . Such local text reuse detection methods are based on a technique called fi n ge rpri nting.
A fingerpri nt
h (d)
of a documentd
can be considered as a set of encoded substrings taken fromd,
which serve a a repre entation of the documentd.
These encoded substri ngs are u ual l y formed u ing the n -gram method, wh ich divide the document into a set of cont iguou sub tring of length n (the n-gram method is described in more details in Section 2. 3).
Each n-gram i then ha hed and a sub et of these hashe i s selected to be the document'
fi n gerprint . Note that
h
denote the ha h function. Other type of fi ngerpri nting methods are formed by reformulatingd
as a whole to obtain a simpl i fied repre entation ofd
whi le main tain i ng a much i n formation a po ible of the content of the document. Such fi ngerprintsof the document are u ed for the local text reuse detection. In general , a good fingerpri nting
technique should sati fy the fol lowing propertie :
• Accuracy: the fingerpri n ts generated by the fingerpri nting technique mu t be accurate
enough to repre ent the document .
• Efficiency: the generated fingerpri nts must be as small a po ible.
Con i dering the above propertie , we i ntroduce several fingerpri nting methods. How ever, mo t of the e techniques hare the fol low ing two operation : fi ngerpri nt generation and fi ngerprint matching.
2. 1 Fingerprint Generation
Before de igning an accurate and efficient fingerprinting technique, there are four ar a� i n the proce. s of creating it that need to be con idered [ 29 ] :
( I )
tring Select ion . From the original document, ub tring (chunk ) are extracted ac cording to orne election trategy. S uch a trategy may con ider po itional, frequency ba or tru ctural informat ion.( 2 ) tring Number. The ubstring number control the fingerprint resolution. There an obviou trade-off between fi ngerprint qual ity, computational co t, and space re quirement , which mu t be carefully balanced. The more infomlation of a document i encoded i n the fi ngerprint, the more rel iably a possible overlap of two fingerprint can be detected.
( 3) S ub tring S ize . The substring ize define the fi ngerpri nt granularity. A fine granularity make a fi ngerprint more susceptible to false matches, while with a coar e granularity fi ngerpri nting become very ensitive to change .
(4) S ub tring Encoding. The selected substrings are converted into integer numbers. Sub stri ng conver ion establ i hes a hash operation where, aside from uniquenes and unifor mity, also efficiency i an i mportant i ue [ 49 ] . I n most fi ngerpri nting techniques, the popular M D 5 ha h i ng al gorithm i often employed [ 50 ] .
2.2 Fingerprint M atching
To e timate the amount of reused text between a pair of documents, a non-symmetric metric measure is used ( [ 1 2, 26, 4 ] ). Spec ifically, given two documents
A
andB,
the amount of text in documentA,
which is hared with documentB
is represented a a ratio of the number of hared fingerpri nts to the number of fingerpri nt of documentA .
The rat io,containment
of1 6
( 2 . 1 )
where FA and Fs are the sets of fi ngerprint of document
A
andB,
re pectively. Note that the�hared fingerpri nt rat io i
(C(A . B) -# C(B, A ) )
i nce such a measure reAectthe difference in the of the documents. General ly, symmetric metrics are used for
near-dupl icate detection method [ 35 ] . The esti mated containment val ues of document can
then be divided i nto range (e.g., rno t, con iderable, partial) ba ed on the properties and goals
of the te t reu e appl icat ion.
2.3 Fingerprinting Approaches
Thi section gives an overview of existing fi ngerprinting approaches for local text
reu e detection. There are broadly two k i nd of fi ngerpri nting techniq ue for text reuse detec-
tion: overlap techn iq ue and non-overlap techniques. The fol lowing two ubsections overv iew the available method of the two techn ique .
2.3. 1 Overlap Fingerprinting Methods
Overlap method use a l iding w i ndow that is shifted by a word. The word equence
in the w i ndow (or its numeric value) i handled a a chunk. Given a size of the wi ndow a
n , the
ifh
wi ndow w i l l contai n thei'h
word to thei +
n - l 'l! word i n the document. Themethods that are based on the l iding w i ndow are referred to a
overlap methods
si nce theadj acent window overlap each other,
i. e. ,
n - 1 of the words that appear in one window, w i l lalso appear i n the ubsequent window.
The overlap methods proved to produce good result , although they generate many chunks. However, variou selection algorithms were propo ed ( [ 9, 7, 2 1 , 26 ] ), of which we
- G ram
-gram the t and t method of the overlap methods. An n-gram is a et of
11 ontiguou in the do ument. These token may be character or words. It use all the consecut ive n token. ( also cal led chunk or hingle ) of a document generated by a sl iding ind w with size 11 a fi ngerpri nts. This liding wi ndow i h i fted by one token at a time. Hence, the total number of fi ngerprint for a document with total of
M
token i calculated a :Nil gram =
M
-11+ I
( 2 . 2 )ote that the above formula repre ent an upper bound for the number of fi ngerprint a the n-gram method i u ually used i n a et-wise approach [ 5 1 ] .
I ntu itively, the n-gram method shows good re ult si nce i t uses all generated n-grams a fi ngerprints. H owever, it become too expensive and infeasible in big col lections. The next overlap method e lect a repre entative ub et of the generated n-gram fi ngerprints in order to reduce thei r number and enhance the efficiency of the method.
o mod p
One neces ary property for a election al gori thm to work properly is that it mu t e lect the arne ub et of fi ngerpri nt for identical documents. Randomly elected chunk would not sati fy thi property a it i unpredictable which chunk are se lected. The
Omod
p method select only chunk w ith ha h val ue divisible by p among all the n-gram chunks [ 9 ] . Thus, i f two documents are identical the selected chunk byOmod
p method in the documents are thearne. The average number of fi ngerpri nts
Omod
p select i then reduced by a factor of p as fol low :The drawbacks of this method is that it doe not repre ent the whole document accu- rate ly. For in. lance. if r common hunk' are divisible by p. thi could falsely detennine a reu e re lation hip. On the other hand, it is not guaranteed lhat if two document contain imi lar chunks ( at different location ' in the documents). that the e chunk will be selected in
both document and hence. reu e may not be detected.
Winnowing
Win now ing i another selection algorithm ba ed on n-gram [ 26 ] . It u e a econd
indow with i ze H' sliding over the chunk derived from the original window in n-gram. Only one chunk i selected as a fi ngerpri nt from each winnowing window, which i the chunk with m i n i mum ha h value. The rightmost val ue i selected in case of tie .
Winnow i ng proved to yield better resu lts than the
Omod
p method i n practice and pro-vided a lower bound of the e lected fingerprints as:
2
N\I'illIlOH'lIlg 2': w + I .NII-gram ( 2 .4)
S i nce the winnowing method e lection of the fi ngerpri nts depend on the hash values
of the chunk within the arne w i n nowing window, thi means that even if two document
a common chunk, w innowing doe not necessari l y select that chunk 's fi ngerpri nt i n
both documents. H owever, i f two documents share a sequence of words, wh ich i at least a l arge as the wi nnowing window w, at least one common word out of th i s sequence is se lected
in both document .
Hailstorm
The Hail torm method combine the re ults of w i n now ing w ith a more global cover age of the document. The word of a document are hashed prior to appl ying winnow ing to
the d cument. Each chunk is then tested and selected a a fingerpri nt only i f the lowe t ha h value i� the t ( or the rightmost ) token within the chunk [ 5 2 ] .
I t IS req uir d to choo e a large window ize for the Hail torm to reach high compres
sion rates. However, the qual ity of n-gram for the detection of local text reu e decrease for big w i ndow i s due t o the fact that the en itivity o f n-gram for small changes increase� with an increa window size.
2.3.2 Non-Overlap Fingerpri nting Methods
In the non-overlap methods, the document i divided into non-overlapping text eg ment rather than overlapping chunk . In uch method the proce s of dividing text segment is cal led
breaking,
and the word po ition where a break occurs is known asbreakpoint.
H ash-breaking
H a h-breaking is similar to the
Omod
p method but without overlapping. The word in the doc ument are ha hed and the breakpoint are created at location where the ha h values of the word are divi ible by a given parameter p. The resu lting text chunks are then hashed and u ed as fi ngerprints of the document.The expected number of fi ngerprint for a document
D
u ing the hash-breaking methodL(D)j
p, and thu the average length of text egments is p. However, in bad cases, the length of the te t egment might be much horter or much longer than expected, depending on the di tribution of the ha h val ues. In the wor t ea e, the chunk could be very short and con ists only of very common word . In thi ca e, the reu e detect ion is badly affected. Soe and Croft refi ned the ha h-break ing tech nique to reduce noi y fi ngerpri nt i n uch a way that i t ignores the text segme n ts whose lengths are horter than p ( rev ised hash-breaking) [ 4 ] .Another weak point of the hash-breaking method i that it i s very ensitive to smal l modi fication . A change of one character i n a chunk, w i l l lead to a completely different ha h value and 0 the re ulti ng fi ngerpri nt of the document. Soe and Croft propo ed the use of
Di screte sine Transformation ( DCT) to overcome the above problem and make it more
robu, l agai nst change' [ 4 ] .
D i crete Co i n e Tran format ion ( OCT)
The DCT fi ngerprinting add res es the en itivity problem of the hash-breaking method.
The DCT ( as defi ned in Wikipedia [ 53 ] ) "expre e a equence of fi nitely many data points i n terms of a urn of co i ne fu nction 0 c i l 1 ating at different frequencie ". Its mai n character
i tic that make it w idely u in numerou applications in science and engineering uch a the s compre sion of audio and images i that small high-frequency component can be di carded a they are les i mportant than low-frequency component .
DCT i expected to be more robu t agai nst smal l change than ha h-break ing. How e er. it can only be tolerant of at mo t a i ngle word replacement [ 4 ] .
2.3.3 Other Approaches
Randomized Fingerprinting
A randomized algorithm or probabi l i stic algori thm i s an algorithm which uses a degree of randomne s as part of it logic. I n computat ional geometry, a standard techn ique to build a tructure i to randomly permute the i nput data and then i n ert them one by one i nto the exi ting tructure. The randomization ensures that the expected number of change to the
tructure cau ed by an i nsertion i mal l , and so the expected run n i ng time of the algorithm can be upper bounded. Th i technique i known as randomi zed i ncremental con truction [ 54 ] . The same technique i used i n [ 55 ] for document fingerpri nting. Th i random ized fi ngerpri nting provides a guarantee that a match with more than
W
characters will be detected w ith very high probabi l i ty. The algorithm u es spec ial data tructure cal led ynop is data structure that are con tructed in a randomized fa hion for maintaining the distinct items, the most frequent i tems, and global Jy frequent i tem each on a eparate data structure. It also u e an algorithm cal led count- ketch for esti mating the frequency of items u ing a l i m ited space . These twotech nique� are generall u ed f r proce 'sing data- treams.
Fuzzy Fingerprinting
I n the pre iou,
I
mentioned fingerpri nting approache , the fingerprint technologyu�ed to ident ify text reuse between two documents u ing pairwi e similarity compari- on. Speci fical l y, compari ng the generated fingerprints for the two documents and checking whether the have a ub tantial overlap. In the ca e of fuzzy fi ngerprinting approach, a com pact document model d ba ed on the vector space is con tructed for a given document
d
andpec ial type of imilarity comparison between d and the fi ngerpri nt of all other documents in a col lection i performed ( [ 8, 56, 29 ] ). According to [ 56 ] , the algorithm for con tructing fuzzy fi ngerprint includes the fol lowing steps: 1 ) Extracting a set of word term (chunks) for document
d
by computing it vector pace model d; 2 ) computing the vector of rela t ive frequencie p f of the pre fi x cla e for the document' i ndex words; 3 ) Nonnal izing the vector pf and computing the vector of rel ative deviation /}.pJ to the expected prefi x c las di tribution ; 4) Fuzzification of /}.pJ by ab tracting the exact deviation to one fuzzy deviationcherne, and then computing the fuzzy h ash value for each word. The main advantage of the fuzzy fi ngerpri nting i that it does not u, e the computational ly expensive hashing function u ed by other fingerpri nting techn ique . It al 0 produces better results in term of the chunk
ize and the preci ion of shared fi ngerprints.
S V D- Based Detection
Singular Val ue Decompo ition ( S V D ) i a well -known factori zation of a rectangular matrix i n l inear algebra. It i s a tool for Latent Semantic Analy i (LSA) to deduce the latent emantic as ociations between two different entitie [ 57 ] . In other words, LSA incorporate S V D to anal yze rel at ionships between a set of documents and their term . The reuse detection method de cri bed in [ 58 ] employed LSA framework to i n fer the latent em antic associations and ub equently determ i ne the document imi larity while processing the selected documents.
22
The 0 matri
(M)
compo, ed of everal vector '[M[ .M2 . . . MIl],
where vectorMI
includes terms oc urring in documenti
with their frequencie . These term are mainly of n-grams. which hence identify simi larities between document . However, "i nce every document contain only a small ubset of all phra es, thi make matrixM
hugely. par e. Therefore. the computat ional t of the decomposition in SVD will be very high if the pace is too large.
2.4 Evaluation of Fingerprinting Approaches
2.4. 1 I n formation Retrieval Evaluation
Thi ection prov ide a formal framework of information retrieval i n general, defining it termi nology and briefly i ntroducing the various measures used for evaluating the perfor mance of information retrieval systems before proceeding w ith the evaluation of the fi nger pri n ting tech nique .
I nformation retrieval i a mul tidi cipli nary field in Computer Science which aims at
developing y tem that help obtai n i ng information re ources re levant to an information need
from a collection of information re ources [ 59 ] . It is al 0 defi ned as a term conventional l y appl ied t o t h e type of computer activity that inform t h e user on t h e avai labi l ity ( or non
avail abi l i ty ) of the resource
(i. e. ,
document ) relating to hi req ue t [ 60 ] .I n order for a n information retrieval s y tem t o operate and retrieve information, that i n formation mu t fir t be tored in the computer. General ly, the information w i l l usually have been in the form of document . H owever, a document representative is produced from a stored document, either manually or automatically, in wh ich the computer can proce s. An informa t ion retrieval proce begin when a u er enters his q uery q i nto the system. Queries, denoted by