← Search

Pingyi Zhou

6 accepted papers

2024

Extending Context Window of Large Language Models via Semantic Compression

ACL 2024findings

Transformer based Large Language Models (LLMs) often impose limitations on the length of the text input to ensure the generation of fluent and relevant responses due to the quadratic complexity. These constraints restrict their applicability in long text scenarios. In this paper, we propose a novel…

Cited by 24SourcePDFScholar
2023

History, Present and Future: Enhancing Dialogue Generation with Few-Shot History-Future Prompt

ICASSP 2023accepted

Dialogue history and response in open-domain dialogue are loosely coupled. Generating informative responses solely based on the original dialogue history is not easy, as dialogue history may not contain enough information or it may contain irrelevant noises. Intuitively, if a generation model can fo…

Cited by 0SourceScholar
2022

CODE-MVP: Learning to Represent Source Code from Multiple Views with Contrastive Pre-Training

NAACL 2022findings

Recent years have witnessed increasing interest in code representation learning, which aims to represent the semantics of source code into distributed vectors. Currently, various works have been proposed to represent the complex semantics of source code from different views, including plain text, Ab…

2022

Compilable Neural Code Generation with Compiler Feedback

ACL 2022findings

Automatically generating compilable programs with (or without) natural language descriptions has always been a touchstone problem for computational linguistics and automated software engineering. Existing deep-learning approaches model code generation as text generation, either constrained by gramma…

Cited by 73SourcePDFScholar
2022

Modeling Hierarchical Syntax Structure with Triplet Position for Source Code Summarization

ACL 2022long

Automatic code summarization, which aims to describe the source code in natural language, has become an essential task in software maintenance. Our fellow researchers have attempted to achieve such a purpose through various machine learning-based approaches. One key challenge keeping these approache…

2022

Pan More Gold from the Sand: Refining Open-domain Dialogue Training with Noisy Self-Retrieval Generation

COLING 2022main

Real human conversation data are complicated, heterogeneous, and noisy, from which building open-domain dialogue systems remains a challenging task. In fact, such dialogue data still contains a wealth of information and knowledge, however, they are not fully explored. In this paper, we show existing…