# MineValiCoder — Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/minevalicoder-reliable-code-generation-with-test-case-quality-mining-and
- Fuente primaria: https://arxiv.org/abs/2607.22471
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Zhen Zhao, Qihang Yang, Feifei Dai, Xiangfang Li, Bo Li
- Fecha del corte: 24 JULIO 2026.
- Área: AGENTES · EVALUACIÓN · CODING

## Tesis y contexto

Trata código y tests como dos fuentes potencialmente defectuosas que deben validarse mutuamente. Primero filtra tests incorrectos; después genera/refina múltiples soluciones y finalmente construye un grafo bipartito código-test para identificar conjuntamente qué candidatos y pruebas son fiables. Reporta Pass\@1 de 96,34% en HumanEval, 87,40% en MBPP, 64% en APPS y 51,33% en LiveCodeBench.

- Problema: Un coding agent puede “arreglar” código siguiendo un test que también está equivocado.
- Por qué importa: El desarrollo autónomo requiere verificación de los verificadores, no solo generar más tests.

## Evidencia reportada

- **reported-result**: As shown in Table II , MineValiCoder outperforms all baselines and achieves state-of-the-art results when built upon GPT-4. [localizador](https://arxiv.org/html/2607.22471#S4)
- **reported-result**: On single-function algorithmic benchmarks, MineValiCoder achieves state-of-the-art performance across all datasets. [localizador](https://arxiv.org/html/2607.22471#S4)
- **reported-result**: Specifically, it attains a Pass@1 score of 96.34% on HumanEval, surpassing the previous best (MapCoder, 93.90%). [localizador](https://arxiv.org/html/2607.22471#S4)
- **reported-result**: On HumanEval-ET, it scores 89.63%, outperforming strong baselines like CodeT (84.15%). [localizador](https://arxiv.org/html/2607.22471#S4)

## Lectura y límite

- Método: La lectura de Methodology describe la intervención y su construcción: In this paper, we focus on the task of code generation using Large Language Models (LLMs). Formally, given a natural language problem description Q , our objective is to utilize an LLM M to generate the optimal code c^{*} . This process involves generating intermediate test cases \mathcal{T} to guide the optimization of code. Table I summarizes the necessary notations used throughout this paper.
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiments.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: In this paper, we introduced MineValiCoder, a fully automated code generation framework that integrates test case quality mining with bipartite graph-based mutual validation. MineValiCoder effectively addresses the challenges of invalid TDD feedback and result instability. Specifically, MineValiCoder integrates the Test Case Quality Mining (TCQM) module for high-quality test cases generation and employs a Parallel TDD module for stable code optimization.…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiments.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.22471): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.22471): tipo abstract
- [Método · Methodology](https://arxiv.org/html/2607.22471#S3): tipo section
- [Evaluación · Experiments](https://arxiv.org/html/2607.22471#S4): tipo section
- [Cierre · Conclusion](https://arxiv.org/html/2607.22471#S5): tipo section

## Próxima prueba

- ¿La propuesta mejora coding agents frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [https://anonymous.4open.science/r/MVCoder-E3DD](https://anonymous.4open.science/r/MVCoder-E3DD)
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)
- [developer contributions](https://github.com/brucemiller/LaTeXML/issues)

## Enlaces relacionados

- [VAKRA](https://luiseduardodemiguel.com/research-ia/markdown/papers/vakra)
- [The Devil Is in the Interface](https://luiseduardodemiguel.com/research-ia/markdown/papers/devil-interface)
- [SkillSentry](https://luiseduardodemiguel.com/research-ia/markdown/papers/skillsentry)