<?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">Constructing a Knowledge Graph from Indian Legal Domain Corpus</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sarika</forename><surname>Jain</surname></persName>
							<email>jasarika@nitkkr.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">National Institute of Technology Kurukshetra</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
							<affiliation key="aff3">
								<orgName type="department">https://w3id.org</orgName>
								<orgName type="institution">NyOnLegalOntology</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Pooja</forename><surname>Harde</surname></persName>
							<email>pmharde29@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">National Institute of Technology Kurukshetra</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
							<affiliation key="aff3">
								<orgName type="department">https://w3id.org</orgName>
								<orgName type="institution">NyOnLegalOntology</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Nandana</forename><surname>Mihindukulasooriya</surname></persName>
							<email>nandana@ibm.com</email>
							<affiliation key="aff1">
								<orgName type="institution">IBM Research</orgName>
								<address>
									<settlement>Dublin</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Sudipto</forename><surname>Ghosh</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Delhi</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Abhinav</forename><surname>Dubey</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Delhi</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ankush</forename><surname>Bisht</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Delhi</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Constructing a Knowledge Graph from Indian Legal Domain Corpus</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D7CE6458CC68EF310498BAA4F58D854E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:05+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>Knowledge Graph Construction</term>
					<term>Entity Extraction</term>
					<term>Relation Extraction</term>
					<term>Legal Domain</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>While being an important pillar of human society, legal domain consists of large corpora of complex documents about different aspects such as laws or court judgements. In recent years, knowledge graphs have become a prominent solution to represent such complex information in semantically rich machine readable manner allowing access to other AI powered downstream applications. In this work, we aim to construct a reliable knowledge graph from Legal domain corpus that may be utilized by researchers and the application developers working in legal domain.The source dataset chosen is the Indian Legal Court Judgements and NyOn 1 (Nyaya Ontology) has been utilized for conceptualization. A framework that consists of entity extraction, relation extraction, triple construction is used to convert the legal text into RDF triples. The knowledge graph thus built has been quantitatively evaluated over a small random sample with reasonable results.</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>There is a boom in digitizing the legal domain for use cases like classifying judgments <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>, predictions <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>, questions answering <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>, finding similarities between judgments, and many more. Although much data is available in the legal domain, from court judgments to acts and deeds, its unstructured nature makes it inefficient and costly to process it to useful results. Accessibility and transparency of the key information have always been an issue. There is a requirement for a central place to keep this vast knowledge, and that too in an interoperable format.</p><p>With recent technological advances, AI applications can now process, understand and interpret the human language. Knowledge graphs <ref type="bibr" target="#b7">[8]</ref> can represent large volumes of knowledge with their semantics providing easy access and structured querying abilities. Furthermore, when modeled following the Semantic Web standards, they can be used to reason, infer new information, or find any inconsistencies in data. Moreover, such knowledge graphs enable downstream applications such as question answering, dialogue, prediction, and classification systems.</p><p>In the literature, we find different models for creating a knowledge graph from unstructured documents. In recent years, neural networks such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), and Sequence-to-Sequence (Seq2Seq) models have shown promising results when used in the field of natural language processing (NLP) for sentiment analysis, information retrieval, and document classification. The state-of-the-art Information Extraction (IE) models use a supervised machine learning method that requires a huge amount of labeled training data. For general open-domain IE, publicly available labeled data is present, but domain-specific IE such as legal domain requires time-consuming data labeling tasks to create a large amount of training data. Although much work has been done in the legal domain for IE, the dataset available is not quite useful for every region. As the judicial system changes from country to country, so do changes in the legal terms, facts, artifacts, and law. There are many legal datasets available like in Chinese <ref type="bibr" target="#b8">[9]</ref> and German <ref type="bibr" target="#b9">[10]</ref>  <ref type="bibr" target="#b0">[1]</ref>. All these are specific to their region law; therefore, other regions beyond their boundaries cannot use it. For countries like India, where digitization of the judicial system is an ongoing process, it is challenging to find any proper dataset that will be useful for Information extraction. According to <ref type="bibr" target="#b10">[11]</ref>, creating the annotated data for a large corpus is time-consuming and too expensive. Moreover, while typing during the hearings in the courts, the court judgments get noisy due to misspellings, wrong placement of punctuation, and non-uniformity in the document structure. As for the linguistic part of the document, every judge has their vocabulary and interpretation; therefore, it becomes more difficult for the non-domain experts to comprehend legal text corpora and develop a dataset that satisfies all the system's requirements to process the documents with the uniform annotated data.</p><p>This work aims to explore a viable rule-based approach to systematically extract, annotate, and store the key entities of the legal domain as a knowledge base. The first step is to extract entities from the legal corpora using Information Extraction (IE) involving Named Entity Recognition (NER) and Relation Extraction (RE). The second step is to store, maintain, and update the retrieved knowledge in a graph database in a set of triples. As metadata, we have developed NyOn 1 (Nyaya Ontology) <ref type="bibr" target="#b11">[12]</ref>, a multilingual modular ontology for legal court judgments. NyOn has been developed taking entities from the Indian Supreme Court judgments taken from indiankanoon.org<ref type="foot" target="#foot_0">2</ref> and is currently available in five languages (English, German, French, Spanish, and Hindi). NyOn is referred as the schema required for information extraction. It gives the broader aspect of the types of entities and the relations we need to identify from the legal court judgment documents. The knowledge graph thus constructed will be put to question answering to answer questions like:</p><p>• What are the different courts that are referred to in a specific case? • List of documents that fall under a specific type of jurisdiction? • Who were the parties involved in Union Of India vs Ex No. 3192684 W Sep. Virendra judgment on 7 January 2020? • How many judgments were passed in 2002?</p><p>• List all judgments ordered by CJI N V Ramana.</p><p>• What are the names of the witnesses in a specific case?</p><p>The main contributions of this paper are (1) An analysis of existing approaches for information extraction and knowledge graph construction, and (2) Construction of a knowledge graph for the Indian Supreme Court judgments and a quantitative evaluation of the proposed framework. The dataset and the source code are publicly available on GitHub<ref type="foot" target="#foot_1">3</ref> . The rest of the paper is organized as follows. Section 2 provides a approach followed for constructing the knowledge graph from Indian Supreme Court Judgments, Section 3 provides the evaluation results, while Section 4 discusses the related work focusing on legal knowledge graph construction. Section 5 elaborates the conclusions derived from the work and presents future work ideas.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Construction of Knowledge Graph of Indian Supreme Court Judgements</head><p>In this paper, we use the Indian Supreme Court Judgements to create the Knowledge Graphs, which will facilitate downstream applications such as question answering, judgment prediction, etc. Figure <ref type="figure" target="#fig_0">1</ref> demonstrates the general architecture of the knowledge graph construction approach we followed. It mainly consists of a three-step pipeline consisting of data prepossessing, entity extraction, relation extraction, and triple construction steps. Each of these steps will be described in the following subsections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Dataset</head><p>The input corpus to our Knowledge Graph construction pipeline contains 44,366 reportable and non-reportable court judgments published by the Supreme Court of India from 1947 to 2020 in plain text. The documents have been scraped using a Python-based scraper from IndianKanoon.org, a free-to-use case search engine for Indian legal documents sourced from the various court and tribunal repositories. The dataset comprises court judgments for cases from various legal subdomains (civil law, criminal law, property law, etc.). All text documents in the dataset are assumed to be in English language. Fig. <ref type="figure" target="#fig_1">2</ref> refers to a snapshot of one Indian Court Decision document. We call this data the caption data as no sentences are present in this part of the document. The text highlighted in orange represents the data, and the text highlighted in cyan color represents the entity type. Even though this data is not present in the sentence format, it represents most of the legal court decision documents useful for the knowledge graph creation. In the relation extraction part of the paper, we have discussed how we identify the relationship between the available entities in the caption format.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Data Preprocessing</head><p>After selecting documents, we perform the data preprocessing on the corpus. In the GATE<ref type="foot" target="#foot_2">4</ref> software (General Architectural of Text Engineering), we already have the Language Processing tools in ANNIE <ref type="foot" target="#foot_3">5</ref> (A Nearly-New Information Extraction System) such as POS Tagger, ANNIE Sentence Splitter, ANNIE English Tokenizer, etc. All these processing tools are preloaded into the software for data preprocessing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Entity Extraction</head><p>Entity extraction is the step performed after data preprocessing for information retrieval. Here all the useful entities are identified from the unstructured data that forms relevant, useful information about the context of the document. After the data is scraped from indiankanoon.org 2 , the rules are written in JAPE (Java Annotation Patterns Engine) for the GATE software (General Architectural of Text Engineering) with the help of NyOn <ref type="bibr" target="#b11">[12]</ref> Ontology for recognizing the entities in the documents. As discussed in the above subsection, these rules are given as a JAPE Transducer to ANNIE as a processing resource with other processing resources like POS tagger and Sentence Tokenizer. While annotating the entities using GATE API, we observed that it takes approximately one hour to annotate 100 documents as the length of the documents is quite long. One of the rules used for entity recognition is listed in Table <ref type="table" target="#tab_0">1</ref>.</p><p>After the data is annotated using the JAPE rules, the corpus is stored with the annotation state having the inline XML format of all the documents. We use a small Python script to convert all the inline XML documents into standard text documents. The converted standard text documents are then saved separately for the next phase of the system, which is relation extraction. The list of the entities identified in the court decision documents is presented in Table <ref type="table" target="#tab_1">2</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4.">Relation Extraction</head><p>The entities extracted in the previous phase are passed as input in this phase. Here the relations are identified between the extracted entities. The list of the various relations that are identified between different entity types (Object Properties) are listed below in Table <ref type="table">3</ref>.</p><p>As discussed in the earlier section, in the caption data portion of the document, there are no sentences in between the entities; we use a small code to map the relation between such entities and the data with no text around. To refer to the type of relation, we refer to the NyOn {Token.kind == "word", Token.category != "CC"} | {Token.string == ". ", Token.category != "CC"} )+ :Name ({Token.kind == "punctuation"})? (( {Token.kind == "word", Token.string != "judgment"} | {Token.string == ". ", Token.sting != "judgment"} )+) :Name2 ) -&gt; :Type.COURT_OFFICIALS = {kind = "BENCH", rule = "BENCH"}, :Name.JUDGE = {rule = "BENCH"}, :Name2.JUDGE = {rule = "BENCH"} Ontology, where the relation between the entities has been described. The NyOn ontology works as a base for us for entity extraction and relation extraction from the data. The list of relations between the entities and the values (Datatype Properties) is also provided in Table <ref type="table" target="#tab_2">4</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5.">Triple Construction</head><p>A knowledge graph consists of triples where every triple is represented in the form of subjectpredicate-object. After extracting the entities and the relations from the data, the next step is to create the triple to form a knowledge graph. The extracted entities and relations are stored corresponding to each other in the form of lists. 𝐸 = {𝑒 1 , 𝑒 2 , 𝑒 3 , ..., 𝑒 𝑛 } represents the entity set and 𝑅 = {𝑟 1 , 𝑟 2 , 𝑟 3 , ...𝑟 𝑚 } represents the relation set. To form a triple, we follow the given format 𝑇 = {𝑒 𝑎 , 𝑟 𝑘 , 𝑒 𝑏 } where {𝑒 𝑎 , 𝑒 𝑏 𝜖 𝐸, 𝑟 𝑘 𝜖 𝑅}.</p><p>Once the RDF model is constructed, it can be materialized into any RDF serializations such as RDF/XML, Turtle, or N Triples. The triples then can be loaded into an industry-standard triple store such as Blazegraph, Apache Jena, and Virtuoso and queried through a SPARQL endpoint. We are also currently working on exposing such triples as Linked Open Data with dereferenceable HTTP URIs. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Evaluation</head><p>This section will present the preliminary evaluation of the proposed approach. This evaluation focused on two aspects of the knowledge base construction process: named entity extraction and relation extraction of Indian Court Judgement documents.</p><p>We have evaluated both the rule-based Named Entity Recognition and Relation Extraction components of the proposed approach. As there was no academic benchmark for the type of documents in our use case, we have manually created a gold standard with a sample of documents with the help of human annotators who are domain experts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Gold Standard Creation</head><p>There were no existing academic benchmarks for testing the entity and relation extraction on the Indian court judgment documents. Thus, we decided to create a gold standard for evaluating the performance of our proposed approach to entity extractions and relation extraction. We randomly selected five documents from the corpus and annotated them for gold entities and relations with the help of domain experts. The NyOn ontology <ref type="bibr" target="#b11">[12]</ref> guided the gold entity types and gold relations that were annotated. Two annotators annotated each document to ensure the inter-annotator agreement, and any conflicts were resolved using a third domain expert. The annotated documents contained 363 named entities of 10 different class types and 154 triples of 6 relation types. We plan to increase the size of the gold standard for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Metrics:</head><p>As evaluation metrics, we have used commonly used precision-recall measures. We have a set of gold annotations and machine-generated output from our rule-based pipeline for both entities and relations. Table <ref type="table" target="#tab_3">5</ref> shows some example output of rule-based machine NER, including correctly and incorrectly identified entities. In this context, the precision was calculated as the percentage of the machine-generated entities/relations that were correct according to the gold annotations and recall as the percentage of total gold entities/relations identified in the machine output.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Named Entity Recognition</head><p>Table <ref type="table">6</ref> shows the results of NER by individual documents level, and Table <ref type="table" target="#tab_4">7</ref> shows the result for each class type level. We notice that our rules identify entities with high precision but suffer from recall issues. Furthermore, we have noticed that there is a wide variation of the recall values across different documents as well as different entity types. Some types, such as dates higher recall, while others, such as court decisions or law, have a lower recall. Based on these results, we are performing error analysis and working on improving the recall of our rules to capture most of the relevant entities. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Relation Extraction</head><p>Table <ref type="table">8</ref> shows the results of relation extraction by individual documents level, and Table <ref type="table" target="#tab_5">9</ref> shows the result by each relation type level. In contrast to entity extraction, here we see that both precision and recall have been affected by our rules. The results are expected because relation extraction is a more complex task than entity extraction, and entity extraction recall issues are propagated to relation extraction. Furthermore, there are several relation types, such as hasDecision and hasJudge, for which we have not implemented the rules.In future work, we plan to perform error analysis to improve the current set of rules and implement new rules to cover the relation types that are not currently covered. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Related Work</head><p>Information extraction approaches are emerging and are making their space in various domains, whether biomedical, social-media, legal, etc. These approaches can play an auspicious role in building an enriched knowledge base, specifically for legal domains in maintaining the huge volume of legal information scattered on various portals. Information extraction approaches can also provide a way for developing various applications like question-answering systems for the legal domain, judgment prediction, dispute resolution, etc. The most commonly used approaches for information extraction are; first finding the named entities present in the unstructured data and then finding the relation between those entities that have been identified. Named Entity Recognition (NER) is somewhat challenging in the legal domain due to various legal terms, abbreviations, references made to the Acts and Laws, etc. Then after identifying these domainspecific entities, relation extraction (RE) is also of great importance as it identifies the relations between any two entities, which leads to triple construction and later knowledge graph creation.</p><p>Various review and survey articles on NER and RE focus on standard datasets, and even if most of the research work is done in the legal domain, the available dataset is not useful for the Indian context. We come across articles that focus on information extraction from unstructured text in the context of legal documents that do not cover the Indian context mostly. It is also discussed by Fernàndez-Cañellas et. al. <ref type="bibr" target="#b12">[13]</ref> that Natural Language Processing (NLP) alone cannot guarantee the validity of the facts to be populated in the knowledge graph and data validation methods also need to be taken into account. In the legal context, this might mean the validity of the legal facts about judgments, cases, and stakeholders in the Knowledge Graphs (KG).</p><p>The relationship extraction depends highly on the syntactic and semantic analysis of sentences in a rule-based approach. Dragoni et al. <ref type="bibr" target="#b13">[14]</ref> discussed how to combine the NLP approaches for rules extractions in the legal domain. The author uses the Deontic Lightweight Ontology called normonto, which represents and models the legal concepts and specifies the lexicons used for legal expressions like permission, prohibition, and obligation. Thomas and Sangeetha in <ref type="bibr" target="#b14">[15]</ref> discuss rule-based entity extraction represented as regular expressions to detect entity mentions in Indian judicial texts using specific patterns or trigger words. The GATE tool and Java Annotation Patterns Engine (JAPE) grammar rules can support rule-based extraction; however, basic entities must be identified first. Andrew and Tannier in <ref type="bibr" target="#b15">[16]</ref> take a hybrid approach by using a statistical Conditional Random Field (CRF) model and legal domain-specific JAPE rules in GATE gazetteer to annotate their dataset. Eftimov et. al. <ref type="bibr" target="#b16">[17]</ref> proposes the rulebased approach for NER identification for evidence-based dieatry recommendations. Poudyal et. al. <ref type="bibr" target="#b17">[18]</ref> also proposes a rule-based approach for NER and Relation Extraction. The author made use of the C programming language for rules extraction.</p><p>To sum up, as the paper focuses on the rule-based approach for named entity recognition and relation extraction for legal court judgment documents, we discussed various research work done in this area and how we can enhance the NER and Relation extraction for the legal domain by writing JAPE rules in context to India Judicial System. There exist many differences in the existing rule-based approaches, like <ref type="bibr" target="#b14">[15]</ref> does not talk about the jurisdiction entity, and the paper focuses only on the Criminal Cases. <ref type="bibr" target="#b13">[14]</ref> take the entity that expressions only legal expressions and not all the information related to the case document. <ref type="bibr" target="#b17">[18]</ref> considers only entities related to the plaintiff, court, court staff, and decision. The authors did not consider other entities like petitioner, case jurisdiction, documents, evidence, etc. In this paper, we focus on extracting many such entities that are not considered in the works presented till now and making the information extraction comprehensive for the knowledge graph creation. Currently, we have focused only on the rule-based approach, but as the next step, we will use the Machine Learning and Deep Learning models for NER and Relation Extraction for the legal court decision documents.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In this paper, we have presented a pipeline for constructing Knowledge Graphs from the Indian Supreme Court Decisions corpus. The pipeline consists of data preprocessing, entity extraction, relation extraction, and triple construction. The generated triples are represented in RDF using the NyOn ontology and are stored in a triple store. The Knowledge Graph can be queried using SPARQL and can be used to build downstream applications such as Knowledge Base Question Answering with complex questions such as the ones that require aggregations or multi-hop reasoning (which are not possible with simple document retrieval or keyword search). In addition, the generated Knowledge Graph can become a useful resource for other AI tasks such as judgment predictions, case clustering, and classification.</p><p>The results are reasonably good but still have room for improvement. We plan to improve our rules to increase recall in entity recognition and both precision and recall in relation extraction in future work. We are also planning to explore neural approaches based on semi-supervised learning by using distant supervision data or using the output of the rule-based system as training data. Furthermore, we are planning to publish the generated data as Linked Data with public access and develop a semantic web portal to expose the knowledge base to various use cases.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Architecture for Knowledge Graph Construction</figDesc><graphic coords="3,89.29,84.19,416.70,140.22" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Court Case Document Snapshot with text in orange highlighting the data and text in cyan highlighting the entity.</figDesc><graphic coords="5,89.29,84.19,416.71,422.75" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>JAPE Rule for the entity BENCH</figDesc><table><row><cell>Rule: BENCH</cell></row><row><cell>Priority: 20</cell></row><row><cell>(</cell></row><row><cell>(</cell></row><row><cell>{Token.string == "BENCH"}</cell></row><row><cell>):Type</cell></row><row><cell>{Token.string == ":"}</cell></row><row><cell>(</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>Entities used to Annotate Dataset</figDesc><table><row><cell>Entity Labels</cell><cell></cell><cell cols="2">Description</cell></row><row><cell>BENCH</cell><cell></cell><cell cols="2">Bench of Judges delivering the judgment</cell></row><row><cell>CASE</cell><cell></cell><cell cols="2">Identifier of the form A v. B</cell></row><row><cell>CASE_TYPE</cell><cell></cell><cell cols="2">Civil or Criminal</cell></row><row><cell>COURT</cell><cell></cell><cell cols="2">Judicial Entity</cell></row><row><cell>COURT_DECISION</cell><cell></cell><cell cols="2">Orders in the judgment</cell></row><row><cell>CRIME_VIOLATION</cell><cell></cell><cell cols="2">Instances of crimes and violations</cell></row><row><cell>CUSTODY</cell><cell></cell><cell cols="2">Instances of judicial or police custody</cell></row><row><cell>DOCUMENTS</cell><cell></cell><cell cols="2">Appeal, Petition, FIRs, etc.</cell></row><row><cell>EVIDENCE</cell><cell></cell><cell cols="2">Weapons, Documents</cell></row><row><cell>JURISDICTION</cell><cell></cell><cell cols="2">Original, Advisory, Appellate, Review</cell></row><row><cell>LAW</cell><cell></cell><cell cols="2">Instances of Acts, IPC, CrPC sections</cell></row><row><cell>PARTIES</cell><cell></cell><cell cols="2">Plaintiffs, Judges, Parties in judgment</cell></row><row><cell>PARTY_TYPE</cell><cell></cell><cell cols="2">Individual, Organization, State, Government, etc</cell></row><row><cell>COURT_OFFICIALS</cell><cell></cell><cell cols="2">Legal people involved in CASE (Judge, Solicitor, etc)</cell></row><row><cell>LOCATION</cell><cell cols="3">Geographical location of State, District, Village, Place (for Evidences)</cell></row><row><cell>DATE</cell><cell></cell><cell cols="2">Documented and relevant dates</cell></row><row><cell>Table 3</cell><cell></cell><cell></cell></row><row><cell cols="3">Object properties used to annotate relations between entities</cell></row><row><cell cols="2">Relation Labels</cell><cell cols="2">Entity Type 1 (domain) Entity Type 2 (range)</cell></row><row><cell cols="2">hasCourtOfficials</cell><cell>CASE</cell><cell>COURT_OFFICIALS</cell></row><row><cell cols="2">hasParties</cell><cell>CASE</cell><cell>PARTIES</cell></row><row><cell cols="2">hasPartyType</cell><cell>PARTIES</cell><cell>PARTY_TYPE</cell></row><row><cell cols="2">hasBench</cell><cell>CASE</cell><cell>BENCH</cell></row><row><cell cols="2">hasAuthor</cell><cell>CASE</cell><cell>AUTHOR</cell></row><row><cell cols="2">hasCourt</cell><cell>CASE</cell><cell>COURTS</cell></row><row><cell cols="2">hasActs</cell><cell>CASE</cell><cell>ACTS</cell></row><row><cell cols="2">hasEvidences</cell><cell>CASE</cell><cell>EVIDENCES</cell></row><row><cell cols="2">documentType</cell><cell>CASE</cell><cell>DOCUMENTS</cell></row><row><cell cols="2">hasJurisdiction</cell><cell>COURT</cell><cell>JURISDICTION</cell></row><row><cell cols="2">hasLocation</cell><cell>COURT</cell><cell>LOCATION</cell></row><row><cell></cell><cell></cell><cell>EVIDENCE</cell><cell>LOCATION</cell></row><row><cell>isA</cell><cell></cell><cell>PRECEDENT_CASE</cell><cell>CASE</cell></row><row><cell></cell><cell></cell><cell>AUTHOR</cell><cell>JUDGE</cell></row><row><cell cols="2">caseBelongsTo</cell><cell>CASE</cell><cell>CASE_TYPE</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 4</head><label>4</label><figDesc>Datatype properties used to annotate relations between entities and values</figDesc><table><row><cell>Relation Labels</cell><cell>Entity Label</cell><cell>Values</cell></row><row><cell>hasCaseNumber</cell><cell>CASE</cell><cell>string</cell></row><row><cell>hasCaseName</cell><cell>CASE</cell><cell>string</cell></row><row><cell>hasPartiesName</cell><cell>PARTIES</cell><cell>string</cell></row><row><cell>hasCourtName</cell><cell>COURTS</cell><cell>string</cell></row><row><cell cols="3">hasCourtOfficialsName COURT_OFFICIALS string</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 5</head><label>5</label><figDesc>An example snippet of rule-based NER output</figDesc><table><row><cell>Entity text span</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 7</head><label>7</label><figDesc>NER Evaluation by Entity Type</figDesc><table><row><cell>Entity Type</cell><cell>Total Gold Entities</cell><cell>Identified Entities</cell><cell>Correct Entities</cell><cell cols="3">Precision Recall F1</cell></row><row><cell>LAW</cell><cell>85</cell><cell>22</cell><cell>16</cell><cell>0.7</cell><cell>0.188</cell><cell>0.296</cell></row><row><cell>COURT</cell><cell>69</cell><cell>26</cell><cell>26</cell><cell>1</cell><cell cols="2">0.3768 0.547</cell></row><row><cell>PARTICIPANT_TYPE</cell><cell>69</cell><cell>16</cell><cell>16</cell><cell>1</cell><cell>0.23</cell><cell>0.374</cell></row><row><cell>PARTICIPANT</cell><cell>58</cell><cell>26</cell><cell>26</cell><cell>1</cell><cell>0.44</cell><cell>0.611</cell></row><row><cell>DATE</cell><cell>50</cell><cell>50</cell><cell>50</cell><cell>1</cell><cell>1</cell><cell>1</cell></row><row><cell>BENCH</cell><cell>10</cell><cell>2</cell><cell>2</cell><cell>1</cell><cell>0.2</cell><cell>0.333</cell></row><row><cell>COURT_DECISION</cell><cell>10</cell><cell>1</cell><cell>1</cell><cell>1</cell><cell>0.1</cell><cell>0.182</cell></row><row><cell>DOCUMENTS</cell><cell>4</cell><cell>0</cell><cell>0</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell>JURISDICTION</cell><cell>2</cell><cell>1</cell><cell>1</cell><cell>1</cell><cell>0.5</cell><cell>0.667</cell></row><row><cell>Table 8</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="3">Relation Extraction Evaluation by Document</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Document No.</cell><cell>Total Gold Triples</cell><cell>Identified Triples</cell><cell>Correct Triples</cell><cell cols="3">Precision Recall F1</cell></row><row><cell>1592579</cell><cell>16</cell><cell>9</cell><cell>7</cell><cell>0.78</cell><cell>0.44</cell><cell>0.56</cell></row><row><cell>1592674</cell><cell>63</cell><cell>35</cell><cell>19</cell><cell>0.54</cell><cell>0.30</cell><cell>0.39</cell></row><row><cell>1592725</cell><cell>36</cell><cell>8</cell><cell>6</cell><cell>0.75</cell><cell>0.17</cell><cell>0.28</cell></row><row><cell>1592769</cell><cell>26</cell><cell>9</cell><cell>6</cell><cell>0.67</cell><cell>0.23</cell><cell>0.34</cell></row><row><cell>1592785</cell><cell>13</cell><cell>7</cell><cell>6</cell><cell>0.86</cell><cell>0.46</cell><cell>0.60</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 9</head><label>9</label><figDesc>Relation Extraction Evaluation by Relation Type</figDesc><table><row><cell>Relation Type</cell><cell>Total Gold Triples</cell><cell>Identified Triples</cell><cell>Correct Triples</cell><cell cols="3">Precision Recall F1</cell></row><row><cell>hasPartyName</cell><cell>30</cell><cell>25</cell><cell>23</cell><cell>0.92</cell><cell>0.76</cell><cell>0.83</cell></row><row><cell>hasCourtName</cell><cell>15</cell><cell>15</cell><cell>10</cell><cell>0.66</cell><cell>0.66</cell><cell>0.66</cell></row><row><cell>hasLaw</cell><cell>44</cell><cell>20</cell><cell>12</cell><cell>0.60</cell><cell>0.28</cell><cell>0.38</cell></row><row><cell>hasPartyType</cell><cell>29</cell><cell>15</cell><cell>13</cell><cell>0.87</cell><cell>0.45</cell><cell>0.59</cell></row><row><cell>hasDecision</cell><cell>10</cell><cell>0</cell><cell>0</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell>hasCourtOfficial</cell><cell>10</cell><cell>8</cell><cell>5</cell><cell>0.62</cell><cell>0.5</cell><cell>0.55</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://indiankanoon.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://github.com/semintelligence/Text2KG</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">https://gate.ac.uk/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">https://gate.ac.uk/sale/tao/splitch6.html</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work is supported by the IHUB-ANUBHUTI-IIITD FOUNDATION set up under the NM-ICPS scheme of the Department of Science and Technology, India</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Multi-task deep learning for legal document translation, summarization and multi-label classification</title>
		<author>
			<persName><forename type="first">A</forename><surname>Elnaggar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gebendorfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Glaser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Matthes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 Artificial Intelligence and Cloud Computing Conference</title>
				<meeting>the 2018 Artificial Intelligence and Cloud Computing Conference</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="9" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">O.-M</forename><surname>Sulea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zampieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Malmasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vela</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">P</forename><surname>Dinu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Van Genabith</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1710.09306</idno>
		<title level="m">Exploring the use of text classification in the legal domain</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A system for classification of propositions of the indian supreme court judgements</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ramrakhiyani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pawar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Palshikar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Post-Proceedings of the 4th and 5th Workshops of the Forum for Information Retrieval Evaluation</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Ashley</surname></persName>
		</author>
		<title level="m">Artificial intelligence and legal analytics: new tools for law practice in the digital age</title>
				<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Using machine learning to predict decisions of the european court of human rights</title>
		<author>
			<persName><forename type="first">M</forename><surname>Medvedeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vols</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wieling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence and Law</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="237" to="266" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Westsearch plus: A non-factoid question-answering system for the legal domain</title>
		<author>
			<persName><forename type="first">G</forename><surname>Mcelvain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sanchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Matthews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Teo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Pompili</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Custis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1361" to="1364" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Towards intelligent legal advisors for document retrieval and question-answering in german legal documents</title>
		<author>
			<persName><forename type="first">C</forename><surname>Hoppe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pelkmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Migenda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hötte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Fourth International Conference on Artificial Intelligence and Knowledge Engineering (AIKE), IEEE</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="29" to="32" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Knowledge Graphs, Synthesis Lectures on Data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Blomqvist</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cochez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Amato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">D</forename><surname>Melo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kirrane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E L</forename><surname>Gayo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Neumaier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantics, and Knowledge</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="1" to="257" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Named entity recognition for chinese judgment documents based on bilstm and crf</title>
		<author>
			<persName><forename type="first">W</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nie</surname></persName>
		</author>
		<idno type="DOI">10.1186/s13640-020-00539-x</idno>
	</analytic>
	<monogr>
		<title level="j">EURASIP Journal on Image and Video Processing</title>
		<imprint>
			<biblScope unit="volume">2020</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Fine-grained Named Entity Recognition in Legal Documents</title>
		<author>
			<persName><forename type="first">E</forename><surname>Leitner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rehm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Moreno-Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Semantic Systems. The Power of AI and Knowledge Graphs. Proceedings of the 15th International Conference (SEMANTiCS 2019)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Acosta</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Cudré-Mauroux</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maleshkova</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Pellegrini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Sack</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</editor>
		<editor>
			<persName><surname>Vetter</surname></persName>
		</editor>
		<meeting><address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019-09">2019. September 2019</date>
			<biblScope unit="volume">11702</biblScope>
			<biblScope unit="page" from="10" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Ildc for cjpe: Indian legal documents corpus for court judgment prediction and explanation</title>
		<author>
			<persName><forename type="first">V</forename><surname>Malik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sanjay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Nigam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Ghosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Guha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bhattacharya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Modi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2021 Conference on The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021), Association for Computational Linguistics</title>
				<meeting>the 2021 Conference on The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021), Association for Computational Linguistics<address><addrLine>Bangkok, Thailand (Online</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Harde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Mihindukulsooriya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nyon</forename></persName>
		</author>
		<ptr target="https://github.com/semintelligence/NyOn" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Enhancing online knowledge graph population with semantic knowledge</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fernàndez-Cañellas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Marco Rimmek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Espadaler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Garolera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Codina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sastre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Giro-I Nieto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Riveiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bou-Balust</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="183" to="200" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Combining Natural Language Processing Approaches for Rule Extraction from Legal Documents: AICOL</title>
		<author>
			<persName><forename type="first">M</forename><surname>Dragoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Villata</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Rizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Governatori</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-00178-0_19</idno>
	</analytic>
	<monogr>
		<title level="m">International Workshops 2015-2017: AICOL-VI@JURIX 2015, AICOL-VII@EKAW 2016, AICOL-VIII@JURIX 2016, AICOL-IX@ICAIL 2017, and AICOL-X@JURIX 2017, Revised Selected Papers</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">10791</biblScope>
			<biblScope unit="page" from="287" to="300" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">An innovative hybrid approach for extracting named entities from unstructured text data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Thomas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sangeetha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Intelligence</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="799" to="826" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Automatic extraction of entities and relation from legal documents</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Andrew</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/W18-2401</idno>
		<ptr target="https://aclanthology.org/W18-2401.doi:10.18653/v1/W18-2401" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh Named Entities Workshop, Association for Computational Linguistics</title>
				<meeting>the Seventh Named Entities Workshop, Association for Computational Linguistics<address><addrLine>Melbourne, Australia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A rule-based named-entity recognition method for knowledge extraction of evidence-based dietary recommendations</title>
		<author>
			<persName><forename type="first">T</forename><surname>Eftimov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Seljak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Korošec</surname></persName>
		</author>
		<idno type="DOI">10.1371/journal.pone.0179488</idno>
	</analytic>
	<monogr>
		<title level="j">PLoS ONE</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">An hybrid approach for legal information extraction</title>
		<author>
			<persName><forename type="first">P</forename><surname>Poudyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Quaresma</surname></persName>
		</author>
		<idno type="DOI">10.3233/978-1-61499-167-0-115</idno>
	</analytic>
	<monogr>
		<title level="j">Frontiers in Artificial Intelligence and Applications</title>
		<imprint>
			<biblScope unit="volume">250</biblScope>
			<biblScope unit="page" from="115" to="118" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

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