paper-with-me

Papers

Retriv at BLP-2025 Task 2: Test-Driven Feedback-Guided Framework for Bangla-to-Python Code Generation

2025-11-10 · K M Nafi Asib, Sourav Saha, Mohammed Moshiul Hoque arxiv

Large Language Models (LLMs) have advanced the automated generation of code from natural language prompts. However, low-resource languages (LRLs) like Bangla remain underrepresented due to the limited availability of instruction-to-code datasets and evaluation benchmarks. To address this, the BLP Workshop at IJCNLP-AACL 2025 introduced a shared task on "Code Generation in Bangla". In this work, we propose a method that combines instruction prompting with a test-driven, feedback-guided iterative refinement process using a fine-tuned Qwen2.5-14B model. The model generates code from Bangla instructions, tests it against unit tests, and iteratively refines any failing outputs through three evaluation passes, using test feedback to guide each step. This approach helped our team "Retriv" to secure 2nd place in the shared task with a Pass@1 score of 0.934. The analysis highlights challenges in Bangla instruction understanding and Python code generation, emphasizing the need for targeted methods in LRLs. We made experimental scripts publicly available for the community.

📄 PDF Abstract BibTeX arXiv:2511.07382

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Using Learning Progressions to Guide AI Feedback for Science Learning

2026-03-03 · Xin Xia, Nejla Yuruk, Yun Wang, Xiaoming Zhai arxiv

Generative artificial intelligence (AI) offers scalable support for formative feedback, yet most AI-generated feedback relies on task-specific rubrics authored by domain experts. While effective, rubric authoring is time…

Retriv at BLP-2025 Task 1: A Transformer Ensemble and Multi-Task Learning Approach for Bangla Hate Speech Identification

2025-11-10 · Sourav Saha, K M Nafi Asib, Mohammed Moshiul Hoque arxiv

This paper addresses the problem of Bangla hate speech identification, a socially impactful yet linguistically challenging task. As part of the "Bangla Multi-task Hate Speech Identification" shared task at the BLP Worksh…

Hate Speech DetectionMulti-Task Learning

What Drives Interactive Improvement from Feedback?

2026-06-29 · Bartłomiej Cupiał, Jan Łojek, Mikołaj Garstecki, Szymon Pobłocki 외 arxiv

We study when natural-language feedback produces improvement beyond the gains obtainable from repeated attempts alone. In multi-turn language agent setting, higher final accuracy can reflect useful feedback, but it can a…

Question-guided Visual Compression with Memory Feedback for Long-Term Video Understanding

2026-03-16 · Sosuke Yamao, Natsuki Miyahara, Yuankai Qi, Shun Takeuchi arxiv

In the context of long-term video understanding with large multimodal models, many frameworks have been proposed. Although transformer-based visual compressors and memory-augmented approaches are often used to process lo…

Threshold-Guided Optimization for Visual Generative Models

2026-05-06 · Jinbin Bai, Yu Lei, Qingyu Shi, Aosong Feng 외 arxiv

Aligning large visual generative models with human feedback is often performed through pairwise preference optimization. While such approaches are conceptually simple, they fundamentally rely on annotated pairs, limiting…