Legal Entity Extraction using a Pointer Generator Network
Named Entity Recognition (NER) is the task of identifying and classifying named entities in unstructured text. In the legal domain, named entities of interest may include the case parties, judges, names of courts, case numbers, references to laws, etc. We study the problem of legal named entity extraction from noisy text extracted from PDF files of filed court cases from US courts. The “gold standard” training data for classical NER systems provide annotation for each token of the text with the corresponding entity or non-entity label. We work with only partially complete training data, which differ from the gold standard NER data in that the exact location of the entities in the text is unknown and the entities may contain typos and/or OCR mistakes. To overcome the challenges of our noisy training data, e.g., text extraction errors and/or typos and unknown label indices, we frame the NER task as a sequence generation task (seq2seq) and train a pointer generator network to generate the entities in the document rather than label them. We attempt to create a NER gold standard dataset via sequence matching and use this dataset to train classical NER baselines and compare them with our seq2seq approach for Named Entity (NE) extraction. We show that the seq2seq approach can effectively extract legal named entities, in the absence of gold standard data, and outperform the common neural network architectures for NER in long legal documents.
Code (0)
등록된 구현이 없습니다.
Tasks
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NEROptical Character Recognition (OCR)Similar Papers 제목 키워드 기반
Named Entity Recognition in the Legal Domain using a Pointer Generator Network
Named Entity Recognition (NER) is the task of identifying and classifying named entities in unstructured text. In the legal domain, named entities of interest may include the case parties, judges, names of courts, case n…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Knowledge Augmented Entity and Relation Extraction for Legal Documents with Hypergraph Neural Network
With the continuous progress of digitization in Chinese judicial institutions, a substantial amount of electronic legal document information has been accumulated. To unlock its potential value, entity and relation extrac…
Information ExtractionRelation ExtractionNeural Multi-task Text Normalization and Sanitization with Pointer-Generator
Text normalization and sanitization are intrinsic components of Natural Language Inferences. In Information Retrieval or Dialogue Generation, normalization of user queries or utterances enhances linguistic understanding …
Dialogue GenerationInformation RetrievalRetrievalText Generation+1Concept Extraction Using Pointer-Generator Networks
Concept extraction is crucial for a number of downstream applications. However, surprisingly enough, straightforward single token/nominal chunk-concept alignment or dictionary lookup techniques such as DBpedia Spotlight …
Concept AlignmentEnd-to-End Extraction of Structured Information from Business Documents with Pointer-Generator Networks
The predominant approaches for extracting key information from documents resort to classifiers predicting the information type of each word. However, the word level ground truth used for learning is expensive to obtain s…