← Search

Cedric Lothritz

4 accepted papers

2024

CodeAgent: Autonomous Communicative Agents for Code Review

EMNLP 2024main

Code review, which aims at ensuring the overall quality and reliability of software, is a cornerstone of software development. Unfortunately, while crucial, Code review is a labor-intensive process that the research community is looking to automate. Existing automated methods rely on single input-ou…

2024

Revisiting Code Similarity Evaluation with Abstract Syntax Tree Edit Distance

ACL 2024short

This paper revisits recent code similarity evaluation metrics, particularly focusing on the application of Abstract Syntax Tree (AST) editing distance in diverse programming languages. In particular, we explore the usefulness of these metrics and compare them to traditional sequence similarity metri…

2023

Evaluating Parameter-Efficient Finetuning Approaches for Pre-trained Models on the Financial Domain

EMNLP 2023short findings

Large-scale language models with millions, billions, or trillions of trainable parameters are becoming increasingly popular. However, they risk becoming rapidly over-parameterized and the adaptation cost of fully fine-tuning them increases significantly. Storing them becomes progressively impractica…

Cited by 0SourceScholar
2020

Evaluating Pretrained Transformer-based Models on the Task of Fine-Grained Named Entity Recognition

COLING 2020main

Named Entity Recognition (NER) is a fundamental Natural Language Processing (NLP) task and has remained an active research field. In recent years, transformer models and more specifically the BERT model developed at Google revolutionised the field of NLP. While the performance of transformer-based a…