a plagiarism detection procedure in three steps selection
play

A plagiarism detection procedure in three steps: selection, matches - PowerPoint PPT Presentation

A plagiarism detection procedure in three steps: selection, matches and squares Chiara Basile - basile@dm.unibo.it Mathematics Department University of Bologna, Italy PAN09 Workshop, San Sebastin - Donostia, 10/09/2009 Joint work


  1. A plagiarism detection procedure in three steps: selection, matches and “squares” Chiara Basile - basile@dm.unibo.it Mathematics Department University of Bologna, Italy PAN‘09 Workshop, San Sebastián - Donostia, 10/09/2009 Joint work with Dario Benedetto, Emanuele Caglioti, Giampaolo Cristadoro, Mirko Degli Esposti Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 1 / 12

  2. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  3. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  4. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 - just one month... Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  5. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 - just one month... ...and a few documents: “just” 14,428! Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  6. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 - just one month... ...and a few documents: “just” 14,428! Therefore, two imperatives: Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  7. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 - just one month... ...and a few documents: “just” 14,428! Therefore, two imperatives: 1 be (not only computationally) fast Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  8. Introduction Once upon a time... 03/05/09 A group of mathematicians from the Universities of Bologna and Rome La Sapienza gets to know of the Plagiarism Competition and decides to try some preliminary experiments on the external plagiarism corpus using methods developed for different tasks, like authorship recognition and text categorization. The competition deadline: 07/06/09 - just one month... ...and a few documents: “just” 14,428! Therefore, two imperatives: 1 be (not only computationally) fast 2 use heuristics Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 2 / 12

  9. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  10. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) The Gramsci Project C. Basile, D. Benedetto, E. Caglioti, M. Degli Esposti An example of mathematical authorship attribution Journal of Mathematical Physics 49 , 125211 (2008). Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  11. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  12. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... and usually defining some similarity metric(s) to estimate the “distance” between couples of sequences. Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  13. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... and usually defining some similarity metric(s) to estimate the “distance” between couples of sequences. Given two texts x , y their n -gram distance is: „ f x ( ω ) − f y ( ω ) « 2 1 d n ( x , y ) := X | D n ( x ) | + | D n ( y ) | f x ( ω ) + f y ( ω ) ω ∈ D n ( x ) ∪ D n ( y ) where: ◮ f x ( ω ) = frequency of the (character) n − gram ω in x ; ◮ D n ( x ) = set of all the n − grams with non-zero frequency in x . Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  14. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... and usually defining some similarity metric(s) to estimate the “distance” between couples of sequences. Given two texts x , y their n -gram distance is: „ f x ( ω ) − f y ( ω ) « 2 1 d n ( x , y ) := X | D n ( x ) | + | D n ( y ) | f x ( ω ) + f y ( ω ) ω ∈ D n ( x ) ∪ D n ( y ) where: ◮ f x ( ω ) = frequency of the (character) n − gram ω in x ; ◮ D n ( x ) = set of all the n − grams with non-zero frequency in x . Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  15. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... and usually defining some similarity metric(s) to estimate the “distance” between couples of sequences. Given two texts x , y their n -gram distance is: „ f x ( ω ) − f y ( ω ) « 2 1 d n ( x , y ) := X | D n ( x ) | + | D n ( y ) | f x ( ω ) + f y ( ω ) ω ∈ D n ( x ) ∪ D n ( y ) where: ◮ f x ( ω ) = frequency of the (character) n − gram ω in x ; ◮ D n ( x ) = set of all the n − grams with non-zero frequency in x . Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

  16. Introduction Where do we come from? Various problems of classification and clustering of symbolic sequences (authorship attribution, classification of biological or genetic sequences, ...) faced using ideas coming from Information Theory, Dynamical Systems, Statistical Mechanics... and usually defining some similarity metric(s) to estimate the “distance” between couples of sequences. Given two texts x , y their n -gram distance is: „ f x ( ω ) − f y ( ω ) « 2 1 d n ( x , y ) := X | D n ( x ) | + | D n ( y ) | f x ( ω ) + f y ( ω ) ω ∈ D n ( x ) ∪ D n ( y ) where: ◮ f x ( ω ) = frequency of the (character) n − gram ω in x ; ◮ D n ( x ) = set of all the n − grams with non-zero frequency in x . Chiara Basile (University of Bologna) Plagiarism detection in three steps San Sebastián, 10/09/2009 3 / 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend