<?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">Mining Bipolar Argumentation Frameworks from natural language text</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Oana</forename><surname>Cocarascu</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Imperial College London</orgName>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Francesca</forename><surname>Toni</surname></persName>
							<email>f.toni@imperial.ac.uk</email>
							<affiliation key="aff1">
								<orgName type="institution">Imperial College London</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Mining Bipolar Argumentation Frameworks from natural language text</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">63CBFA106705BA10ED85A4AE4FC84691</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T04:54+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>We describe a methodology for mining topic-dependent Bipolar Argumentation Frameworks (BAFs) from natural language text. Our focus is on identifying attack and support argumentative relations between texts about the same topic, treating these texts as arguments when they are argumentatively related to other texts. We illustrate our methodology on a dataset of hotel reviews and outline some possible applications using the BAFs resulting from our methodology.</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>Argument Mining is a relatively new research area which involves, amongst others, the automatic detection in text of arguments, argument components, and relations between arguments (see <ref type="bibr" target="#b14">[15]</ref> for an overview). Argument Mining is a complex task because of the lack of a clear argumentative structure in free natural language text. Argument Mining can be seen as a pipeline, composed of several stages, including: identifying argumentative sentences, detecting component boundaries and argument components, and determining relations between arguments.</p><p>In this paper, we focus on identifying argumentative relations of attack and support between texts, assuming that if one text attacks/supports another, then both may be considered to be argumentative, irrespectively of their stand-alone argumentativeness. This task, referred to as Relation-based Argument Mining (RbAM) <ref type="bibr" target="#b5">[6]</ref>, has attracted some attention lately, seen as a stand-alone classification task to be addressed by Machine Learning (ML) techniques <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b4">5,</ref><ref type="bibr" target="#b5">6]</ref>. As a classification problem, RbAM can be thought of as determining a class amongst attack, support, and neither attack nor support for any given pair of texts, to determine which type of argumentative relation the first element of the pair is in with the second. Note that RbAM does not rely on or assume any specific argument model or internal structure of arguments.</p><p>We propose a methodology for mining Bipolar Argumentation Frameworks (BAFs) <ref type="bibr" target="#b6">[7]</ref> from natural language text, with RbAM at its core. BAFs are a well known kind of argumentation framework in the literature on Argumentation &amp; AI <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b20">21]</ref>. RbAM is well-suited for mining BAFs since attack and support relations between (abstract) arguments are the main components of BAFs. Our methodology relies upon constructing a topic-dependent BAF from text, using topics to identify pairs of chunks of text to be classified using RbAM, along a temporal dimension whereby more recent chunks of text may either support or attack less recent ones, but not vice versa. This choice is well suited in settings such as online reviews, where information is provided incrementally, over time, and contributors have full vision of existing data.</p><p>We illustrate our methodology with natural language text drawn from a dataset of hotel reviews <ref type="bibr" target="#b16">[17]</ref>. In this context, the topics are represented by aspects that users mention in the reviews, and BAFs represent how arguments from reviews relate to arguments from other reviews as well as to arguments about the quality of the items being reviewed. For example, consider the following two reviews about a hotel (with the second being more recent than the first): r1: Exceeds any expectations -rooms, food, atmosphere were heads above anywhere. Thanks for making my trip the best of the best. r2: The room was not clean. Don't waste your time or money here.</p><p>For the topic room, our methodology may give the BAF graphically shown in Figure <ref type="figure">1</ref> (where nodes of the graph are arguments in the BAF, edges labelled by + indicate support and edges labelled by -indicate attack). Here, the (root) G (stating that the hotel is good) is supported by Groom (stating that the rooms in this hotel are good), related to the topic identified. Then, ↵1 and ↵2, drawn from reviews r1 and r2 respectively, are about the same topic room. Here, ↵1 supports Groom and ↵2 attacks ↵1. Because of the temporal dimension underlying our methodology, ↵1 does not attack ↵2 and ↵2 does not attack Groom. In <ref type="bibr" target="#b8">[9]</ref>, we have shown how mining automatically BAFs from text, and reviews in particular, can be useful to support other activities (deception detection in <ref type="bibr" target="#b8">[9]</ref>). In the current paper, we discuss some additional applications that can be supported once the BAFs have been extracted from text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>G: the hotel is good</head><p>The remainder of this paper is organised as follows. We present background on BAFs and related work in Section 2. In Section 3 we outline our methodology for mining BAFs from natural language text and illustrate its application to an excerpt from a dataset of reviews about a hotel. We discuss some applications of BAFs mined from text in Section 4 and conclude in Section 5. We do not report any experimental results for our methodology in this paper; some experiments are described in <ref type="bibr" target="#b8">[9]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">BACKGROUND AND RELATED WORK</head><p>(Abstract) Argumentation Frameworks (AAFs) are pairs consisting of a set of arguments and a binary relation between arguments, representing attacks <ref type="bibr" target="#b10">[11]</ref>. Formally, an AAF is any hAR, attacksi where attacks ✓ AR ⇥ AR. Bipolar Argumentation Frameworks (BAFs) extend AAFs by considering two independent binary relations between arguments: attack and support <ref type="bibr" target="#b6">[7]</ref>. Formally, a BAF is any hAR, attacks, supportsi where hAR, attacksi is an AAF and supports ✓ AR ⇥ AR.</p><p>For example, consider the following three texts:</p><p>t1: 'We should grant politicians immunity from prosecution' t2: 'Giving politicians immunity from prosecution allows them to focus on performing their duties' t3: 'The ability to prosecute politicians is the ultimate protection against the abuse of power'</p><p>Here t2 supports t1 and t3 attacks t1. Thus, these three texts can be seen as the arguments in the BAF represented as the following graph (where nodes are arguments, edges labelledindicate attacks and edges labelled + indicate supports):</p><formula xml:id="formula_0">t 2 t 3 t 1 +</formula><p>Argument Mining is an emerging field whose aims include to identify argumentative sentences, argument components and argument structures (such as claims and premises), as well as to identify relations between arguments (such as support and attack) (see <ref type="bibr" target="#b14">[15]</ref> for a recent overview). Argument Mining mostly relies on Natural Language Processing (NLP) and Machine Learning (ML) techniques. In this paper we focus on Relation-based Argument Mining (RbAM) <ref type="bibr" target="#b5">[6]</ref>, a subtask in Argument Mining which aims to automatically identify argumentative relations between texts, of the kinds (attack and support) occurring in BAFs. In RbAM, if one text attacks/supports another, then both may be considered to be argumentative, irrespectively of their stand-alone argumentativeness. For example, consider the following sentence:</p><p>Councilwoman Radcli↵e voted in favour of the tax increase.</p><p>Analysed in isolation, this sentence does not seem to be argumentative but becomes an argument when read in context:</p><p>Councilwoman Radcli↵e voted in favour of the tax increase.</p><p>No one who voted in favour of the tax increase is a desirable candidate. Therefore, Councilwoman Radcli↵e is not a desirable candidate.</p><p>RbAM can be seen as a prerequisite for constructing BAFs. It has been traditionally treated as a ML classification problem with three classes: support, attack, neither support nor attack.</p><p>Various approaches have been used to determine (attack/support) relations between arguments, varying from standard ML classifiers <ref type="bibr" target="#b4">[5]</ref> to textual entailment <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Extracting attack and support relations was also done on a corpus consisting of tweets <ref type="bibr" target="#b1">[2]</ref>. Identifying attack and support relations between an evaluative expression and an argument was addressed in <ref type="bibr" target="#b11">[12]</ref>, on a French corpus covering domains such as hotels, restaurants, and politics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">A METHODOLOGY FOR MINING BAFS</head><p>RbAM is a di cult task which amounts to identifying the pieces of text between which there may be an argumentative relation as well as the type of relation between these pieces of text. When dealing with large texts, e.g. drawn from online product reviews or online debates, analysing every possible pair of pieces of texts in order to determine relations is simply not feasible.</p><p>We propose a methodology to extract BAFs from natural language text where the arguments that form the BAFs are clustered based on the topics extracted from the text being analysed. In order to construct BAFs, we use a temporal dimension to decide which texts to compare to determine the relation as well as to determine the type of relation between texts (i.e. support, attack, or neither). Thus, we construct topic-dependent BAFs by determining the relations between arguments that refer to the same topic, following the temporal order, in such a way that more recent texts can relate to less recent ones, but not vice versa. The rationale behind the topic-oriented approach is that arguments that mention di↵erent topics are highly unlikely to be related (i.e. neither argument supports nor attacks the other argument). The rationale behind the reliance on a temporal ordering is that it allows to limit the number of relations in BAFs. Our illustration demonstrates that this approach is useful and allows to generate BAFs that can be easily understood.</p><p>Our procedure for constructing a BAF from text is as follows:</p><p>(1) split the text into temporally ordered sentences; we thus assume that each argument extracted from the reviews is contained in a sentence, and that each sentence contains one or more potential argument; (2) identify topics in texts and, for each topic, the sentences (potential arguments) related to the topic; (3) for each topic, for each pair of sentences related to that topic, determine whether the most recent sentence supports, attacks, or neither supports nor attacks the less recent sentence; compare a sentence with its (temporally) closest less recent sentence first, and compare the sentence with less recent sentences than its closest ones only if it neither supports nor attacks the closest ones; (4) construct the BAF. In the remainder of this section, we illustrate our methodology when applied to the reviews in Table <ref type="table">1</ref>, which represent an excerpt from a dataset consisting of positive and negative hotel (deceptive or truthful) reviews <ref type="bibr" target="#b16">[17]</ref>. In the illustration, we will sometimes refer to the implementation given in <ref type="bibr" target="#b8">[9]</ref> of our proposed methodology.</p><p>R 1 This hotel is absolutely beautiful. Our room was gorgeous. I do have 1 complaint. The bar is very boring and the restaurant is not that great, but other than that I loved it. I would definitely stay there again. R 2 Very pleasant front sta↵, large rooms, and free Internet for those that are members of the loyalty program. R 3 Sta↵ were helpful &amp; friendly, room was huge with fantastic view of the river. Adjoining Bar/Restaurant, great food. R 4 I stayed here last August and I'm truly glad that I will never have to stay here again. The website does a great job of creating an illusion. The rooms are so much smaller than it seems on the website. The wireless internet is free but it is extremely slow. All and all, I would not recommend this hotel to anyone. R 5 It is one of the nicest hotels i have stayed at in my life, clean, comfortable and pretty. The rooms were clean and the sta↵ is very caring. R 6 I have stayed in hotels all over the world, and this is probably the worst that I've ever experienced. The sta↵ was unaccommodating, the front desk sta↵ was condescending and not even remotely helpful. The room was not clean. Don't waste your time or your money here. R 7 The sta↵ are polite and well poised. The rooms, hallways and facilities were exceptionally clean and tidy. During my stay, I stopped at their restaurant where I had one of the best American style meal in a while. Overall, this hotel is a place I would surely stay at again if given the chance to visit Chicago for a second time. It is truly exceptional. R 8 I loved the location and the amenities o↵ered by this hotel. The room was charming with a window seat and a water view. Free wireless internet were a plus here. The sta↵ was helpful and attentive. I would definitely stay here again. R 9 There was only one person from the sta↵ at the front desk when we arrived, preoccupied with something on their computer so our presence was not acknowledged for several minutes. Then when we got to our room, I found it to be incredibly dusty. Overall it was a good stay but those two inconveniences made us question the amount of money we paid for it. R 10 The hotel is located in a hard to find location in Chicago, the restaurant is uncomfortably crowded, the sta↵ is hard to reach, overall it was not a pleasant hotel stay.</p><p>Table <ref type="table">1</ref>: Reviews for a hotel in Chicago.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Illustration of Step 1</head><p>The first step in constructing BAFs is to split the texts analysed into sentences. This can be done for example with a pre-trained tokenizer for English. Sentences containing specific keywords such as but, although, though, otherwise, however, unless,whereas, are split since, in general, the phrases before and after these separators express di↵erent sentiments (e.g. 'The sta↵ was nice but the room was messy' results in two sentences with di↵erent sentiments).</p><p>At this step, in preparation for steps 3 and 4, we also determine the sentiment polarity of sentences. This polarity can be identified using a lexicon of frequently used adjectives in product reviews annotated with scores for sentiment polarity <ref type="bibr" target="#b9">[10]</ref>.</p><p>As an illustration of this first step, from R1, we identify the following pieces of texts containing potential arguments, with polarity (+ for positive and -for negative sentiment) as indicated:</p><p>room was gorgeous (+) the bar is very boring and the restaurant is not that great (-) whereas from R10 we identify the following potential argument, with polarity as indicated: located in a hard to find location, the restaurant is uncomfortably crowded, the sta↵ is hard to reach (-) <ref type="foot" target="#foot_1">1</ref>We will see next that some potential arguments can be split further.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Illustration of Step 2</head><p>In building a topic-dependent BAF from a set of reviews, we first identify 'topics' mentioned in the reviews.</p><p>Various approaches for identifying topics in text exist, ranging from associating each noun encountered in texts to a topic, to more advanced techniques related to topic modeling such as Latent Dirichlet Allocation (LDA) <ref type="bibr" target="#b0">[1]</ref> and Non-negative Matrix Factorization (NMF) <ref type="bibr" target="#b13">[14]</ref>, able to uncover the underlying semantic structure of text by identifying topics and the words that belong to topics.</p><p>For our reviews, if we associate the nouns encountered in at least a few reviews to a topic, then we identify the following topics: sta↵, room, internet, bar, restaurant, location. The intuition here is that, in the case of online reviews, if a topic is controversial/debatable, then it will be mentioned by at least a few users (either to support the argument given initially or to attack it).</p><p>We then identify the sentences/arguments related to these topics. In the case of topics being associated to nouns, we extract the sentences that contain these specific nouns. For LDA/NMF, we extract the sentences containing any of the top words associated to the extracted topics.</p><p>For example, from R1, we identify the following arguments, with polarity and topics as indicated: room: a1,1: room was gorgeous (+) bar : a1,2: the bar is very boring (-) restaurant : a1,3: the restaurant is not that great (-) whereas from R10 we identify: location: a10,1: located in a hard to find location (-) restaurant : a10,2: the restaurant is uncomfortably crowded (-) sta↵ : a10,: the sta↵ is hard to reach (-) 2   </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Illustration of Step 3</head><p>Determining relations between sentences/arguments in any pair can be viewed as a three-class problem, with classification labels {attack, support, neither}. For this step, we can use ML classifiers to determine relations between sentences/arguments associated to topics identified in the previous step. In <ref type="bibr" target="#b8">[9]</ref> we used Random Forests for classifying the type of relation between arguments identified at step 2, using the arguments' sentiment polarity as a feature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Illustration of Step 4</head><p>The arguments in the BAF include a single special argument G (for 'good') as well as a special argument Gt per topic t, as already seen in Section 1. Gt stands for 'good as far as t is concerned', such that each Gt supports G.</p><p>We use a temporal approach for determining the relations between arguments related to topic t drawn from reviews and the special argument Gt. In particular, we assume that a newer argument (with respect to time) can either support, attack, or neither support nor attack a previous argument or Gt, but not vice versa. Note that the use of this temporal 'filter' is well suited in the context of online reviews, but it might not be applicable in other settings. If an argument at, related to topic t, does not support or attack another argument related to t from the same or some other review, as determined by RbAM at step 3, then at will either support or attack Gt, according to its polarity.</p><p>Figure <ref type="figure">2</ref> shows the BAF extracted from the reviews in Table <ref type="table">1</ref>. The extracted arguments occurring as nodes in the BAF are shown in Table <ref type="table" target="#tab_1">2</ref>. Note that not all text in the reviews contributes to the arguments in the BAF. For example, the first sentence from R1: "This hotel is absolutely beautiful " does not represent an argument as it mentions 'hotel' and not a specific topic related to hotel.</p><p>As an illustration, consider the first three arguments about the topic room: a1,1, a2,2, a3,2. As a1,1 is the first argument that mentions the topic, it is connected to Groom according to its polarity (i.e. a1,1 supports Groom). In this case step 3 deemed that a2,2 neither attacks nor supports a1,1 (we only consider relations from a2,2 to a1,1 as per our temporal approach). Then a2,2 supports Groom as it has a positive polarity and there is no other less recent argument to be compared with. Here step 3 also identifies a support relation  <ref type="table">1</ref>.</p><p>between a3,2 and a2,2. Thus this relation is included in the BAF. Now consider argument a3,2. While this can be deemed to support both a2,2 and Groom, it only supports the latter in the BAF in Figure <ref type="figure">2</ref>. Indeed, in our temporal approach we first check a3,2 against a2,2. If a relation is found between these arguments, then we do not check for the relation between a3,2 and Groom as we want a "minimal" BAF, in terms of the number of relations it accommodates. Similarly, for a4,1, we check for a relation between this argument and the most recent one, in this case a3,2. If step 3 had not identified any relation between these two arguments, then a4,1 would have been checked against a2,2, the next "related" argument.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">SOME APPLICATIONS</head><p>In <ref type="bibr" target="#b8">[9]</ref> we have used the BAFs extracted from reviews to identify (argumentative) features to be fed to ML classifiers for detecting deception e↵ectively. The BAFs provide semantic information on top of the syntactic features obtained through standard NLP techniques.</p><p>The BAFs obtained from natural language text using our methodology can be used for other purposes too. For example, if applied to online settings such as debates and reviews, various notions of dialectical strength or acceptability of arguments in AAFs and BAFs may be deployed to evaluate the outcomes of the debates or reviews, as suggested in <ref type="bibr" target="#b7">[8]</ref>. For illustration, using the DF-QuAD method <ref type="bibr" target="#b17">[18]</ref>, that quantifies the strength of arguments by aggregating the strength of their attackers and supporters, in the case of the reviews example in Section 3, the strengths for our Gt arguments are: strength(G sta↵ ) = 0.955078 strength(Groom) = 0.967773 strength(Ginternet) = 0.6875 strength(G bar ) = 0.375 strength(Grestaurant) = 0.40625 strength(G location ) = 0.625 These provide a measure of how good the hotel is, along the various dimensions (topics) considered, according to the available reviews, and can also be used to compare the hotel with others.</p><p>Further, BAFs could be employed in tasks such as summarisation as they provide a structured and concise view of the aspects (topics) mentioned in text. In our example hotel, from the BAF in Figure <ref type="figure">2</ref>, we could e.g. hypothesise that internet used to be good, since the first review mentioning internet was positive (a2,3), but has since been unstable, as the next review mentioning it is negative (a4,2) and is followed by a positive review (see a8,3, which attacks a4,2).</p><p>BAFs can also help in identifying arguments that are widely accepted as well as identifying conflicting viewpoints that arise in debates. Consider the following simple example: the room was not pretty at all the room was not very clean room was not too good + +</p><p>Here the reviews lead to the conclusion that the rooms were not good in the particular hotel under consideration, and the root argument in the graph is widely accepted.</p><p>We leave the exploration of these and additional applications of BAFs extracted by means of our methodology for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">CONCLUSION</head><p>We proposed a methodology for mining Bipolar Argumentation Frameworks (BAFs) from natural language text, relying on Relation-based Argument Mining (RbAM), a standard classification problem in NLP, to identify argumentative relations between sentences, seen as arguments by virtue of being in argumentative relations. In particular, our methodology uses RbAM to construct BAFs by determining relations between texts that refer to the same topic, along a temporal dimension whereby more recent texts may either support or attack less recent ones, but not vice versa. We have illustrated our methodology on hotel reviews and discussed the usefulness of our approach in application settings such as online user comments (reviews and debates) where arguments lack a clear structure or have incomplete/missing justifications. These applications for BAFs mined from text may help extract information and go well beyond the narrow classification task underlying standard RbAM.</p><p>This paper gives a pilot investigation, by hand, of our proposed methodology. We have referred, in our illustrations, to an implementation of our methodology <ref type="bibr" target="#b8">[9]</ref>, that also gives experimental results. Much future work is needed to explore other implementations and applicability in the settings we considered and beyond, supported by experimentation. We also plan to test whether the temporal dimension is useful in</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>G room : the rooms in this hotel are good ↵ 1 : rooms exceeded any expectations ↵ 2 :+Figure 1 :</head><label>121</label><figDesc>Figure 1: BAF extracted from reviews r1 and r2.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>2</head><label></label><figDesc>In our notation, ax,y represents the yth argument from review x .</figDesc><table><row><cell>Topic</cell><cell>Argument</cell><cell>Argument</cell></row><row><cell></cell><cell>id</cell><cell></cell></row><row><cell></cell><cell>a2,1</cell><cell>very pleasant front sta↵</cell></row><row><cell></cell><cell>a3,1</cell><cell>sta↵ were helpful &amp; friendly</cell></row><row><cell></cell><cell>a5,2</cell><cell>the sta↵ is very caring</cell></row><row><cell>sta↵</cell><cell>a6,1</cell><cell>the sta↵ was unaccommodating, the front desk sta↵ was conde-</cell></row><row><cell></cell><cell></cell><cell>scending and not even remotely</cell></row><row><cell></cell><cell></cell><cell>helpful</cell></row><row><cell></cell><cell>a7,1</cell><cell>the sta↵ are polite and well</cell></row><row><cell></cell><cell></cell><cell>poised</cell></row><row><cell></cell><cell>a8,4</cell><cell>the sta↵ was helpful and atten-</cell></row><row><cell></cell><cell></cell><cell>tive</cell></row><row><cell></cell><cell>a9,1</cell><cell>there was only one person from</cell></row><row><cell></cell><cell></cell><cell>the sta↵ at the front desk when</cell></row><row><cell></cell><cell></cell><cell>we arrived, preoccupied with</cell></row><row><cell></cell><cell></cell><cell>something on their computer so</cell></row><row><cell></cell><cell></cell><cell>our presence was not acknowl-</cell></row><row><cell></cell><cell></cell><cell>edged for several minutes</cell></row><row><cell></cell><cell>a10,3</cell><cell>the sta↵ is hard to reach</cell></row><row><cell></cell><cell>a1,1</cell><cell>room was gorgeous</cell></row><row><cell></cell><cell>a2,2</cell><cell>large rooms</cell></row><row><cell></cell><cell>a3,2</cell><cell>room was huge with fantastic</cell></row><row><cell></cell><cell></cell><cell>view</cell></row><row><cell>room</cell><cell>a4,1</cell><cell>the rooms are so much smaller</cell></row><row><cell></cell><cell></cell><cell>than it seems on the website</cell></row><row><cell></cell><cell>a5,1</cell><cell>the rooms were clean</cell></row><row><cell></cell><cell>a6,2</cell><cell>the room was not clean</cell></row><row><cell></cell><cell>a7,2</cell><cell>the rooms were exceptionally</cell></row><row><cell></cell><cell></cell><cell>clean and tidy</cell></row><row><cell></cell><cell>a8,2</cell><cell>the room was charming with a</cell></row><row><cell></cell><cell></cell><cell>window seat and a water view</cell></row><row><cell></cell><cell>a9,2</cell><cell>our room, I found it to be incred-</cell></row><row><cell></cell><cell></cell><cell>ibly dusty.</cell></row><row><cell></cell><cell>a2,3</cell><cell>free Internet for those that are</cell></row><row><cell>internet</cell><cell></cell><cell>members of the loyalty program</cell></row><row><cell></cell><cell>a4,2</cell><cell>the wireless internet is extremely</cell></row><row><cell></cell><cell></cell><cell>slow</cell></row><row><cell></cell><cell>a8,3</cell><cell>free wireless internet were a plus</cell></row><row><cell></cell><cell></cell><cell>here</cell></row><row><cell>bar</cell><cell>a1,2 a3,3</cell><cell>the bar is very boring adjoining Bar, great food</cell></row><row><cell></cell><cell>a1,3</cell><cell>the restaurant is not that great</cell></row><row><cell>restaurant</cell><cell>a3,4 a7,3</cell><cell>adjoining Restaurant, great food at their restaurant where I had</cell></row><row><cell></cell><cell></cell><cell>one of the best American style</cell></row><row><cell></cell><cell></cell><cell>meal in a while</cell></row><row><cell></cell><cell>a10,2</cell><cell>the restaurant is uncomfortably</cell></row><row><cell></cell><cell></cell><cell>crowded</cell></row><row><cell></cell><cell>a8,1</cell><cell>I loved the location</cell></row><row><cell>location</cell><cell>a10,1</cell><cell>located in a hard to find location</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>Arguments extracted from the reviews in Table1. Figure 2: BAF obtained from the reviews in Table</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">G</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="4">+ +</cell><cell cols="5">+ + + +</cell><cell></cell><cell></cell></row><row><cell></cell><cell>+</cell><cell cols="3">G + sta↵</cell><cell></cell><cell>+</cell><cell cols="3">G + room +</cell><cell></cell><cell cols="4">G + internet G</cell><cell>bar G</cell><cell cols="3">restaurant G + location</cell></row><row><cell>a</cell><cell>2,1</cell><cell cols="2">a</cell><cell>3,1</cell><cell>a</cell><cell>1,1</cell><cell>a</cell><cell>2,2</cell><cell>a</cell><cell>5,1</cell><cell>a</cell><cell>2,3</cell><cell>a</cell><cell cols="2">1,2</cell><cell cols="2">a</cell><cell>1,3</cell><cell>a</cell><cell>8,1</cell></row><row><cell>+</cell><cell></cell><cell cols="2">+</cell><cell></cell><cell>+</cell><cell></cell><cell>+</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>a</cell><cell>7,1</cell><cell cols="2">a</cell><cell>5,2</cell><cell>a</cell><cell>8,2</cell><cell>a</cell><cell>3,2</cell><cell>a</cell><cell>6,2</cell><cell>a</cell><cell>4,2</cell><cell>a</cell><cell cols="2">3,3</cell><cell cols="2">a</cell><cell>3,4</cell><cell>a</cell><cell>10,1</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">+</cell></row><row><cell></cell><cell></cell><cell cols="2">a</cell><cell>6,1</cell><cell></cell><cell></cell><cell>a</cell><cell>4,1</cell><cell>a</cell><cell>7,2</cell><cell>a</cell><cell>8,3</cell><cell></cell><cell></cell><cell></cell><cell cols="2">a</cell><cell>7,3</cell></row><row><cell></cell><cell></cell><cell cols="2">a</cell><cell>8,4</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>a</cell><cell>9,2</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>a</cell><cell cols="2">10,2</cell></row><row><cell></cell><cell></cell><cell cols="2">a</cell><cell>9,1</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell cols="2">+</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>a</cell><cell cols="2">10,3</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="18" xml:id="foot_0">18th Workshop on Computational Models of Natural Argument Floris Bex, Floriana Grasso, Nancy Green (eds) 16th July 2017, London, UK</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_1">Note that we use components of argumentative sentences to stand for the full sentences. For example, the first part of the latter potential argument stands for "The hotel is located in a hard to find location in Chicago".</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">18th Workshop on Computational Models of Natural Argument Floris Bex, Floriana Grasso, Nancy Green (eds) 16th July 2017, London, UK</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>other settings, di↵erent from online reviews. We have focused on extracting BAFs from text. Other works extract di↵erent types of argument graphs (e.g. <ref type="bibr" target="#b19">[20]</ref>), for other application areas (e.g parliamentary debates <ref type="bibr" target="#b19">[20]</ref>). We plan to test and/or adapt our approach for this and other settings. Finally, future work also includes experimenting whether first determining arguments based on their argumentative structure, e.g. as in <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b15">16]</ref>, may be useful to single out chunks of text to be fed into RbAM.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Latent Dirichlet Allocation</title>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">M</forename><surname>Blei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrew</forename><forename type="middle">Y</forename><surname>Ng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><forename type="middle">I</forename><surname>Jordan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Machine Learning Research</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="993" to="1022" />
			<date type="published" when="2003-03">2003. March 2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Tweeties Squabbling: Positive and Negative Results in Applying Argument Mining on Social Media</title>
		<author>
			<persName><forename type="first">Tom</forename><surname>Bosc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Cabrio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serena</forename><surname>Villata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Models of Argument COMMA</title>
		<imprint>
			<biblScope unit="page" from="21" to="32" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Natural Language Arguments: A Combined Approach</title>
		<author>
			<persName><forename type="first">Elena</forename><surname>Cabrio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serena</forename><surname>Villata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECAI</title>
				<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="volume">242</biblScope>
			<biblScope unit="page" from="205" to="210" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Detecting Bipolar Semantic Relations among Natural Language Arguments with Textual Entailment: a Study</title>
		<author>
			<persName><forename type="first">Elena</forename><surname>Cabrio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serena</forename><surname>Villata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Joint Symposium on Semantic Processing (JSSP)</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Using Argumentation to improve classification in Natural Language problems</title>
		<author>
			<persName><forename type="first">Lucas</forename><surname>Carstens</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
		<respStmt>
			<orgName>Imperial College London</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. Dissertation</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Towards relation based Argumentation Mining</title>
		<author>
			<persName><forename type="first">Lucas</forename><surname>Carstens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francesca</forename><surname>Toni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd Workshop on Argumentation Mining. Association for Computational Linguistics</title>
				<meeting>the 2nd Workshop on Argumentation Mining. Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="29" to="34" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">On the Acceptability of Arguments in Bipolar Argumentation Frameworks</title>
		<author>
			<persName><forename type="first">Claudette</forename><surname>Cayrol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Christine</forename><surname>Lagasquie-Schiex</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th European conference on Symbolic and Quantitative Approaches to Reasoning with Uncertainty</title>
				<meeting>the 8th European conference on Symbolic and Quantitative Approaches to Reasoning with Uncertainty<address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="378" to="389" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Pilot Study in Using Argumentation Frameworks for Online Debates</title>
		<author>
			<persName><forename type="first">Federico</forename><surname>Cerutti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexis</forename><surname>Palmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ariel</forename><surname>Rosenfeld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Snajder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francesca</forename><surname>Toni</surname></persName>
		</author>
		<ptr target=".org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Workshop on Systems and Algorithms for Formal Argumentation (SAFA)</title>
		<title level="s">CEUR-WS</title>
		<meeting>the First International Workshop on Systems and Algorithms for Formal Argumentation (SAFA)</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">1672</biblScope>
			<biblScope unit="page" from="63" to="74" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Detecting deceptive reviews using Argumentation</title>
		<author>
			<persName><forename type="first">Oana</forename><surname>Cocarascu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francesca</forename><surname>Toni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Workshop on AI for Privacy and Security, PrAISe@ECAI. ACM</title>
				<meeting>the 1st International Workshop on AI for Privacy and Security, PrAISe@ECAI. ACM</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">8</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Pattern for Python</title>
		<author>
			<persName><forename type="first">Tom</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Smedt</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Walter</forename><surname>Daelemans</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Machine Learning Research</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="2031" to="2035" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">On the acceptability of arguments and its fundamental role in nonmonotonic reasoning, logic programming and n-person games</title>
		<author>
			<persName><forename type="first">Phan</forename><surname>Minh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dung</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="321" to="357" />
			<date type="published" when="1995">1995. 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Opinion Analysis and Argumentation: Identifying and Characterizing the Glue between Evaluative Expressions and Arguments</title>
		<author>
			<persName><forename type="first">Maria</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">La</forename><surname>Paz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Garcia</forename><surname>Villalba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Patrick</forename><surname>Saint-Dizier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Models of Natural Argumentation (CMNA)</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>Proceedings of CMNA13</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Argumentation Mining in User-Generated Web Discourse</title>
		<author>
			<persName><forename type="first">Ivan</forename><surname>Habernal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iryna</forename><surname>Gurevych</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="125" to="179" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Learning the parts of objects by nonnegative matrix factorization</title>
		<author>
			<persName><forename type="first">Daniel</forename><forename type="middle">D</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">Sebastian</forename><surname>Seung</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature</title>
		<imprint>
			<biblScope unit="volume">401</biblScope>
			<biblScope unit="page" from="788" to="791" />
			<date type="published" when="1999">1999. 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Argumentation Mining: State of the Art and Emerging Trends</title>
		<author>
			<persName><forename type="first">Marco</forename><surname>Lippi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Torroni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Internet Techn</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">10</biblScope>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">MARGOT: A web server for argumentation mining</title>
		<author>
			<persName><forename type="first">Marco</forename><surname>Lippi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Torroni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">65</biblScope>
			<biblScope unit="page" from="292" to="303" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Negative Deceptive Opinion Spam</title>
		<author>
			<persName><forename type="first">Myle</forename><surname>Ott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claire</forename><surname>Cardie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Je↵rey</forename><forename type="middle">T</forename><surname>Hancock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies. Association for Computational Linguistics</title>
				<meeting>the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies. Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Discontinuity-Free Decision Support with Quantitative Argumentation Debates</title>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Rago</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francesca</forename><surname>Toni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Aurisicchio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pietro</forename><surname>Baroni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning: Proceedings of the Fifteenth International Conference</title>
				<imprint>
			<publisher>KR. AAAI Press</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="63" to="73" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<author>
			<persName><forename type="first">Iyad</forename><surname>Rahwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guillermo</forename><forename type="middle">R</forename><surname>Simari</surname></persName>
		</author>
		<title level="m">Argumentation in Artificial Intelligence</title>
				<imprint>
			<publisher>Springer Publishing Company, Incorporated</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note>1st ed</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Extracting Debate Graphs from Parliamentary Transcripts: A Study Directed at UK House of Commons Debates</title>
		<author>
			<persName><forename type="first">Zaher</forename><surname>Salah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Frans</forename><surname>Coenen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Davide</forename><surname>Grossi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourteenth International Conference on Artificial Intelligence and Law</title>
				<meeting>the Fourteenth International Conference on Artificial Intelligence and Law</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="121" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Argumentation and Artificial Intelligence</title>
		<author>
			<persName><forename type="first">H</forename><surname>Frans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bart</forename><surname>Van Eemeren</surname></persName>
		</author>
		<author>
			<persName><surname>Garssen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Erik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Krabbe</surname></persName>
		</author>
		<author>
			<persName><surname>Francisca Snoeck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bart</forename><surname>Henkemans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean</forename><forename type="middle">H M</forename><surname>Verheij</surname></persName>
		</author>
		<author>
			<persName><surname>Wagemans</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of Argumentation Theory</title>
				<meeting><address><addrLine>Netherlands</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="615" to="675" />
		</imprint>
	</monogr>
</biblStruct>

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