paper-with-me

Papers

Learning to Extract Structured Entities Using Language Models

2024-02-06 · Haolun Wu, Ye Yuan, Liana Mikaelyan, Alexander Meulemans, Xue Liu, James Hensman, Bhaskar Mitra

Recent advances in machine learning have significantly impacted the field of information extraction, with Language Models (LMs) playing a pivotal role in extracting structured information from unstructured text. Prior works typically represent information extraction as triplet-centric and use classical metrics such as precision and recall for evaluation. We reformulate the task to be entity-centric, enabling the use of diverse metrics that can provide more insights from various perspectives. We contribute to the field by introducing Structured Entity Extraction and proposing the Approximate Entity Set OverlaP (AESOP) metric, designed to appropriately assess model performance. Later, we introduce a new Multistage Structured Entity Extraction (MuSEE) model that harnesses the power of LMs for enhanced effectiveness and efficiency by decomposing the extraction task into multiple stages. Quantitative and human side-by-side evaluations confirm that our model outperforms baselines, offering promising directions for future advancements in structured entity extraction. Our source code and datasets are available at https://github.com/microsoft/Structured-Entity-Extraction.

📄 PDF Abstract BibTeX arXiv:2402.04437

Code (1)

microsoft/structured-entity-extraction 공식 구현 pytorch

Tasks

Triplet

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Structured prediction models for RNN based sequence labeling in clinical text

2016-08-01 · EMNLP 2016 11 · Abhyuday Jagannatha, Hong Yu

Sequence labeling is a widely used method for named entity recognition and information extraction from unstructured natural language data. In clinical domain one major application of sequence labeling involves extraction…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Structured Prediction

Harnessing Generative LLMs for Enhanced Financial Event Entity Extraction Performance

2025-04-20 · Soo-joon Choi, Ji-jun Park

Financial event entity extraction is a crucial task for analyzing market dynamics and building financial knowledge graphs, yet it presents significant challenges due to the specialized language and complex structures in …

Knowledge Graphsparameter-efficient fine-tuningStructured Output Generation

LMDX: Language Model-based Document Information Extraction and Localization

2023-09-19 · Vincent Perot, Kai Kang, Florian Luisier, Guolong Su 외

Large Language Models (LLM) have revolutionized Natural Language Processing (NLP), improving state-of-the-art and exhibiting emergent capabilities across various tasks. However, their application in extracting informatio…

Language ModelingLanguage Modelling

TNNT: The Named Entity Recognition Toolkit

2021-08-31 · Sandaru Seneviratne, Sergio J. Rodríguez Méndez, Xuecheng Zhang, Pouya G. Omran 외

Extraction of categorised named entities from text is a complex task given the availability of a variety of Named Entity Recognition (NER) models and the unstructured information encoded in different source document form…

graph constructionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Fine-Grained Named Entities for Corona News

2024-04-20 · Sefika Efeoglu, Adrian Paschke

Information resources such as newspapers have produced unstructured text data in various languages related to the corona outbreak since December 2019. Analyzing these unstructured texts is time-consuming without represen…

Articlesnamed-entity-recognitionNamed Entity RecognitionRelation Extraction