paper-with-me

Papers

LogiCase: Effective Test Case Generation from Logical Description in Competitive Programming

2025-05-21 · Sicheol Sung, Aditi, Dogyu kim, Yo-Sub Han, Sang-Ki Ko

Automated Test Case Generation (ATCG) is crucial for evaluating software reliability, particularly in competitive programming where robust algorithm assessments depend on diverse and accurate test cases. However, existing ATCG methods often fail to meet complex specifications or generate effective corner cases, limiting their utility. In this work, we introduce Context-Free Grammars with Counters (CCFGs), a formalism that captures both syntactic and semantic structures in input specifications. Using a fine-tuned CodeT5 model, we translate natural language input specifications into CCFGs, enabling the systematic generation of high-quality test cases. Experiments on the CodeContests dataset demonstrate that CCFG-based test cases outperform baseline methods in identifying incorrect algorithms, achieving significant gains in validity and effectiveness. Our approach provides a scalable and reliable grammar-driven framework for enhancing automated competitive programming evaluations.

📄 PDF Abstract BibTeX arXiv:2505.15039

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
SentencePiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Automating REST API Postman Test Cases Using LLM

2024-04-16 · S Deepika Sri, Mohammed Aadil S, Sanjjushri Varshini R, Raja CSP Raman 외

In the contemporary landscape of technological advancements, the automation of manual processes is crucial, compelling the demand for huge datasets to effectively train and test machines. This research paper is dedicated…

Natural Language Understanding

Parametrization and generation of geological models with generative adversarial networks

2017-08-05 · Shing Chan, Ahmed H. Elsheikh

One of the main challenges in the parametrization of geological models is the ability to capture complex geological structures often observed in the subsurface. In recent years, generative adversarial networks (GAN) were…

CardioRAG: A Retrieval-Augmented Generation Framework for Multimodal Chagas Disease Detection

2025-10-02 · Zhengyang Shen, Xuehao Zhai, Hua Tu, Mayue Shi arxiv

Chagas disease affects nearly 6 million people worldwide, with Chagas cardiomyopathy representing its most severe complication. In regions where serological testing capacity is limited, AI-enhanced electrocardiogram (ECG…

Pathological MRI Segmentation by Synthetic Pathological Data Generation in Fetuses and Neonates

2025-01-31 · Misha P. T Kaandorp, Damola Agbelese, Hosna Asma-ull, Hyun-Gi Kim 외

Developing new methods for the automated analysis of clinical fetal and neonatal MRI data is limited by the scarcity of annotated pathological datasets and privacy concerns that often restrict data sharing, hindering the…

Data AugmentationDiagnosticMRI segmentationSegmentation

LogicEnvGen: Task-Logic Driven Generation of Diverse Simulated Environments for Embodied AI

2026-01-20 · Jianan Wang, Siyang Zhang, Bin Li, Juan Chen 외 arxiv

Simulated environments play an essential role in embodied AI, functionally analogous to test cases in software engineering. However, existing environment generation methods often emphasize visual realism (e.g., object di…