AI – Tuesday, October 1, 2024: Notable and Interesting News, Articles, and Papers

Advanced AI data center

A selection of the most important recent news, articles, and papers about AI.

General News, Articles, and Analyses


CIOs turn to NIST to tackle generative AI’s many risks | CIO Dive

https://www.ciodive.com/news/cio-generative-ai-risk-mitigation-strategy-NIST-framework/728257/



Author: Lindsey Wilkinson

(Monday, September 30, 2024) “Discover’s risk reduction strategy closely follows the guidance laid out by the National Institute of Standards and Technology, which released a draft of its generative AI risk management framework in July.”

China to roll out cybersecurity rules covering generative AI – Nikkei Asia

https://asia.nikkei.com/Business/Technology/Artificial-intelligence/China-to-roll-out-cybersecurity-rules-covering-generative-AI



Author: Shunsuke Tabeta

(Tuesday, October 1, 2024) “China will implement a string of new cybersecurity rules next year, authorities announced Monday, placing an emphasis on national security and requiring companies providing generative artificial intelligence services to add extra data protection.”

NVIDIA AI Summit DC: Industry Leaders Gather to Showcase AI’s Real-World Impact

https://blogs.nvidia.com/blog/ai-summit-dc-2024/

Author: Claudia Cook

(Tuesday, October 1, 2024) “Washington, D.C., is where possibility has always met policy, and AI presents unparalleled opportunities for tackling global challenges. NVIDIA’s AI Summit in Washington, set for October 7-9, will gather industry leaders to explore how AI addresses some of society’s most significant challenges.”

AI Chipsets


Huawei guns for Nvidia market share in China — Ascend 910C GPU customer sampling begins | Tom’s Hardware

https://www.tomshardware.com/pc-components/gpus/huawei-guns-for-nvidia-market-share-in-china-ascend-910c-gpu-customer-sampling-begins



(Sunday, September 29, 2024) “Citing sources familiar with the matter, the report says “large Chinese server companies… and internet firms” have received samples of the Ascend 910C. Although this new GPU is described as an upgraded Ascend 910B, it’s been unclear what exactly the chip is made of, ever since a report in August revealed its existence. Interestingly, the 910C may be able to outperform Nvidia’s upcoming Blackwell-based B20 according to a prediction made by SemiAnalysis’s Dylan Patel.”

Coding and Software Engineering


[2409.18661] Not the Silver Bullet: LLM-enhanced Programming Error Messages are Ineffective in Practice

https://arxiv.org/abs/2409.18661



Authors: Santos, Eddie Antonio and Becker, Brett A.

(Friday, September 27, 2024) “The sudden emergence of large language models (LLMs) such as ChatGPT has had a disruptive impact throughout the computing education community. LLMs have been shown to excel at producing correct code to CS1 and CS2 problems, and can even act as friendly assistants to students learning how to code. Recent work shows that LLMs demonstrate unequivocally superior results in being able to explain and resolve compiler error messages – for decades, one of the most frustrating parts of learning how to code. However, LLM-generated error message explanations have only been assessed by expert programmers in artificial conditions. This work sought to understand how novice programmers resolve programming error messages (PEMs) in a more realistic scenario. We ran a within-subjects study with $n$ = 106 participants in which students were tasked to fix six buggy C programs. For each program, participants were randomly assigned to fix the problem using either a stock compiler error message, an expert-handwritten error message, or an error message explanation generated by GPT-4. Despite promising evidence on synthetic benchmarks, we found that GPT-4 generated error messages outperformed conventional compiler error messages in only 1 of the 6 tasks, measured by students’ time-to-fix each problem. Handwritten explanations still outperform LLM and conventional error messages, both on objective and subjective measures.”

Technical Papers, Articles, and Preprints


[2409.18335] A Fairness-Driven Method for Learning Human-Compatible Negotiation Strategies

https://arxiv.org/abs/2409.18335



Authors: Shea, Ryan and Yu, Zhou

(Thursday, September 26, 2024) “Despite recent advancements in AI and NLP, negotiation remains a difficult domain for AI agents. Traditional game theoretic approaches that have worked well for two-player zero-sum games struggle in the context of negotiation due to their inability to learn human-compatible strategies. On the other hand, approaches that only use human data tend to be domain-specific and lack the theoretical guarantees provided by strategies grounded in game theory. Motivated by the notion of fairness as a criterion for optimality in general sum games, we propose a negotiation framework called FDHC which incorporates fairness into both the reward design and search to learn human-compatible negotiation strategies. Our method includes a novel, RL+search technique called LGM-Zero which leverages a pre-trained language model to retrieve human-compatible offers from large action spaces. Our results show that our method is able to achieve more egalitarian negotiation outcomes and improve negotiation quality.”

[2409.18475] Data Analysis in the Era of Generative AI

https://arxiv.org/abs/2409.18475



Authors: Inala, Jeevana Priya; Wang, Chenglong; Drucker, Steven; Ramos, Gonzalo; Dibia, Victor; Riche, Nathalie; Brown, Dave; Marshall, Dan; and Gao, Jianfeng

(Friday, September 27, 2024) “This paper explores the potential of AI-powered tools to reshape data analysis, focusing on design considerations and challenges. We explore how the emergence of large language and multimodal models offers new opportunities to enhance various stages of data analysis workflow by translating high-level user intentions into executable code, charts, and insights. We then examine human-centered design principles that facilitate intuitive interactions, build user trust, and streamline the AI-assisted analysis workflow across multiple apps. Finally, we discuss the research challenges that impede the development of these AI-based systems such as enhancing model capabilities, evaluating and benchmarking, and understanding end-user needs.”