]> www.fi.muni.cz Git - pan12-paper.git/blob - paper.tex
Prvni draft
[pan12-paper.git] / paper.tex
1 \documentclass{llncs}
2 \usepackage[american]{babel}
3 %\usepackage[T1]{fontenc}
4 \usepackage[utf8]{inputenc}
5 \usepackage{times}
6 \usepackage{graphicx}
7 \usepackage{algorithm}
8 \usepackage{algorithmic}
9 \usepackage{amssymb}
10 \usepackage{multirow}
11
12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13 \begin{document}
14
15 \title{Three way search engine queries with multi-feature document comparison for plagiarism detection}
16 %%% Please do not remove the subtitle.
17 \subtitle{Notebook for PAN at CLEF 2012}
18
19 \author{\v{S}imon Suchomel \and Jan Kasprzak \and Michal Brandejs}
20 \institute{Faculty of Informatics, Masaryk University \\
21 {\tt\{suchomel,kas,brandejs\}@fi.muni.cz}}
22
23 \maketitle
24
25 \begin{abstract}
26 Briefly describe the main ideas of your approach.
27 \end{abstract}
28
29
30 \section{Introduction}
31
32 %The notebooks shall contain a full write-up of your approach, including all details necessary to reproduce your results.
33
34
35 Due to the increasing ease of plagiarism the plagiarism detection has nowadays become a need for many institutions.
36 Especially for universities where modern learning methods include e-learning and a vast document sources are online available.
37 %In the Information System of Masaryk University~\cite{ismu} there is also an antiplagiarism tool which is based upon the same principles as are shown in this paper.
38 The core methods for automatic plagiarism detection, which also work in practice on extensive collections of documents,
39 are based on computation document similarities. In order to compute a similarity
40 we need to possess the original and the plagiarized document.
41 %The most straightforward method is to use an online search engine in order to enrich
42 %document base with potential plagiarized documents and evaluate the amount of plagiarism by detailed document comparison. 
43 %In this paper we introduce a method which has been used in PAN 2012 competition\footnote{\url{http://pan.webis.de/}}
44 %in plagiarism detection.
45 In the first section we will introduce methods for candidate document retrieval from online sources, which took part in
46 PAN 2012  competition\footnote{\url{http://pan.webis.de/}} in plagiarism detection. 
47 The task was to retrieve a set of candidate source documents that may had served as an original to plagiarize from.
48 In the PAN 2012 candidate document retrieval test corpus, there were 32 text documents all contained at least one plagiarism case.
49 The documents were approximately 30 KB of size, the smallest were 18 KB and the largest were 44 KB.
50
51 In the second section we describe our approach of detailed document comparison.
52  
53 We also discuss the performance ...
54
55
56
57 \include{simon-searchengine}
58 \include{yenya-detailed}
59
60 \section{Conclusions}
61
62 We present methods for candidate document retrieval which lead to
63 discovery the decent amount of plagiarism with minimizing the number of used queries. 
64 The proposed methods are applicable in general to any type of text input with no apriori information about the input document.
65 In PAN 2012 competition the proposed methods succeeded with similar amount of plagiarism detected with
66 only a small fraction of used queries compared to the others.  
67  
68
69    
70
71
72 \bibliographystyle{splncs03}
73 \begin{raggedright}
74 \bibliography{paper}
75 \end{raggedright}
76
77 \end{document}
78
79
80 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
81