You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: generalize superscript affiliation corrector to real-world notations (0.9.11)
Extends the 0.9.10 corrector beyond semicolon-delimited ASCII lists to handle
next-number-delimited lists, unicode superscript markers, multi-line banners,
marker ranges (1-3), and role glyphs (* / dagger / envelope / +) which are
ignored. Real affiliations are distinguished from author-name false positives
by a multilingual institution-keyword filter, the marker search is anchored on
each model-extracted author name, and the author/affiliation boundary is split
so a trailing author marker is not mistaken for the first affiliation number.
Validated on the 2025 corpus: 576 corrections across 4837 multi-author posters
with zero anomalies.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.9.11] - 2026-06-09
9
+
10
+
### Fixed
11
+
12
+
-**Superscript affiliation correction generalized to real-world notations.** 0.9.10's corrector only handled semicolon-delimited numbered lists with plain-digit markers. It now also handles numbered lists delimited by the next number (no semicolon), unicode superscript digit markers, multi-line banners (authors and affiliations on separate lines), marker ranges like "1-3", and role glyphs (asterisk, dagger, envelope, plus) which are ignored. Real affiliations are told apart from author-name false positives by a multilingual institution-keyword filter, the marker search is anchored on each model-extracted author name, and the author/affiliation boundary is split so a trailing author's marker is not mistaken for the first affiliation number. Validated on the 2025 corpus: fired on 576 of 4837 multi-author posters with zero anomalies (no author left empty or over-assigned), and verified semantically correct on real banners with up to 17 authors and complex multi-marker assignments.
0 commit comments