paper-with-me

Papers

LINKED: Eliciting, Filtering and Integrating Knowledge in Large Language Model for Commonsense Reasoning

2024-10-12 · Jiachun Li, Pengfei Cao, Chenhao Wang, Zhuoran Jin, Yubo Chen, Kang Liu, XiaoJian Jiang, Jiexin Xu, Jun Zhao

Large language models (LLMs) sometimes demonstrate poor performance on knowledge-intensive tasks, commonsense reasoning is one of them. Researchers typically address these issues by retrieving related knowledge from knowledge graphs or employing self-enhancement methods to elicit knowledge in LLMs. However, noisy knowledge and invalid reasoning issues hamper their ability to answer questions accurately. To this end, we propose a novel method named eliciting, filtering and integrating knowledge in large language model (LINKED). In it, we design a reward model to filter out the noisy knowledge and take the marginal consistent reasoning module to reduce invalid reasoning. With our comprehensive experiments on two complex commonsense reasoning benchmarks, our method outperforms SOTA baselines (up to 9.0% improvement of accuracy). Besides, to measure the positive and negative impact of the injected knowledge, we propose a new metric called effectiveness-preservation score for the knowledge enhancement works. Finally, through extensive experiments, we conduct an in-depth analysis and find many meaningful conclusions about LLMs in commonsense reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2410.09541

Code (1)

bugmakerzzz/linked_code 공식 구현 pytorch

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Integrating Know-How into the Linked Data Cloud

2016-04-15 · Paolo Pareti, Benoit Testu, Ryutaro Ichise, Ewan Klein 외

This paper presents the first framework for integrating procedural knowledge, or "know-how", into the Linked Data Cloud. Know-how available on the Web, such as step-by-step instructions, is largely unstructured and isola…

LiNR: Model Based Neural Retrieval on GPUs at LinkedIn

2024-07-18 · Fedor Borisyuk, Qingquan Song, Mingzhou Zhou, Ganesh Parameswaran 외

This paper introduces LiNR, LinkedIn's large-scale, GPU-based retrieval system. LiNR supports a billion-sized index on GPU models. We discuss our experiences and challenges in creating scalable, differentiable search ind…

AttributeGPUQuantizationRetrieval

Multi-Stage Knowledge Integration of Vision-Language Models for Continual Learning

2024-11-11 · Hongsheng Zhang, Zhong Ji, Jingren Liu, Yanwei Pang 외

Vision Language Models (VLMs), pre-trained on large-scale image-text datasets, enable zero-shot predictions for unseen data but may underperform on specific unseen tasks. Continual learning (CL) can help VLMs effectively…

Continual Learning

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

Evaluating the External and Parametric Knowledge Fusion of Large Language Models

2024-05-29 · Hao Zhang, Yuyang Zhang, Xiaoguang Li, Wenxuan Shi 외

Integrating external knowledge into large language models (LLMs) presents a promising solution to overcome the limitations imposed by their antiquated and static parametric memory. Prior studies, however, have tended to …