paper-with-me

Papers

Legal Entity Extraction using a Pointer Generator Network

2022-01-20 · International Conference on Data Mining Workshops (ICDMW) 2022 1 · Stavroula Skylaki, Ali Oskooei, Omar Bari, Nadja Herger, Zac Kriegman

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.

📄 PDF Abstract BibTeX

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

2020-12-17 · Stavroula Skylaki, Ali Oskooei, Omar Bari, Nadja Herger 외

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+1

Knowledge Augmented Entity and Relation Extraction for Legal Documents with Hypergraph Neural Network

2026-02-09 · Binglin Wu, Xianneng Li arxiv

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 Extraction

Neural Multi-task Text Normalization and Sanitization with Pointer-Generator

2020-07-01 · WS 2020 7 · Hoang Nguyen, S Cavallari, ro

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+1

Concept Extraction Using Pointer-Generator Networks

2020-08-25 · Alexander Shvets, Leo Wanner

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 Alignment

End-to-End Extraction of Structured Information from Business Documents with Pointer-Generator Networks

2020-11-01 · EMNLP (spnlp) 2020 11 · Clément Sage, Alex Aussem, Véronique Eglin, Haytham Elghazel 외

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…