paper-with-me

Papers

Rules still work for Open Information Extraction

2024-03-16 · Jialin Hua, Liangqing Luo, Weiying Ping, Yan Liao, Chunhai Tao, Xuewen Lub

Open information extraction (OIE) aims to extract surface relations and their corresponding arguments from natural language text, irrespective of domain. This paper presents an innovative OIE model, APRCOIE, tailored for Chinese text. Diverging from previous models, our model generates extraction patterns autonomously. The model defines a new pattern form for Chinese OIE and proposes an automated pattern generation methodology. In that way, the model can handle a wide array of complex and diverse Chinese grammatical phenomena. We design a preliminary filter based on tensor computing to conduct the extraction procedure efficiently. To train the model, we manually annotated a large-scale Chinese OIE dataset. In the comparative evaluation, we demonstrate that APRCOIE outperforms state-of-the-art Chinese OIE models and significantly expands the boundaries of achievable OIE performance. The code of APRCOIE and the annotated dataset are released on GitHub (https://github.com/jialin666/APRCOIE_v1)

📄 PDF Abstract BibTeX arXiv:2403.10758

Code (1)

jialin666/aprcoie_v1 공식 구현

Tasks

Open Information Extraction

Similar Papers 제목 키워드 기반

Challenges in Expanding Portuguese Resources: A View from Open Information Extraction

2025-01-21 · Marlo Souza, Bruno Cabral, Daniela Claro, Lais Salvador

Open Information Extraction (Open IE) is the task of extracting structured information from textual documents, independent of domain. While traditional Open IE methods were based on unsupervised approaches, recently, wit…

Open Information Extraction

WYSIWYE: An Algebra for Expressing Spatial and Textual Rules for Visual Information Extraction

2015-06-28 · Vijil Chenthamarakshan, Prasad M Desphande, Raghu Krishnapuram, Ramakrishna Varadarajan 외

The visual layout of a webpage can provide valuable clues for certain types of Information Extraction (IE) tasks. In traditional rule based IE frameworks, these layout cues are mapped to rules that operate on the HTML so…

Multi-Round Parsing-based Multiword Rules for Scientific OpenIE

2021-08-04 · Joseph Kuebler, Lingbo Tong, Meng Jiang

Information extraction (IE) in scientific literature has facilitated many down-stream tasks. OpenIE, which does not require any relation schema but identifies a relational phrase to describe the relationship between a su…

Dependency Parsing

Open Rule Induction

2021-10-26 · NeurIPS 2021 12 · Wanyun Cui, Xingran Chen

Rules have a number of desirable properties. It is easy to understand, infer new knowledge, and communicate with other inference systems. One weakness of the previous rule induction systems is that they only find rules w…

Language ModellingRelation Extraction

MT/IE: Cross-lingual Open Information Extraction with Neural Sequence-to-Sequence Models

2017-04-01 · EACL 2017 4 · Sheng Zhang, Kevin Duh, Benjamin Van Durme

Cross-lingual information extraction is the task of distilling facts from foreign language (e.g. Chinese text) into representations in another language that is preferred by the user (e.g. English tuples). Conventional pi…

Machine TranslationOpen Information ExtractionQuestion AnsweringSemantic Parsing+1