paper-with-me

Papers

Empowering Language Models with Knowledge Graph Reasoning for Question Answering

2022-11-15 · Ziniu Hu, Yichong Xu, Wenhao Yu, Shuohang Wang, ZiYi Yang, Chenguang Zhu, Kai-Wei Chang, Yizhou Sun

Answering open-domain questions requires world knowledge about in-context entities. As pre-trained Language Models (LMs) lack the power to store all required knowledge, external knowledge sources, such as knowledge graphs, are often used to augment LMs. In this work, we propose knOwledge REasOning empowered Language Model (OREO-LM), which consists of a novel Knowledge Interaction Layer that can be flexibly plugged into existing Transformer-based LMs to interact with a differentiable Knowledge Graph Reasoning module collaboratively. In this way, LM guides KG to walk towards the desired answer, while the retrieved knowledge improves LM. By adopting OREO-LM to RoBERTa and T5, we show significant performance gain, achieving state-of-art results in the Closed-Book setting. The performance enhancement is mainly from the KG reasoning's capacity to infer missing relational facts. In addition, OREO-LM provides reasoning paths as rationales to interpret the model's decision.

📄 PDF Abstract BibTeX arXiv:2211.08380

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingQuestion AnsweringWorld Knowledge

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Weight Decay 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Last Layer Logits to Logic: Empowering LLMs with Logic-Consistent Structured Knowledge Reasoning

2025-11-11 · Songze Li, Zhiqiang Liu, Zhaoyan Gong, Xiaoke Guo 외 arxiv

Large Language Models (LLMs) achieve excellent performance in natural language reasoning tasks through pre-training on vast unstructured text, enabling them to understand the logic in natural language and generate logic-…

Graph Question AnsweringKnowledge Graphs

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

2021-11-01 · Findings (EMNLP) 2021 11 · Yu Feng, Jing Zhang, Gaole He, Wayne Xin Zhao 외

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for ans…

Knowledge Base Question AnsweringQuestion Answering

KG-Hopper: Empowering Compact Open LLMs with Knowledge Graph Reasoning via Reinforcement Learning

2026-03-22 · Shuai Wang, Yinan Yu arxiv

Large Language Models (LLMs) demonstrate impressive natural language capabilities but often struggle with knowledge-intensive reasoning tasks. Knowledge Base Question Answering (KBQA), which leverages structured Knowledg…

Knowledge Base Question AnsweringReinforcement LearningKnowledge Graphs

Empowering GraphRAG with Knowledge Filtering and Integration

2025-03-18 · Kai Guo, Harry Shomer, Shenglai Zeng, Haoyu Han 외

In recent years, large language models (LLMs) have revolutionized the field of natural language processing. However, they often suffer from knowledge gaps and hallucinations. Graph retrieval-augmented generation (GraphRA…

Retrieval-augmented Generation

Find The Gap: Knowledge Base Reasoning For Visual Question Answering

2024-04-16 · Elham J. Barezi, Parisa Kordjamshidi

We analyze knowledge-based visual question answering, for which given a question, the models need to ground it into the visual modality and retrieve the relevant knowledge from a given large knowledge base (KB) to be abl…

Question AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)