paper-with-me

Papers

Matching Pairs: Attributing Fine-Tuned Models to their Pre-Trained Large Language Models

2023-06-15 · Myles Foley, Ambrish Rawat, Taesung Lee, Yufang Hou, Gabriele Picco, Giulio Zizzo

The wide applicability and adaptability of generative large language models (LLMs) has enabled their rapid adoption. While the pre-trained models can perform many tasks, such models are often fine-tuned to improve their performance on various downstream applications. However, this leads to issues over violation of model licenses, model theft, and copyright infringement. Moreover, recent advances show that generative technology is capable of producing harmful content which exacerbates the problems of accountability within model supply chains. Thus, we need a method to investigate how a model was trained or a piece of text was generated and what their pre-trained base model was. In this paper we take the first step to address this open problem by tracing back the origin of a given fine-tuned LLM to its corresponding pre-trained base model. We consider different knowledge levels and attribution strategies, and find that we can correctly trace back 8 out of the 10 fine tuned models with our best method.

📄 PDF Abstract BibTeX arXiv:2306.09308

Code (1)

ibm/model-attribution-in-machine-learning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Fingerprinting Fine-tuned Language Models in the Wild

2021-06-03 · Findings (ACL) 2021 8 · Nirav Diwan, Tanmoy Chakravorty, Zubair Shafiq

There are concerns that the ability of language models (LMs) to generate high quality synthetic text can be misused to launch spam, disinformation, or propaganda. Therefore, the research community is actively working on …

Attribute

Artificial Interrogation for Attributing Language Models

2022-11-20 · Farhan Dhanani, Muhammad Rafi

This paper presents solutions to the Machine Learning Model Attribution challenge (MLMAC) collectively organized by MITRE, Microsoft, Schmidt-Futures, Robust-Intelligence, Lincoln-Network, and Huggingface community. The …

Machine TranslationMulti Class Text Classificationtext-classificationText Classification+1

Improving LLM-based Ontology Matching with fine-tuning on synthetic data

2025-11-27 · Guilherme Sousa, Rinaldo Lima, Cassia Trojahn arxiv

Large Language Models (LLMs) are increasingly being integrated into various components of Ontology Matching pipelines. This paper investigates the capability of LLMs to perform ontology matching directly on ontology modu…

Analyzing how BERT performs entity matching

2022-04-01 · Proceedings of the VLDB Endowment 2022 4 · Matteo Paganelli, Francesco Del Buono, Andrea Baraldi, Francesco Guerra

State-of-the-art Entity Matching (EM) approaches rely on transformer architectures, such as BERT, for generating highly contex-tualized embeddings of terms. The embeddings are then used to predict whether pairs of entity…

Entity ResolutionSemantic SimilaritySemantic Textual Similarity

Leveraging Language Models for Automated Patient Record Linkage

2025-04-21 · Mohammad Beheshti, Lovedeep Gondara, Iris Zachary

Objective: Healthcare data fragmentation presents a major challenge for linking patient data, necessitating robust record linkage to integrate patient records from diverse sources. This study investigates the feasibility…

BlockingData IntegrationSentence Embeddings