paper-with-me

홈 › Papers

IMoJIE: Iterative Memory-Based Joint Open Information Extraction

2020-05-17 · ACL 2020 6 · Keshav Kolluru, Samarth Aggarwal, Vipul Rathore, Mausam, Soumen Chakrabarti

While traditional systems for Open Information Extraction were statistical and rule-based, recently neural models have been introduced for the task. Our work builds upon CopyAttention, a sequence generation OpenIE model (Cui et. al., 2018). Our analysis reveals that CopyAttention produces a constant number of extractions per sentence, and its extracted tuples often express redundant information. We present IMoJIE, an extension to CopyAttention, which produces the next extraction conditioned on all previously extracted tuples. This approach overcomes both shortcomings of CopyAttention, resulting in a variable number of diverse extractions per sentence. We train IMoJIE on training data bootstrapped from extractions of several non-neural systems, which have been automatically filtered to reduce redundancy and noise. IMoJIE outperforms CopyAttention by about 18 F1 pts, and a BERT-based strong baseline by 2 F1 pts, establishing a new state of the art for the task.

📄 PDF Abstract BibTeX arXiv:2005.08178

Code (1)

dair-iitd/imojie 공식 구현 pytorch

Tasks

Open Information ExtractionSentence

Similar Papers 제목 키워드 기반

Retriever-and-Memory: Towards Adaptive Note-Enhanced Retrieval-Augmented Generation

2024-10-11 · Ruobing Wang, Daren Zha, Shi Yu, Qingfei Zhao 외

Retrieval-Augmented Generation (RAG) mitigates issues of the factual errors and hallucinated outputs generated by Large Language Models (LLMs) in open-domain question-answering tasks (OpenQA) via introducing external kno…

Open-Domain Question AnsweringQuestion AnsweringRAGRetrieval+1

Towards Adaptive Memory-Based Optimization for Enhanced Retrieval-Augmented Generation

2025-02-19 · Qitao Qin, Yucong Luo, Yihang Lu, Zhibo Chu 외

Retrieval-Augmented Generation (RAG), by integrating non-parametric knowledge from external knowledge bases into models, has emerged as a promising approach to enhancing response accuracy while mitigating factual errors …

Question AnsweringRAGRetrievalRetrieval-augmented Generation

OVER-NAV: Elevating Iterative Vision-and-Language Navigation with Open-Vocabulary Detection and StructurEd Representation

2024-03-26 · CVPR 2024 1 · Ganlong Zhao, Guanbin Li, Weikai Chen, Yizhou Yu

Recent advances in Iterative Vision-and-Language Navigation (IVLN) introduce a more meaningful and practical paradigm of VLN by maintaining the agent's memory across tours of scenes. Although the long-term memory aligns …

Vision and Language Navigation

Graph Hopfield Networks: Energy-Based Node Classification with Associative Memory

2026-03-03 · Abinav Rao, Alex Wa, Rishi Athavale arxiv

We introduce Graph Hopfield Networks, whose energy function couples associative memory retrieval with graph Laplacian smoothing for node classification. Gradient descent on this joint energy yields an iterative update in…

Node Classification

Knowledge Acquisition for Visual Question Answering via Iterative Querying

2017-07-01 · CVPR 2017 7 · Yuke Zhu, Joseph J. Lim, Li Fei-Fei

Humans possess an extraordinary ability to learn new skills and new knowledge for problem solving. Such learning ability is also required by an automatic model to deal with arbitrary, open-ended questions in the visual w…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)