<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Trinity of Trials: Surrey&apos;s 2014 Attempts at Author Verification Notebook for PAN at CLEF 2014</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Anna</forename><surname>Vartapetiance</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Surrey {A.Vartapetiance</orgName>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Lee</forename><surname>Gillam</surname></persName>
							<email>l.gillam@surrey.ac.uk</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Surrey {A.Vartapetiance</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">A Trinity of Trials: Surrey&apos;s 2014 Attempts at Author Verification Notebook for PAN at CLEF 2014</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">C7DF2631C0F75C18A40ACBC6F26983CC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T13:25+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Encouraged by results from our approaches in previous PAN workshops, this paper explores three different approaches using stopword cooccurrence. High frequency patterns of co-occurrence can be used to some extent as identifiers of an author's style, and have been demonstrated to operate similarly across certain languages -without requiring deeper linguistic knowledge. However, making best use of such information remains unresolved. We compare results from applying three approaches overs such patterns: a frequency-mean-variance framework; a positional-frequency cosine comparison approach, and a cosine distance-based approach. A clearly advantageous approach across all languages and genres is yet to emerge.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In the 6th International Workshop on Uncovering Plagiarism, Authorship, and Social Software Misuse (PAN2012), we gave first test to our ideas on co-occurrence patterns of stopwords. For three simple systems, we obtained 42.8% correct detection for Traditional Authorship Attribution, 91.1% for Intrinsic Plagiarism Detection, and 0.61, 0.38 and 0.48 for Precision, Recall and F1 respectively for Sexual Predator Identification <ref type="bibr" target="#b0">[1]</ref>. For PAN2013, we focused only on the open class Traditional Authorship Attribution problem for three different languages (English, Greek and Spanish), and used a vector similarity approach over a frequency-mean-variance framework for patterns of a few stopwords for each language. This system achieved F1 values of 0.66, 0.74 and 0.78 for Early Bird, Final, and Post submission assessment of the Train Corpus respectively <ref type="bibr" target="#b1">[2]</ref>.</p><p>In this paper, we present 3 approaches to the PAN2014 task of Author Identification (authorship verification) involving 6 collections across 4 languages (English, Greek, Spanish and Dutch). In section 2, we briefly discuss specific changes in contrast to previous PAN efforts. In sections 3 and 4, we describe the three approaches and the evaluation of its results. Section 5 concludes the paper with considerations for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">A Brief Contrast to Previous PANs</head><p>PAN2014 focuses Authorship Attribution to a question of whether the author of a set of documents is also the author of a given document outside this set. This task covers six text collections across four different languages: English, Greek, Spanish and Dutch, and covering four genres: Essays, Reviews, Novels and Articles.</p><p>For PAN2012 <ref type="bibr" target="#b2">[3]</ref> , given a set of documents from different known authors and a set of documents with unknown authors; the task was to allocate the documents to one author (or none). The PAN2013 <ref type="bibr" target="#b3">[4]</ref> approach required a Boolean response as to whether an unknown document was likely written by the same author as a set of (from 1 to 10) "known" documents from that (single) author. PAN2014 now allows for three responses -introducing a "non-committal" value (0.5); better performing systems may be hedging responses rather than committing to a wrong answer. The size of the training corpus has changed substantially from 35 across three categories for PAN2013 to 696 across 6 categories for PAN2014.</p><p>Table <ref type="table" target="#tab_0">1</ref>, below, shows details of the six training subcorpora for PAN2014, covering numbers of cases, and averages numbers of known and unknown documents as well as statistics for the known documents. Effects of document length and number of comparisons may be useful in subsequent analysis. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Three Methods</head><p>For PAN2012, we approached attribution using a mean-variance framework on patterns of stopwords using a specified maximum window size for pairs of the 10 most common English stopwords to identify positional frequencies, and allocated an author based on nearest frequency-mean-variance match. We achieved F1 of 0.42, and saw post-submission that it might have been possible to achieve F1 of 0.48 using paired sets of 5 stopwords (i.e. patterns combined from the first 5 stopwords with the second 5, hence a smaller feature space) <ref type="bibr" target="#b0">[1]</ref>. For PAN2013, the core approach remained the same with output adapted to the boolean output required. The task introduced Greek and Spanish texts, of which the authors have no real knowledge, and so lists of 10 frequent stopwords were sought for each.</p><p>For PAN2014, we reuse these stoplists and have now added Dutch stopwords to address Dutch subcorpora -with Dutch as yet another language of which the authors have no real knowledge. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Frequency-Mean-Variance (FMV)</head><p>We follow the approach detailed at length in Vartapetiance and Gillam (2013) <ref type="bibr" target="#b1">[2]</ref>, generating frequency information for stopword pairs, determining mean and variance for separation, then applying cosine distance to compare the resulting feature vectors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Positioning</head><p>This approach is based on FMV, above, but omits step 4 and so acts as a cosine comparison on positional frequencies for each pattern. This would tend to require comparable frequencies for each feature to ensure a good match.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Cosine</head><p>We modify the Positioning approach to consider the frequency information for all patterns as a single vector, then apply cosine distances between resulting vectors. Here we also consider how to determine a match: a single cosine distance between one known and one unknown; a difference in distance within a threshold when two known texts can be compared; and distances between the unknown and many known texts to be at a suitable point on the distribution of distances amongst knowns. Acceptability, according to thresholds, and cosine distance can then be used together to determine match confidence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Submissions, Results and Evaluations</head><p>In PAN2013, we determined a set of parameters, values for which would embody language-specific treatment. In PAN2014, introduction of different text genres required additional considerations relating to the likelihood of pattern occurrence in much shorter documents. To account for such differences, we conducted a parameter sweep (over 10000 tests) based on values shown in Table below: S1, S2 and S represent first 5, second 5 and all ten most frequent stopwords respectively. Table <ref type="table" target="#tab_3">4</ref> shows the values of parameters determined by this parameter sweep for FMV. Filter size can be related directly to text length in all cases except for Greek, which we attribute to the structuring.   <ref type="table" target="#tab_5">6</ref> shows results from the 3 approaches on 3 datasets: training, corpus-1 and corpus-2 -for all 6 categories. The best overall result is still obtained for FMV, although comparison between the values showed that the Cosine approach achieves much higher results for English Novels where the unknown documents was only being compared to 1 known document, while FMV approach had higher score for categories in which there were more known documents; e.g. Spanish with 5 known documents per test. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>In this paper, we attempted to reuse and adapt a fairly simple approach from PAN2013 for Authorship Attribution. Our frequency-mean-variance framework demonstrates reasonable performance (0.63) on training data, and similar (0.57) on test data. Our positioning approach is less performative (0.59 and 0.53), and cosine approach sits between these two (0.60 and 0.55). These results suggest that a broader grain in comparison achieves a marginally better result than a positional focus might offer, which indicates that the direction of future exploration needs to account for this broader grain.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>PAN2014 Corpus Details</figDesc><table><row><cell>Genre</cell><cell>Case</cell><cell>Known doc.</cell><cell>Avg.</cell><cell>Avg.</cell><cell>Avg. word</cell><cell>Avg. of</cell></row><row><cell></cell><cell></cell><cell>per case</cell><cell>Unknown</cell><cell>Known doc.</cell><cell>per sentence</cell><cell>sentences</cell></row><row><cell></cell><cell></cell><cell>(max 5)</cell><cell>doc. length</cell><cell>length</cell><cell>-known doc.</cell><cell>-known doc.</cell></row><row><cell>Dutch</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Essay</cell><cell>96</cell><cell>1.79</cell><cell>507.55</cell><cell>414.83</cell><cell>18.06</cell><cell>23.19</cell></row><row><cell>Review</cell><cell>100</cell><cell>1.02</cell><cell>122.73</cell><cell>125.38</cell><cell>18.90</cell><cell>6.63</cell></row><row><cell>English</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Essay</cell><cell>200</cell><cell>2.65</cell><cell>806.86</cell><cell>845.30</cell><cell>10.01</cell><cell>84.40</cell></row><row><cell>Novel</cell><cell>100</cell><cell>1.00</cell><cell>1783.37</cell><cell>4393.95</cell><cell>22.63</cell><cell>194.16</cell></row><row><cell>Greek</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Article</cell><cell>100</cell><cell>2.85</cell><cell>1447.35</cell><cell>1383.65</cell><cell>19.27</cell><cell>71.81</cell></row><row><cell>Spanish</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Article</cell><cell>100</cell><cell>5.00</cell><cell>1184.76</cell><cell>1123.23</cell><cell>19.85</cell><cell>56.58</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 :</head><label>2</label><figDesc>List of stopwords for all four languages</figDesc><table><row><cell>Language</cell><cell>Stopwords</cell></row><row><cell>Dutch</cell><cell>De Van Een Het En In Is Dat Op Te</cell></row><row><cell>English</cell><cell>The Be To Of And A In That Have I</cell></row><row><cell>Greek</cell><cell>Και Το Να Τον Η Της Με Που Την Από</cell></row><row><cell>Spanish</cell><cell>De La Que El En Y A Los Del Se</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Parameters and possible values for each</figDesc><table><row><cell>Parameter</cell><cell># of Options</cell><cell>Options</cell></row><row><cell>Pattern Pairs</cell><cell>9</cell><cell>S1*S1, S1*S2, S1*S, S2*S1, S2*S2, S2*S, S*S1,</cell></row><row><cell></cell><cell></cell><cell>S*S2, S*S</cell></row><row><cell>Window Size</cell><cell>5</cell><cell>5, 10, 15, 20</cell></row><row><cell>Filter</cell><cell>5</cell><cell>No filter, 2, 3, 4, 5</cell></row><row><cell>Confidence Measure</cell><cell>10</cell><cell>90, 91, 92, 93, 94, 95, 96, 97, 98, 99</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 :</head><label>4</label><figDesc>Values determined for the PAN2014 FMV approach</figDesc><table><row><cell>Language</cell><cell>Window Size</cell><cell>Filter</cell><cell></cell><cell>Confidence Measure</cell></row><row><cell>Dutch</cell><cell>Essay</cell><cell>5</cell><cell>0</cell><cell>0.95</cell></row><row><cell></cell><cell>Review</cell><cell>10</cell><cell>0</cell><cell>0.97</cell></row><row><cell>English</cell><cell>Essay</cell><cell>5</cell><cell>4</cell><cell>0.92</cell></row><row><cell></cell><cell>Novel</cell><cell>5</cell><cell>5</cell><cell>0.92</cell></row><row><cell>Greek</cell><cell>Article</cell><cell>5</cell><cell>3</cell><cell>0.97</cell></row><row><cell>Spanish</cell><cell>Article</cell><cell>20</cell><cell>5</cell><cell>0.99</cell></row><row><cell cols="5">A similar strategy leads us to the values shown in Table 5 for the Positioning and</cell></row><row><cell cols="2">Cosine approaches.</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 :</head><label>5</label><figDesc>Values for Parameters used for PAN2014 -Positioning and Cosine Approaches</figDesc><table><row><cell>Language</cell><cell cols="2">Window</cell><cell cols="2">Filter Confidence Measure</cell><cell>Confidence</cell><cell>Measure</cell></row><row><cell></cell><cell>Size</cell><cell></cell><cell>(Positioning)</cell><cell></cell><cell>(Cosine)</cell></row><row><cell>Dutch</cell><cell>Essay</cell><cell>5</cell><cell>0</cell><cell>0.60</cell><cell></cell><cell>0.55</cell></row><row><cell></cell><cell>Review</cell><cell>5</cell><cell>0</cell><cell>0.50</cell><cell></cell><cell>0.20</cell></row><row><cell>English</cell><cell>Essay</cell><cell>5</cell><cell>0</cell><cell>0.65</cell><cell></cell><cell>0.35</cell></row><row><cell></cell><cell>Novel</cell><cell>5</cell><cell>0</cell><cell>0.70</cell><cell></cell><cell>0.80</cell></row><row><cell>Greek</cell><cell>Article</cell><cell>5</cell><cell>0</cell><cell>0.70</cell><cell></cell><cell>0.80</cell></row><row><cell>Spanish</cell><cell>Article</cell><cell>5</cell><cell>0</cell><cell>0.85</cell><cell></cell><cell>0.45</cell></row><row><cell>Table</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 6 :</head><label>6</label><figDesc>Results from all three approaches for Train and Test Corpus-1 and Test Corpus-2; best results for each sub-corpus, and on average, are highlighted.</figDesc><table><row><cell></cell><cell>DE</cell><cell>DR</cell><cell>EE</cell><cell>EN</cell><cell>GR</cell><cell>SP</cell><cell>Average</cell></row><row><cell>Training FMV -competition</cell><cell cols="6">0.66 0.56 0.58 0.68 0.64 0.65</cell><cell>0.63</cell></row><row><cell>Positioning</cell><cell cols="6">0.61 0.53 0.52 0.68 0.62 0.55</cell><cell>0.59</cell></row><row><cell>Cosine</cell><cell cols="6">0.56 0.57 0.57 0.75 0.56 0.60</cell><cell>0.60</cell></row><row><cell>Corpus-1 FMV -competition</cell><cell cols="6">0.65 0.52 0.55 0.52 0.54 0.60</cell><cell>0.56</cell></row><row><cell>Positioning</cell><cell cols="6">0.48 0.48 0.54 0.50 0.58 0.60</cell><cell>0.53</cell></row><row><cell>Cosine</cell><cell cols="6">0.50 0.56 0.60 0.56 0.60 0.56</cell><cell>0.56</cell></row><row><cell>Corpus-2 FMV -competition</cell><cell cols="6">0.72 0.51 0.52 0.50 0.53 0.66</cell><cell>0.57</cell></row><row><cell>Positioning</cell><cell cols="6">0.56 0.57 0.46 0.53 0.49 0.58</cell><cell>0.53</cell></row><row><cell>Cosine</cell><cell cols="6">0.54 0.56 0.57 0.56 0.51 0.55</cell><cell>0.55</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The authors gratefully acknowledge prior from EPSRC/JISC (EP/I034408/1), the UK's Technology Strategy Board (TSB, 169201), and also the efforts of the PAN organizers in crafting and managing the tasks.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Quite Simple Approaches for Authorship Attribution , Intrinsic Plagiarism Detection and Sexual Predator Identification -Notebook for PAN at CLEF</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vartapetiance</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gillam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes Papers of the CLEF 2012 Evaluation Labs</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Tufis</surname></persName>
		</editor>
		<meeting><address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-09">2012. September 2012. 2012</date>
			<biblScope unit="page" from="17" to="20" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A Textual Modus Operandi: Surrey&apos;s Simple System for Author Identification -Notebook for PAN at CLEF</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vartapetiance</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gillam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes Papers of the CLEF 2013 Evaluation Labs</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Tufis</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2013-09">2013. September 2013</date>
			<biblScope unit="page" from="23" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">An Overview of the Traditional Authorship Attribution Subtask -Notebook for PAN at CLEF</title>
		<author>
			<persName><forename type="first">P</forename><surname>Juola</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes Papers of the CLEF 2012 Evaluation Labs</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Tufis</surname></persName>
		</editor>
		<meeting><address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-09">2012. September 2012. 2012</date>
			<biblScope unit="page" from="17" to="20" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Overview of the Author Identification Task at PAN 2013</title>
		<author>
			<persName><forename type="first">P</forename><surname>Juola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stamatatos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes Papers of the CLEF 2013 Evaluation Labs</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Tufis</surname></persName>
		</editor>
		<meeting><address><addrLine>Valencia, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013-09">September 2013. 2013</date>
			<biblScope unit="page" from="23" to="26" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
