← Search

Renato Negrinho

5 accepted papers

2023

Large Language Models of Code Fail at Completing Code with Potential Bugs

NeurIPS 2023poster

Large language models of code (Code-LLMs) have recently brought tremendous advances to code completion, a fundamental feature of programming assistance and code intelligence. However, most existing works ignore the possible presence of bugs in the code context for generation, which are inevitable in…

2021

Leveraging Pretrained Models for Automatic Summarization of Doctor-Patient Conversations

EMNLP 2021finding

Fine-tuning pretrained models for automatically summarizing doctor-patient conversation transcripts presents many challenges: limited training data, significant domain shift, long and noisy transcripts, and high target summary variability. In this paper, we explore the feasibility of using pretraine…

2020

Seeing without Looking: Contextual Rescoring of Object Detections for AP Maximization

CVPR 2020poster

The majority of current object detectors lack context: class predictions are made independently from other detections. We propose to incorporate context in object detection by post-processing the output of an arbitrary detector to rescore the confidences of its detections. Rescoring is done by condi…

Cited by 30PDFcodeScholar
2019

Towards modular and programmable architecture search

NeurIPS 2019poster

Neural architecture search methods are able to find high performance deep learning architectures with minimal effort from an expert. However, current systems focus on specific use-cases (e.g. convolutional image classifiers and recurrent language models), making them unsuitable for general use-cases…