CLAISep 15, 2021

Can Machines Read Coding Manuals Yet? -- A Benchmark for Building Better Language Models for Code Understanding

arXiv:2109.07452v17 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses the need for systematic evaluation of language models in code understanding, providing a domain-specific benchmark for researchers and practitioners.

The paper tackles the problem of evaluating language models on textual artifacts about code by introducing BLANCA, a benchmark with tasks like predicting answers in forum posts, and shows that fine-tuning and multi-task training significantly improve performance on these tasks.

Code understanding is an increasingly important application of Artificial Intelligence. A fundamental aspect of understanding code is understanding text about code, e.g., documentation and forum discussions. Pre-trained language models (e.g., BERT) are a popular approach for various NLP tasks, and there are now a variety of benchmarks, such as GLUE, to help improve the development of such models for natural language understanding. However, little is known about how well such models work on textual artifacts about code, and we are unaware of any systematic set of downstream tasks for such an evaluation. In this paper, we derive a set of benchmarks (BLANCA - Benchmarks for LANguage models on Coding Artifacts) that assess code understanding based on tasks such as predicting the best answer to a question in a forum post, finding related forum posts, or predicting classes related in a hierarchy from class documentation. We evaluate the performance of current state-of-the-art language models on these tasks and show that there is a significant improvement on each task from fine tuning. We also show that multi-task training over BLANCA tasks helps build better language models for code understanding.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes