paper-with-me

Papers

MILLIE: Modular & Iterative Multilingual Open Information Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Open Information Extraction (OpenIE) is the task of extracting $(subject, predicate, object)$ triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we investigate the hypothesis that it may be beneficial to extract triple slots iteratively: first extract easy slots, followed by the difficult ones by conditioning on the easy slots, and therefore achieve a better overall extraction. Based on this hypothesis, we propose a neural OpenIE system, MILLIE, that operates in an iterative fashion. Due to the iterative nature, the system is also modular: it is possible to seamlessly integrate rule based extraction systems with a neural end-to-end system, thereby allowing rule based systems to supply extraction slots which MILLIE can leverage for extracting the remaining slots. We confirm our hypothesis empirically: MILLIE outperforms SOTA systems on multiple languages ranging from Chinese to Arabic. Additionally, we are the first to provide an OpenIE test dataset for Arabic.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Open Information Extraction

Similar Papers 제목 키워드 기반

milIE: Modular & Iterative Multilingual Open Information Extraction

2021-10-15 · ACL 2022 5 · Bhushan Kotnis, Kiril Gashteovski, Daniel Oñoro Rubio, Vanesa Rodriguez-Tembras 외

Open Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore …

Open Information Extraction

MAMMOTH: Massively Multilingual Modular Open Translation @ Helsinki

2024-03-12 · Timothee Mickus, Stig-Arne Grönroos, Joseph Attieh, Michele Boggia 외

NLP in the age of monolithic large language models is approaching its limits in terms of size and information that can be handled. The trend goes to modularization, a necessary step into the direction of designing smalle…

Machine TranslationPhilosophyTranslation

Automated Detection of Acute Promyelocytic Leukemia in Blood Films and Bone Marrow Aspirates with Annotation-free Deep Learning

2022-03-20 · Petru Manescu, Priya Narayanan, Christopher Bendkowski, Muna Elmi 외

While optical microscopy inspection of blood films and bone marrow aspirates by a hematologist is a crucial step in establishing diagnosis of acute leukemia, especially in low-resource settings where other diagnostic mod…

DiagnosticMultiple Instance Learning

The Obscure Limitation of Modular Multilingual Language Models

2023-11-21 · Muhammad Farid Adilazuarda, Samuel Cahyawijaya, Ayu Purwarianti

We expose the limitation of modular multilingual language models (MLMs) in multilingual inference scenarios with unknown languages. Existing evaluations of modular MLMs exclude the involvement of language identification …

Language Identification

mmT5: Modular Multilingual Pre-Training Solves Source Language Hallucinations

2023-05-23 · Jonas Pfeiffer, Francesco Piccinno, Massimo Nicosia, Xinyi Wang 외

Multilingual sequence-to-sequence models perform poorly with increased language coverage and fail to consistently generate text in the correct target language in few-shot settings. To address these challenges, we propose…

HallucinationNatural Language Understanding