<?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">Argumentation, Ideology, and Issue Framing in Parliamentary Discourse</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Graeme</forename><surname>Hirst</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Vanessa</forename><forename type="middle">Wei</forename><surname>Feng</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Christopher</forename><surname>Cochrane</surname></persName>
							<email>christopher.cochrane@utoronto.ca</email>
							<affiliation key="aff1">
								<orgName type="department">Department of Political Science</orgName>
								<orgName type="institution">University of Toronto</orgName>
								<address>
									<settlement>Toronto</settlement>
									<region>Ontario</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Nona</forename><surname>Naderi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Argumentation, Ideology, and Issue Framing in Parliamentary Discourse</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FE9EDCBEF27692E1511DB877841EE1F6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T00:43+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>In argumentative political speech, the way an issue is framed may indicate the unstated assumptions of the argument and hence the ideological position of the speaker. Our goal is to use and extend our prior work on discourse parsing and the identification of argumentation schemes to identify specific instances of issue framing and, more generally, ideological positions as they are expressed in text. We are using annotated historical and contemporary proceedings of the British, Canadian, and Dutch parliaments, looking in particular at speech on the topic of immigration.</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>A key aspect of any argument is the unstated assumptions and beliefs that underlie it. At bottom, all naturally occurring arguments are enthymematic. Our research in argumentation has the long-term goal of identifying these unstated elements, both at the micro level -the specific unstated premises of an argument -and at the macro level -the belief system or ideology within which the entire argument is constructed, which may in turn contribute to its unstated premises (and also to any unstated conclusions).</p><p>Our past research has concerned analysis of argumentation, and the related issue of determining the rhetorical structure of discourse, at the micro level. In this paper, we briefly describe this work. We then describe our present and planned research on ideology-based argumentation, including, in particular, the identification of specific kinds of issue framing and their role in ideological disagreement.</p><p>Our research is part of the project Digging Into Linked Parliamentary Data ("Dilipad"), an interdisciplinary tri-national project that is collecting and richly annotating historical and contemporary parliamentary proceedings of the U.K., Canada, and the Netherlands for use in studies in political science, political history, and other areas of social science and linguistics. <ref type="foot" target="#foot_0">1</ref> The project includes two case studies on the identification of ideology, ideological frameworks, and argumentation in the data, which we will describe below.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Argumentation analysis</head><p>The context for our initial research on argumentation (presented in detail by <ref type="bibr" target="#b12">Feng and Hirst (2011)</ref>) was the early work of <ref type="bibr" target="#b27">Mochales and Moens (2008;</ref><ref type="bibr" target="#b28">2009a;</ref><ref type="bibr" target="#b29">2009b)</ref>, who focused on automatic detection of arguments in legal texts. With each sentence represented as a vector of shallow features, they trained a multinomial naïve Bayes classifier and a maximum entropy model on the Araucaria corpus. In their follow-up work, they trained a support vector machine to further classify each argumentative clause into a premise or a conclusion. In addition, they developed a context-free grammar for argumentation structure parsing. Our work is "downstream" from that of Mochales and Moens. Assuming the eventual success of their, or others', research program on detecting and classifying the components of an argument, we sought to determine how the pieces fit together as an instance of an argumentation scheme. This, in turn, would be used, in future work, to understand the argument and recover the unstated assumptions. Figure <ref type="figure" target="#fig_0">1</ref> shows the structure of a complete posited system, with our work addressing the part inside the red dashed line. Of Walton's set of 65 argumentation schemes <ref type="bibr" target="#b38">(Walton et al., 2008)</ref>, we focused on the five that are most frequent in the Araucaria dataset <ref type="bibr" target="#b36">(Reed and Rowe, 2004;</ref><ref type="bibr" target="#b37">Rowe and Reed, 2008)</ref>: ar-  gument from example, argument from cause to effect, practical reasoning, argument from consequences, and argument from verbal classification. Casting the problem as one of text classification, we built a pruned C4.5 decision tree <ref type="bibr" target="#b34">(Quinlan, 1993)</ref> for both one-against-others classification of each scheme and for pairwise classification of each possible pairing of schemes. We used a variety of textual features, some of them specific to a particular argument scheme and others identical across schemes. They ranged from specific keywords and phrases to word-pair similarity between the premise and the conclusion, the starting point of the premise or conclusion in its sentence, and various syntactic dependency relations. Additionally, we used one feature that cannot at present be automatically derived from text, but which we assume may be determined by cues such as discourse relations: whether the argument is linked or convergent; that is, whether or all just one of the premises suffice for the conclusion.</p><p>Using Araucaria for both training and testing, we achieved high accuracy in one-against-others classification for argument from example and practical reasoning: 90.6% and 90.8% (baseline is 50%). The accuracy of classification of argument from cause to effect was just over 70%. However, with the other two schemes (argument from consequences and argument from verbal classification), accuracy was only in the low 60s. This is probably due at least partly to the fact that these schemes do not have such obvious cue phrases or patterns as the other three schemes, and therefore may require more world knowledge, and also because the available training data for each in Araucaria was relatively small (44 and 41 instances, respectively). In pairwise classification, we were able to correctly differentiate between most of the scheme pairs, with accuracies as high as 98% (baseline is again 50%). Performance was poor (64.0%) only for argument from consequences against argument from verbal classification -perhaps not coincidentally the two schemes for which performance was poorest in the one-against-others task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Discourse analysis for argumentation analysis</head><p>The rhetorical or discourse structure of an argumentative text contributes to (or is, in part, determined by) the structure of the argument that it expresses. Consequently, much of our recent work has focused on discourse parsing, that is, determining the hierarchical rhetorical structure of the text: the logical relationships between sentences. Following the tenets of Rhetorical Structure Theory (RST) <ref type="bibr" target="#b26">(Mann and Thompson, 1988)</ref>, this is a tree structure that covers the text whose leaves are the elementary discourse units (EDUs) of text (roughly speaking, clauses and clause-like constituents) and whose edges are the RST relations that hold between EDUs or spans of related text. The set of relations include many that are pertinent to the structure of argumentation, such as CONTRAST, CAUSE, SUMMARY and ENABLE-MENT. Also, as we noted above, an analysis of discourse structure may help us to discriminate convergent from linked arguments. So while an RST structure is not an argumentation structure per se, it clearly contains information that contributes to building an argumentation structure.</p><p>Our research on discourse parsing has three facets: improving the initial segmentation of text into EDUs <ref type="bibr" target="#b13">(Feng and Hirst, 2014b)</ref>; improving the parsing itself by using rich linguistic fea-tures <ref type="bibr" target="#b12">(Feng and Hirst, 2012)</ref>; and technically improving the parser both in accuracy and in efficiency by separating the parsing of intra-sentence and multi-sentence structures into separate processes (following <ref type="bibr" target="#b20">Joty et al. (2013)</ref>), and adding a post-editing pass to each process <ref type="bibr" target="#b12">(Feng and Hirst, 2014a)</ref>. Bringing the improvements together, and training and testing in the RST Discourse Treebank <ref type="bibr" target="#b5">(Carlson et al., 2001)</ref>, we achieved an F 1 score of 92.6% on discourse segmentation, and an accuracy of 58.2% (against a baseline of 29.6%)<ref type="foot" target="#foot_1">2</ref> on recognizing discourse relations on a goldstandard segmentation.</p><p>Our next task will be to combine our discourse parser with our earlier work on identifying argumentation schemes. We will augment our classifier with new features derived from the discourse structure in order to improve its accuracy. We will also use discourse structure features to improve the upstream classification that feeds into the argumentation scheme classifier, and to begin the task of further downstream analysis. In particular, this will include analysis of arguments to determine the underlying ideology of a text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Ideology and issue framing</head><p>Social scientists usually define ideology as a belief system: "a configuration of ideas and attitudes in which the elements are bound together by some form of constraint or functional interdependence" <ref type="bibr">(Converse, 1964, p. 207)</ref>. The left / right political divide is a systematic and enduring ideological cleavage that divides "the world of political thought and action" in democratic countries <ref type="bibr" target="#b1">(Bobbio, 1996)</ref>. Systematic left / right differences appear in the voting records of politicians in legislative assemblies <ref type="bibr" target="#b18">(Hix et al., 2006)</ref>, in the election platforms of political parties <ref type="bibr">(Budge et al., 2001;</ref><ref type="bibr">Klingemann et al., 2006)</ref>, and in the patterns of public opinion <ref type="bibr" target="#b19">(Jost, 2006)</ref>. The left / right divide is so pervasive and enduring that many now wonder whether these political differences are manifestations of deeply rooted, and perhaps heritable, psychological traits <ref type="bibr" target="#b0">(Alford et al., 2005;</ref><ref type="bibr">Carney et al., 2008;</ref><ref type="bibr" target="#b14">Haidt, 2012)</ref>.</p><p>Several computational studies have looked at the question of whether a political speaker's ideological position on the left / right spectrum can In our earlier work <ref type="bibr" target="#b15">(Hirst et al., 2010;</ref><ref type="bibr" target="#b16">Hirst et al., 2014)</ref>, we showed that the U.S. results do not apply to the Canadian Parliament. On one hand, we were able to classify party membership more reliably overall than the U.S. research did, but on the other hand we also showed that distinctions in the vocabulary of the speakers depend far more upon whether their party was in government or in opposition than upon their ideological position. The differences reflect primarily defence (government) and attack (opposition), a feature inherent to parliamentary governments in general, and especially to the Canadian parliament where party discipline is particularly strict <ref type="bibr" target="#b35">(Savoie, 1999)</ref>. When we applied classification methods based on word-frequency to the proceedings of the European Parliament, in which the factor of government-opposition status is absent, we achieved a more-accurate ideological classification of speakers from the five major parties across the left / right spectrum <ref type="bibr" target="#b16">(Hirst et al., 2014)</ref>. This confounding role of institutions on left / right differences align with what others have recently uncovered in cross-national analysis of legislative voting patterns <ref type="bibr" target="#b17">(Hix and Noury, 2013)</ref>.</p><p>Casual observers of politics recognize left / right differences when they see them, but even experts struggle to define these terms. The root of the problem is the effort to define left and right by reducing each side to a single idea or "essential core". The morphology of left and right is inconsistent with such a specification. Rather, left and right describe "family resemblances" between the systems of political ideas that actors on each side advance on the questions of political disagreement <ref type="bibr" target="#b8">(Cochrane, 2014)</ref>. Although no single idea de-fines the left or the right, ideas are more or less central to one of these resemblances to the extent that they are more common among the belief systems of actors that are inside each category than they are among the beliefs systems of actors that are outside each category. From this vantage point, the central ideas on the political left are commitments to equality, pacifism, and, more recently, the environment. The distinguishing ideas on the right are support for capitalist economic orthodoxy, law and order, and patriotic militarism <ref type="bibr" target="#b8">(Cochrane, 2014)</ref>. The differences between political parties in their support for these ideas explain more than two-thirds of the variation in how citizens and experts position the parties on a left / right dimension <ref type="bibr" target="#b8">(Cochrane, 2014)</ref>.</p><p>The "content" of a belief system is the set of preferences that an actor harbours about political issues. The "structure" of a belief system is the way in which an actor puts different political issues together into bundles of constrained preferences. Actors that think about politics from the vantage point of altogether different ideas not only disagree in their positions on issues, they also disagree in their views of how different issues fit together logically in the political world around them. Thus, the content and the structure of belief systems varies on the left and the right <ref type="bibr" target="#b7">(Cochrane, 2013)</ref>.</p><p>Because of these differences, individuals from different ideological positions will often frame things differently in argumentation on any particular issue. For example, on the issue of how much immigration should be allowed into their country, one person might frame the argument as one of economic benefit or detriment, a second person as one of the benefits or problems of multiculturalism, and a third person as one of social justice.<ref type="foot" target="#foot_2">3</ref> These differences will be reflected in the vocabulary that each of these people uses, which accounts for the results presented above on identifying ideology based on vocabulary alone; in the absence of confounding factors, as we saw most clearly in the case of the European Parliament, vocabulary is a strong indicator all by itself.</p><p>So we see that the framing of an issue by a speaker in an argumentative text is not, ultimately, a linguistic entity; it's an ideological viewpoint or perspective: a set of beliefs, assumptions and pre-compiled arguments. <ref type="foot" target="#foot_3">4</ref> Nonetheless, for automatic text analysis, quantifiable semantic characteristics of the speaker's presentation of a position are indicators or proxies of the framing, which can then be interpreted qualitatively (by a human). In a simple analysis, this might be a statistical analysis of the key concepts of the text, as denoted by content words, significant collocations of words, and syntactic structures, much as in the simple textclassification-based ideology studies mentioned above, or a topic-model-based analysis, as in the work of <ref type="bibr">Nguyen et al. (2013)</ref>.</p><p>In our research, however, we are also proposing a novel, more-sophisticated analysis in which we also look at the actual argumentation structures and discourse relationships of the text and how the concepts adduced by the lower-level linguistic components are used in these structures. We will describe these proposals in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Argumentation and issue framing in parliamentary speech</head><p>Left / right speech is a subset of ideological speech more generally. Ideological speech is a subset of political speech more generally. As we noted above, previous analyses of political speech attempt to induce left / right classifiers from analyses of vocabulary across all of the many topics of discussion in a dataset. But this approach disregards the results of an extensive body of political science research that analyzes left / right ideological disagreement in legislative voting records <ref type="bibr" target="#b33">(Poole and Rosenthal, 2007;</ref><ref type="bibr" target="#b17">Hix and Noury, 2013)</ref>, party election manifestos <ref type="bibr">(Budge et al., 2001;</ref><ref type="bibr">Klingemann et al., 2006)</ref>, and opinions <ref type="bibr" target="#b19">(Jost, 2006)</ref>. A key finding from these studies concerns the varying centrality of specific actors, ideas, and topics to left / right political disagreement. Some actors are more central to the left or to the right than are other actors. Some ideas are more central to the left or to the right than are other ideas. Left / right disagreements implicate some political issues and not others. This provides an informative prior for models that seek to uncover left / right differences from the patterns of vocabu-lary and argumentation in political text. The likelihood that speech conveys information about left / right argumentation is a function of the speaker and the topic. Thus, the goal of our work, broadly speaking, is to develop computational models for the automatic analysis of ideology and issue framing in political speech that are better informed than the simple vocabulary-based models and that draw on automatic discourse parsing and automatic analysis of argumentation as their primary mechanism. We would like to look more narrowly and more deeply at argumentation on specific issues by individuals across the left / right spectrum, and develop automatic methods of analysis that will identify, or help analysts to identify, different frames and ideological positions. Our "help to" hedge reflects the difficulty of the goal and the context of our research as part of a much-larger project that is building datasets and tools to assist political scientists and political historians in their analyses.</p><p>The primary data for our work is the annotated parliamentary proceedings, from the present back to the mid-1800s or earlier, that are being produced by the Dilipad project (see section 1 above), from which we will draw speech<ref type="foot" target="#foot_4">5</ref> on specific topics for diachronic and cross-national analysis of argumentation and framing. Immigration is a topic of special interest here, as it has been an important and recurring issue since the nineteenth century in all three participating countries. We hope to identify national and temporal differences and similarities in the frames used to discuss the issue.</p><p>In our models, we will bring together, and extend, the work on discourse parsing and argumentation scheme identification described in sections 2 and 3 above. Although these techniques are far from perfect, we hypothesize that typical political speech contains a sufficiently well-cued discourse structure that the analyses that we can achieve, although still quite imperfect, will be usefully indicative of issue framing and other ideological signals, and will be more immune to confounding factors, such as the attack-and-defence dynamics of parliamentary debates, than simple vocabulary classification. In particular, we will use features from discourse units and rhetorical re-lations to find claims and analyze the reasoning structure that is used to justify, support, and derive the claims. In addition, we will take into account how the concepts adduced by lower-level linguistic components -phrases, syntactic dependency structures -are used in the actual argumentation structures and discourse relationships of the text. We hope to be able to recognize instances of known frames in the text, and possibly even discover new ones. Because we will be developing deeper and hence more tentative methods of computational linguistic analysis, we do not expect to provide a complete automated analysis of text in the first instance, but rather to provide data that can then be interpreted by a human analyst.</p><p>In parallel with this approach, we will also develop text-classification methods for identifying ideological positions in speech that will look beyond vocabulary and also take into consideration frequent collocations and lexicalized syntactic dependency structures as features. This will allow us to include differences in the way that particular words are used (even where speakers use the word with the same frequency) as a feature of the classification. This will provide a new, higher baseline against which the results of the discourse-and argumentation-based analysis can be evaluated. It may also provide information that can itself be a component of that analysis. In addition, the words, collocations, and dependency structures that are most informative for classification will, as with our other methods, be available for human interpretation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>Our work focuses on the structure of discourse and arguments to better understand ideological positions and issue framing through their linguistic realizations. By applying discourse parsing and the analysis of argumentation to parliamentary debates, we hope to determine how speakers with various ideologies argue on a range of issues. Ideologies are manifested not only by the vocabularies used, but also by how the differing beliefs of political speakers lead to different framing of issues. Ideology detection can therefore benefit from argumentation and discourse analysis techniques.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Overall framework of our research on argumentation schemes.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">For more details of the project, including the other participating institutions and researchers, see http://dilipad. history.ac.uk</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">This is the majority baseline of always labeling the resulting subtree with the relation ELABORATION with the current span as the nucleus and the next span as the satellite.be determined just from a quantitative analysis of the vocabulary that they use -both from the way they talk about particular topics and (in some contexts) from the topics that they tend to talk about(Lin et al., 2006;<ref type="bibr" target="#b30">Mullen and Malouf, 2006;</ref> Yu  et al., 2008;<ref type="bibr" target="#b10">Diermeier et al., 2012;</ref><ref type="bibr" target="#b41">Zirn, 2014)</ref>. Typically, these studies attempt to induce a classifier from word-frequency vectors. Results have been mixed; for example, extreme positions in the U.S. Congress can be distinguished from those of the other side -sometimes by the use of topicdependent shibboleths such as gay (liberal Democrat) or homosexual (conservative Republican)but more-moderate positions cannot be(Yu et al.,  2008).</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">Immigration is in fact the particular topic on which we will conduct our case study on the framing of arguments; see section 5 below.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">A fortiori, framing is a political action: "Framing essentially involves selection and salience. To frame is to select some aspects of a perceived reality and make them more salient in a communicating text, in such a way as to promote a particular problem definition, causal interpretation, moral evaluation, and/or treatment recommendation for the item described"<ref type="bibr" target="#b11">(Entman, 1993)</ref>. But here, we focus on the linguistic and argumentative aspects of framing.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">Although we refer to political and parliamentary speech and speakers, as is conventional, we are working only with the published textual transcriptions of the parliamentary debates. We are not using audio data or any kind of automatic speech recognition.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The Digging Into Linked Parliamentary Data project is funded through the Digging Into Data Challenge. The Canadian arm of the project is funded by the Natural Sciences and Engineering Research Council of Canada through its Discovery Frontiers program and by the Social Sciences and Humanities Research Council. We are grateful to Kaspar Beelen for helpful comments on an earlier draft of this paper.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title/>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">R</forename><surname>Alford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carolyn</forename><forename type="middle">L</forename><surname>Funk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">R</forename><surname>Hibbing</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Political Science Review</title>
		<imprint>
			<biblScope unit="volume">99</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="153" to="167" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">Noberto</forename><surname>Bobbio</surname></persName>
		</author>
		<title level="m">Left and Right: The Significance of a Political Distinction</title>
				<meeting><address><addrLine>Cambridge, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Polity Press</publisher>
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Ian</forename><surname>Budge</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Andrea</title>
		<author>
			<persName><forename type="first">Hans-Dieter;</forename><surname>Klingemann</surname></persName>
		</author>
		<author>
			<persName><surname>Volkens</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">Judith</forename><surname>Bara</surname></persName>
		</author>
		<title level="m">Mapping Policy Preferences: Estimates for Parties, Electors, and Governments 1945-1998</title>
				<meeting><address><addrLine>Oxford, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Oxford University Press</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Building a discourse-tagged corpus in the framework of Rhetorical Structure Theory</title>
		<author>
			<persName><forename type="first">Lynn</forename><forename type="middle">;</forename><surname>Carlson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><forename type="middle">;</forename><surname>Marcu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mary</forename><surname>Okurowski</surname></persName>
		</author>
		<author>
			<persName><surname>Ellen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Second SIGDial Workshop on Discourse and Dialogue</title>
				<meeting>Second SIGDial Workshop on Discourse and Dialogue<address><addrLine>SIGDial; Aalborg</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001. 2001</date>
			<biblScope unit="page" from="1" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The secret lives of liberals and conservatives: Personality profiles, interaction styles, and the things they leave behind</title>
		<author>
			<persName><forename type="first">Dana</forename><forename type="middle">R</forename><surname>Carney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">T</forename><surname>Jost</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samuel</forename><forename type="middle">D</forename><surname>Gosling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jeff</forename><surname>Potter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Political Psychology</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="807" to="840" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The asymmetrical structure of left / right disagreement: Left-wing coherence and right-wing fragmentation in comparative party policy</title>
		<author>
			<persName><forename type="first">Christopher</forename><surname>Cochrane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Party Politics</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="104" to="121" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Left and Right: The Small World of Political Ideas</title>
		<author>
			<persName><forename type="first">Christopher</forename><surname>Cochrane</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note type="report_type">MS under review</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">The nature of belief systems in mass publics</title>
		<author>
			<persName><forename type="first">Philip</forename><forename type="middle">E</forename><surname>Converse</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ideology and Discontent</title>
				<editor>
			<persName><forename type="first">David</forename><forename type="middle">E</forename><surname>Apter</surname></persName>
		</editor>
		<meeting><address><addrLine>London, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Collier-MacMillan</publisher>
			<date type="published" when="1964">1964</date>
			<biblScope unit="page" from="206" to="261" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Language and ideology in Congress</title>
		<author>
			<persName><forename type="first">Daniel</forename><forename type="middle">;</forename><surname>Diermeier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean-Franc</forename><surname>Godbout</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bei</forename><forename type="middle">;</forename><surname>¸ois; Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefan</forename><surname>Kaufmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">British Journal of Political Science</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="31" to="55" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Framing: Toward clarification of a fractured paradigm</title>
		<author>
			<persName><forename type="first">Robert</forename><forename type="middle">M</forename><surname>Entman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Communication</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="51" to="58" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A linear-time bottom-up discourse parser with constraints and post-editing</title>
		<author>
			<persName><forename type="first">Vanessa</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Graeme</forename><surname>Hirst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings, 49th Annual Meeting of the Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">Vanessa</forename><surname>Feng</surname></persName>
		</editor>
		<editor>
			<persName><surname>Wei</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Graeme</forename><surname>Hirst</surname></persName>
		</editor>
		<meeting>49th Annual Meeting of the Association for Computational Linguistics<address><addrLine>Portland, Oregon; Jeju, Korea; Baltimore</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011. 2012. 2014a</date>
			<biblScope unit="page" from="60" to="68" />
		</imprint>
	</monogr>
	<note>Proceedings, 52nd Annual Meeting of the Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Twopass discourse segmentation with pairing and global features</title>
		<author>
			<persName><forename type="first">Vanessa</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Graeme</forename><surname>Hirst</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014b</date>
		</imprint>
	</monogr>
	<note type="report_type">Submitted</note>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">The Righteous Mind: Why Good People are Divided by Politics and Religion</title>
		<author>
			<persName><forename type="first">Jonathan</forename><surname>Haidt</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>Pantheon Books</publisher>
			<pubPlace>New York, NY</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Party status as a confound in the automatic classification of political speech by ideology</title>
		<author>
			<persName><forename type="first">Graeme</forename><forename type="middle">;</forename><surname>Hirst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yaroslav</forename><forename type="middle">;</forename><surname>Riabinin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jory</forename><surname>Graham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings, 10th International Conference on Statistical Analysis of Textual Data / 10es Journées internationales d&apos;Analyse statistique des Données Textuelles (JADT 2010)</title>
				<meeting>10th International Conference on Statistical Analysis of Textual Data / 10es Journées internationales d&apos;Analyse statistique des Données Textuelles (JADT 2010)<address><addrLine>Rome</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="731" to="742" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Text to ideology or text to party status?</title>
		<author>
			<persName><forename type="first">Graeme</forename><forename type="middle">;</forename><surname>Hirst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yaroslav</forename><forename type="middle">;</forename><surname>Riabinin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jory</forename><forename type="middle">;</forename><surname>Graham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Magali</forename><forename type="middle">;</forename><surname>Boizot-Roche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Colin</forename><surname>Morris</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">From Text to Political Positions: Text analysis across disciplines</title>
				<editor>
			<persName><forename type="first">Bertie</forename><forename type="middle">;</forename><surname>Kaal</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Maks</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">;</forename><surname>Isa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Annemarie</forename><forename type="middle">M E</forename><surname>Van Elfrinkhof</surname></persName>
		</editor>
		<meeting><address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>John Benjamins</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="93" to="115" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">Simon</forename><forename type="middle">;</forename><surname>Hix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Abdul</forename><surname>Noury</surname></persName>
		</author>
		<ptr target="http://personal.lse.ac.uk/hix/Research.HTM" />
		<title level="m">Governmentopposition or left-right? The institutional determinants of voting in legislatures</title>
				<imprint>
			<date type="published" when="2013">2013. 2014-06-14</date>
		</imprint>
	</monogr>
	<note type="report_type">Working paper</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Democratic politics in the European Parliament</title>
		<author>
			<persName><forename type="first">Simon</forename><forename type="middle">;</forename><surname>Hix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Abdul</forename><forename type="middle">;</forename><surname>Noury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gérare</forename><surname>Roland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Journal of Political Science</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="494" to="520" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">The end of the end of ideology</title>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">T</forename><surname>Jost</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Psychologist</title>
		<imprint>
			<biblScope unit="volume">61</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="651" to="670" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Combining intra-and multi-sentential rhetorical parsing for documentlevel discourse analysis</title>
		<author>
			<persName><forename type="first">Shafiq</forename><forename type="middle">;</forename><surname>Joty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giuseppe</forename><forename type="middle">;</forename><surname>Carenini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raymond</forename><forename type="middle">;</forename><surname>Ng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yashar</forename><surname>Mehdad</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013)</title>
				<meeting>the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013)<address><addrLine>Sofia, Bulgaria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="486" to="496" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Hans-Dieter</forename><surname>Klingemann</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Andrea</forename><forename type="middle">;</forename><surname>Volkens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Judith</forename><surname>Bara</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<author>
			<persName><forename type="first">Ian</forename><forename type="middle">;</forename><surname>Budge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Mcdonald</surname></persName>
		</author>
		<title level="m">Mapping Policy Preferences II: Estimates for Parties, Electors, and Governments in Eastern Europe, European Union, and OECD 1990-2003</title>
				<meeting><address><addrLine>Oxford, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Oxford University Press</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Wei-Hao</forename><surname>Lin</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Which side are you on? Identifying perspectives at the document and sentence levels</title>
		<author>
			<persName><forename type="first">Theresa</forename><forename type="middle">;</forename><surname>Wilson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Janyce</forename><forename type="middle">;</forename><surname>Wiebe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexander</forename><surname>Hauptmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th Conference on Natural Language Learning (CoNLL-X)</title>
				<meeting>the 10th Conference on Natural Language Learning (CoNLL-X)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="109" to="116" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Rhetorical structure theory: Toward a functional theory of text organization</title>
		<author>
			<persName><forename type="first">William</forename><surname>Mann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sandra</forename><surname>Thompson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Text</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="243" to="281" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Study on the structure of argumentation in case law</title>
		<author>
			<persName><forename type="first">Raquel</forename><surname>Mochales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Francine</forename><surname>Moens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2008 Conference on Legal Knowledge and Information Systems</title>
				<meeting>the 2008 Conference on Legal Knowledge and Information Systems<address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="11" to="20" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Argumentation mining: the detection, classification and structure of arguments in text</title>
		<author>
			<persName><forename type="first">Raquel</forename><surname>Mochales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Francine</forename><surname>Moens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICAIL &apos;09: Proceedings of the 12th International Conference on Artificial Intelligence and Law</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2009">2009a</date>
			<biblScope unit="page" from="98" to="107" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Automatic argumentation detection and its role in law and the Semantic Web</title>
		<author>
			<persName><forename type="first">Raquel</forename><surname>Mochales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Francine</forename><surname>Moens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2009 Conference on Law, Ontologies and the Semantic Web</title>
				<meeting>the 2009 Conference on Law, Ontologies and the Semantic Web<address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2009">2009b</date>
			<biblScope unit="page" from="115" to="129" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">A preliminary investigation into sentiment analysis of informal political discourse</title>
		<author>
			<persName><forename type="first">Tony</forename><surname>Mullen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Malouf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Symposium on Computational Approaches to Analyzing Weblogs</title>
				<meeting>the AAAI Symposium on Computational Approaches to Analyzing Weblogs</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="159" to="162" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title/>
		<author>
			<persName><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><surname>Viet-An</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Lexical and hierarchical topic regression</title>
		<author>
			<persName><forename type="first">Jordan</forename><forename type="middle">;</forename><surname>Boyd-Graber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philip</forename><surname>Resnik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Advances in Neural Information Processing Systems 26</title>
				<meeting>Advances in Neural Information Processing Systems 26<address><addrLine>Lake Tahoe, NV</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="1106" to="1114" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Ideology and Congress</title>
		<author>
			<persName><forename type="first">Keith</forename><forename type="middle">T</forename><surname>Poole</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Howard</forename><forename type="middle">L</forename><surname>Rosenthal</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>Transaction Publishers</publisher>
			<pubPlace>New Brunswick, NJ</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">C4.5: Programs for machine learning</title>
		<author>
			<persName><forename type="first">J</forename><surname>Quinlan</surname></persName>
		</author>
		<author>
			<persName><surname>Ross</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="235" to="240" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<monogr>
		<author>
			<persName><forename type="first">Donald</forename><surname>Savoie</surname></persName>
		</author>
		<title level="m">Governing from the Centre: The Concentration of Power in Canadian Politics</title>
				<meeting><address><addrLine>Toronto, ON</addrLine></address></meeting>
		<imprint>
			<publisher>University of Toronto Press</publisher>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Araucaria: Software for argument analysis, diagramming and representation</title>
		<author>
			<persName><forename type="first">Chris</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Glenn</forename><surname>Rowe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Artificial Intelligence Tools</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="961" to="980" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Argument diagramming: The Araucaria project</title>
		<author>
			<persName><forename type="first">Glenn</forename><surname>Rowe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Knowledge Cartography: Software tools and mapping techniques</title>
				<editor>
			<persName><forename type="first">Alexandra</forename><surname>Okada</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Simon</forename><forename type="middle">J Buckingham</forename><surname>Shum</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Tony</forename><surname>Sherborne</surname></persName>
		</editor>
		<meeting><address><addrLine>London</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="163" to="181" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<monogr>
		<title level="m" type="main">Argumentation Schemes</title>
		<author>
			<persName><forename type="first">Douglas</forename><forename type="middle">;</forename><surname>Walton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><forename type="middle">;</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabrizio</forename><surname>Macagno</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
			<publisher>Cambridge University Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Bei</forename><surname>Yu</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Classifying party affiliation from political speech</title>
		<author>
			<persName><forename type="first">Stefan</forename><forename type="middle">;</forename><surname>Kaufmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Diermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Information Technology in Politics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="33" to="48" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Analyzing positions and topics in political discussions of the German Bundestag</title>
		<author>
			<persName><forename type="first">Cäcilia</forename><surname>Zirn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACL 2014 Student Research Workshop</title>
				<meeting>the ACL 2014 Student Research Workshop<address><addrLine>Baltimore</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="26" to="33" />
		</imprint>
	</monogr>
</biblStruct>

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