paper-with-me

Papers

An Effective System for Multi-format Information Extraction

2021-08-16 · Yaduo Liu, Longhui Zhang, Shujuan Yin, Xiaofeng Zhao, Feiliang Ren

The multi-format information extraction task in the 2021 Language and Intelligence Challenge is designed to comprehensively evaluate information extraction from different dimensions. It consists of an multiple slots relation extraction subtask and two event extraction subtasks that extract events from both sentence-level and document-level. Here we describe our system for this multi-format information extraction competition task. Specifically, for the relation extraction subtask, we convert it to a traditional triple extraction task and design a voting based method that makes full use of existing models. For the sentence-level event extraction subtask, we convert it to a NER task and use a pointer labeling based method for extraction. Furthermore, considering the annotated trigger information may be helpful for event extraction, we design an auxiliary trigger recognition model and use the multi-task learning mechanism to integrate the trigger features into the event extraction model. For the document-level event extraction subtask, we design an Encoder-Decoder based method and propose a Transformer-alike decoder. Finally,our system ranks No.4 on the test set leader-board of this multi-format information extraction task, and its F1 scores for the subtasks of relation extraction, event extractions of sentence-level and document-level are 79.887%, 85.179%, and 70.828% respectively. The codes of our model are available at {https://github.com/neukg/MultiIE}.

📄 PDF Abstract BibTeX arXiv:2108.06957

Code (1)

neukg/MultiIE 공식 구현 pytorch

Tasks

DecoderDocument-level Event ExtractionEvent ExtractionMulti-Task LearningNERRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Joint Entity and Relation Extraction for Legal Documents with Legal Feature Enhancement

2020-12-01 · COLING 2020 8 · Yanguang Chen, Yuanyuan Sun, Zhihao Yang, Hongfei Lin

In recent years, the plentiful information contained in Chinese legal documents has attracted a great deal of attention because of the large-scale release of the judgment documents on China Judgments Online. It is in gre…

Joint Entity and Relation ExtractionMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+4

Is There a One-Model-Fits-All Approach to Information Extraction? Revisiting Task Definition Biases

2024-03-25 · Wenhao Huang, Qianyu He, Zhixu Li, Jiaqing Liang 외

Definition bias is a negative phenomenon that can mislead models. Definition bias in information extraction appears not only across datasets from different domains but also within datasets sharing the same domain. We ide…

All

Multilingual Epidemic Event Extraction : From Simple Classification Methods to Open Information Extraction (OIE) and Ontology

2021-09-01 · RANLP 2021 9 · Sihem Sahnoun, Gaël Lejeune

There is an incredible amount of information available in the form of textual documents due to the growth of information sources. In order to get the information into an actionable way, it is common to use information ex…

EpidemiologyEvent Extractionnamed-entity-recognitionNamed Entity Recognition+4

Natural language processing for word sense disambiguation and information extraction

2020-04-05 · K. R. Chowdhary

This research work deals with Natural Language Processing (NLP) and extraction of essential information in an explicit form. The most common among the information management strategies is Document Retrieval (DR) and Info…

ManagementQuestion AnsweringRetrievalWord Sense Disambiguation

Adaptive Reinforcement Learning Planning: Harnessing Large Language Models for Complex Information Extraction

2024-06-17 · Zepeng Ding, Ruiyang Ke, Wenhao Huang, Guochao Jiang 외

Existing research on large language models (LLMs) shows that they can solve information extraction tasks through multi-step planning. However, their extraction behavior on complex sentences and tasks is unstable, emergin…

Missing Elements