paper-with-me

Papers

Hidden Entity Detection from GitHub Leveraging Large Language Models

2025-01-08 · Lu Gan, Martin Blum, Danilo Dessi, Brigitte Mathiak, Ralf Schenkel, Stefan Dietze

Named entity recognition is an important task when constructing knowledge bases from unstructured data sources. Whereas entity detection methods mostly rely on extensive training data, Large Language Models (LLMs) have paved the way towards approaches that rely on zero-shot learning (ZSL) or few-shot learning (FSL) by taking advantage of the capabilities LLMs acquired during pretraining. Specifically, in very specialized scenarios where large-scale training data is not available, ZSL / FSL opens new opportunities. This paper follows this recent trend and investigates the potential of leveraging Large Language Models (LLMs) in such scenarios to automatically detect datasets and software within textual content from GitHub repositories. While existing methods focused solely on named entities, this study aims to broaden the scope by incorporating resources such as repositories and online hubs where entities are also represented by URLs. The study explores different FSL prompt learning approaches to enhance the LLMs' ability to identify dataset and software mentions within repository texts. Through analyses of LLM effectiveness and learning strategies, this paper offers insights into the potential of advanced language models for automated entity detection.

📄 PDF Abstract BibTeX arXiv:2501.04455

Code (1)

louisegan514/hidden-entity-detection-from-github-leveraging-llms 공식 구현

Tasks

Few-Shot Learningnamed-entity-recognitionNamed Entity RecognitionPrompt LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

On the Representations of Entities in Auto-regressive Large Language Models

2025-10-10 · Victor Morand, Josiane Mothe, Benjamin Piwowarski arxiv

Named entities are fundamental building blocks of knowledge in text, grounding factual information and structuring relationships within language. Despite their importance, it remains unclear how Large Language Models (LL…

NE-PADD: Leveraging Named Entity Knowledge for Robust Partial Audio Deepfake Detection via Attention Aggregation

2025-09-04 · Huhong Xian, Rui Liu, Berrak Sisman, Haizhou Li arxiv

Different from traditional sentence-level audio deepfake detection (ADD), partial audio deepfake detection (PADD) requires frame-level positioning of the location of fake speech. While some progress has been made in this…

Audio Deepfake Detection

Detecting Clinical Hallucinations in LVLMs via Counterfactual Visual Grounding Uncertainty

2026-06-26 · Xiao Song, Haonan Qin, Zhaoxu Zhang, Jiong Zhang 외 arxiv

Large vision-language models (LVLMs) are increasingly used for clinical image understanding, yet they remain vulnerable to \emph{hallucinations}--producing textual findings or attributes not supported by the image. We pr…

Visual Grounding

LLM Hallucination Detection: A Fast Fourier Transform Method Based on Hidden Layer Temporal Signals

2025-09-16 · Jinxin Li, Gang Tu, ShengYu Cheng, Junjie Hu 외 arxiv

Hallucination remains a critical barrier for deploying large language models (LLMs) in reliability-sensitive applications. Existing detection methods largely fall into two categories: factuality checking, which is fundam…

KGSynNet: A Novel Entity Synonyms Discovery Framework with Knowledge Graph

2021-03-16 · Yiying Yang, Xi Yin, Haiqin Yang, Xingjian Fei 외

Entity synonyms discovery is crucial for entity-leveraging applications. However, existing studies suffer from several critical issues: (1) the input mentions may be out-of-vocabulary (OOV) and may come from a different …

Entity LinkingKnowledge GraphsQuestion Answering