English

ProCQA: A Large-scale Community-based Programming Question Answering Dataset for Code Search

Computation and Language 2024-03-26 v1 Information Retrieval Software Engineering

Abstract

Retrieval-based code question answering seeks to match user queries in natural language to relevant code snippets. Previous approaches typically rely on pretraining models using crafted bi-modal and uni-modal datasets to align text and code representations. In this paper, we introduce ProCQA, a large-scale programming question answering dataset extracted from the StackOverflow community, offering naturally structured mixed-modal QA pairs. To validate its effectiveness, we propose a modality-agnostic contrastive pre-training approach to improve the alignment of text and code representations of current code language models. Compared to previous models that primarily employ bimodal and unimodal pairs extracted from CodeSearchNet for pre-training, our model exhibits significant performance improvements across a wide range of code retrieval benchmarks.

Keywords

Cite

@article{arxiv.2403.16702,
  title  = {ProCQA: A Large-scale Community-based Programming Question Answering Dataset for Code Search},
  author = {Zehan Li and Jianfei Zhang and Chuantao Yin and Yuanxin Ouyang and Wenge Rong},
  journal= {arXiv preprint arXiv:2403.16702},
  year   = {2024}
}

Comments

Accepted to LREC-COLING 2024

R2 v1 2026-06-28T15:32:37.138Z