amant555 commited on
Commit
ee973ab
1 Parent(s): f01a0b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -26,7 +26,7 @@ model-index:
26
  ---
27
  # To Update
28
 
29
- [AUTHORS] "[PAPER NAME]". [PAPER DETAILS] [PAPER LINK]
30
 
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).
@@ -109,5 +109,22 @@ for ent in doc.ents:
109
  ## Author - Publication
110
 
111
  ```
112
- [CITATION DETAILS]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ```
 
26
  ---
27
  # To Update
28
 
29
+ [Named Entity Recognition in Indian court judgments](https://aclanthology.org/2022.nllp-1.15/)
30
 
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).
 
109
  ## Author - Publication
110
 
111
  ```
112
+ @inproceedings{kalamkar-etal-2022-named,
113
+ title = "Named Entity Recognition in {I}ndian court judgments",
114
+ author = "Kalamkar, Prathamesh and
115
+ Agarwal, Astha and
116
+ Tiwari, Aman and
117
+ Gupta, Smita and
118
+ Karn, Saurabh and
119
+ Raghavan, Vivek",
120
+ booktitle = "Proceedings of the Natural Legal Language Processing Workshop 2022",
121
+ month = dec,
122
+ year = "2022",
123
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
124
+ publisher = "Association for Computational Linguistics",
125
+ url = "https://aclanthology.org/2022.nllp-1.15",
126
+ doi = "10.18653/v1/2022.nllp-1.15",
127
+ pages = "184--193",
128
+ 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.",
129
+ }
130
  ```