paper-with-me

Papers

CogIE: An Information Extraction Toolkit for Bridging Texts and CogNet

2021-08-01 · ACL 2021 5 · Zhuoran Jin, Yubo Chen, Dianbo Sui, Chenhao Wang, Zhipeng Xue, Jun Zhao

CogNet is a knowledge base that integrates three types of knowledge: linguistic knowledge, world knowledge and commonsense knowledge. In this paper, we propose an information extraction toolkit, called CogIE, which is a bridge connecting raw texts and CogNet. CogIE has three features: versatile, knowledge-grounded and extensible. First, CogIE is a versatile toolkit with a rich set of functional modules, including named entity recognition, entity typing, entity linking, relation extraction, event extraction and frame-semantic parsing. Second, as a knowledge-grounded toolkit, CogIE can ground the extracted facts to CogNet and leverage different types of knowledge to enrich extracted results. Third, for extensibility, owing to the design of three-tier architecture, CogIE is not only a plug-and-play toolkit for developers but also an extensible programming framework for researchers. We release an open-access online system to visually extract information from texts. Source code, datasets and pre-trained models are publicly available at GitHub, with a short instruction video.

📄 PDF Abstract BibTeX

Code (1)

jinzhuoran/cogie 공식 구현 pytorch

Tasks

Entity LinkingEntity TypingEvent Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Relation ExtractionSemantic ParsingWorld Knowledge

Similar Papers 제목 키워드 기반

OmniEvent: A Comprehensive, Fair, and Easy-to-Use Toolkit for Event Understanding

2023-09-25 · Hao Peng, Xiaozhi Wang, Feng Yao, Zimu Wang 외

Event understanding aims at understanding the content and relationship of events within texts, which covers multiple complicated information extraction tasks: event detection, event argument extraction, and event relatio…

Event Argument ExtractionEvent DetectionEvent Relation ExtractionRelation Extraction

LCDC: Bridging Science and Machine Learning for Light Curve Analysis

2025-04-14 · Daniel Kyselica, Tomáš Hrobár, Jiří Šilha, Roman Ďurikovič 외

The characterization and analysis of light curves are vital for understanding the physical and rotational properties of artificial space objects such as satellites, rocket stages, and space debris. This paper introduces …

NECE: Narrative Event Chain Extraction Toolkit

2022-08-17 · Guangxuan Xu, Paulina Toro Isaza, Moshi Li, Akintoye Oloko 외

To understand a narrative, it is essential to comprehend the temporal event flows, especially those associated with main characters; however, this can be challenging with lengthy and unstructured narrative texts. To addr…

Question Answering

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

CollabKG: A Learnable Human-Machine-Cooperative Information Extraction Toolkit for (Event) Knowledge Graph Construction

2023-07-03 · Xiang Wei, Yufeng Chen, Ning Cheng, Xingyu Cui 외

In order to construct or extend entity-centric and event-centric knowledge graphs (KG and EKG), the information extraction (IE) annotation toolkit is essential. However, existing IE toolkits have several non-trivial prob…

Event Extractiongraph constructionKnowledge Graphsnamed-entity-recognition+3