TOP
Search the Dagstuhl Website
Looking for information on the websites of the individual seminars? - Then please:
Not found what you are looking for? - Some of our services have separate websites, each with its own search option. Please check the following list:
Schloss Dagstuhl - LZI - Logo
Schloss Dagstuhl Services
Seminars
Within this website:
External resources:
  • DOOR (for registering your stay at Dagstuhl)
  • DOSA (for proposing future Dagstuhl Seminars or Dagstuhl Perspectives Workshops)
Publishing
Within this website:
External resources:
dblp
Within this website:
External resources:
  • the dblp Computer Science Bibliography


Dagstuhl Seminar 22032

Programming Language Processing Cancelled

( Jan 16 – Jan 21, 2022 )

Permalink
Please use the following short url to reference this page: https://www.dagstuhl.de/22032

Replacement
Dagstuhl Seminar 23062: Programming Language Processing (2023-02-05 - 2023-02-10) (Details)

Organizers

Contact

Motivation

Program analysis is at the core of many tools that software developers rely on during their daily work. Instead of analyzing programs in the traditional, symbolic reasoning-based way, there is an increasing interest in learning-based program analysis, both by academic researchers and industry practitioners. A learning-based approach is motivated by the huge amounts of available source code and other data, by the undecidability of practically all interesting program analysis questions, and by recent progress in machine learning and natural language processing. We here call the emerging field of learning-based program analysis "programming language processing" (PLP), in analogy to "natural language processing". Current work shows PLP to be effective for a variety of tasks, including code completion, bug detection, type prediction, program synthesis, code summarization, and program repair.

This Dagstuhl Seminar will bring together researchers and practitioners from three communities – software engineering, programming languages, and natural language processing – providing a unique opportunity for cross-fertilization and inter-disciplinary progress. We will discuss machine learning models of code, integrating learning-based and traditional program analysis, and learning from natural language information associated with software. We expect the seminar to lead to a better understanding of the commonalities and differences between natural and programming languages, a set of standardized tasks and datasets, and an understanding of the challenges and opportunities in industry adoption of PLP.

Topics to be discussed (non-exhaustive list):

  • Effective models of code
  • Techniques for obtaining, cleaning, and preprocessing training data
  • Integrating learning-based and traditional program analysis
  • Learning from natural language information associated with programs
  • Standardized tasks, leaderboards
  • Challenges and opportunities in industry adoption

The main purpose of the seminar is to connect the participants and their respective research ideas. Hence, one expected outcome is new collaborations between the participants, in particular across different subfields of computer science that usually interact only sparsely. Another concrete outcome of the seminar could be an article authored by an interested subset of the participants, which summarizes the current state of PLP, open challenges, and a set of specific tasks the community could focus on. The article should neither survey all existing work nor focus on one or two specific technical contributions. Instead, the goal is to provide a forward-looking perspective of PLP to a broader, general computer science audience.

Copyright Michael Pradel, Baikshakhi Ray, Charles Sutton, and Eran Yahav

Participants
  • Michael Pradel (Universität Stuttgart, DE) [dblp]
  • Baishakhi Ray (Columbia University - New York, US) [dblp]
  • Charles Sutton (Google - Mountain View, US) [dblp]
  • Eran Yahav (Technion - Haifa, IL) [dblp]

Classification
  • Computation and Language
  • Programming Languages
  • Software Engineering

Keywords
  • Machine learning
  • program analysis
  • programming