<?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">Datastores for Argumentation Data</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Simon</forename><surname>Wells</surname></persName>
							<email>s.wells@napier.ac.uk</email>
							<affiliation key="aff0">
								<orgName type="institution">Edinburgh Napier University</orgName>
								<address>
									<settlement>Edinburgh</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Datastores for Argumentation Data</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">848D4B3C749AB64B3CC4A8456798462E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:34+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>
			<textClass>
				<keywords>
					<term>Argumentation Datasets</term>
					<term>Argumentation Tools</term>
					<term>Argumentation Software</term>
					<term>Open Source Software</term>
					<term>Open Development Platforms</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper introduces SADFace, a simple argument description format, and ArgDB, a datastore for managing datasets of SADface documents, in the wider context of a nascent effort to develop an Open Argumentation platform.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In recent years, there has been a gentle turn towards a more data-driven approach to argumentation research and whilst research in argumentation theory has always been rooted in real world practise, studying examples of actual argumentative behaviour amongst people, the increasing use of digital machinery to process and engage in argument is leading to the creation of, and exploitation of, ever larger argumentative datasets. A problem arises when a software developer begins to develop tools that are aimed at exploiting, facilitating, capturing, or analysing online argumentation; they often have to start from scratch, building on the published research output. This is the traditional mode of exploitation of research findings, but it represents an opportunity whereby, if a little more effort is made to enable the development of public argumentation systems, then a variety of rich sources of argumentative data might be created which can in turn be utilised in more data-intensive argumentation research such as Argument Mining <ref type="bibr" target="#b4">[5]</ref>. This paper reports on an ongoing and open-ended effort to provide a set of free, open-source, and open-development, tools, libraries, and formats that can underpin future generations of digital argumentation software. The core of the system reported here is a format for describing argument data and a datastore for holding that data. These are introduced in the context of argument analysis, using the MonkeyPuzzle tool, but actually form core technologies for the Open Argumentation PLatform (OAPL) 1 <ref type="bibr" target="#b13">[14]</ref>.</p><p>Whilst much argumentation software has been developed over the years, supporting a wide range of argumentation-related tasks (including Araucaria <ref type="bibr" target="#b8">[9]</ref>, Arvina <ref type="bibr" target="#b3">[4]</ref>, Carneades <ref type="bibr" target="#b2">[3]</ref>, Rationale <ref type="bibr" target="#b0">[1]</ref> to name but a few), considerably less S. Wells effort has gone into producing a sustainable eco-system of tools that can work together, can support a distinct and identifiable set of argumentation-oriented workflows, and which can bring applied argumentation theory out of the lab and into the wider software and computational communities. Some efforts have occurred to promote some cohesion between software, most notably the Argument Interchange Format (AIF) <ref type="bibr" target="#b1">[2]</ref>, however this hasn't seen the kind of community uptake and tooling provision that is necessary for it to fulfill a role as the interface to argument data for the wider software community. Rather, the AIF has arguably developed into a useful and powerful theoretical and ontological model but lacks the ease of use and immediacy that characterises many tools, especially in the Web arena, that see significant and wide-spread uptake. An example of this occurring in data representation would be comparing the power and extensibility, and consequent challenge to ease of use, of RDF and XML languages and technologies, versus JSON which has arguably become the standard for data interchange on the Web.</p><p>It is important to note that whilst proposals are made herein for particular tools to achieve specific aims, e.g. SADFace to describe structured argument and ArgDB to store those structures, this is not meant to occur in an exclusive fashion. An ideal outcome is that there is a healthy ecosystem of inter-operable argumentation software, featuring a multitude of ways to achieve the various goals that a developer or researcher might set and that it is easy for any one, or even for all, of the tools in a given toolchain to be exchanged for alternatives. There is some healthy development in this area, particularly in the tooling around ArgDown<ref type="foot" target="#foot_0">2</ref>  <ref type="bibr" target="#b10">[11]</ref> and the continued development of the Carneades argumentation system. This work differs in somewhat to each of these, aiming to provide a more comprehensive set of tools than ArgDown, and providing a less integrated and more flexible toolset than Carneades, but coexisting with each. The remainder of this paper is structured as follows: In sections 2 and 3 the underpinning technologies, SADFace and ArgDB, respectively for this architecture, are introduced. In section 4 a brief overview of an argument analysis pipeline is explored. Finally, in section 5, some directions for future work, and the wider context of an open argumentation platform, are discussed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">SADFace</head><p>The Simple Argument Description Format (SADFace) is a JSON 3 language for describing and sharing structured argument data. JSON is a lightweight data interchange format that is generally considered to be more human-readable than competitor formats like XML or RDF. This means that SADFace can easily be manipulated by a person using a plain-text editor. However, to do so misses out on the additional tooling that supports the SADFace language. In the remainder of this section, we will give an overview of the SADFace language in section 2.1 before describing the supporting tools and library implementations in section 2.2, before briefly discussing the role of SADFace in relation to the AIF in section 2.3. Detailed information regarding SADFace is available from the Git repository<ref type="foot" target="#foot_2">4</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">SADFace Language</head><p>SADFace is a simple JSON based Argument description format, software library, and supporting tools to enable developers and researchers to describe arguments, capturing content and associated metadata, and to then easily reuse their data. The goal is to make it as easy as possible to incorporate argument data into modern software. There are a number of argument description and markup languages, for example, the Argument Markup Language (AML) and the Argument Interchange Format (AIF). Both have their advantages and disadvantages, AML is a simple tree-based format, but is challenging to parse, and requires an XML toolchain, something that is falling out of favour amongst main-stream web toolchains. AIF on the other hand provides an excellent, extensible high-level ontology for representing arguments, dialogues, schemes, and many peripherally related concepts. However with AIF that flexibility has the price of opaque terminology and complexity, both in terms of underlying model and in terms of the required RDF and XML toolchains. Where both of these formats fail is in the documentation, support, and maturity of libraries for users who want to work with them. It is a big, perhaps prohibitive, requirement for a developer to start their adoption of a format by first having to write a parser or library for it. A more preferable set of circumstances is for the developer to be able to merely import a pre-made and tested library for their chosen language. SADFace seeks to address some perceivable drawbacks of other formats. It has a simple underlying but extensible model that is compatible with core AIF concepts, clear extension points for domain specific analysis and representation tasks, tooling to support import from other formats, e.g. AML and AIF, an open source canonical implementation maintained in a public Git repository, documentation, supporting tools for creation, editing, and manipulation, liberal (GPL3) licensing, and an open development model in which anyone is free to contribute enhancements or to fork their own development branch. A developer should be able to adopt SADFace and start describing arguments or using those descriptions, really easily. Parsing a SADFace document into a Javascript application should not require any special tools, it is just JSON. The structure of the format has been designed to align with a straightforward model of argument structure, defined in such a way as to align with most of the intuitions that an everyday understanding of argument will include, whilst still supporting more advanced features.</p><p>In SADFace, arguments are constructed from statements (or strings) that capture a "claim". These statements are called "Argument Atoms", or just "atoms". A simple argument is a collection of such atoms that are linked together. For a simple argument one of the atoms is a conclusion, and the other atoms in that argument are premises. The exact way that premises support a conclusion is captured by the idea of argumentation schemes <ref type="bibr" target="#b11">[12]</ref>. An argumentation scheme describes a stereotypical pattern of argumentative reasoning, so different arguments can be categorised into different types. In SADFace atom nodes are not directly linked to each other but are linked via an "Argumentation Scheme Node", or "scheme" node. Whilst we often characterise arguments in terms of a directed graph, with the premises leading to a conclusion, which in turn might act as a premise in a further argument, with some other conclusion, SADFace edges are bi-directional, enabling a programmer to move through the argument graph easily in either direction. A SADFace document contains a set of nodes, a set of edges, and metadata. Edges are simple, they have an ID so that the instance of the edge can be uniquely identified from all other edges, and they also have a source and a target. The source and target in an edge are both IDs of nodes, i.e. the ID of the node that this edge goes from, the source ID, and the ID of the node that this edge goes to, the target ID. Nodes are slightly more complicated, currently there are two types of node, atom nodes and scheme nodes. Atoms and schemes are connected using the aforementioned edges. Metadata captures data associated with the document, who analysed, when this happened, a title, additional notes, etc. An optional element of SAD-Face is the resources section which records all of the sources that the argument has been analysed from. This enables a single SADFace document to reference multiple underlying originating sources of content and opens the way for an analysis to capture an entire target domain, rather than a single source text. An example SADFace document is shown in Fig. <ref type="figure">1</ref>. An important aspect of the SADFace design is the defined extension points so that end-users add their own metadata, to suit their own problem domain, in namespaced sections (where the "core" namespace is reserved for SADFace usage) to which they can add their own metadata. Such sections are referred to as 'regulated' sections. Additionally, the validation methods provided in the SADFace libraries work on the following two principles: firstly, the required sections must be present but additional section will be ignored, and secondly, all required sections and all regulated sections must be correctly formed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">SADFace Implementation &amp; Tooling</head><p>There are currently two library implementations supporting SADFace, a Python 3 and a JavaScript implementation which are developed primarily to provide native library APIs within their respective languages. The JavaScript implementation is intended to enable web apps, running in the browser, or hosted in Node.JS, to read, write, and verify SADFace documents. The Python implementation is more mature than the JavaScript implementation and provides supporting tools for interacting with SADFace documents beyond merely creating and updating them. For example, the Python implementation additionally support upgrading and downgrading versions of SADFace as the format develops, enhanced validation, pretty-printing, as well as import and export to other formats like AML, AIF, and Dot/GraphViz. In addition to use as a library, the Python implementation has other modes of usage including a scriptable command line interface {"edges": [ { "id": "3df54ae1-fa41-4ac7-85d5-4badee39215b", "source_id": "70447169-9264-41dc-b8e9-50523f8368c1", "target_id": "ae3f0c7f-9f69-4cab-9db3-3b9c46f56e09" }, ... ], "metadata": { "core": { "analyst_email": "siwells@gmail.com", "analyst_name": "Simon Wells", "created": "2019-04-22T23:52:30", "description": "An example SADFace document showing an argument analysis of the Hangback cycle safety campaign from the STCD corpora.", "edited": "2019-04-22T23:52:30", "id": "42e56df7-4074-40d8-8ea1-4fca5321dd31", "notes": "This is incomplete because the analysis in Pangbourne \&amp; Wells (2018) has much more argumenative content.", "title": "Hangback Example", "version": "0.2" } }, "nodes": [ { "id": "ae3f0c7f-9f69-4cab-9db3-3b9c46f56e09", "metadata": {}, "sources": [],</p><p>"text": "The 'Hang Back' campaign video should not have been published, and should be withdrawn.", "type": "atom" }, ... ], "resources": []} Fig. <ref type="figure">1</ref>. A simple example of a SADFace document that illustrates the four main blocks that comprise a SADFace document; the edge set, the nodes set, the resources set, and the metadata. To conserve space, multiple edge and nodes instances have been elided and replaced with . . . . that exposes most core API functions from the SADFace library. This is useful for incorporating SADFace within a pipeline or shell script, for example, to take an AML document, convert it to SADFace, then to export the resulting file to a DOT representation and pipe it to GraphViz, ultimately yielding an image file for visualisation. Furthermore, there is a Read-Evaluate-Print-Loop (REPL) that enables users to interactively construct and manipulate SADFace documents from within a text oriented shell interface.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">SADFace &amp; The Argument Interchange Format</head><p>The question, 'why not just use the AIF?' is appropriate and will now be addressed. AIF is an excellent, general-purpose, upper ontology for representing and describing argumentation concepts in an extensible fashion. The AIF has enabled argumentation researchers to distinguish a variety of argument-related concepts and to describe those concepts in technical detail sufficient for computational exploitation. For example, describing concepts related to Argumentation Schemes <ref type="bibr" target="#b6">[7]</ref>, Dialogue <ref type="bibr" target="#b9">[10]</ref>, and social interaction <ref type="bibr" target="#b5">[6]</ref>. However, whilst theoretical extensions to the AIF have continued to develop, and the AIF provides a useful lingua franca for effective communication and understanding between researchers, this has not been matched by uptake amongst software developers in subsequent years, despite some effort to present a cohesive online presence <ref type="foot" target="#foot_3">5</ref> . For example, whilst the web has developed into a de facto environment for discussion, the infrastructure for exploiting and reusing the content of those discussions, has not kept pace. The AIF does not have a canonical implementation, for example, a software library, that enables developers to exploit the rich theoretical knowledge captured therein. SADFace has been developed to be consistent with AIF design principles, such as the graph based core structure and restriction on edges carrying data, but a key design decision was to be consistent, understandable, and build around a small, solid extensible core that is reified in a canonical software implementation, and which is in turn underpinned by testing and documentation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">ArgDB</head><p>The Argument Database (ArgDB) is a datastore and supporting software for collecting, manipulating, interacting with, and reusing, analysed and structured argumentation data described using the SADFace format. More specifically, ArgDB is a set of Python tools for creating, managing, and searching multiple datasets of SADFace documents. Python was selected because it is a mature language that is widely used and is particularly prevalent in server-side Web development, in data science, and in modern, data-driven AI research. As a result the use of Python should reduce the barrier to entry for adoption of ArgDB in those areas. The idea is that those using argumentative data may need to keep some datasets separate from others, for example, if working on different funded projects, or because of the nature of the data requires heightened security or privacy steps to be taken such as when working with private, personal, medical, or legal argument data. A core design decision is support for multiple, separate databases that can all be managed from a single ArgDB instance. This enables a user to store cohesive datasets separate from each other, if collating everything together is undesirable, or else to mix argument documents together as required by their own goals. Technically, ArgDB provides a set of argumentation task oriented interfaces to a pre-existing, underlying database technology. Presently this technology is the Apache CouchDB<ref type="foot" target="#foot_4">6</ref> a JSON document store that provides map-reduce based indexing and search capabilities together with an HTTP/JSON API and replication and synchronisation capabilities. Whilst there are other datastores that provide an overlapping set of features which might have sufficed for present purposes, out-of-the-box CouchDB provides all of the functionality necessary for the current ArgDB, as well as a pathway towards future features. For example, one very desirable feature would be to enable researchers and groups to easily share and replicate argumentative datasets, a feature that can be built into ArgDB by exploiting CouchDB's existing replication and synchronisation features. Detailed information regarding SADFace installation and usage is available from the project's Git repository<ref type="foot" target="#foot_5">7</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">ArgDB Interfaces</head><p>The ArgDB tools are implemented in Python 3, support a variety of ways to interact with the ArgDB, and are designed to support the construction of a variety of workflows. Current interfaces include an application programming interface, a command line interface (CLI), a read-evaluate-print loop (REPL), and a graphical user interface (GUI). A single Python implementation hosts the core of the ArgDB functionality, which provides an API for interacting with the underlying CouchDB software. This API is intended for integration of ArgDB functionality within end-users own software applications. This API is also used by the CLI, REPL, and GUI interfaces to access ArgDB functionality. The CLI provides a scribtable interface, enabling single command line invocations, or more extensive scripts to create and delete databases, to verify, add, update, and delete, SADFace documents within those databases, and to search the contents of the stored documents, either withing a single database or across multiple databases. The GUI utilises a web view facilitated by the Python PyWebView<ref type="foot" target="#foot_6">8</ref> project. This enables an interface based upon the core web technologies, HTML, CSS, and JavaScript to be provided, in a cross-platform fashion, to multiple operating systems. The web view provides an interface to the native installed web browser and enables the ArgDB GUI to appear as a local graphical application. The current GUI interface is shown in Fig. <ref type="figure" target="#fig_0">2</ref> and is currently, primarily, focussed upon exposing the search facility to users. In order to demonstrate ArgDB in earnest requires a source of argumentation data. The easiest method is to generate newly analysed arguments, represent these analyses using SADFace, and to store the result in ArgDB. This is merely one of the core workflows that is currently supported but is not the end-goal<ref type="foot" target="#foot_7">9</ref> . MonkeyPuzzle <ref type="bibr" target="#b14">[15]</ref> is a browser-based, open-source, argument analysis web-interface. It currently runs either standalone or hosted on a web server. Basic interaction is in the style familiar from Araucaria, text is selected from a resource pane and used to create a new node in the diagram. Nodes are then linked together via scheme nodes to construct arguments in which the arrow directed out from a scheme indicates a conclusion, and arrows directed towards a scheme indicate premises. Users can load an argumentative text into Monkey-Puzzle and analyse it in the fashion of Rationale or Araucaria. The analysed argument can be exported to a SADFace document using the JavaScript SAD-Face library and imported into an ArgDB database. This structured argument document can then be retrieved, updated, or deleted from the resulting dataset but is persisted ready for retrieval in other contexts. which can be integrated more easily into the wider world of computing, perhaps to help fulfill some of the promise of an Argument Web <ref type="bibr" target="#b7">[8]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. The GUI for ArgDB displaying the search box in the center above a drop-down widget for restricting search to a specific SADFace document key, for example, analyst ID, scheme name, or date range.</figDesc><graphic coords="8,134.77,115.83,345.83,227.04" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. The user interface of MonkeyPuzzle displaying a demo argument analysis.</figDesc><graphic coords="9,134.77,115.83,345.83,227.04" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://argdown.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://www.json.org/json-en.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">https://github.com/Open-Argumentation/SADFace</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">http://www.argumentinterchange.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">https://couchdb.apache.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">https://github.com/Open-Argumentation/ArgDB</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">https://pywebview.flowrl.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_7">See the future work described in section 5 for an indication of the kinds of workflows that are in active development</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Critical Thinking: Reasoning and Communicating with Rationale</title>
		<author>
			<persName><forename type="first">T</forename><surname>Ter Berg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Van Gelder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Patterson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Teppema</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>CreateSpace Independent Publishing Platform</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Towards an Argument Interchange Format</title>
		<author>
			<persName><forename type="first">C</forename><surname>Chesnevar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mcginnis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Modgil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Rahwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Simari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>South</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vreeswijk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Willmott</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="293" to="316" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Visualizing Carneades Argument Graphs</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">F</forename><surname>Gordon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Law, Probability and Risk</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">1-4</biblScope>
			<biblScope unit="page" from="109" to="117" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Dialogues on the Argument Web: Mixed Initiative Argumentation with Arvina</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lawrence</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bex</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Conference on Computational Models of Argument</title>
				<meeting>the 4th International Conference on Computational Models of Argument<address><addrLine>COMMA; Vienna</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2012">2012. 2012</date>
			<biblScope unit="page" from="513" to="514" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Argument Mining: A Survey</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lawrence</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="765" to="818" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Debating Technology for Dialogical Argument: Sensemaking, Engagement, and Analytics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lawrence</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Snaith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Konat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Budzynska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Internet Technologies</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="1" to="23" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Representing and Classifying Arguments on the Semantic Web</title>
		<author>
			<persName><forename type="first">I</forename><surname>Rahwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Banihashemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Walton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Abdallah</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="487" to="511" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Laying the Foundations for a World Wide Argument Web</title>
		<author>
			<persName><forename type="first">I</forename><surname>Rahwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zablith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">171</biblScope>
			<biblScope unit="page" from="897" to="921" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Araucaria: Software for Puzzles in Argument Diagramming and XML</title>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rowe</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
		<respStmt>
			<orgName>University Of Dundee</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. rep.</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Aif+: Dialogue in the Argument Interchange Format</title>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">W A</forename><surname>Rowe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Devereux</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Computational Models of Argument</title>
				<meeting>the 2nd International Conference on Computational Models of Argument<address><addrLine>COMMA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Argdown and the Stacked Masonry Layout: Two User Interfaces for Non-Expert Users</title>
		<author>
			<persName><forename type="first">C</forename><surname>Voigt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 conference on Computational Models of Argument: Proceedings of COMMA 2014</title>
				<meeting>the 2014 conference on Computational Models of Argument: COMMA 2014<address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="483" to="484" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Argumentation Schemes for Presumptive Reasoning</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">N</forename><surname>Walton</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1996">1996</date>
			<publisher>Lawrence Erlbaum Associates</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Argument Mining: Was Ist Das?</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Workshop on Computational Models of Natural Argument (CMNA14)</title>
				<meeting>the 14th International Workshop on Computational Models of Natural Argument (CMNA14)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">The Open Argumentation PLatform (oapl)</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Conference on Computational Models of Argument</title>
				<meeting>the 8th International Conference on Computational Models of Argument<address><addrLine>COMMA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2020. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Monkeypuzzle: Towards Next Generation, Free &amp; Open-Source, Argument Analysis Tools</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Douglas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th International Workshop on Computational Models of Natural Argument (CMNA17)</title>
				<meeting>the 17th International Workshop on Computational Models of Natural Argument (CMNA17)</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Introducing ALIAS</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>La Greca</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th International Workshop on Computational Models of Natural Argument (CMNA15)</title>
				<meeting>the 15th International Workshop on Computational Models of Natural Argument (CMNA15)</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A Domain Specific Language for Describing Diverse Systems of Dialogue</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wells</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Applied Logic</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="309" to="329" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

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