中文
相关论文

相关论文: Who Wins the Race? (R Vs Python) - An Exploratory …

200 篇论文

As the performance of artificial intelligence systems has dramatically increased, so too has the environmental impact of creating these systems. While many model developers release estimates of the power consumption and carbon emissions…

计算机与社会 · 计算机科学 2025-03-11 Jacob Morrison , Clara Na , Jared Fernandez , Tim Dettmers , Emma Strubell , Jesse Dodge

Large Language Models (LLMs) have become a popular choice for many Natural Language Processing (NLP) tasks due to their versatility and ability to produce high-quality results. Specifically, they are increasingly used for automatic code…

While climate models provide insights for climate decision-making, their use is constrained by significant computational and technical demands. Although machine learning (ML) emulators offer a way to bypass the high computational costs,…

机器学习 · 计算机科学 2026-03-25 Luca Schmidt , Nina Effenberger

The burgeoning field of Large Language Models (LLMs), exemplified by sophisticated models like OpenAI's ChatGPT, represents a significant advancement in artificial intelligence. These models, however, bring forth substantial challenges in…

A recent study by Ahmed and Devanbu reported that using a corpus of code written in multilingual datasets to fine-tune multilingual Pre-trained Language Models (PLMs) achieves higher performance as opposed to using a corpus of code written…

编程语言 · 计算机科学 2022-04-21 Fuxiang Chen , Fatemeh Fard , David Lo , Timofey Bryksin

Fine-tuning a task-specific multilingual large language model (LLM) involves training the model on a multilingual dataset with examples in all the required languages. Updating one or more supported languages with additional data or adding…

计算与语言 · 计算机科学 2026-01-26 Alphaeus Dmonte , Vidhi Gupta , Daniel J Perry , Mark Arehart

While reaching for NLP systems that maximize accuracy, other important metrics of system performance are often overlooked. Prior models are easily forgotten despite their possible suitability in settings where large computing resources are…

计算与语言 · 计算机科学 2024-04-19 Mahammed Kamruzzaman , Gene Louis Kim

Being prompted to engage in reasoning has emerged as a core technique for using large language models (LLMs), deploying additional inference-time compute to improve task performance. However, as LLMs increase in both size and adoption,…

计算与语言 · 计算机科学 2025-06-25 C. Nicolò De Sabbata , Theodore R. Sumers , Badr AlKhamissi , Antoine Bosselut , Thomas L. Griffiths

Python is a popular programming language known for its ease of learning and extensive libraries. However, concerns about performance and energy consumption have led to the development of compilers to enhance Python code efficiency. Despite…

编程语言 · 计算机科学 2025-05-06 Vincenzo Stoico , Andrei Calin Dragomir , Patricia Lago

Artificial Intelligence (AI), particularly large language models (LLMs), holds the potential to bridge language and information gaps, which can benefit the economies of developing nations. However, our analysis of FLORES-200, FLORES+,…

计算与语言 · 计算机科学 2024-10-15 Aivin V. Solatorio , Gabriel Stefanini Vicente , Holly Krambeck , Olivier Dupriez

Deep learning (DL) workflows demand an ever-increasing budget of compute and energy in order to achieve outsized gains. Neural architecture searches, hyperparameter sweeps, and rapid prototyping consume immense resources that can prevent…

The training and deployment of machine learning (ML) models have become extremely energy-intensive. While existing optimization efforts focus primarily on hardware energy efficiency, a significant but overlooked source of inefficiency is…

分布式、并行与集群计算 · 计算机科学 2025-12-10 Yi Pan , Wenbo Qian , Dedong Xie , Ruiyan Hu , Yigong Hu , Baris Kasikci

From an environmental standpoint, there are a few crucial aspects of training a neural network that have a major impact on the quantity of carbon that it emits. These factors include: the location of the server used for training and the…

计算机与社会 · 计算机科学 2019-11-06 Alexandre Lacoste , Alexandra Luccioni , Victor Schmidt , Thomas Dandres

Given limited and costly computational infrastructure, resource efficiency is a key requirement for large language models (LLMs). Efficient LLMs increase service capacity for providers and reduce latency and API costs for users. Recent…

密码学与安全 · 计算机科学 2026-04-14 Yuanhe Zhang , Xinyue Wang , Zhican Chen , Weiliu Wang , Zilu Zhang , Zhengshuo Gong , Zhenhong Zhou , Kun Wang , Li Sun , Yang Liu , Sen Su

This study aims to enhance the maintainability of code generated by Large Language Models (LLMs), with a focus on the Python programming language. As the use of LLMs for coding assistance grows, so do concerns about the maintainability of…

软件工程 · 计算机科学 2024-08-20 Karthik Shivashankar , Antonio Martini

The recent advancements of Small Language Models (SLMs) have opened new possibilities for efficient code generation. SLMs offer lightweight and cost-effective alternatives to Large Language Models (LLMs), making them attractive for use in…

Large language models (LLMs) are increasingly used in applications forming multi-request workflows like document summarization, search-based copilots, and multi-agent programming. While these workflows unlock richer functionality, they also…

分布式、并行与集群计算 · 计算机科学 2026-04-14 Md. Monzurul Amin Ifath , Israat Haque

Despite the popularity of the `pre-train then fine-tune' paradigm in the NLP community, existing work quantifying energy costs and associated carbon emissions has largely focused on language model pre-training. Although a single…

计算与语言 · 计算机科学 2024-10-17 Xiaorong Wang , Clara Na , Emma Strubell , Sorelle Friedler , Sasha Luccioni

Executing workflows on volunteer computing resources where individual tasks may be forced to relinquish their resource for the resource's primary use leads to unpredictability and often significantly increases execution time. Task…

性能 · 计算机科学 2022-09-28 Andrew Stephen McGough , Matthew Forshaw

Large Language Models (LLMs) have recently demonstrated remarkable performance in various Natural Language Processing (NLP) applications, such as sentiment analysis, content generation, and personalized recommendations. Despite their…