yayuanzi8 / mrncs

https://arxiv.org/abs/2107.00992

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRNCS

This repo is the artifact for the paper entitled Multimodel Representation for Neural Code Search, accepted by ICSME 2021

Repo Structure

**code** implementations to support the experiments
----**build** the tree-sitter code parser
----**tree** the code package of the implementations
----**vendor** the Git submodules for build the code parser
**resources** raw data and preprocessed data
----**cache** preprocessed data
----**data** raw data
**doc** documentations
----**exp** experimental results
----**info** supplementary snippets
----`@guide.md` guidance for run experiments

How to Reproduce Experiments

Please go to check doc/@guide.md

References

The partial implementations are with references to the following projects, during the evolutionary history of this repo

About

https://arxiv.org/abs/2107.00992

License:MIT License


Languages

Language:Python 100.0%