paper-with-me

Papers

UniK-QA: Unified Representations of Structured and Unstructured Knowledge for Open-Domain Question Answering

2020-12-29 · Findings (NAACL) 2022 7 · Barlas Oguz, Xilun Chen, Vladimir Karpukhin, Stan Peshterliev, Dmytro Okhonko, Michael Schlichtkrull, Sonal Gupta, Yashar Mehdad, Scott Yih

We study open-domain question answering with structured, unstructured and semi-structured knowledge sources, including text, tables, lists and knowledge bases. Departing from prior work, we propose a unifying approach that homogenizes all sources by reducing them to text and applies the retriever-reader model which has so far been limited to text sources only. Our approach greatly improves the results on knowledge-base QA tasks by 11 points, compared to latest graph-based methods. More importantly, we demonstrate that our unified knowledge (UniK-QA) model is a simple and yet effective way to combine heterogeneous sources of knowledge, advancing the state-of-the-art results on two popular question answering benchmarks, NaturalQuestions and WebQuestions, by 3.5 and 2.6 points, respectively. The code of UniK-QA is available at: https://github.com/facebookresearch/UniK-QA.

📄 PDF Abstract BibTeX arXiv:2012.14610

Code (1)

facebookresearch/UniK-QA 공식 구현

Tasks

Knowledge Base Question AnsweringOpen-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

UniK-QA: Unified Representations of Structured and Unstructured Knowledge for Open-Domain Question Answering

2021-05-16 · ACL ARR May 2021 5 · Anonymous

We study open-domain question answering with \emph{structured, unstructured} and \emph{semi-structured} knowledge sources, including text, tables, lists and knowledge bases. Departing from prior work, we propose a unif…

Open-Domain Question AnsweringQuestion Answering

Towards Unified Multimodal Editing with Enhanced Knowledge Collaboration

2024-09-30 · Kaihang Pan, Zhaoyu Fan, Juncheng Li, Qifan Yu 외

The swift advancement in Multimodal LLMs (MLLMs) also presents significant challenges for effective knowledge editing. Current methods, including intrinsic knowledge editing and external knowledge resorting, each possess…

knowledge editing

UniKnow: A Unified Framework for Reliable Language Model Behavior across Parametric and External Knowledge

2025-02-19 · Youna Kim, Hyuhng Joon Kim, Minjoon Choi, Sungmin Cho 외

Language models often benefit from external knowledge beyond parametric knowledge. While this combination enhances performance, achieving reliable knowledge utilization remains challenging, as it requires assessing the s…

InformativenessLanguage ModelingLanguage Modelling

UNTER: A Unified Knowledge Interface for Enhancing Pre-trained Language Models

2023-05-02 · Deming Ye, Yankai Lin, Zhengyan Zhang, Maosong Sun

Recent research demonstrates that external knowledge injection can advance pre-trained language models (PLMs) in a variety of downstream NLP tasks. However, existing knowledge injection methods are either applicable to s…

DecoderEntity Typingnamed-entity-recognitionNamed Entity Recognition+1

UniKGQA: Unified Retrieval and Reasoning for Solving Multi-hop Question Answering Over Knowledge Graph

2022-12-02 · Jinhao Jiang, Kun Zhou, Wayne Xin Zhao, Ji-Rong Wen

Multi-hop Question Answering over Knowledge Graph~(KGQA) aims to find the answer entities that are multiple hops away from the topic entities mentioned in a natural language question on a large-scale Knowledge Graph (KG)…

Language ModellingMulti-hop Question AnsweringQuestion AnsweringRetrieval