ACL-OCL / Base_JSON /prefixA /json /argmining /2020.argmining-1.8.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
76 kB
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:10:18.010319Z"
},
"title": "ECHR: Legal Corpus for Argument Mining",
"authors": [
{
"first": "Prakash",
"middle": [],
"last": "Poudyal",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"country": "USA"
}
},
"email": "prakash@ku.edu.np"
},
{
"first": "Aagje",
"middle": [],
"last": "Ieven",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Katholieke Universiteit Leuven",
"location": {
"settlement": "Leuven",
"country": "Belgium"
}
},
"email": "aagje.ieven@gmail.com"
},
{
"first": "Marie",
"middle": [
"Francine"
],
"last": "Moens",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Teresa",
"middle": [],
"last": "Gon\u00e7alves",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Paulo",
"middle": [],
"last": "Quaresma",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we publicly release an annotated corpus of 42 decisions of the European Court of Human Rights (ECHR). The corpus is annotated in terms of three types of clauses useful in argument mining: premise, conclusion, and non-argument parts of the text. Furthermore, relationships among the premises and conclusions are mapped. We present baselines for three tasks that lead from unstructured texts to structured arguments. The tasks are argument clause recognition, clause relation prediction, and premise/conclusion recognition. Despite a straightforward application of the bidirectional encoders from Transformers (BERT), we obtained very promising results (F 1 0.765 on argument recognition, 0.511 on relation prediction, and 0.859/0.628 on premise/conclusion recognition). The results suggest the usefulness of pre-trained language models based on deep neural network architectures in argument mining. Because of the simplicity of the baselines, there is ample space for improvement in future work based on the released corpus.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we publicly release an annotated corpus of 42 decisions of the European Court of Human Rights (ECHR). The corpus is annotated in terms of three types of clauses useful in argument mining: premise, conclusion, and non-argument parts of the text. Furthermore, relationships among the premises and conclusions are mapped. We present baselines for three tasks that lead from unstructured texts to structured arguments. The tasks are argument clause recognition, clause relation prediction, and premise/conclusion recognition. Despite a straightforward application of the bidirectional encoders from Transformers (BERT), we obtained very promising results (F 1 0.765 on argument recognition, 0.511 on relation prediction, and 0.859/0.628 on premise/conclusion recognition). The results suggest the usefulness of pre-trained language models based on deep neural network architectures in argument mining. Because of the simplicity of the baselines, there is ample space for improvement in future work based on the released corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Texts can be categorized into subjects such as law, philosophy, computing, science, etc., and annotated with information appropriate for the purpose of the research (e.g. argument mining, named entity recognition, etc.). This information is collectively called a corpus and forms a critical component of this research. The corpora are a source of knowledge for creating certain rules and regulations (i.e. a model) which are used in statistical and hypothetical tests. Although influenced by many other factors, the performance of statistical approaches still depends primarily on the quality and size of the corpus. Therefore during the process of creating a corpus, annotators need to prioritize their ability to maintain quality and quantity via inter-annotator agreement (Artstein, 2017) . While creating corpora, it is desirable to ensure that a system will achieve the highest possible accuracy. Nevertheless, creating and constructing corpora is labor-intensive, as it is complex, time-consuming and requires experts who need to be well versed in the corresponding corpus field. For example, in the case of legal corpora, the annotating experts must be lawyers and should also be familiar with the legal arguments. With these constraints, there are a limited number of corpora available in the respective fields.",
"cite_spans": [
{
"start": 775,
"end": 791,
"text": "(Artstein, 2017)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper a corpus of ECHR decisions is released to the public with a well-structured electronic format 1 . The corpus is annotated with a compact argumentation type system (3 types). Pointers to the work where the corpus has been already used prior to its release here are provided. The annotation process and the tools used are explained in detail. The resulting corpus is described and several tasks where it can be employed are proposed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The rest of the paper is organized as follows: Section 2 presents the related work focusing on various corpora that are publicly available. Section 3 introduces the ECHR's Case Law. Section 4 describes the annotation types, the annotation process, and the tools that were used for annotation. Section 5 presents the summary statistics related to the resulting corpus. Section 6 presents the baselines for three fundamental argument mining tasks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A corpus is typically a representation of text, language, image, video, audio, and subject that is annotated with certain signs for a specific purpose. The performance of a predictive system based upon a corpus also depends on its quality and size. Depending on the goal, corpora are collected from different domains, such as Newspaper, Legal, Political, Scientific and Persuasive essays and also in various languages like English, Portuguese, German, Greek. Lippi and Torroni (2016) mention that annotating corpora is complex, expensive and requires experts who are well versed in the corresponding field to ensure that annotations are correct. Further, the paper also describes the corpora of various domains concerning the argument mining area. Palau and Ieven (2009) deal with the theoretical aspects of the structure present in legal corpora; they highlight the different critical points humans need to encounter when applying theory to real argumentation and emphasize the association between real arguments and the theories that describe those arguments.",
"cite_spans": [
{
"start": 459,
"end": 483,
"text": "Lippi and Torroni (2016)",
"ref_id": "BIBREF10"
},
{
"start": 748,
"end": 770,
"text": "Palau and Ieven (2009)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Several research centers in the world are devoted to developing corpora. One such center that plays an important role in many aspects of argumentation, from theoretical to practical, is Arg-tech Centre 2 . Its one of the goals is to develop freely available software tools to aid the researcher in the argumentation field. There are more than 50 corpora from different sectors offered in AIFdb (Bex et al., 2013) . These corpora are available in different formats, such as SVG, PNG, DOT, JSON, LKIF, RTNL, RDF, PL. A popular corpus named Araucaria (Reed et al., 2008) was developed in the Arg-tech Centre. The granularity of the corpus was 'claim'and 'premise'. The corpus was collected from 19 newspapers (from the UK, US, India, Australia, South Africa, Germany, China, Russia and Israel), 4 parliamentary records (in the UK, US and India), 5 court reports (from the UK, US and Canada), 6 magazines (UK, US and India), and 14 other online discussion boards and cause sources such as the Human Rights Watch (HuRW) and the GlobalWarming.org.",
"cite_spans": [
{
"start": 394,
"end": 412,
"text": "(Bex et al., 2013)",
"ref_id": "BIBREF2"
},
{
"start": 548,
"end": 567,
"text": "(Reed et al., 2008)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Another research lab, Ubiquitous Knowledge Processing (UKP) Lab 3 , TU Darmstadt, Germany, is dedicated to developing natural language and machine learning tools and techniques. One of their activities is to develop corpora for argument mining in English and German. Habernal and Gurevych (2017) created the Argument Annotated User-Generated Web Discourse consisting of 90,000 tokens from 340 documents with the datasets prepared using Toulmin argument classification (Backing, Claim, Premise, Rebuttal, Refutation). Habernal and Gurevych also created the UKPConvArg1 Corpus, a user-generated Web content corpus that consists of 11,650 argument pairs (Habernal and Gurevych, 2016b ) and a new crowd-sourced benchmark data-set that contains 9,111 argument pairs labeled with 17 categories (Habernal and Gurevych, 2016a). Kwon et al., (2006) developed the corpus based on public comments on the Environmental Protection Agency (EPA) standards rules on hazardous pollutants. Two annotators were involved in categorizing 630 documents in terms of 9 categories achieving an agreement of 0.60 on Cohen's Kappa coefficient. Rosenthal and McKeown (2012) created a corpus from two datasets: 285 LiveJournal 4 blog spots and 51",
"cite_spans": [
{
"start": 267,
"end": 295,
"text": "Habernal and Gurevych (2017)",
"ref_id": "BIBREF8"
},
{
"start": 651,
"end": 680,
"text": "(Habernal and Gurevych, 2016b",
"ref_id": "BIBREF7"
},
{
"start": 820,
"end": 839,
"text": "Kwon et al., (2006)",
"ref_id": "BIBREF9"
},
{
"start": 1117,
"end": 1145,
"text": "Rosenthal and McKeown (2012)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Wikipedia discussion forums; the datasets were annotated for the purpose of identifying claims (the ratio of claim vs. not claim is 60:40 in LiveJournal and 64:36 in Wikipedia). Aharoni et al., (2014) present an argumentative structure dataset consisting of 33 controversial topics; the corpus is derived from 586 Wikipedia articles and the authors state that the corpus was constructed (manual annotation) with great attention to detail. Goudas et al., (2014) annotated 204 documents in Greek related to renewable energy. The documents contain 16,000 sentences and were collected from social media, news, blogs, and microblogs. 760 sentences were annotated with premise and claim at the clause-level. Similarly, Sardianos et al., (2015) choose 300 news items (sports, politics, economics, and culture, etc.) in the Greek language to annotate; two post-graduate students were assigned to annotate the corpus and since they were only moderately experienced, guidelines were provided to describe the identification of arguments focusing on discourse markers such as because, in order to and but. Each annotator was assigned to annotate 150 documents with argument components, and the final version of the corpus contained 1191 argument components.",
"cite_spans": [
{
"start": 178,
"end": 200,
"text": "Aharoni et al., (2014)",
"ref_id": "BIBREF0"
},
{
"start": 439,
"end": 460,
"text": "Goudas et al., (2014)",
"ref_id": "BIBREF5"
},
{
"start": 713,
"end": 737,
"text": "Sardianos et al., (2015)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Case-law documents are written using detailed information from the stakeholders of the court, factual information from the defendant, allegations made by the plaintiff, arguments from both parties, and a decision made by the judge. After collecting all information, it needs to be structured to be useful. To structure the data, and also to know the location of the components of the arguments, it is necessary to analyze and determine the content of each section available via case-law. From the website 5 , it is known that case-law is divided into seven categories: Judgment, Decision, Communicated Case, Legal Summary, Advisory Opinion, Report and Resolution. Of these seven categories, two categories (Judgment and Decision) are found in the ECHR Corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ECHR's Case Law",
"sec_num": "3"
},
{
"text": "In the ECHR Corpus, there are 20 Decisions and 22 Judgments 6 issued by a chamber of seven judges ruling on the admissibility and merits of the cases. Both categories represent similar information, however, the 'Decision category' presents the information briefly (the average word length is 3500 words) in the corpus whereas, in the case of Judgments, more detailed information is available (an average word length of 10000 words). The Decision case-law documents are divided into six sections: i) Introduction, ii) The Facts, iii) Complaints, iv) Proceedings before the Commission, v) The Laws and vi) For the Reason. Judgment case-law documents are divided into eight sections: i) Introduction, ii) Procedure, iii) As the Facts, iv) The Circumstances of the Case, v) Proceedings before the Commission, vi) Final Submissions to the Court, vii) As to the Law, and viii) For the Reason.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ECHR's Case Law",
"sec_num": "3"
},
{
"text": "The case-law documents begin with introducing the stakeholders of the courts (President, Judge, Registrar and Deputy Registrar, Lawyers, Plaintiff, Defendants, and their agents), with their designations, plaintiff, defendant and other members involved in the case. After this, procedure and facts regarding the plaintiff are described. The facts describe an overview of the case that includes information from previous cases, the reason for making an allegation and the chronological sequence of events. The structure of the case-law varies depending upon the exact laws. This information is included as necessary, meaning that the case will vary in length depending upon the case-law and any other essential information that is included. After providing facts of the plaintiff and defendant, the case-law includes the discussions held in the court based upon the allegation made by the plaintiff are presented. Likewise, the defendant provides the reason and claim from their perspective and returns a response to the claim made by the plaintiff. After several discussions and arguments presented by both parties, the Judge renders his decision. Detail information about ECHR case law documents can be found in .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ECHR's Case Law",
"sec_num": "3"
},
{
"text": "The Language Intelligence and Information Retrieval Research Lab at the KU Leuven hired two lawyers to annotate the ECHR case-law documents (Palau and Ieven, 2009) . The annotators were given an argumentation scheme formalism and guidelines that describe the arguments.",
"cite_spans": [
{
"start": 140,
"end": 163,
"text": "(Palau and Ieven, 2009)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation",
"sec_num": "4"
},
{
"text": "Once the annotation was completed, they were compared and the Kappa inter-rater agreement tally was found to be 0.58. A third lawyer was selected to analyze the annotations and found that the main reason for the discrepancies was due to a different demarcation of argument boundaries or, put another way, to the ambiguity that is found in argumentative structure. Subsequently, a fourth annotator was selected and was given new guidelines, new sets of comments and recommendations. His annotation achieved 80% agreement which is quite a significant gain. Additional information regarding the evaluation of the corpus annotation process can be found in (Palau and Ieven, 2009) , .",
"cite_spans": [
{
"start": 652,
"end": 675,
"text": "(Palau and Ieven, 2009)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation",
"sec_num": "4"
},
{
"text": "The corpus is composed of 42 decisions. There are 1951 premises and 743 conclusions (note some argument constituents are premises/conclusions for more than one argument, and some constituents are both premises of one argument and conclusion for another).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation",
"sec_num": "4"
},
{
"text": "\u2022 Premise -one or more premises are bound to exactly one conclusion.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation",
"sec_num": "4"
},
{
"text": "\u2022 Non-argument The documents were annotated in the Gloss annotation environment developed at the University of Pittsburgh. Gloss is a lightweight tool focused on semantic annotation of textual documents. Through a small number of individual components it supports the whole annotation process, including corpus assembly, type system definition, document annotation, as well as quality control. The system is equipped with simple identity and role management that facilitates basic security as well as the ability of multiple users performing various roles within a project. Gloss was already used in multiple research projects, e.g. in Savelka and Ashley (2018; 2017) .",
"cite_spans": [
{
"start": 636,
"end": 661,
"text": "Savelka and Ashley (2018;",
"ref_id": "BIBREF21"
},
{
"start": 662,
"end": 667,
"text": "2017)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022 Conclusion",
"sec_num": null
},
{
"text": "The first step typically involves uploading the plain text documents; these can be organized in one or more collections. Next, the type system needs to be created. Gloss is very flexible with respect to type systems. It offers three built-in types (Annotation, Object, and ValueSet) that function as building blocks from which a type system of arbitrary complexity may be assembled. Types may be defined with an arbitrary number of attributes. Inheritance and composition of types are supported as well. Finally, a task may be created using one or more document collections and one or more type systems. Multiple users may be involved in a task either as annotators or editors (quality control). For the annotation itself, a user is presented with a list of documents from which he can select the one to work on. The available types are listed in the left pane. As the user creates annotations, an interactive list is being populated. The annotations may be easily edited or deleted after being created. The annotation is created through highlighting the respective span of text and picking the respective type from the pop-up menu. The annotation user interface is shown in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 1175,
"end": 1183,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "\u2022 Conclusion",
"sec_num": null
},
{
"text": "Summary statistics about the resulting corpus are reported in Table 1 ; the data structure of the published corpus is sketched in Figure 2 . [ { \"name\": \"Case Name\", \"text\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\", \"clauses\": [ { \"id\": \"5d3878c43e582511aa1cbdee\", \"type\": \"non-argument/argument\", \"start\": 5, \"end\": 15 } ... ], \"arguments\": [ { \"premises\": [ \"5d3878c43e582511aa1cbdee\", ... ], \"conclusion\": \"5d3878c43e582511aa1cbdee\" } ... ] } ... ] Figure 2 : The data structure for storing the dataset.",
"cite_spans": [],
"ref_spans": [
{
"start": 62,
"end": 69,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 130,
"end": 138,
"text": "Figure 2",
"ref_id": null
},
{
"start": 470,
"end": 478,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "The published JSON file is a list of the 42 cases. Each case is an object with the following fields:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "\u2022 name -Stores the name of the file \u2022 start -Character offset where the clause starts in the text",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "\u2022 end -Character offset where the clause ends in the text Each argument is an object with the following fields:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "\u2022 premises -Lists the unique identifiers (id) of the clauses that are the premises of the argument",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "\u2022 conclusion -The unique identifier (id) of the clause which is the conclusion of the argument Note that the information about the clause type is not provided directly in the clause objects. This decision is due to the fact that a clause can be of multiple types via its membership in different arguments. Therefore, the types of the clauses are encoded in the argument structures themselves: a clause which is not a part of any argument structure is of the Non-argument type; a clause which is listed as a premise in one or more argument structures is of the Premise type; the clause which is a conclusion of any argument structure is of the Conclusion type.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resulting Corpus",
"sec_num": "5"
},
{
"text": "In this section we present the baselines on the three tasks defined in the past that lead from unstructured texts to structured arguments. The tasks are argument clause recognition, clause relation prediction, and premise/conclusion recognition. As a basis for the classification algorithms we employ the RoBERTa pre-trained language model (Liu et al., 2019) which is a variation on the original BERT model (Devlin et al., 2018) with improved pre-training phase. A small layer is placed on top of the model to handle the classification. We work with the base version of RoBERTa to make sure the baselines are simple and easily reproducible. The base RoBERTa model runs perfectly fine on the GPUs one can access for free on Google Colaboratory. 7 In all the experiments 5-fold cross-validation was used. The models were fine-tuned on each of the specific tasks for 15 epochs for each of the folds. In each of the iterations 20% of the data set was used for testing. Of the remaining 80% documents 20% were used for validation. After the end of each epoch we saved the current version of the model and recorded its performance on the validation set. For the evaluation on the test set we used the version of the model with the best F 1 score as evaluated on the validation set.",
"cite_spans": [
{
"start": 340,
"end": 358,
"text": "(Liu et al., 2019)",
"ref_id": "BIBREF11"
},
{
"start": 407,
"end": 428,
"text": "(Devlin et al., 2018)",
"ref_id": "BIBREF4"
},
{
"start": 744,
"end": 745,
"text": "7",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Baselines",
"sec_num": "6"
},
{
"text": "In this task, the goal is to predict if a clause belongs to an argument or not. Specifically, this means recognizing if the clause is annotated with any of the two argument types, i.e. the premise or the conclusion, or with the non-argument type. The prior work understood this task as a binary classification problem and employed traditional ML methods, such as Random Forest or Support Vector Machines (SVM). Poudyal et al. (2016) achieved the best results (F 1 = 0.705) with the system based on SVM using a combination of low-level linguistic (word n-gram, POS n-grams) and hand-crafted features (e.g., the section of the document the clause comes from). Mochales and Moens (2011) use a Maximum Entropy classifier and report accuracy of 80%.",
"cite_spans": [
{
"start": 411,
"end": 432,
"text": "Poudyal et al. (2016)",
"ref_id": "BIBREF15"
},
{
"start": 658,
"end": 683,
"text": "Mochales and Moens (2011)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Argument Clause Recognition",
"sec_num": "6.1"
},
{
"text": "Here, we understand the task as binary classification as well. As a basis for the classification algorithms we employ the RoBERTa pre-trained language model as explained above. A small layer is placed on top of the model to handle the classification. Unlike in the case of SVM or Random Forest, one cannot provide the model with hand-crafted features. However, it is an apparent feature of this data set that an overwhelming majority (over 99%) of argument clauses is present in \"AS TO THE LAW\"/\"THE LAW\" section of the case texts. Since the ECHR cases have a uniform structure and the section can be reliably detected using text matching we leveraged the heuristic. We automatically predict every single clause outside of \"AS TO THE LAW\"/\"THE LAW\" section as being non-argument. The model is then trained Table 2 : The performance of the simple baseline systems modeling the three fundamental steps in argumentation mining as understood in this work.",
"cite_spans": [],
"ref_spans": [
{
"start": 806,
"end": 813,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Argument Clause Recognition",
"sec_num": "6.1"
},
{
"text": "on the clauses coming from \"AS TO THE LAW\"/\"THE LAW\" section only. In the evaluation phase, we simply considered the argument clauses outside of the section as false negatives. The results of the experiment are reported in Table 2 (first row). The F 1 score on the positive class of 0.765 appears promising. However, we would like to emphasize that it is not our primary goal to achieve maximum performance. The main purpose of the system is to provide a straightforward, yet competitive, baseline. It is our assumption that significantly outperforming this baseline would require a system that would become a valuable contribution to the field of argument mining, especially argument mining from legal texts. Second, maximum caution is required when comparing to prior work in this case. Some small alterations of the corpus might have occurred (e.g., correction of obvious mistakes). Hence, the comparison is almost certainly not 1-to-1.",
"cite_spans": [],
"ref_spans": [
{
"start": 223,
"end": 230,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Argument Clause Recognition",
"sec_num": "6.1"
},
{
"text": "This task assumes that we have successfully identified the argument clauses. The ultimate goal is to assign the clauses into groups (i.e., arguments). The situation is somewhat complicated by the fact that a single clause may be a member of multiple arguments, e.g., it is a premise in one argument and conclusion in the other. Poudyal et al. (2019) use the Fuzzy c-means clustering algorithm (Bezdek et al., 1984) to perform this task. They report a macro F 1 (on a document level) of 0.50 and cluster purity of 0.50. Mochales and Moens (2011) approached the task differently. They used a manually created context-free grammar to produce full argument parses. They report an accuracy of around 60%.",
"cite_spans": [
{
"start": 328,
"end": 349,
"text": "Poudyal et al. (2019)",
"ref_id": "BIBREF16"
},
{
"start": 393,
"end": 414,
"text": "(Bezdek et al., 1984)",
"ref_id": "BIBREF3"
},
{
"start": 519,
"end": 544,
"text": "Mochales and Moens (2011)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Argument Relation Mining",
"sec_num": "6.2"
},
{
"text": "As shown by the prior work this problem is very difficult. It is probably the crucial bottleneck in mining arguments as understood in this work. Hence, we propose a baseline that transforms the problem into a simpler one with very well defined and intuitive evaluation metrics. We understand the task as a sentence pair classification. Specifically, given a pair of argument clauses coming from the same document we want to predict if they are members of the same argument. Thus, we effectively cast the task into a binary classification while allowing for the membership of individual clauses in multiple arguments. Of course, the drawback of this approach is that one does not receive a final grouping. An additional phase would be required to turn the output into the arguments. This is left for future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Argument Relation Mining",
"sec_num": "6.2"
},
{
"text": "As a basis for the classification algorithms we again employ the RoBERTa model with a small classification layer on top of it. Note that using every possible pairing of argument clauses retrieved from a document would not be a sound strategy. This would lead to a highly unbalanced data set where only a very small number of examples would be positive. Instead one can leverage the fact that argument clauses typically cluster in small proximity to each other. For training we only consider the pairs of arguments that are no more than five sentences apart. The window of five was set heuristically as it appeared neither too small nor too large. Any too argument clauses that are further apart than the set threshold are automatically predicted as not being in the argument relation. The actual relations that exist but are missed using this strategy are considered as false negatives for the purpose of the evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Argument Relation Mining",
"sec_num": "6.2"
},
{
"text": "The results of the experiment are reported in Table 2 (middle row) . They confirm what has been shown earlier, i.e., this part of the task is very challenging.",
"cite_spans": [],
"ref_spans": [
{
"start": 46,
"end": 66,
"text": "Table 2 (middle row)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Argument Relation Mining",
"sec_num": "6.2"
},
{
"text": "http://www.di.uevora.pt/\u02dcpq/echr/ 2 http://www.arg-tech.org/ 3 https://www.ukp.tu-darmstadt.de/ukp-home/ 4 https://www.livejournal.com/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://hudoc.echr.coe.int/eng 6 Released before 20 October 1999 by the European Commission on Human Rights.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://colab.research.google.com/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The authors would like to thank Raquel Mochaleus Palau for her enormous contribution in the process of developing this corpus. Thanks also goes to Rama Nepal who assisted Prakash Poudyal while annotating the corpus. Finally, authors would like to extend sincere thanks to the reviewers for their constructive comments and suggestions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
},
{
"text": "This task also assumes that we have successfully identified the argument clauses. The goal is to decide which of the clauses are conclusions and which of them are premises. Note that it is possible for a single clause to be a premise in one argument and a conclusion in another one. Mochales and Moens (2011) appear to train two SVM models, one to recognize premises and one to recognize conclusions. Notably, they appear to use highly sophisticated hand-crafted features, e.g., a category of the preceding sentence, discursive cues, or type of main verb. They report F 1 score of 0.681 for premises and 0.741 for conclusions.We follow the example set in Mochales and Moens (2011) and approach this task by training two separate binary classifiers, one for each clause type. An alternative would be to understand this task as a multi-label classification. For each classifier the task is to decide if the clause is a premise/conclusion or not. As a basis for the classification algorithms we again employ the pre-trained RoBERTa model with a small classification layer on top of it.The results of the experiment are reported in Table 2 (third and fourth row). Interestingly, in Mochales and Moens (2011) it was reported that recognizing premises is more difficult than conclusions. Our experiments show the exact opposite. This is most certainly due to the fact that the hand-crafted features used in Mochales and Moens (2011) were much more suitable for recognizing conclusions than premises.",
"cite_spans": [
{
"start": 283,
"end": 308,
"text": "Mochales and Moens (2011)",
"ref_id": "BIBREF13"
},
{
"start": 655,
"end": 680,
"text": "Mochales and Moens (2011)",
"ref_id": "BIBREF13"
},
{
"start": 1401,
"end": 1426,
"text": "Mochales and Moens (2011)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 1128,
"end": 1135,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Premise/Conclusion Recognition",
"sec_num": "6.3"
},
{
"text": "In this paper, the ECHR Corpus is described in detail. The procedure undertaken for annotating the components of the arguments in the case-law is described, and an analysis of the quality of the corpus, including its statistical nature and structure is offered.It is a characteristic of legal corpora that many, if not all, case law documents are interconnected to each other through citations. For that, as a future work it is necessary to annotate the related content/information provided by the citation link. For example, in the ECHR corpus excerpt \"The notion of security of person has not been given an independent interpretation (see in this respect Sel\u00e7uk and Asker v. Turkey, nos. 23184/94 and 23185/94, Commission's report of 28 November 1996, \u00a7 \u00a7 185-187).\" the first phrase in bold is the conclusion, and the text in italics is the premise. In future work, the annotator would check the report mentioned and annotate that sentence as a premise. This work might help in achieving higher classification performances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A benchmark dataset for automatic detection of claims and evidence in the context of controversial topics",
"authors": [
{
"first": "Ehud",
"middle": [],
"last": "Aharoni",
"suffix": ""
},
{
"first": "Anatoly",
"middle": [],
"last": "Polnarov",
"suffix": ""
},
{
"first": "Tamar",
"middle": [],
"last": "Lavee",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Ran",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "Ruty",
"middle": [],
"last": "Rinott",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Gutfreund",
"suffix": ""
},
{
"first": "Noam",
"middle": [],
"last": "Slonim",
"suffix": ""
}
],
"year": 2014,
"venue": "ArgMining@ ACL",
"volume": "",
"issue": "",
"pages": "64--68",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ehud Aharoni, Anatoly Polnarov, Tamar Lavee, Daniel Hershcovich, Ran Levy, Ruty Rinott, Dan Gutfreund, and Noam Slonim. 2014. A benchmark dataset for automatic detection of claims and evidence in the context of controversial topics. In ArgMining@ ACL, pages 64-68.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Inter-annotator Agreement",
"authors": [
{
"first": "Ron",
"middle": [],
"last": "Artstein",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "297--313",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ron Artstein, 2017. Inter-annotator Agreement, pages 297-313. Springer Netherlands, Dordrecht.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Implementing the argument web",
"authors": [
{
"first": "Floris",
"middle": [],
"last": "Bex",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Lawrence",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Snaith",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Reed",
"suffix": ""
}
],
"year": 2013,
"venue": "Communications of the ACM",
"volume": "56",
"issue": "10",
"pages": "66--73",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Floris Bex, John Lawrence, Mark Snaith, and Chris Reed. 2013. Implementing the argument web. Communica- tions of the ACM, 56(10):66-73.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Fcm: The fuzzy c-means clustering algorithm",
"authors": [
{
"first": "James",
"middle": [
"C"
],
"last": "Bezdek",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Ehrlich",
"suffix": ""
},
{
"first": "William",
"middle": [],
"last": "Full",
"suffix": ""
}
],
"year": 1984,
"venue": "Computers and Geosciences",
"volume": "10",
"issue": "2",
"pages": "191--203",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James C. Bezdek, Robert Ehrlich, and William Full. 1984. Fcm: The fuzzy c-means clustering algorithm. Com- puters and Geosciences, 10(2):191 -203.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Bert: Pre-training of deep bidirectional transformers for language understanding",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Devlin",
"suffix": ""
},
{
"first": "Ming-Wei",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1810.04805"
]
},
"num": null,
"urls": [],
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. Bert: Pre-training of deep bidirec- tional transformers for language understanding. arXiv preprint arXiv:1810.04805.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Argument extraction from news, blogs, and social media",
"authors": [
{
"first": "Theodosis",
"middle": [],
"last": "Goudas",
"suffix": ""
},
{
"first": "Christos",
"middle": [],
"last": "Louizos",
"suffix": ""
}
],
"year": 2014,
"venue": "Hellenic Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "287--299",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Theodosis Goudas, Christos Louizos, Georgios Petasis, and Vangelis Karkaletsis. 2014. Argument extraction from news, blogs, and social media. In Hellenic Conference on Artificial Intelligence, pages 287-299. Springer.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "What makes a convincing argument? empirical analysis and detecting attributes of convincingness in web argumentation",
"authors": [
{
"first": "Ivan",
"middle": [],
"last": "Habernal",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1214--1223",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ivan Habernal and Iryna Gurevych. 2016a. What makes a convincing argument? empirical analysis and detect- ing attributes of convincingness in web argumentation. In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing, pages 1214-1223.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Which argument is more convincing? analyzing and predicting convincingness of web arguments using bidirectional lstm",
"authors": [
{
"first": "Ivan",
"middle": [],
"last": "Habernal",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ivan Habernal and Iryna Gurevych. 2016b. Which argument is more convincing? analyzing and predicting convincingness of web arguments using bidirectional lstm. In ACL (1).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Argumentation mining in user-generated web discourse",
"authors": [
{
"first": "Ivan",
"middle": [],
"last": "Habernal",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
}
],
"year": 2017,
"venue": "Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ivan Habernal and Iryna Gurevych. 2017. Argumentation mining in user-generated web discourse. Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Multidimensional text analysis for erulemaking",
"authors": [
{
"first": "Namhee",
"middle": [],
"last": "Kwon",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Stuart",
"suffix": ""
},
{
"first": "Eduard",
"middle": [],
"last": "Shulman",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 2006 international conference on Digital government research",
"volume": "",
"issue": "",
"pages": "157--166",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Namhee Kwon, Stuart W Shulman, and Eduard Hovy. 2006. Multidimensional text analysis for erulemaking. In Proceedings of the 2006 international conference on Digital government research, pages 157-166.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Argumentation mining: State of the art and emerging trends",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Lippi",
"suffix": ""
},
{
"first": "Paolo",
"middle": [],
"last": "Torroni",
"suffix": ""
}
],
"year": 2016,
"venue": "ACM Transactions on Internet Technology (TOIT)",
"volume": "16",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Lippi and Paolo Torroni. 2016. Argumentation mining: State of the art and emerging trends. ACM Transactions on Internet Technology (TOIT), 16(2):10.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Roberta: A robustly optimized bert pretraining approach",
"authors": [
{
"first": "Yinhan",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Myle",
"middle": [],
"last": "Ott",
"suffix": ""
},
{
"first": "Naman",
"middle": [],
"last": "Goyal",
"suffix": ""
},
{
"first": "Jingfei",
"middle": [],
"last": "Du",
"suffix": ""
},
{
"first": "Mandar",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "Danqi",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Omer",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "Mike",
"middle": [],
"last": "Lewis",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
},
{
"first": "Veselin",
"middle": [],
"last": "Stoyanov",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1907.11692"
]
},
"num": null,
"urls": [],
"raw_text": "Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. 2019. Roberta: A robustly optimized bert pretraining approach. arXiv preprint arXiv:1907.11692.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Study on the structure of argumentation in case law",
"authors": [
{
"first": "Raquel",
"middle": [],
"last": "Mochales",
"suffix": ""
},
{
"first": "Marie-Francine",
"middle": [],
"last": "Moens",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 2008 Conference on Legal Knowledge and Information Systems",
"volume": "",
"issue": "",
"pages": "11--20",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Raquel Mochales and Marie-Francine Moens. 2008. Study on the structure of argumentation in case law. In Proceedings of the 2008 Conference on Legal Knowledge and Information Systems, pages 11-20.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Argumentation mining",
"authors": [
{
"first": "Raquel",
"middle": [],
"last": "Mochales",
"suffix": ""
},
{
"first": "Marie-Francine",
"middle": [],
"last": "Moens",
"suffix": ""
}
],
"year": 2011,
"venue": "Artificial Intelligence and Law",
"volume": "19",
"issue": "1",
"pages": "1--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Raquel Mochales and Marie-Francine Moens. 2011. Argumentation mining. Artificial Intelligence and Law, 19(1):1-22.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Creating an argumentation corpus: do theories apply to real arguments?: a case study on the legal argumentation of the echr",
"authors": [
{
"first": "Raquel",
"middle": [],
"last": "Mochales Palau",
"suffix": ""
},
{
"first": "Aagje",
"middle": [],
"last": "Ieven",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 12th International Conference on Artificial Intelligence and Law",
"volume": "",
"issue": "",
"pages": "21--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Raquel Mochales Palau and Aagje Ieven. 2009. Creating an argumentation corpus: do theories apply to real arguments?: a case study on the legal argumentation of the echr. In Proceedings of the 12th International Conference on Artificial Intelligence and Law, pages 21-30. ACM.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Experiments on identification of argumentative sentences",
"authors": [
{
"first": "Prakash",
"middle": [],
"last": "Poudyal",
"suffix": ""
},
{
"first": "Teresa",
"middle": [],
"last": "Goncalves",
"suffix": ""
},
{
"first": "Paulo",
"middle": [],
"last": "Quaresma",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceeding of 9th International Conference on Software, Knowledge, Information Management and Applications (SKIMA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prakash Poudyal, Teresa Goncalves, and Paulo Quaresma. 2016. Experiments on identification of argumentative sentences. In Proceeding of 9th International Conference on Software, Knowledge, Information Management and Applications (SKIMA) Chengdu, China, Dec.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Using clustering techniques to identify arguments in legal documents",
"authors": [
{
"first": "Prakash",
"middle": [],
"last": "Poudyal",
"suffix": ""
},
{
"first": "Teresa",
"middle": [],
"last": "Gon\u00e7alves",
"suffix": ""
},
{
"first": "Paulo",
"middle": [],
"last": "Quaresma",
"suffix": ""
}
],
"year": 2019,
"venue": "ASAIL@ ICAIL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prakash Poudyal, Teresa Gon\u00e7alves, and Paulo Quaresma. 2019. Using clustering techniques to identify arguments in legal documents. In ASAIL@ ICAIL.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Language resources for studying argument",
"authors": [
{
"first": "Chris",
"middle": [],
"last": "Reed",
"suffix": ""
},
{
"first": "Raquel",
"middle": [
"Mochales"
],
"last": "Palau",
"suffix": ""
},
{
"first": "Glenn",
"middle": [],
"last": "Rowe",
"suffix": ""
},
{
"first": "Marie-Francine",
"middle": [],
"last": "Moens",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 6th conference on language resources and evaluation-LREC 2008",
"volume": "",
"issue": "",
"pages": "91--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chris Reed, Raquel Mochales Palau, Glenn Rowe, and Marie-Francine Moens. 2008. Language resources for studying argument. In Proceedings of the 6th conference on language resources and evaluation-LREC 2008, pages 91-100.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Detecting opinionated claims in online discussions",
"authors": [
{
"first": "Sara",
"middle": [],
"last": "Rosenthal",
"suffix": ""
},
{
"first": "Kathleen",
"middle": [],
"last": "Mckeown",
"suffix": ""
}
],
"year": 2012,
"venue": "IEEE Sixth International Conference on",
"volume": "",
"issue": "",
"pages": "30--37",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sara Rosenthal and Kathleen McKeown. 2012. Detecting opinionated claims in online discussions. In Semantic Computing (ICSC), 2012 IEEE Sixth International Conference on, pages 30-37. IEEE.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Ioannis Manousos Katakis, Georgios Petasis, and Vangelis Karkaletsis",
"authors": [
{
"first": "Christos",
"middle": [],
"last": "Sardianos",
"suffix": ""
}
],
"year": 2015,
"venue": "ArgMining@ HLT-NAACL",
"volume": "",
"issue": "",
"pages": "56--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christos Sardianos, Ioannis Manousos Katakis, Georgios Petasis, and Vangelis Karkaletsis. 2015. Argument extraction from news. In ArgMining@ HLT-NAACL, pages 56-66.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Detecting agent mentions in us court decisions",
"authors": [
{
"first": "Jarom\u00edr",
"middle": [],
"last": "Savelka",
"suffix": ""
},
{
"first": "Kevin",
"middle": [
"D"
],
"last": "Ashley",
"suffix": ""
}
],
"year": 2017,
"venue": "JURIX",
"volume": "",
"issue": "",
"pages": "39--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jarom\u00edr Savelka and Kevin D Ashley. 2017. Detecting agent mentions in us court decisions. In JURIX, pages 39-48.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Segmenting us court decisions into functional and issue specific parts",
"authors": [
{
"first": "Jaromir",
"middle": [],
"last": "Savelka",
"suffix": ""
},
{
"first": "Kevin",
"middle": [
"D"
],
"last": "Ashley",
"suffix": ""
}
],
"year": 2018,
"venue": "JURIX",
"volume": "",
"issue": "",
"pages": "111--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jaromir Savelka and Kevin D Ashley. 2018. Segmenting us court decisions into functional and issue specific parts. In JURIX, pages 111-120.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"num": null,
"text": "Annotation interface (Gloss) used in this work.",
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"num": null,
"text": "text -Stores the full-text of the case \u2022 clauses -Lists the clauses annotated within the corresponding case \u2022 arguments -Lists the argument structure of the clause Each clause is an object with the following fields: \u2022 id -Unique identifier \u2022 type -A binary indicator of argument membership.",
"type_str": "figure"
},
"TABREF1": {
"content": "<table/>",
"html": null,
"text": "Summary dataset statistics at document level.",
"num": null,
"type_str": "table"
}
}
}
}