paper-with-me

Papers

Efficient Data Learning for Open Information Extraction with Pre-trained Language Models

2023-10-23 · Zhiyuan Fan, Shizhu He

Open Information Extraction (OpenIE) is a fundamental yet challenging task in Natural Language Processing, which involves extracting all triples (subject, predicate, object) from a given sentence. While labeling-based methods have their merits, generation-based techniques offer unique advantages, such as the ability to generate tokens not present in the original sentence. However, these generation-based methods often require a significant amount of training data to learn the task form of OpenIE and substantial training time to overcome slow model convergence due to the order penalty. In this paper, we introduce a novel framework, OK-IE, that ingeniously transforms the task form of OpenIE into the pre-training task form of the T5 model, thereby reducing the need for extensive training data. Furthermore, we introduce an innovative concept of Anchor to control the sequence of model outputs, effectively eliminating the impact of order penalty on model convergence and significantly reducing training time. Experimental results indicate that, compared to previous SOTA methods, OK-IE requires only 1/100 of the training data (900 instances) and 1/120 of the training time (3 minutes) to achieve comparable results.

📄 PDF Abstract BibTeX arXiv:2310.15021

Code (0)

등록된 구현이 없습니다.

Tasks

FormOpen Information ExtractionSentence

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
SentencePiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Leveraging Open-Source Large Language Models for Clinical Information Extraction in Resource-Constrained Settings

2025-07-28 · Luc Builtjes, Joeran Bosma, Mathias Prokop, Bram van Ginneken 외 arxiv

Medical reports contain rich clinical information but are often unstructured and written in domain-specific language, posing challenges for information extraction. While proprietary large language models (LLMs) have show…

Information Extraction

MT4CrossOIE: Multi-stage Tuning for Cross-lingual Open Information Extraction

2023-08-12 · Tongliang Li, Zixiang Wang, Linzheng Chai, Jian Yang 외

Cross-lingual open information extraction aims to extract structured information from raw text across multiple languages. Previous work uses a shared cross-lingual pre-trained model to handle the different languages but …

Cross-Lingual TransferLanguage ModellingLarge Language ModelOpen Information Extraction

OpenUE: An Open Toolkit of Universal Extraction from Text

2020-10-01 · EMNLP 2020 11 · Ningyu Zhang, Shumin Deng, Zhen Bi, Haiyang Yu 외

Natural language processing covers a wide variety of tasks with token-level or sentence-level understandings. In this paper, we provide a simple insight that most tasks can be represented in a single universal extraction…

Event ExtractionIntent DetectionJoint Entity and Relation ExtractionSentence

A Survey on Open Information Extraction from Rule-based Model to Large Language Model

2022-08-18 · Pai Liu, Wenyang Gao, Wenjie Dong, Lin Ai 외

Open Information Extraction (OpenIE) represents a crucial NLP task aimed at deriving structured information from unstructured text, unrestricted by relation type or domain. This survey paper provides an overview of OpenI…

Language ModelingLanguage ModellingLarge Language Modelmodel+1

Consistent Crosslingual Data Transfer for Open Information Extraction

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Progress with supervised Open Information Extraction (OpenIE) has been primarily limited to English due to the scarcity of training data in other languages. In this paper, we explore techniques to automatically convert E…

Open Information ExtractionRelationSentence