paper-with-me

홈 › Papers

Adapting PromptORE for Modern History: Information Extraction from Hispanic Monarchy Documents of the XVIth Century

2024-05-24 · Hèctor Loopez Hidalgo, Michel Boeglin, David Kahn, Josiane Mothe, Diego Ortiz, David Panzoli

Semantic relations among entities are a widely accepted method for relation extraction. PromptORE (Prompt-based Open Relation Extraction) was designed to improve relation extraction with Large Language Models on generalistic documents. However, it is less effective when applied to historical documents, in languages other than English. In this study, we introduce an adaptation of PromptORE to extract relations from specialized documents, namely digital transcripts of trials from the Spanish Inquisition. Our approach involves fine-tuning transformer models with their pretraining objective on the data they will perform inference. We refer to this process as "biasing". Our Biased PromptORE addresses complex entity placements and genderism that occur in Spanish texts. We solve these issues by prompt engineering. We evaluate our method using Encoder-like models, corroborating our findings with experts' assessments. Additionally, we evaluate the performance using a binomial classification benchmark. Our results show a substantial improvement in accuracy -up to a 50% improvement with our Biased PromptORE models in comparison to the baseline models using standard PromptORE.

📄 PDF Abstract BibTeX arXiv:2406.00027

Code (1)

Hector1993prog/Spanish_PromptORE 공식 구현 pytorch

Tasks

Prompt EngineeringRelationRelation Extraction

Similar Papers 제목 키워드 기반

PromptORE -- A Novel Approach Towards Fully Unsupervised Relation Extraction

2023-03-24 · Pierre-Yves Genest, Pierre-Edouard Portier, Elöd Egyed-Zsigmond, Laurent-Walter Goix

Unsupervised Relation Extraction (RE) aims to identify relations between entities in text, without having access to labeled data during training. This setting is particularly relevant for domain specific RE where no anno…

RelationRelation Extraction

Automatic Transformation of Clinical Narratives into Structured Format

2021-09-01 · RANLP 2021 9 · Sylvia Vassileva, Gergana Todorova, Kristina Ivanova, Boris Velichkov 외

Vast amounts of data in healthcare are available in unstructured text format, usually in the local language of the countries. These documents contain valuable information. Secondary use of clinical narratives and informa…

Binary ClassificationNegationWord Embeddings

Family history information extraction via deep joint learning

2019-10-18 · BMC Medical Informatics and Decision Making 2019 10 · Xue Shi, Dehuan Jiang, Yuanhang Huang, Xiaolong Wang 외

Background: Family history (FH) information, including family members, side of family of family members (i.e., maternal or paternal), living status of family members, observations (diseases) of family members, etc., is …

Decision Making

MemSum: Extractive Summarization of Long Documents Using Multi-Step Episodic Markov Decision Processes

2021-07-19 · ACL 2022 5 · Nianlong Gu, Elliott Ash, Richard H. R. Hahnloser

We introduce MemSum (Multi-step Episodic Markov decision process extractive SUMmarizer), a reinforcement-learning-based extractive summarizer enriched at each step with information on the current extraction history. When…

Extractive SummarizationExtractive Text SummarizationSentenceText Summarization

An Overview of Distant Supervision for Relation Extraction with a Focus on Denoising and Pre-training Methods

2022-07-17 · William Hogan

Relation Extraction (RE) is a foundational task of natural language processing. RE seeks to transform raw, unstructured text into structured knowledge by identifying relational information between entity pairs found in t…

DenoisingKnowledge Graph CompletionLanguage ModelingLanguage Modelling+4