paper-with-me

Papers

Less is More: Making Smaller Language Models Competent Subgraph Retrievers for Multi-hop KGQA

2024-10-08 · WenYu Huang, Guancheng Zhou, Hongru Wang, Pavlos Vougiouklis, Mirella Lapata, Jeff Z. Pan

Retrieval-Augmented Generation (RAG) is widely used to inject external non-parametric knowledge into large language models (LLMs). Recent works suggest that Knowledge Graphs (KGs) contain valuable external knowledge for LLMs. Retrieving information from KGs differs from extracting it from document sets. Most existing approaches seek to directly retrieve relevant subgraphs, thereby eliminating the need for extensive SPARQL annotations, traditionally required by semantic parsing methods. In this paper, we model the subgraph retrieval task as a conditional generation task handled by small language models. Specifically, we define a subgraph identifier as a sequence of relations, each represented as a special token stored in the language models. Our base generative subgraph retrieval model, consisting of only 220M parameters, achieves competitive retrieval performance compared to state-of-the-art models relying on 7B parameters, demonstrating that small language models are capable of performing the subgraph retrieval task. Furthermore, our largest 3B model, when plugged with an LLM reader, sets new SOTA end-to-end performance on both the WebQSP and CWQ benchmarks. Our model and data will be made available online: https://github.com/hwy9855/GSR.

📄 PDF Abstract BibTeX arXiv:2410.06121

Code (1)

hwy9855/gsr 공식 구현

Tasks

Knowledge GraphsRAGRetrievalRetrieval-augmented GenerationSemantic Parsing

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

On the probability of the Condorcet Jury Theorem or the Miracle of Aggregation

2021-08-02 · Álvaro Romaniega

The Condorcet Jury Theorem or the Miracle of Aggregation are frequently invoked to ensure the competence of some aggregate decision-making processes. In this article we explore an estimation of the prior probability of t…

Decision Making

Exploring AI-Generated Text in Student Writing: How Does AI Help?

2023-03-10 · David James Woo, Hengky Susanto, Chi Ho Yeung, Kai Guo 외

English as foreign language_EFL_students' use of text generated from artificial intelligence_AI_natural language generation_NLG_tools may improve their writing quality. However, it remains unclear to what extent AI-gener…

The CARESSES EU-Japan project: making assistive robots culturally competent

2017-08-21 · Barbara Bruno, Nak Young Chong, Hiroko Kamide, Sanjeev Kanoria 외

The nursing literature shows that cultural competence is an important requirement for effective healthcare. We claim that personal assistive robots should likewise be culturally competent, that is, they should be aware o…

Towards Fundamental Language Models: Does Linguistic Competence Scale with Model Size?

2025-09-02 · Jaime Collado-Montañez, L. Alfonso Ureña-López, Arturo Montejo-Ráez arxiv

Large Language Models offer impressive language capabilities but suffer from well-known limitations, including hallucinations, biases, privacy concerns, and high computational costs. These issues are largely driven by th…

Representing and Reconstructing PhySH: Which Embedding Competent?

2020-08-01 · WOSP 2020 8 · Xiaoli Chen, Zhixiong Zhang

Recent advances in natural language processing make embedding representations dominate the computing language world. Though it is taken for granted, we actually have limited knowledge of how these embeddings perform in r…