paper-with-me

Papers

Enhancing Software-Related Information Extraction via Single-Choice Question Answering with Large Language Models

2024-04-08 · Wolfgang Otto, Sharmila Upadhyaya, Stefan Dietze

This paper describes our participation in the Shared Task on Software Mentions Disambiguation (SOMD), with a focus on improving relation extraction in scholarly texts through generative Large Language Models (LLMs) using single-choice question-answering. The methodology prioritises the use of in-context learning capabilities of GLMs to extract software-related entities and their descriptive attributes, such as distributive information. Our approach uses Retrieval-Augmented Generation (RAG) techniques and GLMs for Named Entity Recognition (NER) and Attributive NER to identify relationships between extracted software entities, providing a structured solution for analysing software citations in academic literature. The paper provides a detailed description of our approach, demonstrating how using GLMs in a single-choice QA paradigm can greatly enhance IE methodologies. Our participation in the SOMD shared task highlights the importance of precise software citation practices and showcases our system's ability to overcome the challenges of disambiguating and extracting relationships between software mentions. This sets the groundwork for future research and development in this field.

📄 PDF Abstract BibTeX arXiv:2404.05587

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveIn-Context Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERQuestion AnsweringRAGRelation ExtractionRetrievalRetrieval-augmented GenerationSingle Choice Question

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SIEVE: Helping Developers Sift Wheat from Chaff via Cross-Platform Analysis

2018-10-31 · Sulistya Agus, Prana Gede Artha Azriadi, Sharma Abhishek, Lo David 외

Software developers have benefited from various sources of knowledge such as forums, question-and-answer sites, and social media platforms to help them in various tasks. Extracting software-related knowledge from differe…

Representation LearningWord Embeddings

Redefining Developer Assistance: Through Large Language Models in Software Ecosystem

2023-12-09 · Somnath Banerjee, Avik Dutta, Sayan Layek, Amruit Sahoo 외

In this paper, we delve into the advancement of domain-specific Large Language Models (LLMs) with a focus on their application in software development. We introduce DevAssistLlama, a model developed through instruction t…

Link Predictionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Super Library Agent: Joint Generation and Maintenance of Multiple Applications Beyond the Single Codebase

2026-08-29 · Daegyu Sung, Yukyeong Lee, Geon Park, Yumin Choi 외 hf

Organizations often develop and maintain portfolios of related applications: independently deployable codebases that share substantial domain logic, interface patterns, or operational conventions. As LLM coding agents ar…

Heterogeneous Metric Learning with Content-based Regularization for Software Artifact Retrieval

2014-09-25 · Liang Wu, Hui Xiong, Liang Du, Bo Liu 외

The problem of software artifact retrieval has the goal to effectively locate software artifacts, such as a piece of source code, in a large code repository. This problem has been traditionally addressed through the text…

Information RetrievalMetric LearningRetrieval

A Practical Introduction to Side-Channel Extraction of Deep Neural Network Parameters

2022-11-10 · Raphael Joud, Pierre-Alain Moellic, Simon Pontie, Jean-Baptiste Rigaud

Model extraction is a major threat for embedded deep neural network models that leverages an extended attack surface. Indeed, by physically accessing a device, an adversary may exploit side-channel leakages to extract cr…

Model extractionSide Channel Analysis