English
Eval Results
amant555 commited on
Commit
44a4ae2
·
1 Parent(s): 47d58ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -25,10 +25,9 @@ model-index:
25
  ---
26
  ## This model is for efficiency purposes for better accuracy refer to [en_legal_ner_trf](https://huggingface.co/opennyaiorg/en_legal_ner_trf)
27
  ---
28
- # To Update
29
-
30
- [AUTHORS] "[PAPER NAME]". [PAPER DETAILS] [PAPER LINK]
31
 
 
32
  ---
33
  Indian Legal Named Entity Recognition(NER): Identifying relevant named entities in an Indian legal judgement using legal NER trained on [spacy](https://github.com/explosion/spaCy).
34
 
@@ -111,5 +110,22 @@ for ent in doc.ents:
111
  ## Author - Publication
112
 
113
  ```
114
- [CITATION DETAILS]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ```
 
25
  ---
26
  ## This model is for efficiency purposes for better accuracy refer to [en_legal_ner_trf](https://huggingface.co/opennyaiorg/en_legal_ner_trf)
27
  ---
28
+ # Paper details
 
 
29
 
30
+ [Named Entity Recognition in Indian court judgments](https://aclanthology.org/2022.nllp-1.15)
31
  ---
32
  Indian Legal Named Entity Recognition(NER): Identifying relevant named entities in an Indian legal judgement using legal NER trained on [spacy](https://github.com/explosion/spaCy).
33
 
 
110
  ## Author - Publication
111
 
112
  ```
113
+ @inproceedings{kalamkar-etal-2022-named,
114
+ title = "Named Entity Recognition in {I}ndian court judgments",
115
+ author = "Kalamkar, Prathamesh and
116
+ Agarwal, Astha and
117
+ Tiwari, Aman and
118
+ Gupta, Smita and
119
+ Karn, Saurabh and
120
+ Raghavan, Vivek",
121
+ booktitle = "Proceedings of the Natural Legal Language Processing Workshop 2022",
122
+ month = dec,
123
+ year = "2022",
124
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
125
+ publisher = "Association for Computational Linguistics",
126
+ url = "https://aclanthology.org/2022.nllp-1.15",
127
+ doi = "10.18653/v1/2022.nllp-1.15",
128
+ pages = "184--193",
129
+ abstract = "Identification of named entities from legal texts is an essential building block for developing other legal Artificial Intelligence applications. Named Entities in legal texts are slightly different and more fine-grained than commonly used named entities like Person, Organization, Location etc. In this paper, we introduce a new corpus of 46545 annotated legal named entities mapped to 14 legal entity types. The Baseline model for extracting legal named entities from judgment text is also developed.",
130
+ }
131
  ```