paper-with-me

홈 › Papers

The (ab)use of Open Source Code to Train Large Language Models

2023-02-27 · Ali Al-Kaswan, Maliheh Izadi

In recent years, Large Language Models (LLMs) have gained significant popularity due to their ability to generate human-like text and their potential applications in various fields, such as Software Engineering. LLMs for Code are commonly trained on large unsanitized corpora of source code scraped from the Internet. The content of these datasets is memorized and emitted by the models, often in a verbatim manner. In this work, we will discuss the security, privacy, and licensing implications of memorization. We argue why the use of copyleft code to train LLMs is a legal and ethical dilemma. Finally, we provide four actionable recommendations to address this issue.

📄 PDF Abstract BibTeX arXiv:2302.13681

Code (2)

aise-tudelft/nlbse23_reading_list 공식 구현
nlbse2024/code-comment-classification pytorch

Tasks

Memorization

Similar Papers 제목 키워드 기반

A Systematic Evaluation of Large Language Models of Code

2022-02-26 · Frank F. Xu, Uri Alon, Graham Neubig, Vincent J. Hellendoorn

Large language models (LMs) of code have recently shown tremendous promise in completing code and synthesizing code from natural language descriptions. However, the current state-of-the-art code LMs (e.g., Codex (Chen et…

Language ModelingLanguage Modelling

CodeGen: An Open Large Language Model for Code with Multi-Turn Program Synthesis

2022-03-25 · Erik Nijkamp, Bo Pang, Hiroaki Hayashi, Lifu Tu 외

Program synthesis strives to generate a computer program as a solution to a given problem specification, expressed with input-output examples or natural language descriptions. The prevalence of large language models adva…

Code GenerationHumanEvalLanguage ModelingLanguage Modelling+2

OpenFlamingo: An Open-Source Framework for Training Large Autoregressive Vision-Language Models

2023-08-02 · Anas Awadalla, Irena Gao, Josh Gardner, Jack Hessel 외

We introduce OpenFlamingo, a family of autoregressive vision-language models ranging from 3B to 9B parameters. OpenFlamingo is an ongoing effort to produce an open-source replication of DeepMind's Flamingo models. On sev…

Visual Question AnsweringVisual Question Answering (VQA)

Knowledge Transfer from High-Resource to Low-Resource Programming Languages for Code LLMs

2023-08-19 · Federico Cassano, John Gouwar, Francesca Lucchetti, Claire Schlesinger 외

Over the past few years, Large Language Models of Code (Code LLMs) have started to have a significant impact on programming practice. Code LLMs are also emerging as building blocks for research in programming languages a…

Transfer Learning

StarCoder: may the source be with you!

2023-05-09 · Raymond Li, Loubna Ben allal, Yangtian Zi, Niklas Muennighoff 외

The BigCode community, an open-scientific collaboration working on the responsible development of Large Language Models for Code (Code LLMs), introduces StarCoder and StarCoderBase: 15.5B parameter models with 8K context…

8kCode GenerationHumanEvalPII Redaction