Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Source Transformation01:15

Source Transformation

6.6K
Source transformation is a fundamental technique employed in circuit analysis, offering a valuable tool for simplifying complex electrical circuits. This technique involves the replacement of either a voltage source in series with a resistor by a current source in parallel with a resistor, or vice versa. The key concept here is that when the original sources are deactivated (turned off), the equivalent resistance at the circuit's end terminals remains the same.
It is essential to note that when...
6.6K
Source Transformation for AC Circuits01:11

Source Transformation for AC Circuits

633
The process of source transformation in the frequency domain entails the conversion of a voltage source, positioned in series with an impedance, into a current source that is parallel to an impedance, or the other way around. It is essential to maintain the following relationships while transitioning from one source type to another.
633
Improving Translational Accuracy02:07

Improving Translational Accuracy

2.6K
2.6K
RL Circuit with Source01:14

RL Circuit with Source

831
When an RL (Resistor-Inductor) circuit is connected to a DC source, the complete response of the circuit can be divided into two parts: the transient response and the steady-state response.
The transient response of the circuit is its temporary reaction to the sudden application of the DC source. This response is characterized by a current that exponentially decays to zero as time approaches infinity. During this transitional period, the inductor behaves like a short circuit, causing the source...
831
Transfer RNA Synthesis02:35

Transfer RNA Synthesis

2.8K
2.8K
RL Circuit without Source01:14

RL Circuit without Source

946
When a DC source is suddenly disconnected from an RL (Resistor-Inductor) circuit, the circuit becomes source-free. Assuming the inductor has an initial current denoted as I0, the initial energy stored in the inductor can be determined.
Applying Kirchhoff's voltage law around the loop of the circuit and substituting the voltages across the inductor and resistor yields a first-order differential equation. A logarithmic equation is obtained by rearranging the terms in this equation,...
946

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Variations in the prevalence of scoliosis by age, sex, geographic region, and subtype among Chinese children: A systematic review and modelling study.

Journal of global health·2026
Same author

Triptolide enhances lenvatinib sensitivity in hepatocellular carcinoma by regulating CERK-mediated sphingolipid-ferroptosis axis.

International immunopharmacology·2026
Same author

Halofantrine Upregulates ATP6V0D2 and Induces Cytotoxic Autophagy in GBM Models.

Current pharmaceutical design·2026
Same author

Sleep duration and depressive symptoms among older Chinese adults: a serial mediation model of self-rated health and frailty.

BMC geriatrics·2026
Same author

The Epidemiology of colorectal cancer in Guangzhou, China: A cross-sectional and age-period-cohort study.

PLOS global public health·2026
Same author

Two-step electrochemical oxidation enables synergistic Fe<sup>3+</sup> doping and PO<sub>4</sub><sup>3-</sup> modification of nickel-based catalysts for efficient oxygen evolution.

Chemical communications (Cambridge, England)·2026
Same journal

Research on a Regional Availability Evaluation Model for Road-Area High-Entropy Energy Based on Synergy Factors.

Entropy (Basel, Switzerland)·2026
Same journal

Atmospheric Turbulence Channel Modeling and Performance Analysis of a CO-ZP-OFDM Coherent Optical Communication System for UAV Air-to-Ground Scenarios.

Entropy (Basel, Switzerland)·2026
Same journal

Information Geometry and Asymptotic Theory for SMML Estimators.

Entropy (Basel, Switzerland)·2026
Same journal

Correlation Entropy and Power-Law Kinetics.

Entropy (Basel, Switzerland)·2026
Same journal

Research on the Contagion of Systemic Financial Risk Under the Impact of Climate Risks-From the Perspective of Complex Networks and Machine Learning.

Entropy (Basel, Switzerland)·2026
Same journal

The Statistical-Mechanical Meaning of the Wave Function of Quantum Mechanics.

Entropy (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Jul 24, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

628

Re_Trans: Combined Retrieval and Transformer Model for Source Code Summarization.

Chunyan Zhang1, Qinglei Zhou2, Meng Qiao1

  • 1State Key Laboratory of Mathematical Engineering and Advanced Computing, Zhengzhou 450001, China.

Entropy (Basel, Switzerland)
|July 8, 2023
PubMed
Summary
This summary is machine-generated.

We propose Re_Trans, a novel method combining retrieval and generative approaches for accurate source code summarization (SCS). This approach enhances code understanding and software maintenance by improving SCS generation quality.

Keywords:
deep learninginformation retrievalprogram analysissource code summarization

More Related Videos

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

808
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

444

Related Experiment Videos

Last Updated: Jul 24, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

628
Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

808
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

444

Area of Science:

  • Software Engineering
  • Artificial Intelligence
  • Natural Language Processing

Background:

  • Source code summarization (SCS) aids program comprehension and software maintenance.
  • Existing retrieval-based methods offer accuracy but struggle with novel code.
  • Generative methods provide broader coverage but can lack precision due to limited training data.

Purpose of the Study:

  • To develop a hybrid approach for source code summarization that combines the strengths of retrieval-based and generative methods.
  • To improve the accuracy and efficiency of generating natural language descriptions for source code.

Main Methods:

  • Proposed Re_Trans method: a hybrid approach utilizing retrieval for initial summarization, followed by a generative transformer model if necessary.
  • Incorporated Abstract Syntax Tree (AST)-augmented and code sequence-augmented information for enhanced semantic extraction.
  • Developed a new SCS retrieval library using a large public dataset.

Main Results:

  • Evaluated on a dataset of 2.1 million Java code-comment pairs.
  • Demonstrated improved performance over state-of-the-art (SOTA) benchmarks.
  • Achieved enhanced effectiveness and efficiency in source code summarization.

Conclusions:

  • The Re_Trans method effectively integrates retrieval and generative techniques for superior source code summarization.
  • The use of AST-augmented and code sequence-augmented information improves semantic understanding.
  • The proposed approach offers a promising solution for accurate and efficient SCS.