<?xml version="1.0" encoding="UTF-8"?>
<oaire:resource xmlns:oaire="http://namespace.openaire.eu/schema/oaire/"
                xmlns:datacite="http://datacite.org/schema/kernel-4"
                xmlns:dc="http://purl.org/dc/elements/1.1/"
                xmlns:dcterms="http://purl.org/dc/terms/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://namespace.openaire.eu/schema/oaire/ https://www.openaire.eu/schema/repo-lit/4.0/openaire.xsd">
  <datacite:titles>
    <datacite:title xml:lang="eng">Inspectable Control for Structure-Preserving Software Regeneration</datacite:title>
  </datacite:titles>
  <datacite:creators>
    <datacite:creator>
      <datacite:creatorName nameType="Personal">Gavrilov, Alexey</datacite:creatorName>
      <datacite:givenName>Alexey</datacite:givenName>
      <datacite:familyName>Gavrilov</datacite:familyName>
      <datacite:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0009-0006-3147-5430</datacite:nameIdentifier>
      <datacite:affiliation>ITMO University, Saint Petersburg, Russian Federation</datacite:affiliation>
    </datacite:creator>
    <datacite:creator>
      <datacite:creatorName nameType="Personal">Gazzaev, Alan-Barsag</datacite:creatorName>
      <datacite:givenName>Alan-Barsag</datacite:givenName>
      <datacite:familyName>Gazzaev</datacite:familyName>
      <datacite:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0009-0000-0334-312X</datacite:nameIdentifier>
      <datacite:affiliation>ITMO University, Saint Petersburg, Russian Federation</datacite:affiliation>
    </datacite:creator>
    <datacite:creator>
      <datacite:creatorName nameType="Personal">Mozikov, Mikhail</datacite:creatorName>
      <datacite:givenName>Mikhail</datacite:givenName>
      <datacite:familyName>Mozikov</datacite:familyName>
      <datacite:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0003-0594-867X</datacite:nameIdentifier>
      <datacite:affiliation>AXXX, Moscow, Russian Federation</datacite:affiliation>
    </datacite:creator>
    <datacite:creator>
      <datacite:creatorName nameType="Personal">Makarov, Ilya</datacite:creatorName>
      <datacite:givenName>Ilya</datacite:givenName>
      <datacite:familyName>Makarov</datacite:familyName>
      <datacite:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0002-3308-8825</datacite:nameIdentifier>
      <datacite:affiliation>AXXX, Moscow, Russian Federation</datacite:affiliation>
    </datacite:creator>
    <datacite:creator>
      <datacite:creatorName nameType="Personal">Muravyov, Sergey</datacite:creatorName>
      <datacite:givenName>Sergey</datacite:givenName>
      <datacite:familyName>Muravyov</datacite:familyName>
      <datacite:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0002-4251-1744</datacite:nameIdentifier>
      <datacite:affiliation>ITMO University, Saint Petersburg, Russian Federation</datacite:affiliation>
    </datacite:creator>
  </datacite:creators>
  <datacite:alternateIdentifiers>
    <datacite:alternateIdentifier alternateIdentifierType="DOI">10.1145/3803437.3807386</datacite:alternateIdentifier>
  </datacite:alternateIdentifiers>
  <datacite:relatedIdentifiers>
    <datacite:relatedIdentifier relatedIdentifierType="ISBN" relationType="IsPartOf">979-8-4007-2636-1</datacite:relatedIdentifier>
  </datacite:relatedIdentifiers>
  <datacite:dates>
    <datacite:date dateType="Issued">2026-07-05</datacite:date>
  </datacite:dates>
  <dc:language>eng</dc:language>
  <dc:publisher>ACM</dc:publisher>
  <oaire:resourceType resourceTypeGeneral="literature" uri="http://purl.org/coar/resource_type/c_5794">conference paper</oaire:resourceType>
  <dc:description xml:lang="eng">Software-engineering workflows such as constrained repair, staged refinement, and structure-preserving modification require control over what changes and what remains fixed. Token-level generation is a weak control surface for these operations because it constrains local surface text rather than the coarse structural invariants that software engineering often aims to preserve. We study hierarchical discrete latents as an inspectable intermediate representation for software artifacts: a hierarchical VQ-VAE compresses a 64-token Python function into coarse and fine discrete codes, and masked discrete generation regenerates only selected positions under partial constraints. On 2,000 preprocessed Python functions, locking four top-level codes improves parse rate from 0.453 to 0.591 while preserving substantial change in unlocked positions (edit freedom, 0.936) and near-maximal sample uniqueness (diversity, 0.998). Under fixed coarse context, lower-level refinement is weaker but remains monotonic, supporting a coarse-to-fine reading of the hierarchy. Overall, these results provide early evidence for a practical control layer that supports bounded, structure-preserving software-artifact regeneration above the token level.</dc:description>
  <dc:format>text/html</dc:format>
  <dc:format>application/pdf</dc:format>
  <datacite:identifier identifierType="URL">https://aogavrilov.com/publications/inspectable-control/</datacite:identifier>
  <datacite:rights rightsURI="http://purl.org/coar/access_right/c_abf2">open access</datacite:rights>
  <datacite:subjects>
    <datacite:subject>software artifact control</datacite:subject>
    <datacite:subject>hierarchical discrete latents</datacite:subject>
    <datacite:subject>structure-preserving regeneration</datacite:subject>
    <datacite:subject>partial code regeneration</datacite:subject>
    <datacite:subject>masked discrete generation</datacite:subject>
    <datacite:subject>software engineering</datacite:subject>
    <datacite:subject>Automatic programming</datacite:subject>
    <datacite:subject>Software maintenance tools</datacite:subject>
  </datacite:subjects>
  <oaire:licenseCondition uri="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</oaire:licenseCondition>
  <oaire:version uri="http://purl.org/coar/version/c_ab4af688f83e57aa">AM</oaire:version>
  <oaire:file accessRightsURI="http://purl.org/coar/access_right/c_abf2" mimeType="application/pdf" objectType="fulltext">https://aogavrilov.com/publications/inspectable-control/paper.pdf</oaire:file>
  <oaire:citationTitle>Proceedings of the 34th ACM International Conference on the Foundations of Software Engineering</oaire:citationTitle>
  <oaire:citationStartPage>1406</oaire:citationStartPage>
  <oaire:citationEndPage>1407</oaire:citationEndPage>
</oaire:resource>
