MP-STRUCT: Synthetic Language for Pre-Pretraining
- MP-STRUCT is a synthetic language that incorporates Merge, Agree, and Move to encode hierarchical syntactic structure for pre-pretraining language models.
- It utilizes a derivational system with explicit functional landmarks to reduce ambiguity in dependency retrieval for transformer models.
- Empirical results indicate that MP-STRUCT CORE outperforms baseline systems on token efficiency and dependency resolution metrics.
Searching arXiv for papers on MP-STRUCT and closely related synthetic-language pre-pretraining work. arxiv_search(query="MP-STRUCT Language Acquisition Device in LLMs", max_results=5) arxiv_search(query="MP-STRUCT synthetic language pre-pretraining LLMs", max_results=10) arxiv_search(query="pre-pretraining synthetic languages k-Shuffle Dyck LLMs", max_results=10) MP-STRUCT is a synthetic sequence generator for pre-pretraining LLMs that operationalizes three Minimalist Program operations—Merge, Agree, and Move—into token sequences encoding hierarchical composition, feature-based dependencies, and long-distance displacement. It was introduced as a LAD-inspired pre-pretraining language intended to constrain the learner’s hypothesis space toward natural-language-like structure with head-driven organization, directional displacement, and explicit functional landmarks that reduce dependency retrieval ambiguity for attention-based models (Mita et al., 16 May 2026).
1. Conceptual definition and design objective
MP-STRUCT is defined at two levels: a derivational system over syntactic objects supporting MERGE, AGREE, and MOVE, and a serializing grammar that linearizes those derivations into strings with explicit structural tokens, features, and movement traces. The central design goal is LAD-inspired pre-pretraining: the language is meant to encode head-driven hierarchy, structure-dependent agreement, and directional movement in a form that is accessible to transformer architectures (Mita et al., 16 May 2026).
A syntactic object has the form
where , is a feature structure over a finite feature inventory, and is an ordered list of syntactic objects. The feature inventory is
Interpretable number features are ; uninterpretable or valued features include , , and (Mita et al., 16 May 2026).
The language is expressly structured around functional heads and clause-spine organization. This means that MP-STRUCT does not merely encode nested bracketing. It encodes who licenses which dependency, where movement lands, and how agreement is valued. The paper argues that these landmarks make dependency identification more accessible than in generic formal languages that encode hierarchy but provide fewer retrieval cues. A plausible implication is that the representational burden is shifted away from purely latent induction and toward explicit structural indexing.
2. Derivational system: Merge, Agree, and Move
MERGE is binary composition. Given syntactic objects and 0, 1 yields a new object 2 whose label is determined by projection and whose children are 3, subject to head-selection constraints. In the transitive frame used in the generator, 4 selects 5, 6 selects 7, 8 selects 9, and 0 selects 1 (Mita et al., 16 May 2026).
AGREE values uninterpretable features on a head from interpretable features on a goal under locality and c-command. For agreement features 2, here 3, the compact formulation is
4
with 5. The concrete instantiation used is subject–T agreement:
6
MOVE copies a constituent to a higher position when licensed by a functional head and leaves a trace at the original position. Subject raising is licensed by 7 and wh-movement by 8. Formally, MOVE creates a copy 9 in the specifier of the licensor’s projection and replaces the original occurrence with 0, together with a dependency link 1. Movement must target the edge of the next phase head and is monotonic and leftward in the serialization adopted here (Mita et al., 16 May 2026).
The well-formedness conditions are correspondingly explicit. Selection requires compatible complements; AGREE requires local valuation of 2 by the subject 3; MOVE requires licensed landing sites, traces, and a single filler-gap dependency per clause. These constraints are not incidental. They determine which strings are generated at all, and they are part of the intended inductive bias.
3. Serialization, traces, and functional landmarks
MP-STRUCT linearizes derived trees in pre-order and emits structural brackets, category labels, functional heads, and their features, while stripping lexical content in the reported setup. The alphabet includes brackets 4, dependency markers, category labels such as 5, 6, 7, 8, 9, and feature renderings such as 0, 1, 2, 3, 4, 5, and 6. The start symbol is 7 (Mita et al., 16 May 2026).
A canonical derivation proceeds as follows. First, 8 and 9 are built by merging 0 and 1. Then 2 is formed by merging 3 with 4, and 5 by combining the subject with 6. Next, 7 is merged, AGREE values 8, and the subject moves to Spec-TP, leaving 9. Optionally, if 0, a 1 is copied to Spec-CP and a trace is left in its original position (Mita et al., 16 May 2026).
A representative lexical-stripped string is: 19
The paper also gives invalid configurations. An agreement violation assigns 2 to 3 while the subject bears 4. A movement violation fills Spec-TP without leaving 5 in the lower position (Mita et al., 16 May 2026).
Functional landmarks are a defining feature. Full MP-STRUCT uses explicit functional heads such as 6, 7, and 8 with features and consistent placement adjacent to dependency sites. In the CORE variant, these are replaced by abstract tokens 9, 0, and 1. Their stated roles are localization and directionality: they identify the domain and licensor responsible for each dependency and encode the clause spine 2. The paper’s interpretation is that such landmarks reduce the ambiguity of antecedent retrieval for attention-based models.
4. Pre-pretraining protocol and empirical results
The reported corpus uses 3 sequences with maximum sequence length 4, lexical terminals stripped, 5 on 6 set to True, 7, 8, number prior 9, and agreement-match ratio 0. Tokenization uses the Pythia-1B tokenizer on emitted structural tokens. The base model is Pythia-1B with context length 1 and AdamW optimization with 2, 3, 4, learning rate 5 with cosine schedule and warmup, minimum learning rate 6, weight decay 7, gradient clipping 8, mixed precision bf16, batch size 9, gradient accumulation 0, effective batch 1, and a pre-pretraining budget of 2 steps (Mita et al., 16 May 2026).
The downstream evaluation uses token-efficiency metrics per Hu et al., BLiMP minimal pairs, Jabberwocky sensitivity 3, and structural selectivity 4 on impossible languages such as SHUFFLE, REVERSE, and HOP. The main quantitative comparisons are:
| Variant | MRS / Efficiency Gain | BLiMP |
|---|---|---|
| MP-STRUCT | 5 / 6 | 7 |
| 8-Shuffle Dyck | 9 / 00 | 01 |
| MP-STRUCT CORE | 02 / 03 | 04 |
These results support three distinct claims. First, MP-STRUCT matches the strong formal-language baseline 05-Shuffle Dyck in token efficiency. Second, MP-STRUCT CORE surpasses it on MRS and Efficiency Gain. Third, BLiMP performance is comparable to the non-PPT baseline for MP-STRUCT and significant versus Non-PPT for MP-STRUCT CORE and 06-Shuffle Dyck (Mita et al., 16 May 2026).
The paper also reports that removing any single operation—Merge, Agree, or Move—degrades final loss relative to full MP-STRUCT. Jabberwocky sensitivity is lower than for 07-Shuffle Dyck, suggesting stronger reliance on structural cues when semantics are attenuated. On impossible languages, MP-STRUCT shows positive structural selectivity in REVERSE, whereas 08-Shuffle Dyck yields 09 (Mita et al., 16 May 2026).
5. MP-STRUCT CORE and the C-RASP question
MP-STRUCT CORE retains the clause spine, agreement, movement, and fixed transitive selection while stripping lexical content and replacing explicit heads with abstract landmarks. Its abstract generation procedure samples 10 and agreement values, builds the 11 domain, introduces a 12 domain with 13 and agreement marking, optionally copies a subject into Spec-CP with 14 as movement licensor, and linearizes the resulting structure in pre-order (Mita et al., 16 May 2026).
The central theoretical claim attached to CORE is that it is not definable in C-RASP. The reason given is that the generator imposes joint adjacency constraints such as immediate placement of 15 before the bracket that starts the relevant Agree/Move domain, and such head–dependency adjacency requires predicates referencing two positions simultaneously. The paper contrasts this with prior hypotheses that effective synthetic pre-pretraining languages must be both hierarchically expressive and circuit-theoretically learnable (Mita et al., 16 May 2026).
This matters because CORE nonetheless outperforms 16-Shuffle Dyck. The paper’s stated implication is that effective PPT design depends not only on expressivity but also on the accessibility of dependency resolution. In this account, functional landmarks are not superficial annotation; they are an architectural affordance that changes how easily a transformer can retrieve the relevant dependency endpoints.
6. Theoretical framing, limits, and significance
The work situates MP-STRUCT within the Language Acquisition Device hypothesis. In that framing, natural-language learning is aided by innate constraints that restrict the learner’s hypothesis space toward head-driven hierarchy, structure-dependent agreement, and directional displacement. MP-STRUCT is presented as a practical instantiation of such constraints for pre-pretraining, without lexical semantics and within a brief 17-step budget (Mita et al., 16 May 2026).
The paper is explicit about its limitations. Validation is reported on Pythia-1B; scaling to larger models or alternate architectures remains open. BLiMP is English-only, so transfer to typologically diverse languages is unresolved. The notion of dependency identification ambiguity is argued to be useful, but it does not yet have a corpus-independent formal metric. Functional landmarks may also change vocabulary statistics and entropy, which the paper identifies as a potential confound. Future directions listed include controlling for unigram entropy, extending the generator to multi-clause and embedding structures, directly probing attention heads for landmark-driven retrieval, and varying wh/EPP rates as part of curriculum design (Mita et al., 16 May 2026).
Within the literature on synthetic languages for pre-pretraining, MP-STRUCT is notable for combining three properties in one formalism: explicit hierarchical serialization, feature-based dependencies, and displacement with traces. The empirical finding that MP-STRUCT CORE can outperform 18-Shuffle Dyck despite being non-C-RASP-definable suggests that the decisive factor is not formal expressivity alone. The paper’s own conclusion is more specific: accessibility of dependency resolution is a key determinant of effective PPT language design (Mita et al., 16 May 2026).