paper-with-me

Papers

Assessing LLMs Suitability for Knowledge Graph Completion

2024-05-27 · Vasile Ionut Remus Iga, Gheorghe Cosmin Silaghi

Recent work has shown the capability of Large Language Models (LLMs) to solve tasks related to Knowledge Graphs, such as Knowledge Graph Completion, even in Zero- or Few-Shot paradigms. However, they are known to hallucinate answers, or output results in a non-deterministic manner, thus leading to wrongly reasoned responses, even if they satisfy the user's demands. To highlight opportunities and challenges in knowledge graphs-related tasks, we experiment with three distinguished LLMs, namely Mixtral-8x7b-Instruct-v0.1, GPT-3.5-Turbo-0125 and GPT-4o, on Knowledge Graph Completion for static knowledge graphs, using prompts constructed following the TELeR taxonomy, in Zero- and One-Shot contexts, on a Task-Oriented Dialogue system use case. When evaluated using both strict and flexible metrics measurement manners, our results show that LLMs could be fit for such a task if prompts encapsulate sufficient information and relevant examples.

📄 PDF Abstract BibTeX arXiv:2405.17249

Code (1)

ionutiga/llms-for-kgc 공식 구현

Tasks

Knowledge Graph CompletionKnowledge Graphs

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

On the Use of Entity Embeddings from Pre-Trained Language Models for Knowledge Graph Completion

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent work has found that entity representations can be extracted from pre-trained language models to develop knowledge graph completion models that are more robust to the naturally occurring sparsity found in knowledge…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsLanguage Modeling+2

Cyber Knowledge Completion Using Large Language Models

2024-09-24 · Braden K Webb, Sumit Purohit, Rounak Meyur

The integration of the Internet of Things (IoT) into Cyber-Physical Systems (CPSs) has expanded their cyber-attack surface, introducing new and sophisticated threats with potential to exploit emerging vulnerabilities. As…

Binary ClassificationKnowledge Graph CompletionRAGRetrieval-augmented Generation

KaLM: Knowledge-aligned Autoregressive Language Modeling via Dual-view Knowledge Graph Contrastive Learning

2024-12-06 · Peng Yu, Cheng Deng, Beiya Dai, Xinbing Wang 외

Autoregressive large language models (LLMs) pre-trained by next token prediction are inherently proficient in generative tasks. However, their performance on knowledge-driven tasks such as factual knowledge querying rema…

Contrastive LearningGraph Question AnsweringKnowledge Graph CompletionKnowledge Graphs+3

KG-CF: Knowledge Graph Completion with Context Filtering under the Guidance of Large Language Models

2025-01-06 · Zaiyi Zheng, Yushun Dong, Song Wang, Haochen Liu 외

Large Language Models (LLMs) have shown impressive performance in various tasks, including knowledge graph completion (KGC). However, current studies mostly apply LLMs to classification tasks, like identifying missing tr…

Knowledge Graph Completion

The Fools are Certain; the Wise are Doubtful: Exploring LLM Confidence in Code Completion

2025-08-22 · Zoe Kotti, Konstantina Dritsa, Diomidis Spinellis, Panos Louridas arxiv

Code completion entails the task of providing missing tokens given a surrounding context. It can boost developer productivity and serve as a code discovery tool. Code completion has recently been approached with Large La…

Code Completion