Archive · 2021-07-07
AI ethics on Wednesday, 7 July 2021
2 items published this day, across 1 categories.
Research (2)
Evaluating Large Language Models Trained on Code
I created a basic proof of concept of LMVM (Language Model Virtual Machine), a command line toolchain that English instructions into native binaries without intermediary high-level language compilation. The command line uses a large language model (LLM) as IR generation backend, producing LLVM Intermediate Representation (IR) directly from user instructions coding. The IR is compiled and linked to machine code (-o files) via `clang` (with an `llc`/`lld` fallback on POSIX hosts) and executed on b
Artificial Intelligence in Education (AIEd): a high-level academic and industry note 2021
In the past few decades, technology has completely transformed the world around us. Indeed, experts believe that the next big digital transformation in how we live, communicate, work, trade and learn will be driven by Artificial Intelligence (AI) [83]. This paper presents a high-level industrial and academic overview of AI in Education (AIEd). It presents the focus of latest research in AIEd on reducing teachers' workload, contextualized learning for students, revolutionizing assessments and dev