SynFlow: A Multidimensional Diachronic Semantic Analysis Toolkit
An open-source tool that breaks down how a word's meaning changed, not just that it changed
SynFlow is an open-source toolkit that tracks lexical semantic change across multiple linguistic angles, such as syntax, morphology, and constructional patterns, instead of collapsing everything into a single vector-based score. A case study on the German adjective viral shows how its shift from 'virus-related' to 'going viral online' shows up consistently across several linguistic dimensions at once. On the SemEval-2020 Task 1 benchmark, its representations ranked above many neural-network-based systems while staying interpretable.
METAL MEDIA explanatory visual
An open-source tool that breaks down how a word's meaning changed, not just that it changed
- 01Vector-space methods for lexical semantic change (LSC) can flag that a word changed but rarely reveal which aspects of its usage actually drove that change
- 02SynFlow turns dependency-based co-occurrences, morphological features, constructional configurations, and externally derived representations like Frame Semantics into period-specific distributions processed through one shared workflow
- 03It supports multiple distance measures (cosine distance, Jensen-Shannon divergence, total variation distance/TVD), permutation testing for statistical significance, and value-level decomposition of change scores
- 04An incremental clustering feature built on word2vec embeddings helps distinguish simple lexical replacement from broader thematic shifts over time
- 05In the case study, the German adjective viral shows a shift around 2011-2015 from adjectival to adverbial use (as in viral gehen, 'to go viral'), visible consistently across syntactic slots, lexical fillers, constructional configurations, and morphological features
What they did
- Vector-space methods for lexical semantic change (LSC) can flag that a word changed but rarely reveal which aspects of its usage actually drove that change
- SynFlow turns dependency-based co-occurrences, morphological features, constructional configurations, and externally derived representations like Frame Semantics into period-specific distributions processed through one shared workflow
- It supports multiple distance measures (cosine distance, Jensen-Shannon divergence, total variation distance/TVD), permutation testing for statistical significance, and value-level decomposition of change scores
- An incremental clustering feature built on word2vec embeddings helps distinguish simple lexical replacement from broader thematic shifts over time
- In the case study, the German adjective viral shows a shift around 2011-2015 from adjectival to adverbial use (as in viral gehen, 'to go viral'), visible consistently across syntactic slots, lexical fillers, constructional configurations, and morphological features

| Type | Dimension | Example values | Interpretation |
|---|---|---|---|
| Slot type | SlotType | chi_nsubj, chi_obj | grammatical profile |
| Slot filler | FILLER[chi_obj] | cake | lexical preferences |
| Construction | Construction | [chi_nsubj + chi_obj] | multi-slot configurations |
| Feature type | FeatureType | Number, Tense | morphological profile |
| Feature | FEAT[Number] | Sing, Plur | variation within feature |

| Representation | Subtask 1 | Subtask 2 |
|---|---|---|
| Slot filler | 4th /28 | 12th /28 |
| Frame Semantics | 9th /28 | 9th /28 |

Why it matters
Researchers previously had to use separate tools for syntactic profiling, morphological analysis, and vector-based semantic change detection; SynFlow unifies these into one workflow, making analysis faster and results easier to interpret. It also demonstrated practical runtime on a large historical corpus (20 periods, over 116,000 parsed files) using just a consumer laptop, showing it's ready for real research use.

Terms in this paper
- Lexical semantic change (LSC) · the study of how a word's meaning shifts over time
- Total variation distance (TVD) · a statistical measure of how different two probability distributions are
- Jensen-Shannon divergence (JSD) · a symmetric statistical measure of the difference between two probability distributions
- Permutation testing · a statistical method that shuffles data randomly to check whether an observed change could have occurred by chance
- Frame Semantics · a linguistic theory that describes word meaning in terms of roles within a structured situational scenario

Original abstract (English)
Lexical semantic change (LSC) is commonly modelled through vector-space representations, but these approaches often provide limited insight into which aspects of usage are changing. Diachronic corpus research instead examines interpretable dimensions such as syntactic behaviour, morphology, and constructional patterns, but typically through separate analytical workflows. We present SynFlow, an open-source toolkit for multidimensional diachronic analysis of linguistic usage. SynFlow converts linguistic observations into period-specific distributions and applies a shared workflow across dependency-based co-occurrences, morphological features, constructional configurations, and externally derived representations such as Frame Semantics. It supports different distance measures, together with value-level decomposition, statistical testing, and incremental clustering of lexical fillers. We demonstrate SynFlow through a qualitative case study of the German adjective viral, showing how a single semantic development is reflected across syntactic, lexical, constructional, and morphological dimensions. We further report previously published results on SemEval-2020 Task 1 to situate the performance of these representations relative to existing lexical semantic change detection systems.
Read on arXivLatest papers
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?AI coding agents were tested on fixing real scientific software, and even the best one failed more than half the time
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM ServingMaking sparse attention fast enough and accurate enough for real LLM serving, not just papers
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM AgentsMaking customer-service AI agents follow the whole procedure, not just avoid one bad action
- EXIMO: VLM Guided Exploration of VLA PoliciesTeaching a robot new chores without human teleoperation, by letting a chatty AI supervise it
- EnvHarness: Awakening Static Worlds for Agent LearningInstead of building new training worlds from scratch, this work adds a plug-in layer that reshapes existing ones around each agent's actual weaknesses
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the ModelCompanies that rent AI instead of owning it can only do half of AI safety oversight
- PersonalBench: Measuring the Authorship Gap in LLM PersonalizationAI can be prompted to write 'like someone,' but its own voice never fully disappears
- Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)Testing AI summaries of stock news, the simple approach beat the trendy retrieval-based one
Latest from METAL MEDIA
Figures: Bach Phan-Tat et al., arXiv:2608.19472, CC BY 4.0