Papers by Xunzhu Tang

3 papers
Revisiting Code Similarity Evaluation with Abstract Syntax Tree Edit Distance (2024.acl-short)

Copied to clipboard

Challenge: Abstract Syntax Tree (AST) editing distance is a new evaluation metric for code generation tasks.
Approach: They propose, optimize, and publish an enhanced version of Tree Similarity of Edit Distance (TSED) based on AST editing distance and prompt-based GPT similarity scores.
Outcome: The proposed metric is an enhanced version of Tree Similarity of Edit Distance (TSED) it is compared to BLEU score, execution match, and Jaccard similarity across languages.
SynFix: Dependency-Aware Program Repair via RelationGraph Analysis (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for resolving repository-level debugging are limited by their interdependencies.
Approach: They propose a RelationGraph-based approach that integrates large language models with structural search and synchronization techniques for coordinated program repair across codebases.
Outcome: SynFix resolves 52.33% of issues in SWE-bench-lite, 55.8% in Swe-bech-verified and 29.86% in S WE-beach-full.
CodeAgent: Autonomous Communicative Agents for Code Review (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for code review rely on single input-output generative models and thus lack the collaborative nature of code review.
Approach: They propose a multi-agent Large Language Model (LLM) system for code review automation that incorporates a supervisory agent to ensure that all the agents’ contributions address the initial review question.
Outcome: The proposed system detects inconsistencies between code changes and commit messages, identify vulnerabilities, validates code style adherence, and suggests code revisions.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations