Meng Yan
6 Papers
Meng Yan is an academic researcher. The author has contributed to research in topics: Computer science & Regression analysis. The author has an hindex of 2, co-authored 6 publications.
Chat about Author
Papers
Improving ChatGPT Prompt for Code Generation
TL;DR: In this paper , the authors designed prompts by leveraging the chain-of-thought strategy with multi-step optimizations to improve the performance of ChatGPT for text-to-code and code-tocode generation.
Revisiting the Identification of the Co-Evolution of Production and Test Code
TL;DR: Zhang et al. as mentioned in this paper investigated the reasons for test code updates occurring after the associated production code changes, and revealed the pervasive existence of noise in the production-test co-evolution samples identified based on the aforementioned assumption by existing works.
CodeMatcher: a tool for large-scale code search based on query semantics matching
Chao Liu,Xuanlin Bao,Xin Xia,Meng Yan,David Lo,Ting Zhang +5 more
- 07 Nov 2022
TL;DR: CodeMatcher as discussed by the authors is an IR-based tool which inherits the advantages of the DL-based tools in query semantics matching, and it achieves an industrial-level response time (0.3s) with a common server with an Intel-i7 CPU.
2
Investigating and improving log parsing in practice
Ying Fu,Meng Yan,Jian Xu,Jianguo Li,Zhongxin Liu,Xiaohong Zhang,Dan Yang +6 more
- 07 Nov 2022
TL;DR: Wang et al. as mentioned in this paper proposed Drain+ based on a state-of-the-art log parser Drain, which includes a statistical-based separators generation component, which generates separators automatically for log message splitting, and a candidate event template merging component which merges the candidate event templates by a template similarity method.
Unified Abstract Syntax Tree Representation Learning for Cross-Language Program Classification
Kesu Wang,Meng Yan,He Zhang,Haibo Hu +3 more
- 01 May 2022
TL;DR: A Unified Abstract Syntax Tree (namely UAST in this paper) neural network is proposed, which can reduce the feature gap between different programming languages, so it can achieve the role of cross-language program classification.