paper-with-me

Papers

Next Steps in LLM-Supported Java Verification

2025-02-03 · Samuel Teuber, Bernhard Beckert

Recent work has shown that Large Language Models (LLMs) are not only a suitable tool for code generation but also capable of generating annotation-based code specifications. Scaling these methodologies may allow us to deduce provable correctness guarantees for large-scale software systems. In comparison to other LLM tasks, the application field of deductive verification has the notable advantage of providing a rigorous toolset to check LLM-generated solutions. This short paper provides early results on how this rigorous toolset can be used to reliably elicit correct specification annotations from an unreliable LLM oracle.

📄 PDF Abstract BibTeX arXiv:2502.01573

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

LensKit for Python: Next-Generation Software for Recommender System Experiments

2018-09-10 · Michael D. Ekstrand

LensKit is an open-source toolkit for building, researching, and learning about recommender systems. First released in 2010 as a Java framework, it has supported diverse published research, small-scale production deploym…

Collaborative FilteringRecommendation Systems

Recognizing Families In the Wild: White Paper for the 4th Edition Data Challenge

2020-02-15 · Joseph P. Robinson, Yu Yin, Zaid Khan, Ming Shao 외

Recognizing Families In the Wild (RFIW): an annual large-scale, multi-track automatic kinship recognition evaluation that supports various visual kin-based problems on scales much higher than ever before. Organized in co…

Gesture RecognitionKinship VerificationRetrieval

Verifying a platform for digital imaging: a multi-tool strategy

2013-03-05 · Jónathan Heras, Gadea Mata, Ana Romero, Julio Rubio 외

Fiji is a Java platform widely used by biologists and other experimental scientists to process digital images. In particular, in our research - made together with a biologists team; we use Fiji in some pre-processing ste…

Generating Intermediate Steps for NLI with Next-Step Supervision

2022-08-31 · Deepanway Ghosal, Somak Aditya, Monojit Choudhury

The Natural Language Inference (NLI) task often requires reasoning over multiple steps to reach the conclusion. While the necessity of generating such intermediate steps (instead of a summary explanation) has gained popu…

Data AugmentationNatural Language Inference

Verifier-Guided Code Translation via Meta-Step Decoding

2026-05-17 · Tianyang Zhou, Somesh Jha, Mihai Christodorescu, Kirill Levchenko 외 arxiv

Test-time scaling is an important mechanism for improving large language models, especially on tasks with deterministic verifiers. Code translation is a canonical example: the source program constrains valid outputs, whi…

Code Translation