Semantic Representation of Data Science Programs

Abstract

Your computer is continuously executing programs, but does it really understand them? Not in any meaningful sense. That burden falls upon human knowledge workers, who are increasingly asked to write and understand code. They would benefit greatly from intelligent tools that reveal the connections between their code and its subject matter. Towards this prospect, we present an AI system that forms semantic representations of computer programs, using techniques from knowledge representation and program analysis. These representations are created through a novel algorithm for the semantic enrichment of dataflow graphs. We illustrate its workings with examples from the field of data science. The algorithm is undergirded by a new ontology language for modeling computer programs and a new ontology about data science, written in this language.

Cite

Text

Patterson et al. "Semantic Representation of Data Science Programs." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/858

Markdown

[Patterson et al. "Semantic Representation of Data Science Programs." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/patterson2018ijcai-semantic/) doi:10.24963/IJCAI.2018/858

BibTeX

@inproceedings{patterson2018ijcai-semantic,
  title     = {{Semantic Representation of Data Science Programs}},
  author    = {Patterson, Evan and Baldini, Ioana and Mojsilovic, Aleksandra and Varshney, Kush R.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {5847-5849},
  doi       = {10.24963/IJCAI.2018/858},
  url       = {https://mlanthology.org/ijcai/2018/patterson2018ijcai-semantic/}
}