paper-with-me

Papers

Boosting Code Summarization by Embedding Code Structures

2022-10-01 · COLING 2022 10 · Jikyoeng Son, Joonghyuk Hahn, HyeonTae Seo, Yo-Sub Han

Recent research on code summarization relies on the structural information from the abstract syntax tree (AST) of source codes. It is, however, questionable whether it is the most effective to use AST for expressing the structural information. We find that a program dependency graph (PDG) can represent the structure of a code more effectively. We propose PDG Boosting Module (PBM) that encodes PDG into graph embedding and the framework to implement the proposed PBM with the existing models. PBM achieves improvements of 6.67% (BLEU) and 7.47% (ROUGE) on average. We then analyze the experimental results, and examine how PBM helps the training of baseline models and its performance robustness. For the validation of robustness, we measure the performance of an out-of-domain benchmark dataset, and confirm its robustness. In addition, we apply a new evaluation measure, SBERT score, to evaluate the semantic performance. The models implemented with PBM improve the performance of SBERT score. This implies that they generate summaries that are semantically more similar to the reference summary.

📄 PDF Abstract BibTeX

Code (1)

sjk0825/coling2022 공식 구현 pytorch

Tasks

Code SummarizationGraph Embedding

Methods 이 논문이 사용한 방법론

SBERT 설명 없음

Similar Papers 제목 키워드 기반

BASS: Boosting Abstractive Summarization with Unified Semantic Graph

2021-05-25 · ACL 2021 5 · Wenhao Wu, Wei Li, Xinyan Xiao, Jiachen Liu 외

Abstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel…

Abstractive Text SummarizationDecoderDocument SummarizationImplicit Relations+1

Length-controllable Abstractive Summarization by Guiding with Summary Prototype

2020-01-21 · Itsumi Saito, Kyosuke Nishida, Kosuke Nishida, Atsushi Otsuka 외

We propose a new length-controllable abstractive summarization model. Recent state-of-the-art abstractive summarization models based on encoder-decoder models generate only one summary per source text. However, controlla…

Abstractive Text SummarizationDecoder

StructSum: Summarization via Structured Representations

2020-03-01 · EACL 2021 2 · Vidhisha Balachandran, Artidoro Pagnoni, Jay Yoon Lee, Dheeraj Rajagopal 외

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer fro…

Abstractive Text SummarizationDecoderDocument SummarizationSentence+1

Neural Abstractive Multi-Document Summarization: Hierarchical or Flat Structure?

2020-12-01 · AACL (iwdp) 2020 12 · Ye Ma, Lu Zong

With regards to WikiSum (CITATION) that empowers applicative explorations of Neural Multi-Document Summarization (MDS) to learn from large scale dataset, this study develops two hierarchical Transformers (HT) that descri…

DecoderDocument SummarizationMulti-Document SummarizationWord Embeddings

Boosting Summarization with Normalizing Flows and Aggressive Training

2023-11-01 · Yu Yang, Xiaotong Shen

This paper presents FlowSUM, a normalizing flows-based variational encoder-decoder framework for Transformer-based summarization. Our approach tackles two primary challenges in variational summarization: insufficient sem…

DecoderKnowledge DistillationText Summarization