PreScience: A Dataset and Benchmark for Scientific Forecasting

Anirudh Ajith1,\(\dagger\)1 Amanpreet Singh1,\(\dagger\) Jay DeYoung1,\(\dagger\) Nadav Kunievsky2 Austin C. Kozlowski2 Oyvind Tafjord1 James Evans2 Daniel S. Weld1  Tom Hope1,3,\(\dagger\) Doug Downey1,4,\(\dagger\) 
1Allen Institute for Artificial Intelligence, Seattle, WA, USA
2Knowledge Lab, University of Chicago, Chicago, IL, USA
3School of Computer Science and Engineering, Hebrew University of Jerusalem, Israel
4Northwestern University, Evanston, IL, USA
\(\dagger\)Core contributor


Abstract

Can AI systems trained on the existing scientific record forecast the advances that will follow? We introduce PreScience, a dataset and benchmark for scientific forecasting built around 98K recent AI research papers, together with companion papers covering author publication histories and citation links, yielding 502K papers in total. The resulting paper records include titles, abstracts, disambiguated author identities, influential references, topic labels, citation trajectories, and metadata snapshotted to respect temporal cutoffs. We instantiate seven exemplar tasks: five paper-anchored tasks—contribution generation, collaborator prediction, prior work selection, citation count prediction, and future combination prediction—and two aggregate topic trend forecasting variants. We develop baselines ranging from simple heuristics and embedding methods to frontier language models and agentic systems, and introduce LACER, an LLM-based metric for evaluating similarity of generated contribution descriptions that agrees better with human judgments than existing metrics. Finally, we compose task models to generate a 12-month synthetic corpus and find that the resulting papers are systematically less diverse and less novel than human-authored research from the same period.

1 Introduction↩︎

Scientific research produces a large-scale chronological record: papers, authors, citations, and evolving topics. Predictive models trained on this record could help researchers identify relevant collaborators and prior work, anticipate emerging research directions, form hypotheses, and study how scientific interest evolves over time. Forecasting future scientific contributions also provides a natural challenge task for systems that aim to automate scientific discovery: success requires recovering the advances that were ultimately realized, given the prior art available at the time. These forecasting tasks demand integrating text, metadata, and relational structure; reasoning under temporal distribution shift; and identifying how prior work leads to new ideas and impact. Because it draws on a large historical record of science, the prediction task admits supervision at meaningful scale, offering a promising setting for evaluating and training models with deeper scientific understanding.

Previous work has examined individual science forecasting problems in isolation, including future collaborations [1][3], novel idea combinations [4], [5], future-paper insights [6], and publication impact [7]. However, these tasks are usually studied with disparate datasets and evaluation protocols, despite describing related facets of the same evolving scientific record. As a result, it remains difficult to compare methods across tasks, evaluate systems that use multiple kinds of scholarly evidence, or study scientific forecasting at both paper-level and aggregate scales. For large language models in particular, meaningful evaluation further requires forecasted papers to post-date model training cutoffs, a condition that many existing datasets and benchmarks do not satisfy.

Figure 1: PreScience instantiates 7 tasks over a dataset built from 98K recent research papers along with author publication histories, citation links, and rich metadata spanning 502K total papers.

We introduce PreScience, a living benchmark for scientific forecasting built from 98K recent AI-related arXiv papers, featuring disambiguated author identities, influential references, per-paper topic labels, citation trajectories, temporally aligned scholarly metadata, and a structured companion corpus of author publication histories and citation links spanning 502K total papers. In PreScience, we treat each paper as an observable record of a scientific contribution, represented through a shared schema containing its authors, influential references, contribution text, citation trajectory, topics, and metadata. This schema supports a broad family of forecasting tasks by varying which parts of the historical record are provided as inputs and which future quantities are predicted. In this paper, we instantiate seven representative prediction problems of interest to machine learning and science-of-science: five paper-anchored forecasting tasks, where each prediction instance is tied to one future paper record—contribution generation, collaborator prediction, prior work selection, citation count prediction, and future combination prediction—and two aggregate forecasting tasks, unary topic trend forecasting and topic-pair trend forecasting.

We develop and evaluate baselines spanning simple heuristics, embedding-based methods, frontier language models, and agentic systems. For contribution generation, we introduce an LLM-based metric called LACER that evaluates conceptual similarity between generated and ground-truth contribution descriptions, and find that LACER outperforms existing automated metrics when compared to expert human preferences, even approaching inter-annotator-agreement levels. Across tasks, our results show that current systems leave substantial headroom. Finally, we compose task models to run 12-month corpus-generation rollouts, showing that synthetic corpora generated by current methods are systematically less diverse and less novel than human-authored papers from the same period.

Our contributions are:

  • We introduce PreScience, a living dataset for scientific forecasting, covering 98K recent AI-related papers and a companion corpus of prior work totaling 502K papers, with disambiguated authors and their publication histories, influential references, citation trajectories, topic labels, and temporally aligned metadata.

  • We define seven forecasting tasks over a shared observation schema, including five paper-anchored tasks and two aggregate tasks, demonstrating the dataset’s utility for controlled evaluation across multiple views of the scientific record. We benchmark a broad set of methods on these tasks: including heuristic, embedding-based, frontier LLM-based, and agentic approaches.

  • We introduce LACER, a metric for evaluating generated contribution descriptions that approaches inter-annotator-agreement level agreement with expert human preferences.

  • We compose task-level models into corpus-level rollouts, and analyze how synthetic scientific corpora differ from real future literature, observing systematic degradations in diversity and novelty relative to human-authored research from the same period.

2 The PreScience Dataset↩︎

PreScience is a living2 dataset built from research papers posted to arXiv between October 2023 and September 2025 in six AI-related categories: cs.CL, cs.LG, cs.AI, cs.CV, cs.IR, and cs.NE. These 98K papers constitute the target papers of our paper-anchored tasks. We partition target papers into train (October 2023–September 2024) and test (October 2024–September 2025). To provide historical context for each target paper, we include a set of companion papers: influential references of target papers, prior publications of target papers’ authors, and influential references of those prior publications. Each influential reference is especially central to the citing paper’s contribution [8] (see Appendix 11.1.311.3.1 for alternatives). Together, target and companion papers form a 502K-paper corpus that can be used to construct the historical record \(\mathbf{H}^{<t}\) available before any time \(t\). Summary statistics appear in Table ¿tbl:tab:dataset95stats?, with additional distributions in Appendix 8.1.

2.0.0.1 Observation schema.

Each target paper \(p\) is represented by a temporally aligned paper record with four core components: disambiguated authors \(C_p\), influential references \(R_p\), contribution text \(A_p\) consisting of title and abstract, and citation trajectory \(I_p\) (month over month cumulative citation counts). The record also includes publication date \(t_p\), topic labels (obtained via multilabel classification over 202 topics; Appendix 8.3), arXiv categories, Semantic Scholar and arXiv identifiers, and other temporally aligned metadata. Appendix 8.2 tabulates the features provided for each paper type.

2.0.0.2 Ensuring dataset quality.

We take several measures to ensure that PreScience supports reliable modeling and evaluation. We source author identities and bibliographic metadata from the Semantic Scholar Graph [9], and disambiguate author profiles using S2AND [10]. In our manual examination, S2AND yielded more accurate author clusters than the current S2AG release. We restrict target papers to those with between 1 and 10 influential references, excluding instances with zero or unusually large influential-reference sets. Finally, all author- and reference-level metadata (publication counts, citation counts, and \(h\)-indices) are temporally aligned to each paper’s publication date to prevent leakage of future information into task inputs. We ensure the validity and consistency of topics assigned to papers; see Appendix 8.3.

3pt

3 Scientific Forecasting Tasks↩︎

The PreScience schema supports many forecasting tasks by varying input fields and prediction targets. We instantiate seven representative tasks, spanning established problems from existing literature and new prediction problems enabled by the PreScience schema. Together, they evaluate two scales of scientific forecasting: paper-anchored tasks which seek predictions for certain components of target paper records by conditioning on others (along with \(\mathbf{H}^{<t_p}\)), and aggregate tasks that predict corpus-level trends over longer time periods. Three of our selected tasks—collaborator prediction, prior work selection, and contribution generation—can also be composed into a generative process that allows corpus-scale roll-outs of synthetic papers (as in Section 4.5).

3.1 Paper-anchored Forecasting Tasks↩︎

3.1.0.1 Contribution generation.

Predicting future paper content from past literature is increasingly used to evaluate scientific ideation, hypothesis selection, and automated discovery. Prior work studies future-aligned proposal generation from research questions and inspiring papers [11], or core-insight anticipation from a pair of parent papers [6]. In PreScience, we forecast the title and abstract \(A_p\) of an actual future paper from its influential references \(R_p\) and \(\mathbf{H}^{<t_p}\); because \(R_p\) may contain more than two prior papers, this evaluates generation from a richer evidence set tied to a ground-truth paper. This task requires measuring conceptual similarity rather than surface-level overlap.

We introduce LACER (Lattice of Automatically Constructed Exemplars for Reference) score, an LLM-as-judge [12] metric calibrated to a 1–10 semantic-alignment scale using automatically constructed demonstrations. These demonstrations anchor the scale between topically related prior work and semantic equivalence to the target contribution, yielding an interpretable dynamic range without human-written examples. Against 250 expert similarity rankings, LACER approaches human inter-annotator agreement (Kendall’s \(\tau_b\): 0.57 vs. 0.53) and outperforms ROUGE-L [13], BERTScore [14], and ASPIRE Distance [15] (0.27, 0.40, and 0.35); details appear in Appendix 9.3. We provide examples of LACER evaluations in Appendix 13 along with two illustrations in Figure 2.

3.1.0.2 Collaborator prediction.

Forecasting future collaborations is useful for collaborator recommendation [16], author discovery [17], and studying how research communities form around emerging problems [18]. We formulate collaborator prediction as a link-prediction problem [1]: given a “seed” author (the first; Appendix 11.2.1) of paper \(p\) and \(\mathbf{H}^{<t_p}\), rank candidate authors by whether they are among the remaining co-authors of \(p\). We further restrict candidate authors to those with a non-empty publication history, leaving the modeling of first-time authors to future work. We evaluate rankings using normalized Discounted Cumulative Gain (nDCG) [19] and R-precision [20].

3.1.0.3 Prior work selection.

To our knowledge, we introduce a new task: given a team of collaborators, surface prior work likely to be influential for their future paper. Such a system could help scientific teams identify research directions to build on. We formulate this as a team-conditioned ranking problem: given the authors \(C_p\) of a target paper and \(\mathbf{H}^{<t_p}\), rank prior papers by whether they appear among \(p\)’s influential references \(R_p\).3 We evaluate rankings using nDCG and R-precision.

3.1.0.4 Citation count prediction.

Citation forecasting is useful for anticipating which papers are likely to receive early scholarly attention after publication, and can be a useful tool to researchers for prioritizing research directions.4 Citation count prediction is a regression task: given \(C_p\), \(R_p\), \(A_p\) and \(\mathbf{H}^{<t_p}\), predict the number of citations \(p\) will accumulate in the first 12 months after publication. We evaluate using mean absolute error, \(R^2\), Pearson correlation, and Spearman correlation.

3.1.0.5 Future combination prediction.

The problem of predicting which lines of work can productively be combined to yield breakthroughs has long been of interest to the science-of-science community. Given a target paper \(p\) from the first four months of the test period and \(\mathbf{H}^{<t_p}\), we rank all prior papers \(q \in \mathbf{H}^{<t_p}\) by how often \(p\) and \(q\) will later be jointly cited as influential references by future target papers during the eight months that follow \(t_p\). We evaluate rankings using nDCG and R-precision.

3.2 Aggregate Forecasting↩︎

3.2.0.1 Topic trend forecasting.

Scientists and policymakers often need to track which research areas are gaining or losing attention, both individually and in combination. This task poses the following problem: for each topic \(z\), predict how much its share of papers changes from the train period to the test period. Let \(s_{\mathrm{train}}(z)\) and \(s_{\mathrm{test}}(z)\) denote the fraction of evaluated papers assigned to \(z\) in the train and test periods, respectively. The prediction target is the difference between these two shares: \(\Delta s(z)=s_{\mathrm{test}}(z)-s_{\mathrm{train}}(z)\). We evaluate predictions using \(R^2\) and Pearson correlation over topics.

We evaluate two variants: unary topic trends, where each prediction unit is one of the 202 topics (Appendix 8.3), and topic-pair trends, where each unit is an unordered topic pair. For topic pairs, the target is the change in the fraction of evaluated papers assigned to both topics; we perform evaluations over pairs with at least 10 papers in either train or test, yielding 4,334 prediction units.

4 Experiments↩︎

We provide implementation details in Appendix 10 with computational costs appearing in Appendix 10.8. Additional per-task analyses and ablations appear in Appendix 11.

4.1 Contribution Generation↩︎

Figure 2: Examples of contribution generations from GPT-4o (center; the generated contribution PRESCIENCE is coincidental nomenclature and has no relation to our work) and GPT-5 agent (right) when provided the target’s authors and influential references. Additionally, the GPT-5 agent is given leakage-safe access to \mathbf{H}^{<t_p}.

We evaluate contribution generation in the default setting: models receive titles and abstracts of a target paper’s influential references \(R_p\) and generate the target title and abstract (prompt in Appendix 12.2). We compare frontier OpenAI and Anthropic models with finetuned OLMo 3 7B [22] and Qwen3 8B [23], plus reference baselines: a gold paraphrase, a random influential reference from \(R_p\), and a same-arXiv-category random paper. We report LACER (using gpt-5-2025-08-07 as judge) as the primary metric, with ROUGE-L [13] and BERTScore [14] for comparison.

3pt

4.1.0.1 Results.

Table ¿tbl:tab:followup? (left) shows that gold paraphrases reach the top of the LACER scale, while random same-category papers and influential references score much lower. Finetuned open models improve over the same-category baseline but score lower than frontier models; even the best frontier model reaches only moderate similarity to the ground truth, reflecting the difficulty of forecasting specific future contributions. Our ablations indicate that model pretraining overlap with the test period does not substantially affect LACER scores (Appendix 11.1.1), and that relative rankings remain similar across LACER judge choices (Appendix 9.2.1).

4.1.0.2 Context ablations.

Table ¿tbl:tab:followup? (right) evaluates GPT-5 with richer inputs on the full test split. All rows include influential references; related papers are retrieved from \(\mathbf{H}^{<t_p}\) using the papers in \(R_p\) as nearest-neighbor queries, and the citations setting assumes oracle access to 12-month citation count. Author histories provide a reliable improvement (\(5.64 \rightarrow 5.72\)), while related papers do not seem to help significantly, and oracle citation counts hurt clearly (\(5.64 \rightarrow 5.37\)), suggesting that scalar citation counts are not useful to GPT-5 in this setup. An agentic variant (\(\sim3\times\) in API costs compared to simple GPT-5 prompting) equipped with tool-access to the full historical record \(\mathbf{H}^{<t_p}\) performs best (\(5.86\)), indicating that broader context can improve predictions. The agent baseline’s implementation details appear in Appendix 10.1. Figure 2 shows an example of scored generations from GPT-4o and the GPT-5-based agent.

4.2 Paper-anchored Ranking Tasks↩︎

We evaluate three paper-anchored ranking tasks: collaborator prediction, prior work selection, and future combination prediction. For collaborator prediction, models rank candidate authors given a seed author and \(\mathbf{H}^{<t_p}\); for the other two tasks, models rank candidate papers from \(\mathbf{H}^{<t_p}\). We report nDCG@1000 and R-precision, using GRIT [24] embeddings in the main table and GTR [25] and Specter2 [26] variants in Appendices 11.2.4, 11.3.4, and 11.4.1.

4.2.0.1 Baselines.

For collaborator prediction and prior work selection, we evaluate frequency heuristics and embedding-based retrieval baselines. Frequency ranks candidates by historical co-authorship frequency with the seed author for collaborator prediction, and by previous citations from the target authors for prior work selection. Rank Fusion retrieves papers from \(\mathbf{H}^{<t_p}\) using query embeddings from the seed author or author set, then ranks candidates by aggregated ranks. Embedding Fusion ranks authors or papers by similarity in embedding space. Hierarchical Clustering represents each author using multiple centroids to model heterogeneous interests, while Projection learns a task-specific mapping over frozen embeddings using a Multi-Instance NCE objective [27]. For future combination prediction, Target Similarity ranks prior papers by similarity to the target title and abstract; Reference Similarity uses the mean embedding of the target paper’s influential references; Citation Frequency ranks papers by prior frequency as influential references; and Co-citation Frequency ranks papers by prior influential co-citation with the target paper’s influential references. We also evaluate two agentic baselines: Autoresearch, adapted from Karpathy’s autoresearch framework [28], which iteratively designs and tests ranking strategies under a 12-hour budget, and GPT-5 Agent, which uses tools for paper search, paper inspection, author histories, references, and citation traversal, with all outputs filtered to \(\mathbf{H}^{<t_p}\). Implementation details for the static baselines, Autoresearch, and the GPT-5 agent appear in Appendices 10.2, 10.3, and 10.4.

3pt

4.2.0.2 Results.

Table ¿tbl:tab:paper95level95ranking? shows that agentic methods perform best across all three ranking tasks. For collaborator prediction, Autoresearch improves over the strongest static baseline, Frequency, from \(0.40/0.28\) to \(0.49/0.34\) nDCG@1000/R-precision. For prior work selection, gains are smaller: Autoresearch reaches \(0.15/0.06\), only slightly above Embedding Fusion Proj. (\(0.13/0.05\)), indicating that identifying influential references remains difficult. For future combination prediction, Autoresearch performs best (\(0.38/0.19\)), while Reference Similarity is the strongest non-agentic baseline (\(0.30/0.16\)), suggesting that influential references provide useful signal for future combinations.

4.3 Citation Count Prediction↩︎

We evaluate citation forecasting with XGBoost regressors over three feature families: Target Text (target title and abstract), Context Text (influential references and author prior publications), and Bibliometrics (reference citation counts and author \(h\)-index, total citations, and publication counts at publication time). Text features use GRIT embeddings in the main table; GTR and Specter2 variants appear in Appendix 11.5.2. We predict 12-month citation counts and report metrics in both raw and log citation space. Similar to the previous tasks, we apply Autoresearch to this task as well.

Table 1: Citation count prediction results using GRIT embeddings.
Baseline MAE MAE (log) Pearson Pearson (log) Spearman
Target Text \(4.67\) \(0.71\) \(0.29\) \(0.49\) \(0.46\)
Bibliometrics \(4.79\) \(0.74\) \(0.36\) \(0.42\) \(0.37\)
Target + Context \(4.58\) \(0.69\) \(0.28\) \(0.54\) \(0.50\)
Target + Context + Bibliometrics \(4.52\) \(\mathbf{0.68}\) \(0.31\) \(0.56\) \(0.51\)
Autoresearch \(\mathbf{4.31}\) \(\mathbf{0.68}\) \(\mathbf{0.44}\) \(\mathbf{0.57}\) \(\mathbf{0.53}\)

6pt

4.3.0.1 Results.

Table 1 shows that adding Context Text to Target Text improves performance, and adding Bibliometrics yields smaller further gains. Autoresearch performs best overall, reaching \(4.31\) MAE, \(0.44\) Pearson, and \(0.53\) Spearman in raw citation space. Prediction error remains substantial, reflecting the heavy-tailed nature of citation outcomes; SHAP analyses of bibliometric features and prediction scatter plots appear in Appendix 11.5.1. Implementation details appear in Appendix 10.5.

4.4 Topic Trend Forecasting↩︎

4.4.0.1 Baselines.

We report simple extrapolative and momentum-based baselines as an initial benchmark for this new aggregate forecasting task. Mean predicts the same average change for every topic. Linear Extrapolation fits a linear trend to monthly historical counts and extrapolates over the forecast horizon. Citation Momentum scores each topic by summing the observable citations of its historical papers, then converts the score to a paper-count forecast via a topic-agnostic linear scale calibrated on an inner train/test split of the history period. Author Momentum uses the same inner-split calibration but replaces citations with per-author metrics — prior publication counts, \(h\)-indices, or total citations — summed across each paper’s authors. Richer learned time-series forecasting methods are a natural direction for future work.

Table 2: Topic trend forecasting results. We report \(R^2\) and Pearson correlation for predicted changes (\(\Delta\)) in topic share. Unary trends are evaluated over 202 topics; topic-pair trends are evaluated over 4,334 topic pairs with at least 10 papers in either train or test.
Baseline Unary topics Topic pairs
2-3 (lr)4-5 \(\Delta\)share \(R^2\) \(\Delta\)share Pearson \(\Delta\)share \(R^2\) \(\Delta\)share Pearson
Mean \(-11.29\) \(0.14\) \(-5.48\) \(0.25\)
Linear Extrapolation \(0.15\) \(0.52\) \(\mathbf{0.19}\) \(\mathbf{0.57}\)
Citation Momentum \(-2.37\) \(\mathbf{0.61}\) \(-2.74\) \(0.43\)
Author Momentum (papers) \(-0.05\) \(0.42\) \(0.00\) \(0.42\)
Author Momentum (\(h\)-index) \(\mathbf{0.17}\) \(0.50\) \(0.16\) \(0.47\)

5pt

4.4.0.2 Results.

Table 2 shows that simple historical signals are predictive but incomplete. For unary topics, author momentum based on \(h\)-index achieves the best \(R^2\) (\(0.17\)), while citation momentum gives the highest Pearson correlation (\(0.61\)). For topic pairs, linear extrapolation performs best on both metrics (\(0.19\) \(R^2\), \(0.57\) Pearson). Negative \(R^2\) values for mean and citation momentum show that correlation alone does not imply calibrated share-change predictions.

4.5 Corpus Generation↩︎

The preceding experiments evaluate task models in isolation. We also compose them into corpus-level rollouts that synthesize a 12-month stream of future paper records. Starting from the literature state at the beginning of the test period (\(\mathbf{H}^{<t_0}\), where \(t_0=\text{October 1, 2024}\)), the rollout proceeds day by day: sample the number of papers from a train-period daily publication distribution \(P_{\text{daily}}\), sample team sizes, predict collaborators, select influential references, generate titles and abstracts, and fold generated papers back into the literature state for subsequent steps. This rollout policy is a modeling choice for corpus generation, not part of the benchmark definition; full pseudocode appears in Appendix 10.7.0.3. We use one-shot GRIT + Embedding Fusion for collaborator prediction and prior work selection, and GPT-5 for contribution generation.

Figure 3: Corpus-generation rollouts produce synthetic papers that are less diverse than real future papers (left) and become less novel relative to the evolving literature state \mathbf{H}^{<t} (middle). When novelty is measured against the fixed pre-rollout corpus \mathbf{H}^{<t_0} (right), this decline largely disappears. Shading represents bootstrap 95% CIs.

4.5.0.1 Evaluation.

We compare synthetic and real future corpora using LACER-based diversity and novelty. For each month, we sample \(n=100\) generated papers and retrieve their \(k=10\) nearest neighbors in GRIT embedding space. Diversity uses same-month papers as the retrieval pool; novelty uses either the evolving literature state \(\mathbf{H}^{<t}\) or the fixed pre-rollout corpus \(\mathbf{H}^{<t_0}\). We size-match real-paper retrieval pools to synthetic pools, repeat the rollout six times, and report mean trends.

4.5.0.2 Results.

Synthetic corpora are consistently less diverse than real papers from the same period and become less novel relative to the evolving literature state \(\mathbf{H}^{<t}\) (Figure 3). This novelty decline largely disappears when measured against the fixed pre-rollout corpus \(\mathbf{H}^{<t_0}\), suggesting that generations remain distant from the original historical corpus but become increasingly similar to earlier synthetic outputs. Predicted author and prior-work sets are more diverse than their real-world counterparts (Appendix 11.6.1), suggesting that the diversity gap arises primarily from contribution generation rather than predicted collaborators or references.

5 Related Work↩︎

5.1 Forecasting Scientific Advances↩︎

Several recent benchmarks evaluate predictive models against future scientific advances. A few forecast concept co-occurrence in future papers, albeit at different scales: dynamic word embeddings trained on 67k quantum-physics papers [5], a knowledge graph built from 21M papers [29], and 65k research sub-fields (1827–2024) from OpenAlex [30], respectively. Proof of Time [31] was created to evaluate agents on 4 disparate tasks - impact prediction, author research evolution, peer-review awards and benchmark performance. ScienceMeter [32] measures knowledge projection, the ability of an updated model to anticipate scientific claims in post-cutoff papers. Closer to our contribution-generation task, [11] train language models to produce future-aligned proposals scored by their Future Alignment Score, while [6] introduce GiantsBench, a benchmark of parent-papers to downstream-insight pairs scored by an LLM judge. In contrast, PreScience defines multiple paper-anchored and aggregate forecasting tasks under a shared, temporally aligned observation schema, and can compose task models into corpus-generation rollouts.

5.1.0.1 Collaborator prediction

This task has been well-studied, with most efforts using graph-based modeling approaches [3], [33][37]. Some methods explore alternative representations, such as authors conditioned on a research topic [38], [39], or the temporal nature of their publication histories [40][42]. See [16], [43] for surveys touching on author link prediction.

5.1.0.2 Prior work selection

For a given set of authors, we forecast the literature they will build upon for creating a new advance. To our knowledge, this team-conditioned formulation is novel. In loosely related lines of work on scientific ideation, it is common to retrieve past papers to serve as inspirations [4], [44][46]; however, the objective in those works is ideation-focused rather than to forecast the choice of prior work conditioned on the collaborating authors and their expertise.

5.1.0.3 Contribution generation

The closest analogy to this task in current literature is scientific hypothesis generation or ideation, which can be grounded in the interactions between different areas of the scientific literature [47]. Many modern approaches build on this insight [44], [46], [48][50], including recent benchmarks mentioned earlier [6], [11], [51] and multi-agent systems  [52].

5.1.0.4 Topic-trend forecasting

Knowledge-graph approaches have been previously used to detect, analyze, and forecast topics from large-scale scholarly graphs [53], and topic popularity has been predicted five years in advance from publication, language, and patent signals [54]. Closer to our setting, link prediction over concept knowledge graphs forecasts future co-investigation at scale [29], and dynamic word embeddings can capture emergent cross-area connections [5].

5.1.0.5 Citation count and future combination prediction

Prior works have used varied measures for impact, ranging from citation accumulation [29], [55], novelty [56], [57], to research grant success [58][60]. Beyond predicting the citation count of a paper itself, PreScience’s future influential co-citation prediction task asks which prior works will appear as influential references jointly with a target paper. This sits in the same tradition of forecasting future conceptual connections—via knowledge-graph link prediction [29] and dynamic concept embeddings [5]—but is evaluated against an explicit influential-reference signal from real future papers. PreScience conditions the citation predictions on the full generative context: the research team, their prior work, and the contribution itself. Our finding that author and reference features provide substantial predictive power aligns with the “cumulative advantage” literature [7], [61], while the residual variance points to other potentially helpful signals that remain unexplored.

5.2 Generating Synthetic Scientific Corpora↩︎

A complementary line of work generates scientific outputs at scale such as ideas, hypotheses, papers, or full research workflows with LLMs and compares these to empirical research. Some include a human in the loop [62][64], while others operate fully autonomously [48], [65]. Multi-agent simulators give agents specialized roles, access to relevant literature, and the ability to interact in lab-like setups, producing synthetic research artifacts as their primary output [52], [66][68]. AgentRxiv [69] extends this further by letting agent labs share reports through a common preprint server, accumulating a synthetic record over time. Comparing the resulting corpora against real research is itself an established framing: [70] contrast artificially generated and real manuscripts via topological features, and recent studies of LLM idea generation systems report limited diversity in generated ideas relative to human-authored ones [71], [72]. Instead of solely focusing on ideation, PreScience  allows composing task-level forecasters for 12-month corpus-generation rollouts and quantifies how the resulting synthetic corpora differ from real future papers in diversity and novelty.

6 Limitations↩︎

As a first step toward building a holistic benchmark for a complex, co-evolving real-world process, our work has several limitations. Our benchmark is limited to research from the AI domain and focuses on seven tasks from among many possibilities, one of which is predicting citations which is a limited signal of scientific impact. There exist variables (e.g. conferences, grants, institutions) we do not include in our dataset that influence the arc of science. Further, the methods evaluated in this paper are a partial set of all available techniques. We hope that our openly released benchmark and dataset construction infrastructure facilitates addressing these limitations in future work.

7 Conclusion↩︎

We presented PreScience, a living dataset and benchmark for scientific forecasting over a shared, temporally controlled corpus of recent AI research. PreScience provides an observation schema that supports multiple forecasting tasks over the same scientific record, rather than prescribing a single model of how science unfolds. We instantiate seven tasks spanning paper-level forecasting and aggregate topic trends, introduce LACER for contribution generation, and benchmark a broad set of heuristic, embedding-based, language-model and agentic baselines. Across tasks, current methods leave substantial headroom, and our corpus-generation rollouts show that today’s composed systems produce synthetic corpora that are less diverse and less novel than real future literature. Future releases can extend PreScience to additional domains and richer observables, including institutions, funding, venues, peer-review signals, and multimodal paper content.

7.0.0.1 Broader Impact

We hope that PreScience  will spur the development of agents that can anticipate scientific activity and outcomes, helping scientists, policymakers, and others identify emerging opportunities and prioritize research directions. A potential risk of the work is that erroneous predictive outputs will be misused for decision-making. We emphasize that use of models trained and evaluated on PreScience carefully consider the limitations discussed in Section 6.

Acknowledgements↩︎

This work was supported in part by NSF Grant 2404109. We would also like to thank the Semantic Scholar team, UChicago APTO group, Sewon Min, and other members of Ai2 for their feedback and support.

8 Dataset↩︎

8.1 Summary Statistics↩︎

Figure 4 visualizes key properties of the PreScience dataset over target papers, including distributions of author counts per paper, author publication history lengths, influential reference counts, and citation trajectories. These statistics highlight the heavy-tailed and heterogeneous structure of the benchmark, which underlies the difficulty of forecasting collaboration, literature choice, and downstream impact.

a
b
c
d

Figure 4: Author, Influential Reference and Citation Trajectory statistics plotted over Target papers.. a — Number of Authors per paper, b — Author Publication History Length, c — Number of Influential References per paper, d — (Averaged) Citation Trajectories of target papers of various ages in the PreScience corpus

8.2 Features↩︎

We organize papers in PreScience into four roles: target papers, influential references of target papers, papers in a target author’s publication history, and influential references of those publication-history papers. All papers share a common set of bibliographic fields (Semantic Scholar corpus ID, arXiv ID, publication date, arXiv categories, title, and abstract).

For target papers, we additionally ensure the availability of complete, temporally aligned citation- and author-level metadata, including influential references, cumulative citation counts at the time of publication, and author statistics (IDs, names, \(h\)-indices, publication counts, and citation counts), as well as each author’s publication history up to the same publication time.

For certain companion papers, some feature availability is best-effort: we include influential references and basic author identity when they can be reliably recovered from the Semantic Scholar Graph and matched to arXiv preprints, but these fields may be empty when a cited work is not indexed by Semantic Scholar or does not have an arXiv version. Table 3 summarizes feature availability by role, with checkmarks indicating required fields and parentheses indicating best-effort fields.

Table 3: Feature availability by paper role in the dataset. A checkmark (✔) indicates that the field is provided; parentheses indicate best-effort availability. All papers are restricted to arXiv preprints reachable from at least one target paper through the relations described in Section [sec:sec:dataset].
Field Target Target.Infl. Ref Author Pub. Hist. Author Pub. Hist. Infl. Ref
Paper Metadata
1-5 Corpus ID
arXiv ID
Publication Date
arXiv Categories
Topics
Title
Abstract
Citation and Reference Data
1-5 Influential References (✔)
Citation Trajectory
Author Metadata
1-5 Author IDs (✔)
Author Names (✔)
Author \(h\)-index
Author Num. Papers
Author Num. Citations
Publication History

8.3 Topic Taxonomy and Labeling↩︎

8.3.0.1 Topic taxonomy.

We construct a flat taxonomy of 202 AI research topics for aggregate forecasting. We obtained an initial topic set by prompting GPT-5.4 with internet access enabled to propose approximately 200 fine-grained AI research topics active in the train-period literature associated with the arXiv categories listed in Section 2. We then manually refined the initial list by adding missing topics to improve coverage over the PreScience dataset and merging redundant entries, yielding the final 202-topic taxonomy.

We provide the full topic list below:

["Instruction tuning", "Preference optimization / alignment", "RLHF / RLAIF for post-training", "Prompt engineering / prompt optimization", "Prompt tuning / soft prompting", "Parameter-efficient fine-tuning", "In-context learning", "Long-context modeling", "Personalized language modeling", "Retrieval-augmented generation", "Tool / API-augmented language modeling", "Knowledge editing / model updating", "Model compression / distillation for LMs", "Chain-of-thought prompting", "Tree/search-based reasoning", "Self-critique / self-refinement", "Language-model planning", "Web/navigation agents", "Code-generation agents", "Multi-agent LLM collaboration", "Memory mechanisms for LLM agents", "Multimodal language agents", "Agent evaluation and benchmarks", "Hallucination detection and mitigation", "Calibration / uncertainty estimation for LLMs", "Jailbreak and prompt-injection robustness", "Privacy leakage / machine unlearning for LMs", "Mechanistic interpretability of transformers and LLMs", "Dialogue modeling", "Dialogue state tracking", "Dialogue evaluation", "Multimodal dialogue", "User modeling for conversational AI", "Proactive conversational AI", "Contextual dialogue modeling", "Information extraction", "Relation extraction", "Event extraction", "Question answering", "Summarization", "Long-document understanding", "Argument mining", "Stance detection", "Sentiment analysis", "Syntactic parsing / tagging / chunking", "Morphology and word segmentation", "Sentence-level semantics and textual inference", "Figurative language understanding / generation", "Machine translation", "Low-resource NLP", "Multilingual representation learning", "Cross-cultural NLP", "Multimodality and language grounding", "Knowledge-augmented NLP", "Scientific NLP", "Scholarly document processing", "Citation / evidence extraction", "Climate NLP", "Language-and-molecules modeling", "Dense retrieval", "Neural ranking / learning to rank", "Generative retrieval", "Conversational search", "RAG system design and evaluation", "Knowledge-enhanced retrieval", "Long-context retrieval", "LLM-based IR evaluation", "Collaborative filtering", "Knowledge-based recommendation", "Deep learning for recommender systems", "Natural-language / conversational recommenders", "Fair / privacy-aware recommendation", "3D reconstruction from multi-view and sensors", "3D reconstruction from single images", "Adversarial attack and defense in vision", "Biometrics", "Computational imaging", "Datasets and evaluation for vision", "Efficient and scalable vision models", "Face analysis", "Body / pose / gesture / motion understanding", "Low-level vision", "Document analysis and understanding", "Open-set / open-world recognition", "Out-of-distribution detection in vision", "Fine-grained visual categorization", "Self-supervised visual representation learning", "Semi-supervised visual learning", "Few-shot visual recognition", "Domain adaptation in vision", "Diffusion models for image synthesis", "Autoregressive image generation", "Generative-model inversion", "Image editing with generative models", "Synthetic data for visual recognition", "Analysis-by-synthesis / render-and-compare recognition", "3D foundation models", "3D content creation", "Neural radiance fields", "3D Gaussian splatting", "Implicit neural representations", "Novel-view synthesis", "Long-form video understanding", "Human action understanding / generation", "Large multimodal model evaluation", "Visual-prompt understanding in multimodal models", "Open-vocabulary / open-task vision-language models", "Vision-language reasoning", "Medical vision foundation models", "Medical image / video generation", "Biomedical image parsing", "Pathology image models", "Radiology foundation-model applications", "Medical imaging data curation", "Medical imaging data augmentation", "Fairness and safety in medical imaging AI", "Automatic speech recognition", "ASR error correction / rescoring", "Multilingual / multi-accent ASR", "Spoken language translation", "Spoken language understanding", "Text-to-speech", "Voice conversion", "Speaker verification", "Speaker diarization", "Speech processing with discrete units", "Speech emotion recognition / paralinguistics", "Pathological / health-related speech analysis", "Multi-channel speech enhancement", "Human-machine spoken interaction", "Responsible speech foundation models", "Speech deepfake / spoofing detection", "Streaming ASR", "Self-supervised learning for ASR", "Target-speaker extraction", "Deep reinforcement learning", "Hierarchical reinforcement learning", "Model-based reinforcement learning", "Policy optimization", "Bandits", "Sequential decision-making under uncertainty", "Active learning", "Adversarial learning", "Causal inference", "Causal discovery", "Causal representation learning", "Uncertainty quantification", "Probabilistic programming", "Approximate / variational inference", "Performative prediction", "Bayesian methods", "Belief propagation", "Robot foundation models", "Representation learning for robotic perception and control", "Imitation learning for robotics", "Reinforcement learning for physical robots", "Learning-and-planning hybrids in robotics", "Uncertainty-aware robotics", "Automatic robotic data generation", "Multimodal robot perception and sensor fusion", "Human-robot interaction with language / gestures", "Learning for robot task and motion planning", "Learning for hardware design and optimization", "Robot safety for learning-based systems", "Robot manipulation", "Visual navigation", "Locomotion learning", "Autonomous driving perception / prediction / planning", "Embodied question answering / embodied vision-language", "Open-world embodied AI", "Generative AI for embodied AI", "Dataset composition and curation for foundation models", "Data filtering / relabeling / augmentation", "Dataset quality / diversity / provenance analysis", "Data debugging / influence analysis", "Dataset distillation", "Synthetic-data effects / model collapse", "Weak-to-strong generalization", "Graph neural networks", "Relational / structured learning", "Spatio-temporal learning", "Time-series modeling", "Time-series foundation models", "Federated learning", "Privacy and security in data-centric ML", "Deep learning theory (training dynamics, generalization, optimization convergence)", "Scientific machine learning (PDE solvers, neural operators, PINNs)", "Continual learning and catastrophic forgetting", "Object detection, segmentation, and tracking in vision", "Video segmentation, tracking, and generation", "Remote sensing and geospatial vision", "Medical image segmentation and reconstruction (beyond foundation models)", "Biomedical signal analysis (EEG, ECG, physiological)", "Quantum machine learning", "Spiking and neuromorphic computing", "Explainable AI (non-mechanistic / non-LLM)", "AI governance, policy, and societal impact", "Systems and serving infrastructure for large models", "Audio and music modeling (non-speech)", "Tabular machine learning and AutoML", "Point cloud and 3D geometric learning", "Wireless communications and signal processing"]

8.3.0.2 Per-paper labeling.

We label each of the target papers in the train and test periods using gpt-5.4-2026-03-05 using the prompt provided in Appendix 12.1. The prompt provides the paper’s title and abstract along with the full taxonomy, and asks the model to return all applicable topics in JSON format, ordered by relevance. We instruct the model to exactly match topics from the taxonomy, include every topic directly addressed by the paper rather than only its primary focus, and exclude topics mentioned only in passing. Papers for which the model returns no applicable topic are assigned to a residual Other category; these account for approximately 6.3% of target papers and are excluded from topic trend forecasting evaluation. We provide associated statistics in Tables 4 and 5:

Table 4: Summary statistics for topic labels per target paper. Papers assigned only to the residual Other category are counted as having zero taxonomy labels.
Subset \(n\) Mean Stdev Min p50 p95 Max
All papers, incl. Other \(97{,}820\) \(3.15\) \(1.83\) \(0\) \(3\) \(6\) \(16\)
Papers with \(\geq 1\) label \(91{,}644\) \(3.37\) \(1.69\) \(1\) \(3\) \(6\) \(16\)

4pt

Table 5: Summary statistics for the number of papers assigned to each topic label across time slices.
Slice \(n\) Mean Stdev Min p50 p95 Max
Train \(202\) \(665\) \(753\) \(12\) \(410\) \(2{,}046\) \(5{,}546\)
Test \(202\) \(862\) \(977\) \(15\) \(521\) \(2{,}758\) \(6{,}982\)
All-time \(202\) \(1{,}527\) \(1{,}713\) \(29\) \(973\) \(4{,}256\) \(12{,}528\)

4pt

8.3.0.3 Cross-labeler validation.

To assess labeling reliability, we relabel a random sample of 530 papers with Claude Opus 4.7 using the same prompt. Agreement in assigned labels is substantial: per-paper label F1 is 0.67 over all 530 papers, and 0.71 over the 474 papers for which both labelers assign at least one topic.

8.3.0.4 External validation of topic labels.

To check that the GPT-5.4 topic labels correspond to semantically meaningful paper groupings, we compare them against GRIT embeddings, an independent representation computed without access to our taxonomy. For each of the 202 topics, we sample 2,000 pairs of papers assigned to that topic and compute their mean cosine similarity. We compare this to a null distribution estimated from 50,000 random paper pairs. Intra-topic similarity exceeds the null for every topic, with a median \(z\)-score of \(1.33\). Since GRIT is trained independently of our topic taxonomy, this consistent positive gap suggests that the labels recover semantically coherent groups of papers rather than arbitrary partitions.

Together, the cross-labeler agreement and embedding-based validation suggest that the GPT-5.4 labels provide a reasonable topic assignment for our topic trend forecasting task; however, PreScience also provides various kinds of paper metadata (Appendix 8.2), allowing users to construct alternative topic taxonomies or labels for their own analyses, including with more expensive or specialized methods.

9 A Metric for Contribution Generation↩︎

9.1 FacetScore↩︎

Unsatisfied with existing measures of textual similarity (ROUGE-L, BERTScore [14], ASPIRE-OT [15]), we developed a similarity metric called FacetScore based on the Scideator project [46]. Intended to assist in scientific ideation, Scideator [46] introduced the representation of a scientific advance as a combination of several facets: purpose, mechanism, and evaluation. We further added a notion of the scientific contribution type [73] (an artifact, knowledge, or better understanding) into this collection of facets. Once FacetScore extracts each of these fields from the provided pair of title-abstracts, it prompts an LLM to score the similarity between corresponding pairs of facets on a five-point scale. Finally, FacetScore returns the average of these facet-level similarity scores as the overall similarity score between the two provided papers.

However, we opted to omit FacetScore computations from out later experiments since we found that LACER judgements correlate significantly better with human judgements (Figure 5).

9.2 LACER↩︎

In our experiments, existing automatic textual similarity metrics (ROUGE-L, BERTScore [14], ASPIRE-OT [15], retrieval-based mean reciprocal rank (MRR), etc.) exhibited limited dynamic range: substantially different generated title-abstract pairs received similar scores, and it was often unclear or arbitrary, the degree of dissimilarity that yields a score at the lower extreme of the scale. To address this, we define LACER, an LLM-as-judge metric explicitly calibrated to a 1-10 semantic alignment scale using automatically constructed demonstrations.

Instead of relying on human-annotated similarity judgments, we generate calibration examples by interpolating between two intuitive endpoints. For each demonstration sequence, an influential reference whose abstract lies at the 50th percentile5 of \(n\)-gram overlap with the target defines score 1, representing related but clearly distinct prior work. A paraphrase of the target abstract defines score 10, representing near-semantic equivalence.

We then prompt (Appendix 12.4) GPT-5 to generate intermediate title–abstract pairs for scores 2 through 9 by gradually modifying one semantic aspect at a time (e.g., contribution type, model architecture, or task domain), forming a smooth transition between these endpoints. Five such interpolation sequences are included as few-shot examples in the scoring prompt (Appendix 12.5), which the judge model uses to assign calibrated 1–10 scores to new generation–reference pairs.

This approach anchors the LACER scale in concrete, task-specific contrasts while avoiding the cost of manual annotation, while also providing a well-defined and sensitive measure of conceptual alignment in scientific contributions.

9.2.1 Effect of LLM Judge Choice on LACER↩︎

Table 6 compares LACER scores for Contribution Generation under two independent LLM-based judges (GPT-5 and Claude Opus 4.5). We observe shifts in absolute values but strong agreement in relative ordering (Pearson 0.97, Spearman 0.81), suggesting that our main comparisons are not sensitive to the specific choice of judge.

Table 6: LACER scores (n=1000) for Contribution Generation as judged by GPT-5 and Claude Opus 4.5. The scores have a Pearson correlation of 0.97 and a Spearman correlation of 0.81.
Model LACER (GPT-5) LACER (Opus) LACER (Avg)
Influential Reference 4.30 4.05 4.18
GPT-4o 4.74 4.53 4.63
GPT-4.1 5.11 4.60 4.86
o3 5.50 4.67 5.08
GPT-5 5.66 4.65 5.16
GPT-5.1 5.39 4.74 5.07
GPT-5.2 5.63 4.70 5.16
Claude Sonnet 4.5 5.04 4.44 4.74
Claude Opus 4.5 5.04 4.55 4.79
Gold Paraphrase 10.00 9.79 9.89

9.3 Validating Contribution Generation Metrics↩︎

To develop and select among candidate metrics for the Contribution Generation task, we constructed both a validation set and a test set of human preference judgments.

For the test set, we sampled ten (influential reference, target) pairs from PreScience’s training set. For each pair, we generated ten possible candidate scientific advances, effectively attempting to reproduce each target ten times from its influential references: Concretely, we prompted each of claude-3-sonnet-20240229, gpt-4o-2024-11-20, meta-llama/Meta-Llama-3.1-8B-Instruct, and o3_mini to produce three follow-up contributions, yielding 30 candidates per target. From the union of these 30 generations and the target paper’s ground-truth influential references, we randomly sampled ten title–abstract pairs to use for annotation and evaluation.

Human annotators (drawn from PreScience’s authors) ranked the sampled generated contributions by conceptual similarity to the target paper’s ground-truth abstract, allowing ties. In the test set, each annotator ranked all candidates. For the validation set, we generated ten additional targets with corresponding candidate generations; these were singly annotated. We used the validation set internally to experiment with variations of FacetScore and LACER, and report results in this paper computed over the test set and the final versions of these metrics.

We measured inter-annotator agreement (IAA) and automated metrics’ agreement with human judgments using Kendall’s \(\tau_b\) [74] evaluated over the above test set. Annotators exhibit substantial agreement on this task, though some variability remains. We find that LACER is the only metric that approaches agreement comparable with human IAA. Further, LACER judgments appear robust to the choice of underlying LLM judge (Figure 5).

Figure 5: Agreement between humans, models, and aggregates. ‘Human’ refers to an average agreement among all five annotators – agreement computed against all the human annotators (excluding self-agreement), and then averaged. LACER is the only automated metric that reaches agreement with humans that is comparable to their IAA.

10 Experiment Implementation Details↩︎

10.1 Contribution Generation↩︎

10.1.0.1 Finetuned open models.

We fully finetune OLMo 3 7B and Qwen3 8B on the train split using the same input-output format as the prompted models. The input is the serialized influential-reference context and the target output is the gold title and abstract. We finetune each model for one epoch using the target papers from the train period. We find that training for more than one epoch leads to overfitting.

10.1.0.2 Reference baselines.

The random influential reference baseline returns the title and abstract of a randomly selected influential reference of \(p\). The primary category baseline returns the title and abstract of a randomly selected paper from the same primary arXiv category as \(p\). The gold paraphrase baseline uses a paraphrase of the target title and abstract.

10.1.0.3 Context ablations.

All GPT-5 ablations use the same \(n=500\) target-paper subset and include the influential references \(R_p\). For the related-paper settings, we retrieve up to 10 nearest-neighbor prior papers from \(\mathbf{H}^{<t_p}\) under GRIT cosine similarity, querying with the target’s title-abstract embedding. For the author-history settings, we walk the target’s authors in listed order and include up to 3 most-recent prior papers per author, stopping once 15 papers have been collected. For the oracle-citation-count settings, we provide the eventual 12-month citation count as an additional scalar input.

10.1.0.4 Tool-using GPT-5 agent.

This baseline replaces the static prompted setup with a gpt-5-2025-08-07 agent running an OpenAI tool-calling loop for at most 10 rounds per target. Given the target’s authors and influential references, the agent may invoke four corpus tools — search_papers (GRIT semantic search over \(\mathbf{H}^{<t_p}\)), get_paper, get_author_recent_papers, and get_references_of — and is required to emit Reasoning:, Title:, and Abstract: lines, which are scored as in the prompted baselines. Every tool result passes through a per-target leakage filter that, given the target’s publication date \(t_p\), drops the target paper itself, any paper with publication date \(\geq t_p\), any paper sharing the target’s title, and any paper whose abstract overlaps the target’s by 50 or more contiguous characters. The system prompt is provided in Appendix 12.6.1.

10.2 Collaborator Prediction↩︎

10.2.0.1 Evaluation.

We retain target papers with at least two authors whose publication histories are non-empty as of \(t_p\), since baselines that rank a candidate set rather than generate it require some signal to anchor on. Candidate authors are similarly restricted to those with at least one prior publication. Unless otherwise noted, we use the first author as the seed; Appendix 11.2.1 shows that this choice does not affect baseline ordering.

10.2.0.2 Baselines.

Embedding-based methods represent each author by the mean of their \(10\) most recent prior papers, and use cosine similarity for GTR and GRIT and Euclidean distance for Specter2. Hierarchical Clustering represents each author with \(\lceil\sqrt{n}\rceil\) centroids (where \(n\) is the author’s number of prior papers) over PCA-reduced paper embeddings, scoring candidates by the maximum similarity over (query centroid, candidate centroid) pairs. Embedding Fusion Proj. fits a 2-layer MLP on top of frozen GRIT embeddings using a multi-positive InfoNCE objective: positives are the target paper’s coauthors; the \(5\) hard negatives are sampled from authors who have coauthored with the positives’ prior coauthors but not directly with any positive; the \(10\) easy negatives are random pre-\(t_p\) authors outside both neighborhoods.

10.2.0.3 Autoresearch.

We adapt Karpathy’s autoresearch framework [28]: a Claude Opus 4.7-driven outer loop iteratively designs, implements, and benchmarks candidate ranking pipelines on a 1000-instance train-period dev set under a 12-hour wall-clock budget, returning the highest-scoring configuration. Within each evaluation instance, a per-target temporal filter is applied: the target paper is hidden and all tool calls return \(\varnothing\) for any paper, author publication, or citation with publication date \(\geq t_p\); candidate sets are restricted to pre-\(t_p\) IDs. The same per-target filter applies when the frozen pipeline is evaluated on the test set. The best-found pipeline is a frequency prior over the seed’s \(45\) most-recent papers, expanded via 2-hop and 3-hop coauthor traversal (top-\(150\) and top-\(100\) contributors per hop, with multiplicative damping factors of \(0.6\) and \(0.3\)), boosted by a citation-history pull that scores the authors of the seed’s \(10\) most-recently cited references, and rescaled by an exponential activity decay with a \(2.5\)-year half-life on each candidate’s most-recent publication date.

10.2.0.4 GPT-5 Agent.

Uses the same agent loop as in Appendix 10.1, with a fifth tool get_papers_citing exposed in addition to the four above and a system prompt instructing the agent to predict the ranked author_ids of likely future coauthors of the seed (full prompt in Appendix 12.6.2). The user message provides only the seed author_id and target date — no target paper text. All tool results are filtered to papers with publication date strictly before the target’s \(t_p\). The agent emits Reasoning: and Predictions: [author_id, ...]; the harness pads short lists to \(k=1000\) with random pre-cutoff candidate authors. Evaluated on a random \(n=500\) subset.

10.3 Prior Work Selection↩︎

10.3.0.1 Evaluation.

We restrict to target papers with at least one author whose prior publications include a paper with a non-empty influential-reference list, so that frequency- and rank-fusion baselines have a meaningful citation history to draw from. The candidate pool is the full \(\mathbf{H}^{<t_p}\) with no topic or neighborhood pre-filter, which makes the task substantially harder than open-domain retrieval — the model must distinguish a small (1–10) ground-truth set from hundreds of thousands of plausibly relevant papers.

10.3.0.2 Baselines.

All retrieval baselines use up to the \(10\) most recent prior papers per author. Embedding Fusion mean-pools the embeddings of those papers per author, averages the per-author embeddings into a single team query, and ranks candidates by similarity to that one query. Embedding Fusion Refs differs in two ways: per author it instead mean-pools the embeddings of the influential references that author has cited in their recent work, and at the team level it queries the index once per author and combines results by summed rank rather than averaging into a single query. The former thus treats an author’s own writing as the query, while the latter treats their citation history as the query. Rank Fusion queries the index once per cited reference and aggregates rankings weighted by citation multiplicity. Embedding Fusion Proj. reuses the projection architecture and training recipe from Appendix 10.2, supervised so that mean-pooled author queries are pulled towards the embeddings of their target papers’ influential references.

10.3.0.3 Autoresearch.

Best-found pipeline is a three-tier ranker that fuses (i) cited-reference frequency across the team’s recent papers, (ii) 2-hop co-cited references, and (iii) embedding similarity reranked with team-centroid, per-author-centroid, and cited-reference-centroid boosts. Outer loop, 12-hour budget, and per-target temporal filter as in Appendix 10.2.

10.3.0.4 GPT-5 Agent.

Five-tool agent loop as in Appendix 10.2, with a system prompt instructing the agent to predict the ranked corpus_ids of the target paper’s likely influential references (full prompt in Appendix 12.6.3). The user message provides the target authors and date but not the target’s title or abstract. All tool results are filtered to papers with publication date strictly before the target’s \(t_p\). Evaluated over a random \(n=500\) subset.

10.4 Future Combination Prediction↩︎

10.4.0.1 Evaluation.

Targets are drawn from the first four months of the test period, and ground-truth co-citation counts are tallied over the eight months that follow each target’s publication date. Targets with no observed co-citations in this window are dropped. The candidate pool is the full \(\mathbf{H}^{<t_p}\), with the paper index rolled forward chronologically so that, for each target, only papers published before \(t_p\) are visible.

10.4.0.2 Baselines.

Target Similarity and Reference Similarity both retrieve from this chronologically updated index, differing only in the query: the target’s title-abstract embedding for the former, and the mean embedding of the target’s influential references for the latter. Citation Frequency ranks each prior paper \(q\) by the number of pre-\(t_p\) papers that cite \(q\) as an influential reference, and Co-citation Frequency ranks \(q\) by how often it co-occurs in pre-\(t_p\) influential-reference lists with any of \(p\)’s influential references. We sweep all three embedding types in Appendix 11.4.1.

10.4.0.3 Autoresearch.

Best-found pipeline is reciprocal-rank fusion (\(k{=}6\)) over three rankings: a reference-centroid query in which each of the target’s influential references contributes to the centroid weighted by an IDF computed over pre-\(t_p\) papers (so rarely-cited references count more), a target title–abstract query, and a co-citation-graph score that weights citers by similarity to the target with a 365-day recency decay and a topic/category-overlap boost. Outer loop, 12-hour budget, and per-target temporal filter as in Appendix 10.2.

10.4.0.4 GPT-5 Agent.

Five-tool agent loop as in Appendix 10.2 (full prompt in Appendix 12.6.4). Unlike the other ranking tasks, the target paper’s title, abstract, topic labels, and influential references are exposed to the agent in the user message — these are causally available, since co-citation labels are derived from papers published after \(t_p\), not from the target itself. Other tool results remain filtered to papers with publication date strictly before \(t_p\). The system prompt instructs the agent to traverse get_papers_citing from each of the target’s references and aggregate the other references those citers share. Evaluated over a random \(n=500\) subset.

10.5 Citation Count Prediction↩︎

10.5.0.1 Evaluation.

We restrict targets to papers with at least \(12\) months of observed citations and have models regress against the log-transformed 12-month count, inverting back to raw counts and clipping at zero before computing raw-space metrics.

10.5.0.2 Baselines.

Bibliometrics combine per-author \(h\)-indices, publication and citation counts, team size, and the citation counts of influential references — all measured at \(t_p\). Target Text uses the target paper’s title-abstract embedding. Context Text concatenates two embedding components: the mean over the target’s influential-reference embeddings and a per-author embedding equal to the mean over each author’s prior publications. Per-paper feature vectors — whether bibliometric or embedding-based — expose up to four author slots (positions \(1\), \(2\), \(-2\), and \(-1\) in author order), giving the regressor a fixed-width view of lead and anchor authors regardless of team size. XGBoost hyperparameters are tuned via Bayesian optimization (Hyperopt, \(100\) evaluations) on a \(30\%\) validation slice and the final model is refit on the full training set with the best configuration.

10.5.0.3 Autoresearch.

Best-found pipeline is an XGBoost regressor over \(\log(1+c)\) trained on train-period papers disjoint from the 1000-instance dev set; the autoresearch outer loop selects the configuration that minimizes dev-set loss, and the frozen pipeline is then evaluated on the test set as in the other tasks. Per-paper features combine the target’s GRIT embedding, the mean GRIT embedding of its influential references, and 28 bibliometric scalars (author \(h\)-index, paper, and citation statistics; reference counts; title/abstract length; topic and category counts; target–reference cosine similarity; publication year and month). Outer loop, 12-hour budget, and per-target temporal filter as in Appendix 10.2.

10.6 Topic Trend Forecasting↩︎

10.6.0.1 Baselines.

All three baselines calibrate against an inner split of the train period: its first six months serve as an inner train period and the remaining six as an inner test period. Mean averages the per-topic inner-test paper count across topics and rescales it by the ratio of forecast length to inner-test length, predicting that single constant for every topic. Citation Momentum and Author Momentum instead fit a topic-agnostic linear scale that converts a per-topic score into a paper-count forecast on the inner split, then apply that scale to scores computed over the full train period. Citation Momentum scores each topic by the cumulative observable citations of its papers as of the relevant cutoff date (inner-history end when fitting the scale; history end when applying it); Author Momentum substitutes a per-author metric (number of prior papers, \(h\)-index, or total citations at \(t_p\)) summed across each paper’s authors. Linear Extrapolation side-steps the inner split entirely, fitting a per-topic OLS line to monthly counts in the train period and integrating the predicted rate over the test period. Topic pairs with fewer than ten papers in both periods are excluded.

10.7 Corpus Generation↩︎

10.7.0.1 Setup.

The simulation is initialized from the final date of the train period and proceeds in daily steps for \(365\) days. The number of papers per day is drawn from an empirical distribution of daily target-paper counts in the train period; per-paper author counts and influential-reference counts are drawn from analogous train-period distributions. New authors are introduced at the empirical first-time-author rate among train-period target authors and assigned fresh synthetic identifiers.

10.7.0.2 Composition.

Coauthor and prior-work prediction both use one-shot Embedding Fusion with GRIT, with author embeddings computed as the mean of each author’s \(10\) most recent papers. Title and abstract are then generated by GPT-5 (gpt-5-2025-08-07) conditioned on the predicted influential references. After each simulated day, generated papers are embedded with GRIT and added back to the literature state. Because they are added back, synthetic papers become eligible as influential references and as members of authors’ publication histories for subsequent days, a compounding feedback structure that helps explain the novelty decay reported in Section 4.5. Diversity and novelty estimates are aggregated over six independent rollouts to bound Monte Carlo variance in the reported confidence intervals.

10.7.0.3 Algorithm.

We provide pseudocode (Algorithm 6) for the corpus generation algorithm we employ and describe in Section 4.5.

Figure 6: Corpus Generation

10.8 Computational Resources↩︎

10.8.0.1 Dataset construction.

The pipeline runs on a single multi-core CPU machine in a few hours, except for S2AND author disambiguation (Stage 4), which takes up to a few days on a similar machine.

10.8.0.2 Topic labeling.

Per-paper topic labels (GPT-5.4 over the \(\sim\)​96k target papers, Appendix 8.3) complete in roughly an hour at 128-worker parallelism.

10.8.0.3 Embedding precomputation.

GRIT-7B embeddings for all \(\sim\)​465k corpus papers take a few hours on \(2\times\)H100 GPUs (one-time cost). GTR-T5-large and Specter2 are smaller and complete on a single H100 in comparable time.

10.8.0.4 Contribution generation.

Finetuning OLMo 3 7B and Qwen3 8B on the train-period targets each takes roughly half a day on \(4\times\)H100 GPUs. Frontier-model evaluation (GPT-4o, GPT-o3, GPT-5, GPT-5.2, Claude Sonnet/Opus 4.5) consumes \(\sim\)​5k chat-completion API calls per model on the test split. LACER scoring adds one GPT-5 judge call per generated paper; across all evaluated models this amounts to a few tens of thousands of judge calls.

10.8.0.5 Paper-anchored ranking tasks (collaborator, prior work, future combination).

Static baselines (frequency heuristics, embedding ranking, hierarchical clustering) are CPU-bound and complete within minutes to a few hours per task on a multi-core machine. Embedding Fusion Proj. adds a few hours of single-GPU training on an H100.

10.8.0.6 Citation count prediction.

XGBoost training plus Bayesian hyperparameter search (Hyperopt, 100 evaluations) completes in roughly one CPU-hour.

10.8.0.7 Topic trend forecasting.

Pure-CPU baselines that complete within minutes.

10.8.0.8 GPT-5 Agent.

Each agent run completes within a few hours wall-clock at 128-worker parallelism. The contribution-generation agent runs over the full \(n=5000\) test split (one \(\leq\)​10-round agent loop per target); the three ranking-task agents (collaborator, prior work, future combination) each run on \(n=500\). A 100-target calibration on contribution generation found that an agent run averages \(3.9\) tool-call rounds and consumes roughly \(9.7\times\) the prompt tokens, \(1.7\times\) the completion tokens, and \(\sim\!3\times\) the per-target API cost of the corresponding static GPT-5 baseline.

10.8.0.9 Autoresearch.

Each of the four task-specific outer loops consumes a fixed 12-hour wall-clock budget within which a Claude Opus 4.7 agent iteratively writes and benchmarks candidate Python pipelines against the 1000-instance train-period dev set. Total: \(\sim\)​48 hours of LLM-driven experimentation.

10.8.0.10 Corpus generation.

The heaviest single experiment in the paper. We perform six independent 12-month rollouts; each rollout simulates roughly \(250\) papers per day for 365 days, and each simulated paper triggers a collaborator-prediction call (CPU), a prior-work-selection call (CPU), and a GPT-5 contribution-generation API call. Across the six rollouts this amounts to roughly \(5\times10^5\) GPT-5 contribution-generation calls.

11 Additional Analyses↩︎

11.1 Contribution Generation↩︎

11.1.1 Effect of Pretraining Corpus Contamination↩︎

Table 7 compares mean LACER scores in the month immediately before and after each model’s reported knowledge cutoff date. We observe modest changes in absolute scores and no changes in relative model ordering, suggesting that any cutoff-related effects are small relative to the performance differences reported in the main results.

Table 7: Mean LACER scores (over 1 month) before and after model knowledge cutoff dates.
Model Cutoff Date Pre-cutoff Post-cutoff
Claude Sonnet 4.5 Jan 31, 2025 4.900 5.062
Claude Opus 4.5 May 31, 2025 5.054 5.008
GPT-5.2 Aug 31, 2025 5.706 5.595

11.1.2 Further Task Analyses↩︎

Figure 7 (a) shows that contribution generation becomes easier as more influential references are available, consistent with additional contextual signal improving conceptual alignment. Figure 7 (b) indicates that LACER scores are largely insensitive to a paper’s future citation impact, suggesting that predictive difficulty is decoupled from downstream popularity. Figure 7 (c) shows that papers whose influential references have lower average citation counts are easier to predict. This is consistent with highly cited prior work being useful to a wide application space. Figure 7 (d) shows that higher topical diversity among influential references is associated with improved prediction performance, perhaps indicating fewer “valid" ways in which diverse work can be combined (given that the subset can in fact be combined). Figure 7 (e) reveals systematic variation across arXiv categories, with computation-and-language papers exhibiting lower scores and machine-learning papers higher scores. Figure 7 (f) summarizes common failure modes, dominated by domain mismatch and application-context drift rather than surface-level keyword errors.6

a
b
c
d
e
f

Figure 7: Contribution Generation. a — Prediction is easier in instances with more influential references., b — Prediction difficulty appears agnostic to future impact of paper., c — Papers whose influential references have fewer citations are easier to predict., d — Papers whose influential references are more diverse in topics appear easier to predict., e — There is statistically significant variation in LLMs’ to predict work corresponding to different ArXiv topics with “Computation and Language (cs.CL)" papers being the hardest to predict among the shown topics and”Machine Learning (stat.ML)" papers being the easiest., f — Prediction Failure Modes

11.1.3 Effect of Influential Reference Choice↩︎

We evaluate contribution generation across three definitions of a target paper’s prior work — Semantic Scholar’s highly influential references [8], all of its references, and impact-revealing references [75] — using GPT-5, GPT-5.2, and Claude Opus 4.5 (Table 8). In absolute terms, larger reference sets yield higher LACER, but this trend is largely a context-size effect: when each paper’s reference set is randomly subsampled to match the size of the highly-influential set, both alternatives perform substantially worse than the default. The same pattern holds when all references are subsampled to the size of the impact-revealing set. Thus, at matched context budget, Semantic Scholar’s classifier selects a stronger subset of references for contribution generation than random subsamples of the larger reference sets. Relative model rankings are stable across all six conditions.

Table 8: Contribution generation  under alternative definitions of a target paper’s prior work (\(n=984\)). Subsampled rows random-subsample each paper’s references down to the count of the reference type given in parentheses, isolating reference-set selection from reference-set size.
Reference Set Ref. Count GPT-5 GPT-5.2 Claude Opus 4.5
Highly influential references \(3.02\) \(5.62\) \(5.50\) \(4.78\)
Impact-revealing references \(9.89\) \(6.45\) \(6.35\) \(5.46\)
All references \(35.16\) \(6.89\) \(6.63\) \(6.22\)
Impact-revealing references (sub. to highly-influential count) \(3.02\) \(5.11\) \(5.08\) \(3.49\)
All references (sub. to highly-influential count) \(3.02\) \(4.74\) \(4.68\) \(4.14\)
All references (sub. to impact-revealing count) \(9.89\) \(6.19\) \(6.00\)

11.2 Collaborator Prediction↩︎

11.2.1 Effect of Seed Author Choice↩︎

We find that the choice of seed author in the collaborator prediction task does not affect the relative ordering of baseline performance. This is a non-trivial result, as research team formation and collaborator discovery may be governed by different mechanisms for authors at different career stages or seniority levels. However, the baselines we evaluate primarily operate on order-invariant features of the observed co-authorship graph (e.g., local neighborhoods and aggregated publication histories), so it appears changing the seed largely only shifts the strength of the underlying collaboration signal without favoring any of the baselines over others.

Table 9: Effect of seed author choice on collaborator prediction performance (nDCG) (n=1000). The relative performance order among baselines remains unchanged.
Baseline First Last Random Argmax h-index
Frequency 0.38 0.34 0.37 0.26
Rank Fusion (GRIT) 0.15 0.12 0.14 0.10
Embedding Fusion (GRIT) 0.29 0.23 0.26 0.18
Embedding Fusion + Projection (GRIT) 0.24 0.22 0.23 0.18

6pt

11.2.2 Further Task Analyses↩︎

Figure 8 analyzes collaborator prediction performance across two sources of variation. Panel (a) shows that nDCG decreases as the first author’s publication history grows, indicating that larger and more crowded collaboration neighborhoods dilute the signal available to frequency- and embedding-based baselines. Panel (b) shows that R-precision declines monotonically with team size, reflecting the increasing combinatorial difficulty of recovering all collaborators as the target set grows.

a
b

Figure 8: Collaborator Prediction. a — nDCG scores as author profiles become crowded with more publications., b — Larger teams are harder to correctly predict.

11.2.3 Hit Rate by Familiarity↩︎

Figure 9 reports collaborator prediction hit rate as a function of how often the candidate has previously co-authored with the seed. All baselines exhibit near-zero hit rates when predicting first-time collaborators, indicating that current methods recover repeat-collaboration structure but cannot anticipate genuinely new relationships.

Figure 9: Collaborator prediction hit rate — the fraction of top-R predicted authors that are among the R ground-truth authors — as the number of prior co-authorships between candidate and seed varies. All baselines exhibit near-zero performance when predicting first-time collaborators.

11.2.4 Effect of Embedding Choice↩︎

Table 10 reports collaborator prediction baselines across GTR, Specter2, and GRIT embeddings. GRIT yields the strongest results for Embedding Fusion, while Hierarchical Clustering is largely insensitive to the choice of embedding.

Table 10: Effect of embedding choice on collaborator prediction baselines.
Method (Embed) nDCG R-Prec
Rank Fusion (GTR) \(0.15\) \(0.06\)
Rank Fusion (Specter2) \(0.11\) \(0.05\)
Rank Fusion (GRIT) \(0.17\) \(0.08\)
Emb. Fusion (GTR) \(0.24\) \(0.16\)
Emb. Fusion (Specter2) \(0.19\) \(0.11\)
Emb. Fusion (GRIT) \(\mathbf{0.28}\) \(\mathbf{0.18}\)
Hier. Clustering (GTR) \(0.25\) \(0.15\)
Hier. Clustering (Specter2) \(0.25\) \(0.14\)
Hier. Clustering (GRIT) \(0.25\) \(0.15\)

4pt

11.3 Prior Work Selection↩︎

11.3.1 Effect of Influential Reference Choice↩︎

In addition to Semantic Scholar’s highly influential references [8], we evaluate two alternative definitions of influential prior work: (i) using the full set of references cited by each paper, and (ii) using impact-revealing references [75]. As shown in Table 11, neither alternative yields a dramatic improvement in prediction performance over the default influential-reference definition7. However, both incur substantially higher computational and data costs: including all references dramatically expands the set of companion papers and causes the historical corpus \(H_{<t}\) to balloon, while computing impact-revealing references requires repeated calls to commercial LLM APIs. These results motivate our use of Semantic Scholar influential references as a practical trade-off between predictive signal and scalability.

Table 11: Prior work selection performance (n=1000) across reference types. Standard deviations are shown in subscript parentheses.
Reference Type Reference Count nDCG R-Prec
S2 Highly Influential \(5.43_{(0.12)}\) \(4.2_{(0.4)}\) \(3.0_{(0.3)}\)
All References \(34.04_{(0.63)}\) \(7.6_{(0.3)}\) \(4.6_{(0.2)}\)
Impact-Revealing \(10.65_{(0.22)}\) \(5.7_{(0.3)}\) \(3.6_{(0.3)}\)

11.3.2 Further Task Analyses↩︎

Figure 10 presents diagnostic analyses of prior work selection performance across author experience, number of references, and team size. Across all three views, we observe limited and non-monotonic variation in nDCG and R-precision across baselines, suggesting that no single factor strongly governs performance in isolation.

a

b

c

Figure 10: Prior Work Prediction.

11.3.3 Hit Rate by Familiarity↩︎

Figure 11 reports prior work selection hit rate as a function of how often the target paper’s authors have previously cited the candidate reference. Aside from Frequency, which dominates in high-familiarity regimes, embedding-based methods achieve low hit rates across all buckets and degrade further for less-precedented references.

Figure 11: Prior work prediction hit rate as a function of how often a target paper’s authors have previously cited the candidate reference. Methods struggle to predict novel references; Frequency dominates for previously-cited works.

11.3.4 Effect of Embedding Choice↩︎

Table 12 reports prior work selection baselines across GTR, Specter2, and GRIT embeddings. GRIT consistently outperforms the other two for Embedding Fusion, while Rank Fusion and Hierarchical Clustering are largely insensitive to the choice of embedding.

Table 12: Effect of embedding choice on prior work selection baselines.
Method (Embed) nDCG R-Prec
Rank Fusion (GTR) \(0.03\) \(0.01\)
Rank Fusion (Specter2) \(0.02\) \(0.01\)
Rank Fusion (GRIT) \(0.02\) \(0.01\)
Emb. Fusion (GTR) \(0.05\) \(0.02\)
Emb. Fusion (Specter2) \(0.07\) \(0.03\)
Emb. Fusion (GRIT) \(0.11\) \(0.05\)
Hier. Clustering (GTR) \(0.06\) \(0.02\)
Hier. Clustering (Specter2) \(0.07\) \(0.02\)
Hier. Clustering (GRIT) \(0.06\) \(0.02\)

4pt

11.4 Future Combination Prediction↩︎

11.4.1 Effect of Embedding Choice↩︎

Table 13 reports future combination prediction baselines across GTR, Specter2, and GRIT embeddings. GRIT yields the strongest results for both Target Similarity and Reference Similarity, with Reference Similarity outperforming Target Similarity at every embedding choice.

Table 13: Effect of embedding choice on future combination prediction.
Method (Embed) nDCG R-Prec
Target Similarity (GTR) \(0.14\) \(0.05\)
Target Similarity (Specter2) \(0.21\) \(0.08\)
Target Similarity (GRIT) \(0.26\) \(0.11\)
Reference Similarity (GTR) \(0.22\) \(0.12\)
Reference Similarity (Specter2) \(0.26\) \(0.12\)
Reference Similarity (GRIT) \(0.31\) \(0.16\)

4pt

11.5 Citation Count Prediction↩︎

11.5.1 Further Task Analyses↩︎

Figure 12 analyzes citation count prediction using an XGBoost regressor trained over the full feature set described in Section 4.3. Panel (a) plots predicted versus true 12-month citation counts and exhibits clear heteroscedasticity: variance in prediction error increases with citation magnitude, indicating that highly cited papers are systematically harder to predict than low-impact papers. Panel (b) summarizes feature attributions via SHAP for the bibliometric features we use in Section 4.3.

a
b

Figure 12: Citation count prediction analysis: (a) scatter plot of predicted vs.true citation counts using all features, and (b) SHAP summary of feature attributions for XGBoostRegressor trained over bibliometric features.. a — Scatter plot of citation count predictions (XGBoostRegressor; all features)., b — SHAP values for the XGBoost regressor trained over author- and influential-reference-related numerical metadata features.

11.5.2 Effect of Embedding Choice↩︎

Table 14 reports Target Text citation count prediction baselines across GTR, Specter2, and GRIT embeddings. GRIT yields the strongest performance across all metrics.

Table 14: Effect of embedding choice on citation count prediction baselines.
Baseline MAE MAE (log) Pearson Pearson (log) Spearman
Target Text (GTR) \(4.83\) \(0.74\) \(0.18\) \(0.40\) \(0.38\)
Target Text (Specter2) \(4.78\) \(0.73\) \(0.20\) \(0.45\) \(0.42\)
Target Text (GRIT) \(4.67\) \(0.71\) \(0.29\) \(0.49\) \(0.46\)

6pt

11.6 Corpus Generation↩︎

11.6.1 Further Task Analyses↩︎

a
b

Figure 13: Diversity of Authors and Prior work surfaced during corpus generation. We employ retrieval pool subsampling to remove systemic biases due to discrepancies between natural and synthetic corpus sizes.. a — Authors surfaced by the synthetic rollouts are more diverse than the corresponding natural authors., b — Prior work surfaced during synthetic rollouts is more diverse than by natural papers from the same time period.

11.6.2 Discussion↩︎

11.6.2.1 Realistically simulating corpus rollouts can be difficult.

Even assuming access to models that can perform individual tasks well, it can be challenging to use them to generate realistic corpora. Choices made while designing the procedure that utilizes these models for multi-turn corpus roll-outs can have unintended consequences that bias corpus statistics. For example, Figure 14 shows the distribution of primary arXiv topics of Natural and Synthetic8 papers corresponding to this period. Real-world research shows much more seasonal variation in the distribution over papers published year-round than the synthetic corpus. This arises from the fact that our simulation uniformly and independently randomly selects seed authors from the PreScience dataset for each synthesized paper whereas certain seed authors may be more likely to publish their work at certain times of the year than others due to external circumstances like venue deadlines or academic schedules.

Figure 14: Primary arXiv topics of real-world (Natural) and Synthetic papers. Real-world papers show significant seasonal variation while synthetic ones do not.

11.6.2.2 Individual statistics computed over a generated corpus can be misleading.

It can be difficult to accurately measure the quality of a synthetic corpus. For instance, in Figure 15, we measure the fraction of target papers from the natural and simulated corpora that contain at least one influential reference that cites another of the target paper’s influential references. Although it appears that this coefficient approaches that from the natural corpus as the simulation proceeds, an observation that can be mistaken for implying that the simulated papers citation patterns become more natural as simulation proceeds–we find that its upward slope is due to another factor: Synthetic papers that enter the corpus can connect two previously disparate papers, and a future synthetic paper that cites the same set would now raise the local clustering coefficient as the simulation proceeds. A phenomenon that skews the synthetic corpus away from the natural corpus thus has the effect of causing this statistic to trend in the “correct" direction.

Figure 15: Local clustering coefficient (i.e. the fraction of pairs of influential references of the target paper that cite another of its influential references.

12 Prompts↩︎

12.1 Topic Assignment Prompt↩︎


You are a scientific paper topic classifier. Given a paper title and abstract, assign all topics from the list below that clearly apply.

Topics:
- Instruction tuning
- Preference optimization / alignment
- RLHF / RLAIF for post-training
- Prompt engineering / prompt optimization
- Prompt tuning / soft prompting
- Parameter-efficient fine-tuning
- In-context learning
- Long-context modeling
- Personalized language modeling
- Retrieval-augmented generation
- Tool / API-augmented language modeling
- Knowledge editing / model updating
- Model compression / distillation for LMs
- Chain-of-thought prompting
- Tree/search-based reasoning
- Self-critique / self-refinement
- Language-model planning
- Web/navigation agents
- Code-generation agents
- Multi-agent LLM collaboration
- Memory mechanisms for LLM agents
- Multimodal language agents
- Agent evaluation and benchmarks
- Hallucination detection and mitigation
- Calibration / uncertainty estimation for LLMs
- Jailbreak and prompt-injection robustness
- Privacy leakage / machine unlearning for LMs
- Mechanistic interpretability of transformers and LLMs
- Dialogue modeling
- Dialogue state tracking
- Dialogue evaluation
- Multimodal dialogue
- User modeling for conversational AI
- Proactive conversational AI
- Contextual dialogue modeling
- Information extraction
- Relation extraction
- Event extraction
- Question answering
- Summarization
- Long-document understanding
- Argument mining
- Stance detection
- Sentiment analysis
- Syntactic parsing / tagging / chunking
- Morphology and word segmentation
- Sentence-level semantics and textual inference
- Figurative language understanding / generation
- Machine translation
- Low-resource NLP
- Multilingual representation learning
- Cross-cultural NLP
- Multimodality and language grounding
- Knowledge-augmented NLP
- Scientific NLP
- Scholarly document processing
- Citation / evidence extraction
- Climate NLP
- Language-and-molecules modeling
- Dense retrieval
- Neural ranking / learning to rank
- Generative retrieval
- Conversational search
- RAG system design and evaluation
- Knowledge-enhanced retrieval
- Long-context retrieval
- LLM-based IR evaluation
- Collaborative filtering
- Knowledge-based recommendation
- Deep learning for recommender systems
- Natural-language / conversational recommenders
- Fair / privacy-aware recommendation
- 3D reconstruction from multi-view and sensors
- 3D reconstruction from single images
- Adversarial attack and defense in vision
- Biometrics
- Computational imaging
- Datasets and evaluation for vision
- Efficient and scalable vision models
- Face analysis
- Body / pose / gesture / motion understanding
- Low-level vision
- Document analysis and understanding
- Open-set / open-world recognition
- Out-of-distribution detection in vision
- Fine-grained visual categorization
- Self-supervised visual representation learning
- Semi-supervised visual learning
- Few-shot visual recognition
- Domain adaptation in vision
- Diffusion models for image synthesis
- Autoregressive image generation
- Generative-model inversion
- Image editing with generative models
- Synthetic data for visual recognition
- Analysis-by-synthesis / render-and-compare recognition
- 3D foundation models
- 3D content creation
- Neural radiance fields
- 3D Gaussian splatting
- Implicit neural representations
- Novel-view synthesis
- Long-form video understanding
- Human action understanding / generation
- Large multimodal model evaluation
- Visual-prompt understanding in multimodal models
- Open-vocabulary / open-task vision-language models
- Vision-language reasoning
- Medical vision foundation models
- Medical image / video generation
- Biomedical image parsing
- Pathology image models
- Radiology foundation-model applications
- Medical imaging data curation
- Medical imaging data augmentation
- Fairness and safety in medical imaging AI
- Automatic speech recognition
- ASR error correction / rescoring
- Multilingual / multi-accent ASR
- Spoken language translation
- Spoken language understanding
- Text-to-speech
- Voice conversion
- Speaker verification
- Speaker diarization
- Speech processing with discrete units
- Speech emotion recognition / paralinguistics
- Pathological / health-related speech analysis
- Multi-channel speech enhancement
- Human-machine spoken interaction
- Responsible speech foundation models
- Speech deepfake / spoofing detection
- Streaming ASR
- Self-supervised learning for ASR
- Target-speaker extraction
- Deep reinforcement learning
- Hierarchical reinforcement learning
- Model-based reinforcement learning
- Policy optimization
- Bandits
- Sequential decision-making under uncertainty
- Active learning
- Adversarial learning
- Causal inference
- Causal discovery
- Causal representation learning
- Uncertainty quantification
- Probabilistic programming
- Approximate / variational inference
- Performative prediction
- Bayesian methods
- Belief propagation
- Robot foundation models
- Representation learning for robotic perception and control
- Imitation learning for robotics
- Reinforcement learning for physical robots
- Learning-and-planning hybrids in robotics
- Uncertainty-aware robotics
- Automatic robotic data generation
- Multimodal robot perception and sensor fusion
- Human-robot interaction with language / gestures
- Learning for robot task and motion planning
- Learning for hardware design and optimization
- Robot safety for learning-based systems
- Robot manipulation
- Visual navigation
- Locomotion learning
- Autonomous driving perception / prediction / planning
- Embodied question answering / embodied vision-language
- Open-world embodied AI
- Generative AI for embodied AI
- Dataset composition and curation for foundation models
- Data filtering / relabeling / augmentation
- Dataset quality / diversity / provenance analysis
- Data debugging / influence analysis
- Dataset distillation
- Synthetic-data effects / model collapse
- Weak-to-strong generalization
- Graph neural networks
- Relational / structured learning
- Spatio-temporal learning
- Time-series modeling
- Time-series foundation models
- Federated learning
- Privacy and security in data-centric ML
- Deep learning theory (training dynamics, generalization, optimization convergence)
- Scientific machine learning (PDE solvers, neural operators, PINNs)
- Continual learning and catastrophic forgetting
- Object detection, segmentation, and tracking in vision
- Video segmentation, tracking, and generation
- Remote sensing and geospatial vision
- Medical image segmentation and reconstruction (beyond foundation models)
- Biomedical signal analysis (EEG, ECG, physiological)
- Quantum machine learning
- Spiking and neuromorphic computing
- Explainable AI (non-mechanistic / non-LLM)
- AI governance, policy, and societal impact
- Systems and serving infrastructure for large models
- Audio and music modeling (non-speech)
- Tabular machine learning and AutoML
- Point cloud and 3D geometric learning
- Wireless communications and signal processing

Rules:
1) Output ONLY compact JSON of the form {"topics": ["<topic>", "<topic>", ...]}.
2) Each string in the list MUST exactly match one topic from the list above (same spelling and punctuation).
3) If no topic clearly applies, output {"topics": []}.
4) Never invent topics outside the list.
5) List all applicable topics in descending order of relevance. Papers commonly span multiple topics — a method, a task, a domain, and a data concern can each map to different topics. Include every topic the paper directly addresses, not just the primary focus. Exclude topics that are only mentioned in passing or tangentially adjacent.

Title: {title}
Abstract: {abstract}

List all applicable topics in descending order of relevance.

12.2 Contribution Generation Prompt↩︎

You are a seasoned computer science researcher who has done extensive work in machine learning, deep learning, computer vision, natural language processing, reinforcement learning, artificial intelligence, human computer interaction, and many related fields. 
You have spent many years on the organizing and peer-review committees of many relevant conferences and publications like NeurIPS, ICLR, ICML, ICCV, ACL, EMNLP, NAACL, AAAI, CHI, TMLR, TACL, etc.

You need to use your expertise to accurately and realistically predict a followup paper that builds on (cites) the set of background papers given to you. For the paper you predict, you must output its title and abstract.

Below are a few solved examples for this prediction problem where we provide only one possible followup.

<example 1>
Background Paper 1:
Title: Adam: A Method for Stochastic Optimization
Abstract: We introduce Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions. The method is straightforward to implement and is based on adaptive estimates of lower-order moments of the gradients. The method is computationally efficient, has little memory requirements and is well suited for problems that are large in terms of data and/or parameters. The method is also appropriate for non-stationary objectives and problems with very noisy and/or sparse gradients. The method exhibits invariance to diagonal rescaling of the gradients by adapting to the geometry of the objective function. The hyper-parameters have intuitive interpretations and typically require little tuning. Some connections to related algorithms, on which Adam was inspired, are discussed. We also analyze the theoretical convergence properties of the algorithm and provide a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework. We demonstrate that Adam works well in practice and compares favorably to other stochastic optimization methods.

Background Paper 2:
Title: IP-Adapter: Text Compatible Image Prompt Adapter for Text-to-Image Diffusion Models
Abstract: Recent years have witnessed the strong power of large text-to-image diffusion models for the impressive generative capability to create high-fidelity images. However, it is very tricky to generate desired images using only text prompt as it often involves complex prompt engineering. An alternative to text prompt is image prompt, as the saying goes:"an image is worth a thousand words". Although existing methods of direct fine-tuning from pretrained models are effective, they require large computing resources and are not compatible with other base models, text prompt, and structural controls. In this paper, we present IP-Adapter, an effective and lightweight adapter to achieve image prompt capability for the pretrained text-to-image diffusion models. The key design of our IP-Adapter is decoupled cross-attention mechanism that separates cross-attention layers for text features and image features. Despite the simplicity of our method, an IP-Adapter with only 22M parameters can achieve comparable or even better performance to a fully fine-tuned image prompt model. As we freeze the pretrained diffusion model, the proposed IP-Adapter can be generalized not only to other custom models fine-tuned from the same base model, but also to controllable generation using existing controllable tools. With the benefit of the decoupled cross-attention strategy, the image prompt can also work well with the text prompt to achieve multimodal image generation. The project page is available at \url{https://ip-adapter.github.io}.

Background Paper 3:
Title: High-Resolution Image Synthesis with Latent Diffusion Models
Abstract: By decomposing the image formation process into a sequential application of denoising autoencoders, diffusion models (DMs) achieve state-of-the-art synthesis results on image data and beyond. Additionally, their formulation allows for a guiding mechanism to control the image generation process without retraining. However, since these models typically operate directly in pixel space, optimization of powerful DMs often consumes hundreds of GPU days and inference is expensive due to sequential evaluations. To enable DM training on limited computational resources while retaining their quality and flexibility, we apply them in the latent space of powerful pretrained autoencoders. In contrast to previous work, training diffusion models on such a representation allows for the first time to reach a near-optimal point between complexity reduction and detail preservation, greatly boosting visual fidelity. By introducing cross-attention layers into the model architecture, we turn diffusion models into powerful and flexible generators for general conditioning inputs such as text or bounding boxes and high-resolution synthesis becomes possible in a convolutional manner. Our latent diffusion models (LDMs) achieve a new state of the art for image inpainting and highly competitive performance on various tasks, including unconditional image generation, semantic scene synthesis, and super-resolution, while significantly reducing computational requirements compared to pixel-based DMs. Code is available at https://github.com/CompVis/latent-diffusion.

Background Paper 4:
Title: BrainVis: Exploring the Bridge between Brain and Visual Signals via Image Reconstruction
Abstract: Analyzing and reconstructing visual stimuli from brain signals effectively advances the understanding of human visual system. However, the EEG signals are complex and contain significant noise. This leads to substantial limitations in existing works of visual stimuli reconstruction from EEG, such as difficulties in aligning EEG embeddings with the fine-grained semantic information and a heavy reliance on additional large self-collected dataset for training. To address these challenges, we propose a novel approach called BrainVis. Firstly, we divide the EEG signals into various units and apply a self-supervised approach on them to obtain EEG time-domain features, in an attempt to ease the training difficulty. Additionally, we also propose to utilize the frequency-domain features to enhance the EEG representations. Then, we simultaneously align EEG time-frequency embeddings with the interpolation of the coarse and fine-grained semantics in the CLIP space, to highlight the primary visual components and reduce the cross-modal alignment difficulty. Finally, we adopt the cascaded diffusion models to reconstruct images. Using only 10\% training data of the previous work, our proposed BrainVis outperforms state of the arts in both semantic fidelity reconstruction and generation quality. The code is available at https://github.com/RomGai/BrainVis.

Predicted Followup Paper:
Title: BrainDecoder: Style-Based Visual Decoding of EEG Signals
Abstract: Decoding neural representations of visual stimuli from electroencephalography (EEG) offers valuable insights into brain activity and cognition. Recent advancements in deep learning have significantly enhanced the field of visual decoding of EEG, primarily focusing on reconstructing the semantic content of visual stimuli. In this paper, we present a novel visual decoding pipeline that, in addition to recovering the content, emphasizes the reconstruction of the style, such as color and texture, of images viewed by the subject. Unlike previous methods, this ``style-based'' approach learns in the CLIP spaces of image and text separately, facilitating a more nuanced extraction of information from EEG signals. We also use captions for text alignment simpler than previously employed, which we find work better. Both quantitative and qualitative evaluations show that our method better preserves the style of visual stimuli and extracts more fine-grained semantic information from neural signals. Notably, it achieves significant improvements in quantitative results and sets a new state-of-the-art on the popular Brain2Image dataset.
</example 1>



<example 2>
Background Paper 1:
Title: CrypTen: Secure Multi-Party Computation Meets Machine Learning
Abstract: Secure multi-party computation (MPC) allows parties to perform computations on data while keeping that data private. This capability has great potential for machine-learning applications: it facilitates training of machine-learning models on private data sets owned by different parties, evaluation of one party's private model using another party's private data, etc. Although a range of studies implement machine-learning models via secure MPC, such implementations are not yet mainstream. Adoption of secure MPC is hampered by the absence of flexible software frameworks that"speak the language"of machine-learning researchers and engineers. To foster adoption of secure MPC in machine learning, we present CrypTen: a software framework that exposes popular secure MPC primitives via abstractions that are common in modern machine-learning frameworks, such as tensor computations, automatic differentiation, and modular neural networks. This paper describes the design of CrypTen and measure its performance on state-of-the-art models for text classification, speech recognition, and image classification. Our benchmarks show that CrypTen's GPU support and high-performance communication between (an arbitrary number of) parties allows it to perform efficient private evaluation of modern machine-learning models under a semi-honest threat model. For example, two parties using CrypTen can securely predict phonemes in speech recordings using Wav2Letter faster than real-time. We hope that CrypTen will spur adoption of secure MPC in the machine-learning community.

Predicted Followup Paper:
Title: Low-Latency Privacy-Preserving Deep Learning Design via Secure MPC
Abstract: Secure multi-party computation (MPC) facilitates privacy-preserving computation between multiple parties without leaking private information. While most secure deep learning techniques utilize MPC operations to achieve feasible privacy-preserving machine learning on downstream tasks, the overhead of the computation and communication still hampers their practical application. This work proposes a low-latency secret-sharing-based MPC design that reduces unnecessary communication rounds during the execution of MPC protocols. We also present a method for improving the computation of commonly used nonlinear functions in deep learning by integrating multivariate multiplication and coalescing different packets into one to maximize network utilization. Our experimental results indicate that our method is effective in a variety of settings, with a speedup in communication latency of $10\sim20\%$.
</example 2>



<example 3>
Background Paper 1:
Title: Retrieval-Augmented Generation for Large Language Models: A Survey
Abstract: Large Language Models (LLMs) demonstrate significant capabilities but face challenges such as hallucination, outdated knowledge, and non-transparent, untraceable reasoning processes. Augmented Generation (RAG) has emerged as a promising solution to these issues by incorporating real-time data from external databases into LLM responses. This enhances the accuracy and credibility of the models, particularly for knowledge-intensive tasks, and allows for continuous knowledge updates and integration of domain-specific information. RAG synergistically merges LLMs' intrinsic knowledge with the vast, dynamic repositories of external databases. This survey paper provides an in-depth analysis of the evolution of RAG, focusing on three key paradigms: Naive RAG, Advanced RAG, and Modular RAG. It methodically examines the three fundamental components of RAG systems: the retriever, the generator, and the augmentation methods, underscoring the cutting-edge technologies within each componenet. Additionally, the paper introduces novel metrics and capabilities for evaluating RAG models, as well as the most recent evaluation framework. Finally, the paper outlines future research directions from three perspectives: future challenges,modality extension,and the development of the RAG technical stack and ecosystem.

Background Paper 2:
Title: From Local to Global: A Graph RAG Approach to Query-Focused Summarization
Abstract: The use of retrieval-augmented generation (RAG) to retrieve relevant information from an external knowledge source enables large language models (LLMs) to answer questions over private and/or previously unseen document collections. However, RAG fails on global questions directed at an entire text corpus, such as"What are the main themes in the dataset?", since this is inherently a query-focused summarization (QFS) task, rather than an explicit retrieval task. Prior QFS methods, meanwhile, fail to scale to the quantities of text indexed by typical RAG systems. To combine the strengths of these contrasting methods, we propose a Graph RAG approach to question answering over private text corpora that scales with both the generality of user questions and the quantity of source text to be indexed. Our approach uses an LLM to build a graph-based text index in two stages: first to derive an entity knowledge graph from the source documents, then to pregenerate community summaries for all groups of closely-related entities. Given a question, each community summary is used to generate a partial response, before all partial responses are again summarized in a final response to the user. For a class of global sensemaking questions over datasets in the 1 million token range, we show that Graph RAG leads to substantial improvements over a naive RAG baseline for both the comprehensiveness and diversity of generated answers. An open-source, Python-based implementation of both global and local Graph RAG approaches is forthcoming at https://aka.ms/graphrag.

Predicted Followup Paper:
Title: LightRAG: Simple and Fast Retrieval-Augmented Generation
Abstract: Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge sources, enabling more accurate and contextually relevant responses tailored to user needs. However, existing RAG systems have significant limitations, including reliance on flat data representations and inadequate contextual awareness, which can lead to fragmented answers that fail to capture complex inter-dependencies. To address these challenges, we propose LightRAG, which incorporates graph structures into text indexing and retrieval processes. This innovative framework employs a dual-level retrieval system that enhances comprehensive information retrieval from both low-level and high-level knowledge discovery. Additionally, the integration of graph structures with vector representations facilitates efficient retrieval of related entities and their relationships, significantly improving response times while maintaining contextual relevance. This capability is further enhanced by an incremental update algorithm that ensures the timely integration of new data, allowing the system to remain effective and responsive in rapidly changing data environments. Extensive experimental validation demonstrates considerable improvements in retrieval accuracy and efficiency compared to existing approaches. We have made our LightRAG open-source and available at the link: https://github.com/HKUDS/LightRAG.
</example 3>



You need to first think through how exactly you want to combine the background papers (i.e. which aspects from these papers will be used in the followup work) before making each prediction. This will constitute the 'reasoning' part of your response. Only then will you make your prediction of the title and abstract of the followup work.

When making your prediction, please use the output format shown below. Please don't use any newlines or whitespace that cause deviation from this format.

Reasoning: ...
Title: ...
Abstract: ...

EXTREMELY IMPORTANT: Please make sure to output all 3 fields: Reasoning, Title and Abstract in that order before ending your response. RESPONSES WITHOUT THE Title AND Abstract FIELDS WILL BE CONSIDERED INVALID. YOU MUST OUTPUT ALL THREE FIELDS IN THE SAME RESPONSE SEPERATED BY NEWLINES. DO NOT SPLIT UP FIELDS BETWEEN RESPONSES.

12.3 Paraphrase Generation Prompt↩︎

You are a seasoned computer science researcher who has done extensive work in machine learning, deep learning, computer vision, natural language processing, reinforcement learning, artificial intelligence, human computer interaction, and many related fields.
You have spent many years on the organizing and peer-review committees of many relevant conferences and publications like NeurIPS, ICLR, ICML, ICCV, ACL, EMNLP, NAACL, AAAI, CHI, TMLR, TACL, etc.

You need to use your expertise to paraphrase the title and abstract of an existing research paper that will be provided to you. Make sure you paraphrase them well. I am not looking for a one-one sentence-level paraphrasal, but another title and abstract that another author could have written about the same ideas and findings. Feel free to change the narrative structure of the abstract as you please.

When making your predictions, please use the following output format.

Title: ...
Abstract: ...

Do not generate any other text or explanations.

12.4 LACER Interpolations Prompt↩︎


You are an expert computer scientist.

You will be given a pair of title-abstracts (A and J) corresponding to real research papers. Your task is to synthesize a realistic sequence of 8 intermediate title-abstracts (B, C, D, E, F, G, H, I) that sequentially interpolate smoothly between the two provided ones that each change one specific facet of the corresponding contribution. Some examples of facets you could change are 1. the type of contribution (eg. analysis, benchmark, system demo, theoretical advance, etc.) 2. Type of architecture/technique used (eg. CNNs, transformers, RL, RAG, diffusion models, RNNs, etc. 3. The type of task / motivation (eg. image recognition, semantic parsing, language modeling, code generation, image generation, etc.)

Feel free to change other facets too as you see appropriate. It is important that the synthesized title-abstracts B-I represent a smooth interpolation between A and J such that no two consecutive title-abstracts differ too dramatically from each other. However, it is also important that every pair of consecutive title-abstracts from A-J do differ from each other in at least one important way.

Please return you responses in the following format:

Title B: ...
Abstract B: ...

Title C: ...
Abstract C: ...

Title D: ...
Abstract D: ...

Title E: ...
Abstract E: ...

Title F: ...
Abstract F: ...

Title G: ...
Abstract G: ...

Title H: ...
Abstract H: ...

Title I: ...
Abstract I: ...

Here are your inputs:

Title A: {{title_a}}
Abstract A: {{abstract_a}}

Title J: {{title_j}}
Abstract J: {{abstract_j}}

12.5 LACER Judge Prompt↩︎


You will be given a pair of title-abstracts Reference and Generated. Your task is to assign a score from 1-10 measuring how similar the Generated is to the Reference title-abstract where 1 represents the lowest similarity score and 10 represents the highest.

Here are some examples of References along with 10 Generations each corresponding to scores 1-10.

Reference A:
Intelligent Urban Surveillance in India: Real-Time Recognition of Individual Attributes
This study introduces a smart surveillance system for Indian cities that performs real-time identification and analysis of people's attributes. Leveraging advanced artificial intelligence and machine learning, the system recognizes features such as upper-body color, clothing, accessories, headgear, and so on, and analyzes behavior using camera feeds installed throughout the city.

Generations:
PyTorch: A High-Performance Deep Learning Library with an Imperative, Pythonic Design
Deep learning frameworks have often emphasized either ease of use or performance, but seldom both. PyTorch demonstrates that these aims can be jointly achieved: it provides an imperative, Python-native programming model that treats code as the model, simplifies debugging, and harmonizes with popular scientific computing libraries, while remaining efficient and supporting hardware accelerators such as GPUs. In this work, we articulate the principles that guided PyTorch's implementation and show how they manifest in its architecture. We underscore that every part of PyTorch is an ordinary Python program under the user's full control. We also describe how a careful, pragmatic realization of the runtime's key components enables them to interoperate to deliver compelling performance. Finally, we present evidence of the efficiency of individual subsystems and the overall speed of PyTorch on several common benchmarks.
Score: 1

PyTorch-Stream: Eager, High-Throughput Extensions for Real-Time Vision and Video
We present PyTorch-Stream, a set of runtime and library extensions that bring low-latency, multi-stream video analytics to PyTorch while preserving its imperative programming model. PyTorch-Stream introduces asynchronous camera ingest, zero-copy decoding, fused preprocessing ops, and CUDA graph capture to minimize per-frame overhead. We describe design decisions that retain Pythonic control flow yet enable ahead-of-time export of hot paths for steady-state performance. Across common video tasks (object detection, tracking-by-detection, and attribute classification), PyTorch-Stream reduces end-to-end latency by 30-55Score: 2

PyTorch-PersonAttr: A Reproducible Toolkit for Person Attribute Recognition in Surveillance Video
We release PyTorch-PersonAttr, a modular toolkit for training, evaluating, and deploying person attribute recognition models using the PyTorch-Stream runtime. The toolkit standardizes data adapters (e.g., RAP, PA-100k, PETA), implements strong CNN and hybrid CNN-Transformer baselines, and provides consistent evaluation protocols for multi-label classification (e.g., apparel type, color, accessories). We detail reference training recipes, mixed-precision/compiled execution for real-time inference, and uncertainty calibration methods for attribute outputs. Experiments show state-of-the-art or competitive results on public benchmarks and >60 FPS inference for 720p streams on a single GPU.
Score: 3

CityAttr: A Benchmark for Fine-Grained Person Attribute Recognition in Urban Camera Feeds
We introduce CityAttr, a benchmark targeting fine-grained person attributes in urban environments, with 250k annotated person crops spanning diverse weather, lighting, and camera viewpoints. CityAttr adds difficult classes pertinent to city operations (upper-body color under motion blur, reflective accessories, safety gear) and defines standardized train/val/test splits and occlusion strata. We provide strong PyTorch-PersonAttr baselines, error taxonomies, and fairness analyses across scene contexts. Results highlight failure modes in crowded scenes and under low light, motivating temporal modeling and domain adaptation for real-time deployments.
Score: 4

TorchStream City: A Low-Latency, Multi-Camera Video Analytics System for Urban Attribute Tagging
Building on PyTorch-Stream and CityAttr, we present TorchStream City, a reference system for city-scale, real-time attribute tagging. The system integrates multi-camera ingest, on-GPU batching/scheduling, online multi-object tracking, and temporal ensembling for stable attribute estimates. A hybrid eager-compiled execution path allows imperative control for orchestration while compiling per-operator graphs for steady-state throughput. Deployed on traffic and pedestrian cameras, TorchStream City sustains 25-30 FPS per stream across 32 feeds on two GPUs, with <200 ms median latency for detection, tracking, and attribute tagging, and provides APIs for downstream behavior analytics.
Score: 5

EdgeTorch-Attr: Efficient Person Attribute Recognition on Embedded and On-Camera Accelerators
We propose EdgeTorch-Attr, an optimization stack enabling person attribute recognition on edge devices. Techniques include compound scaling, quantization-aware training, structured pruning, knowledge distillation from server-grade models, and deployment via PyTorch 2 AOT compilation and TensorRT backends. We co-design the streaming pipeline to overlap decode, preproc, and inference on limited memory budgets. Field trials on NVIDIA Jetson- and VPU-class devices show 3-5x energy efficiency gains while maintaining >90Score: 6

IndAttr: Culturally-Aware Attribute Recognition for Indian Urban Scenes via Domain-Adaptive Temporal Transformers
We present IndAttr, a domain-adaptive model suite tailored to Indian urban video feeds. IndAttr augments attribute taxonomies to include culturally salient apparel and accessories (e.g., kurta, sari, dupatta, school uniforms, turbans, safety vests), and leverages temporal Vision Transformers with cross-frame attention for stability under occlusion and crowding. We introduce unsupervised domain adaptation from CityAttr using camera-style augmentation and self-training, plus limited expert-labeled Indian samples collected under ethical protocols. IndAttr improves mAP by 7.8 points over generic baselines on Indian pilot datasets while sustaining edge-ready throughput via distillation to compact temporal backbones.
Score: 7

PriCity-Attr: Privacy-Preserving, Federated Multi-Camera Attribute Analytics for Indian Smart Cities
We develop PriCity-Attr, a privacy-preserving training and deployment framework for multi-camera attribute analytics in Indian cities. The system performs on-device anonymization (face/body blurring for raw frames), stores only attribute and trajectory metadata, and trains models via cross-ward federated learning with secure aggregation and differential privacy accounting. We include governance hooks (policy-driven retention, audit logs) and human-in-the-loop tools for bias auditing. In a city pilot across 120 cameras, PriCity-Attr maintains IndAttr-level accuracy, reduces cross-site generalization error by 25Score: 8

Real-Time Indian Urban Monitoring: City-Scale Deployment of Attribute and Behavior Analytics
We present a production-grade, city-scale deployment that integrates IndAttr and PriCity-Attr into a unified smart monitoring platform for Indian metros. The system performs real-time identification of salient person attributes (upper-body color, apparel type, accessories, headgear) and stabilizes outputs via temporal modeling to feed behavior analytics (zone occupancy, queueing, safety-gear compliance). An edge-cloud architecture supports heterogeneous cameras, with resilient scheduling, adaptive bitrate, and failover. We report month-long operations over 500+ feeds, covering throughput, latency, availability, and model drift monitoring, demonstrating actionable, privacy-aware analytics for urban management at scale.
Score: 9

Intelligent Urban Surveillance in India: Real-Time Recognition of Individual Attributes
This study introduces a smart surveillance system for Indian cities that performs real-time identification and analysis of people's attributes. Leveraging advanced artificial intelligence and machine learning, the system recognizes features such as upper-body color, clothing, accessories, headgear, and so on, and analyzes behavior using camera feeds installed throughout the city.
Score: 10

Reference B:
Ada-Instruct: Retooling Instruction Generation for Complex Reasoning
Augmenting instructions is critical for unlocking the full potential of large language models (LLMs) on downstream tasks. Current Self-Instruct approaches largely fabricate new instructions from a small seed set via in-context learning. Our analysis reveals a key limitation of this paradigm: even with GPT4o, Self-Instruct fails to produce complex instructions of length 100 or more, which are necessary for demanding tasks such as code completion. To overcome this, we observe that fine-tuning open source LLMs with only ten examples can yield complex instructions that preserve distributional consistency for complex reasoning tasks. We introduce Ada-Instruct, an adaptive instruction generator obtained through fine-tuning. We validate Ada-Instruct empirically across different applications, and the results demonstrate its ability to generate long, intricate, and distributionally consistent instructions.

Generations:
Evaluating Mathematical Problem Solving Using the MATH Dataset
Many forms of intellectual work depend on mathematical problem solving, yet computers still struggle with this capability. To assess this skill in machine learning systems, we present MATH, a dataset of 12,500 difficult competition mathematics problems. Each problem includes a complete step-by-step solution, enabling models to be trained to produce answer derivations and explanations. To support future research and improve accuracy on MATH, we additionally release a large auxiliary pretraining dataset aimed at teaching models the fundamentals of mathematics. While we are able to raise accuracy on MATH, our results show that performance remains relatively low, even with extremely large Transformer models. Moreover, if current scaling trends persist, simply expanding compute budgets and model parameter counts appears impractical for achieving strong mathematical reasoning. Although scaling Transformers is largely solving most other text-based tasks, it is not currently solving MATH. Substantive progress on mathematical problem solving will likely require new algorithmic advances from the broader research community.
Score: 1

Fine-Grained Evaluation of Mathematical Reasoning with Stepwise Derivations
We revisit evaluation on competition mathematics by exploiting the full step-by-step solutions accompanying problems. Beyond final-answer accuracy, we introduce derivation-aware metrics that align a model's generated reasoning with reference solutions via step matching, dependency agreement, and algebraic edit distance. We release standardized evaluation scripts and human-verified annotations for a subset of the MATH dataset, enabling assessment of intermediate reasoning quality and error localization. Our analysis across model scales shows that improvements in final accuracy often mask brittle derivations and shortcut patterns. We find that models benefiting from chain-of-thought prompting still diverge significantly from canonical derivations, suggesting the need for training signals that target the structure and granularity of mathematical reasoning rather than only end answers.
Score: 2

AutoHint-MATH: Augmenting Competition Problems with Model-Generated Hints and Subgoals
To bridge the gap between final-answer evaluation and robust derivations, we introduce AutoHint-MATH, a data augmentation pipeline that generates targeted hints, subgoals, and intermediate checks for competition-level math problems. Using large language models guided by our stepwise metrics, we produce pedagogically structured scaffolds that highlight crucial transformations and decision points. We curate 60k high-quality hint-problem-solution triplets and show that training with these augmentations yields consistent gains in both final answers and derivation alignment on MATH. Compared to vanilla chain-of-thought prompting, AutoHint-MATH improves sample efficiency and reduces off-track reasoning, indicating that explicit scaffolding can better shape model search through complex solution spaces.
Score: 3

InstructMATH: Instruction-Tuning for Step-by-Step Mathematical Problem Solving
We move from passive scaffolds to active task framing by introducing InstructMATH, a collection of instruction-problem-solution triples designed to instruction-tune models for mathematical reasoning. Instructions specify goals, permissible operations, and verification strategies, teaching models how to structure derivations before generating them. We compile 25k diverse instruction templates spanning algebra, geometry, and number theory, and show that instruction-tuned models outperform hint-augmented baselines on MATH under both few-shot and zero-shot settings. Analyses indicate that explicit procedural instructions reduce hallucinated steps and improve adherence to algebraic invariants. Our results suggest instruction-tuning is a promising path to controllable, reliable mathematical reasoning.
Score: 4

ReasonBench: A Multi-Domain Corpus of Instruction-Driven Problems with Worked Solutions
To test whether instruction-tuned reasoning transfers beyond mathematics, we create ReasonBench, a multi-domain corpus covering competition math, physics word problems, logic puzzles, and algorithmic thinking tasks, each paired with domain-specific instructions and worked solutions. We design a shared schema for instructions (goal, constraints, permitted tools, validation) and provide cross-domain transfer splits. Instruction-tuned models trained on ReasonBench improve on out-of-domain reasoning tasks, especially when instructions emphasize decomposition and verification. However, performance plateaus on tasks requiring long, intricate directives (e.g., multi-function code synthesis, multi-lemma proofs), motivating a closer study of instruction complexity and its role in reasoning.
Score: 5

On the Complexity of Instructions for Complex Reasoning Tasks
We systematically measure how instruction complexity-length, structural depth, and constraint density-affects performance on challenging tasks such as proof sketching and code completion. We find that instructions longer than ~100 tokens with nested constraints substantially improve reliability in multi-step reasoning, but current self-instruction pipelines rarely produce such long, structured directives and often drift from the target task's distribution. Using ReasonBench extensions for coding and formal reasoning, we quantify this mismatch and show that in-context self-instruct deteriorates instruction quality as length increases. These results highlight a bottleneck: generating long, distributionally faithful instructions is essential for unlocking complex reasoning, yet existing automatic pipelines fall short.
Score: 6

Scaffold-Instruct: Hierarchical Self-Instruct for Long-Form, Structured Prompts
We propose Scaffold-Instruct, a hierarchical self-instruction framework that builds long-form instructions via iterative decomposition: a planner drafts high-level goals, a refiner injects constraints and verification steps, and a validator enforces structural templates. Scaffold-Instruct increases instruction length and structural depth while improving internal consistency over standard self-instruct. On math, logic, and code tasks, models trained with Scaffold-Instruct show better adherence to multi-step procedures and fewer dead ends. Nevertheless, the approach is compute-intensive, relies on strong planners, and still exhibits distributional drift on specialized domains like code completion. These limitations motivate moving from purely in-context pipelines toward trainable instruction generators.
Score: 7

Few-Shot Fine-Tuned Instruction Generators for Mathematical and Program Reasoning
We introduce a trainable alternative to hierarchical self-instruct: fine-tuning a compact open-source LLM to act as an instruction generator using a small curated set (20-50) of long, structured seed instructions per domain. The resulting generator produces instructions that are longer, more constraint-aware, and more distributionally aligned with math and coding datasets than in-context self-instruct. When used to create training corpora, these instructions yield larger gains on multi-step reasoning and code completion benchmarks than Scaffold-Instruct, at a fraction of the cost. Ablations show that even minimal fine-tuning stabilizes long-instruction formatting and reduces semantic drift, suggesting few-shot fine-tuned generators are a scalable path forward.
Score: 8

AdaGen: Adaptive Few-Shot Instruction Generators for Complex Reasoning
Building on few-shot fine-tuned generators, we present AdaGen, an adaptive instruction generation framework that (1) fine-tunes open-source LLMs with as few as ten carefully selected seed instructions per domain, and (2) adaptively controls length, constraint density, and style to match target-task distributions. AdaGen automatically diagnoses gaps in coverage using lightweight discriminators and iteratively steers generation to maintain distributional fidelity. Across mathematical reasoning and code completion, AdaGen produces long (>=100 tokens), structurally rich instructions that lead to consistent downstream gains over self-instruct and hierarchical baselines. These findings set the stage for general-purpose, low-budget instruction generators tailored to complex reasoning tasks.
Score: 9

Ada-Instruct: Retooling Instruction Generation for Complex Reasoning
Augmenting instructions is critical for unlocking the full potential of large language models (LLMs) on downstream tasks. Current Self-Instruct approaches largely fabricate new instructions from a small seed set via in-context learning. Our analysis reveals a key limitation of this paradigm: even with GPT4o, Self-Instruct fails to produce complex instructions of length 100 or more, which are necessary for demanding tasks such as code completion. To overcome this, we observe that fine-tuning open source LLMs with only ten examples can yield complex instructions that preserve distributional consistency for complex reasoning tasks. We introduce Ada-Instruct, an adaptive instruction generator obtained through fine-tuning. We validate Ada-Instruct empirically across different applications, and the results demonstrate its ability to generate long, intricate, and distributionally consistent instructions.
Score: 10

Reference C:
Reinforced Self-Training (ReST) for Training Language Models
Reinforcement learning from human feedback (RLHF) can enhance the quality of large language models' (LLMs) outputs by aligning them with human preferences. We present a straightforward alignment approach, inspired by growing-batch reinforcement learning (RL), which we call Reinforced Self-Training (ReST). Starting from an initial LLM policy, ReST constructs a dataset by sampling from that policy, and then uses offline RL algorithms on this data to further improve the policy. Because the training data are generated offline and can be reused, ReST is more efficient than standard online RLHF procedures. Although ReST is a general method applicable across generative learning scenarios, we center our investigation on machine translation. Our results demonstrate that ReST can substantially boost translation quality-according to both automated metrics and human evaluations on machine translation benchmarks-while being compute- and sample-efficient.

Generations:
Algorithms for Proximal Policy Optimization
We present a new class of policy gradient algorithms for reinforcement learning that alternate between collecting data through environment interaction and maximizing a surrogate objective via stochastic gradient ascent. Unlike standard policy gradient approaches that make only one gradient update per data sample, we introduce a novel objective that enables multiple epochs of minibatch updates. The resulting methods, termed proximal policy optimization (PPO), capture some of the benefits of trust region policy optimization (TRPO) while being much simpler to implement, more general, and empirically exhibiting better sample complexity. We evaluate PPO on a set of benchmark tasks, including simulated robotic locomotion and Atari game playing, and show that it outperforms other online policy gradient methods, achieving an overall favorable balance among sample complexity, simplicity, and wall-time.
Score: 1

Proximal Policy Optimization with Replay: Enabling Stable Data Reuse in On-Policy RL
We extend proximal policy optimization (PPO) with a principled form of experience replay that increases sample efficiency while preserving stability. Our method augments the clipped surrogate objective with lightweight off-policy corrections using per-batch importance weights and a target network for value learning, enabling multiple epochs over mixed recent on-policy and near-on-policy samples. Across MuJoCo locomotion and Atari benchmarks, PPO+Replay achieves comparable or better asymptotic performance than PPO with 30-50Score: 2

Proximal Sequence Policy Optimization for Text Generation
We adapt proximal policy optimization to autoregressive sequence models for text generation. Our approach optimizes a clipped sequence-level policy gradient objective over Transformer language models, with rewards defined by task-specific automated metrics (e.g., ROUGE for summarization, BLEU for translation). We introduce a token-wise advantage estimator that stabilizes long-horizon credit assignment and a curriculum over sequence lengths. Experiments on CNN/DailyMail summarization and WMT14 En-De translation show consistent metric gains over supervised fine-tuning and REINFORCE baselines at comparable compute, demonstrating that PPO's trust-region-like updates transfer effectively to discrete text generation.
Score: 3

KL-Regularized Proximal Optimization for Controlled Text Generation
We propose a KL-regularized variant of proximal optimization for sequence models that constrains updates relative to a supervised reference model. The objective augments PPO's clipped surrogate with an adaptive KL penalty against the reference policy, yielding stable improvements while preserving fluency. We instantiate rewards from automated metrics and task-specific constraints (length, toxicity filters), and introduce a reference-anchored value function to reduce variance. On summarization and translation, KL-Prox achieves higher ROUGE/BLEU and better human-rated coherence than metric-only PPO, highlighting the benefit of explicit distributional control for language generation.
Score: 4

Preference-Guided Proximal Optimization: Online RLHF for Sequence Models
We integrate human preference learning with proximal policy optimization for language generation. A reward model is trained from pairwise human comparisons and used to guide KL-regularized PPO updates of a Transformer policy anchored to a supervised reference. We interleave data collection (sampling candidate texts), preference labeling, reward model updates, and policy improvement. On summarization and open-ended generation, our method improves human preference win-rates over supervised baselines and metric-optimized PPO, while maintaining stability via adaptive KL and early stopping. Results demonstrate that online RLHF can be realized with simple proximal updates and modest human annotation.
Score: 5

Growing-Batch Preference Optimization: Bridging Online RLHF and Offline RL for LMs
We introduce a growing-batch training regime for preference-optimized language models that alternates between short bursts of sample collection and extended offline optimization. Candidate texts are generated from the current policy, scored by a learned preference model, and stored in a replay buffer. We then apply offline RL-style updates-advantage-weighted likelihood with conservative clipping and value targets fit by fitted policy evaluation-over the accumulated batch, with occasional refresh of the data. Compared to purely online PPO-based RLHF, Growing-Batch PO reduces the number of preference queries and environment interactions while achieving similar or better human preference win-rates on summarization and dialogue.
Score: 6

Self-Generated Corpora for Batch RLHF: Offline Advantage Optimization of LMs
We present a purely offline procedure for aligning language models using self-generated datasets. Starting from a supervised policy, we sample candidate continuations, score them with a learned preference model, and construct a static training set. We then perform multiple epochs of offline reinforcement learning using advantage-weighted regression with KL regularization to the reference, without further online sampling during optimization. This self-training loop can be repeated to grow the dataset. On summarization and translation, our batch RLHF approach matches or exceeds online PPO-based RLHF in human and automatic metrics while reducing compute and annotation overhead via data reuse.
Score: 7

Offline Reinforcement Learning for Machine Translation via Self-Generated Batches
Focusing on machine translation, we instantiate an offline RL framework that improves a Transformer translator using only self-generated candidate translations and offline optimization. We generate n-best lists from the current model, score them with a mixture of automatic metrics (BLEU, COMET) and a lightweight preference model, and train with KL-regularized advantage-weighted updates over the static pool. Periodic regeneration expands coverage, but all policy learning is performed offline, enabling aggressive data reuse. On WMT benchmarks, our method delivers substantial BLEU/COMET gains over supervised fine-tuning and online policy gradient methods at lower compute, with humans preferring our outputs for adequacy and fluency.
Score: 8

Preference-Scored Self-Training with Offline RL for LLM Translators
We propose a simple self-training algorithm for large language model (LLM) translators that combines dataset generation by the model with offline reinforcement learning. Given an initial LLM policy and a reference model, we produce candidate translations, score them using a learned preference model (optionally blended with automated metrics), and optimize the policy offline with KL-regularized advantage-weighted regression and value fitting. The process can be repeated in a growing-batch fashion to refresh the static dataset while retaining offline updates. Applied to WMT machine translation, this approach yields sizable improvements in BLEU/COMET and human evaluations relative to supervised fine-tuning and online RLHF, with favorable compute and sample efficiency.
Score: 9

Reinforced Self-Training (ReST) for Training Language Models
Reinforcement learning from human feedback (RLHF) can enhance the quality of large language models' (LLMs) outputs by aligning them with human preferences. We present a straightforward alignment approach, inspired by growing-batch reinforcement learning (RL), which we call Reinforced Self-Training (ReST). Starting from an initial LLM policy, ReST constructs a dataset by sampling from that policy, and then uses offline RL algorithms on this data to further improve the policy. Because the training data are generated offline and can be reused, ReST is more efficient than standard online RLHF procedures. Although ReST is a general method applicable across generative learning scenarios, we center our investigation on machine translation. Our results demonstrate that ReST can substantially boost translation quality-according to both automated metrics and human evaluations on machine translation benchmarks-while being compute- and sample-efficient.
Score: 10

Reference D:
MAPO: Boosting Multilingual Reasoning by Casting Cross-Language Alignment as Preference Optimization
Although reasoning is often regarded as language-independent, current LLMs display uneven reasoning performance across languages; for instance, a dominant language like English typically outperforms others due to imbalanced multilingual training data. To strengthen reasoning in non-dominant languages, we introduce a Multilingual-Alignment-as-Preference Optimization framework (MAPO) that aligns the reasoning processes in other languages with those of the dominant language. In particular, we leverage an off-the-shelf translation model to enforce consistency between answers in non-dominant and dominant languages, and treat this consistency as a preference signal for optimization with methods such as Direct Preference Optimization (DPO) or Proximal Policy Optimization (PPO). Empirically, MAPO reliably delivers substantial improvements in multilingual reasoning across various models on three benchmarks (MSVAMP +16.2
Generations:
Advancing Cross-Lingual Mathematical Reasoning: Empirical Findings and Lessons Learned
Prior work has largely emphasized building strong language models (LLMs) for mathematical reasoning in single-language settings, with limited attention to maintaining performance across multiple languages. To close this gap, we initiate the exploration and training of robust Multilingual Math Reasoning (xMR) LLMs. Using translation, we assemble the first multilingual instruction dataset for math reasoning, MGSM8KInstruct, spanning ten languages, thereby mitigating training data scarcity for xMR tasks. Leveraging this corpus, we introduce several training strategies to construct a family of xMR LLMs, dubbed MathOctopus, which consistently outperform typical open-source LLMs and surpass ChatGPT in few-shot setups. In particular, MathOctopus-13B attains 47.6Score: 1

Consistency-Regularized SFT for Multilingual Mathematical Reasoning
Building on multilingual instruction tuning for mathematical reasoning, we investigate whether explicitly encouraging cross-lingual agreement can further improve xMR LLMs. Using the MGSM8KInstruct corpus, we construct parallel problem-solution-rationale tuples across ten languages via high-quality translation. We introduce a consistency-regularized supervised fine-tuning (CR-SFT) objective that augments standard SFT with two auxiliary signals: (1) answer-level agreement across parallel languages, enforced via a differentiable dual-decoding consistency loss; and (2) rationale-level agreement, measured by semantic similarity between chain-of-thought embeddings. Fine-tuning 7B-13B models with CR-SFT yields consistent gains over MathOctopus, with the 7B model improving by +2.4Score: 2

Cross-Lingual Distillation for Multilingual Math Reasoning
We extend consistency-regularized multilingual SFT with a teacher-student framework that distills reasoning skills from a strong English teacher into a multilingual student. Given parallel MGSM8KInstruct data, the teacher generates high-quality rationales and answers in English, which are translated and used to supervise the student in non-dominant languages. We combine teacher-forced rationale distillation with consistency losses on final answers, and introduce a selective distillation filter to discard low-confidence teacher traces. On MGSM and a bilingual subset of MSVAMP, our 7B student outperforms CR-SFT by +1.5-2.1Score: 3

Round-Trip Self-Training for Low-Resource Multilingual Reasoning
To reduce reliance on parallel supervision, we propose round-trip self-training (RT-ST) that bootstraps multilingual mathematical reasoning from monolingual non-English data. RT-ST generates pseudo-labeled rationales by translating non-English problems to English, invoking the English teacher to produce rationales/answers, and translating them back. We introduce round-trip validation-requiring that translating the generated rationale back to English recovers an equivalent solution-and an error-aware filter using a symbolic solver. Training with a mix of distilled parallel data and RT-ST pseudo-labels improves low-resource languages by +2.7Score: 4

Step-Contrast: Contrastive Alignment of Cross-Lingual Reasoning Traces
We study whether aligning the structure of reasoning across languages yields further gains beyond answer consistency. Step-Contrast introduces a contrastive objective over token-level reasoning steps: steps that correspond across translations are pulled together in an embedding space, while steps from unrelated problems are pushed apart. We obtain soft step correspondences using attention-based alignment between bilingual rationales. Step-Contrast is combined with SFT and RT-ST to yield a unified objective that encourages both accurate and structurally aligned reasoning. On MGSM and MSVAMP, Step-Contrast reduces cross-language variance of step-level entailment by 15Score: 5

XM-Reward: Cross-Lingual Consistency Reward Modeling for Reasoning
Moving beyond purely supervised objectives, we introduce XM-Reward, a learned reward model that scores multilingual reasoning traces by cross-lingual faithfulness and correctness. XM-Reward leverages (i) translation-consistency checks between non-dominant and English rationales/answers, (ii) symbolic verification when applicable, and (iii) fluency and step-validity heuristics. We train XM-Reward on preference pairs derived from Step-Contrast outputs and filtered by round-trip validation. Using offline policy optimization with reward-weighted SFT and KL-regularization, we improve over Step-Contrast by +1.6Score: 6

MPO: Multilingual Preference Optimization via Consistency-Derived Feedback
We convert cross-lingual consistency signals into pairwise preferences to directly optimize the policy with preference learning. Our Multilingual Preference Optimization (MPO) framework constructs, for each problem and language, pairs of model-generated traces with different cross-lingual agreement and solver-verified correctness. We study Direct Preference Optimization (DPO) vs. likelihood-ratio methods on this multilingual preference data, initialized from the XM-Reward-tuned model. MPO enhances both answer accuracy and cross-language agreement: on MGSM, it yields +3.8Score: 7

Anchor-Align PO: Dominant-Language Anchored Preference Optimization for xMR
We formalize dominant-language anchoring in preference optimization. Anchor-Align PO uses an off-the-shelf translation model to map non-dominant language traces to English, and defines preferences by (1) answer equivalence to a trusted English reference, (2) rationale consistency measured by bilingual entailment, and (3) solver-backed correctness. We train with both DPO and PPO variants, balancing cross-lingual alignment with exploration via KL control. Evaluated on MGSM, MSVAMP, and a subset of MNumGLUESub, Anchor-Align PO improves non-dominant language performance by +5.6Score: 8

Towards MAPO: Multilingual-Alignment-as-Preference Optimization for Reasoning
We unify consistency-driven preference learning into a general Multilingual-Alignment-as-Preference Optimization (MAPO) paradigm. MAPO defines preferences by aligning non-dominant language reasoning to a dominant-language anchor using translation-mediated agreement on both answers and intermediate steps, supervised by solver checks when feasible. The framework supports DPO for stable offline alignment and PPO for online refinement, and plugs into any base LLM. Across three benchmarks-MSVAMP, MGSM, and MNumGLUESub-MAPO yields robust gains over Anchor-Align PO (+1.5-3.0Score: 9

MAPO: Boosting Multilingual Reasoning by Casting Cross-Language Alignment as Preference Optimization
Although reasoning is often regarded as language-independent, current LLMs display uneven reasoning performance across languages; for instance, a dominant language like English typically outperforms others due to imbalanced multilingual training data. To strengthen reasoning in non-dominant languages, we introduce a Multilingual-Alignment-as-Preference Optimization framework (MAPO) that aligns the reasoning processes in other languages with those of the dominant language. In particular, we leverage an off-the-shelf translation model to enforce consistency between answers in non-dominant and dominant languages, and treat this consistency as a preference signal for optimization with methods such as Direct Preference Optimization (DPO) or Proximal Policy Optimization (PPO). Empirically, MAPO reliably delivers substantial improvements in multilingual reasoning across various models on three benchmarks (MSVAMP +16.2Score: 10

Reference E:
ConDaFormer: A Decomposed Transformer with Local Structure Boosting for 3D Point Cloud Analysis
Recent studies have applied transformers to 3D point cloud understanding with notable success. However, the sheer number of points-often over 0.1 million-renders global self-attention impractical for point clouds. Consequently, many methods confine the transformer to local neighborhoods, such as spherical or cubic windows. Even then, the volume of Query-Key pairs remains large, incurring high computational overhead. Moreover, prior approaches typically derive queries, keys, and values via linear projections, neglecting explicit modeling of local 3D geometric structure. To tackle both efficiency and local geometry priors, we propose a new transformer block, ConDaFormer. Specifically, ConDaFormer decomposes a cubic window into three orthogonal 2D planes, thereby reducing the number of points involved while maintaining a comparable attention span. This disassembly enables a larger attention range without increasing computational complexity, albeit at the risk of missing some contextual information. To address this, we introduce a local structure enhancement strategy that applies a depth-wise convolution before and after the attention, which also reinforces the encoding of local geometric cues. With these components, ConDaFormer captures both long-range contextual dependencies and local priors. We demonstrate its effectiveness through experiments on multiple 3D point cloud understanding benchmarks. Code is available at https://github.com/LHDuan/ConDaFormer .

Generations:
Swin: A Hierarchical Vision Transformer Based on Shifted Window Attention
We introduce Swin Transformer, a vision Transformer that serves as a general-purpose backbone for computer vision. Adapting Transformers from language to vision is challenging due to domain differences, including the wide range of object scales in images and the far higher spatial resolution of pixels compared to words. To bridge this gap, we propose a hierarchical Transformer that computes representations using shifted windows. This shifted window strategy confines self-attention to non-overlapping local windows for efficiency, while still enabling connections across windows. The hierarchical design supports multi-scale modeling and achieves computational complexity that scales linearly with image size. These properties make Swin Transformer applicable to a broad set of tasks, from image classification (87.3 top-1 accuracy on ImageNet-1K) to dense prediction tasks such as object detection (58.7 box AP and 51.1 mask AP on COCO test-dev) and semantic segmentation (53.5 mIoU on ADE20K val). It surpasses prior state-of-the-art results by large margins of +2.7 box AP and +2.6 mask AP on COCO, and +3.2 mIoU on ADE20K, highlighting the potential of Transformer-based backbones for vision. The hierarchical formulation and shifted window mechanism also prove advantageous for all-MLP architectures. Code and models are available at https://github.com/microsoft/Swin-Transformer.
Score: 1

Swin-Stripe: Shifted Window Transformers with Orthogonal Strip Fusion for 2D Vision
We extend the shifted-window paradigm of hierarchical vision Transformers by introducing orthogonal strip attention that complements square local windows. In Swin-Stripe, self-attention is computed within non-overlapping windows as in Swin, while lightweight horizontal and vertical strip attentions bridge distant regions with negligible overhead. This hybrid local-global scheme increases the effective receptive field without abandoning linear complexity in image size. The architecture remains hierarchical and maintains cyclic shifts for cross-window connectivity. Experiments on image classification, object detection, and semantic segmentation show consistent gains over a pure windowed baseline, particularly on long, thin structures where strip fusion is beneficial.
Score: 2

Video Swin-Tube: Hierarchical Spatiotemporal Transformer with Shifted Tube Windows
We adapt shifted-window Transformers from images to videos by generalizing local windows into spatiotemporal tubes. Video Swin-Tube performs self-attention within space-time tubes and uses cyclic temporal-spatial shifts to exchange information across tube boundaries. To preserve efficiency, we augment tube attention with the orthogonal strip fusion from Swin-Stripe along spatial and temporal axes, enlarging context without incurring full global cost. The hierarchical design yields linear complexity in the number of frames and spatial resolution. On video action recognition and spatiotemporal segmentation benchmarks, Video Swin-Tube achieves competitive accuracy with significantly reduced memory compared to global attention baselines.
Score: 3

Voxel-Swin: Shifted Cubic Windows for 3D Volumetric Vision
We move from spatiotemporal grids to true 3D volumetric data, introducing Voxel-Swin, a hierarchical Transformer with shifted cubic windows. Analogous to its 2D and video counterparts, Voxel-Swin computes attention locally within cubes and uses cyclic shifts for cross-cube communication, enabling scalable modeling of large medical or scientific volumes. We analyze memory and compute trade-offs of cubic window sizes and demonstrate that Voxel-Swin attains strong performance on volumetric segmentation tasks (e.g., multi-organ CT, brain MRI), while maintaining near-linear complexity in voxel count. Results highlight the generality of shifted-window Transformers across 2D, 2.5D, and 3D grid-structured data.
Score: 4

GeoVoxel-Transformer: Geometry-Aware Local Attention on Sparse Voxelized Point Clouds
To address the inefficiency of dense volumetric grids for real-world 3D scenes, we propose GeoVoxel-Transformer, which operates on sparse voxelized point clouds. Building on shifted cubic windows, we introduce geometry-aware relative positional encodings and a lightweight depth-wise convolutional refinement applied after attention to inject local geometric priors. This design retains the hierarchical pyramid while respecting sparsity via submanifold operations. Evaluations on indoor scene segmentation and semantic scene completion demonstrate improved accuracy and efficiency over both dense volumetric Transformers and sparse 3D CNN baselines, highlighting the importance of geometry-aware attention on sparse data.
Score: 5

PlaneSwin: Disassembled Cubic Attention via Orthogonal Plane Aggregation
We further reduce the cost of local 3D attention by disassembling each cubic window into three orthogonal 2D planes (XY, YZ, ZX) and computing attention on these planes independently. PlaneSwin fuses the three plane-wise outputs to approximate cubic-context modeling while processing substantially fewer query-key pairs per pass. This disassembly enlarges the effective attention range at fixed complexity compared to purely cubic windows. Integrated into a sparse, hierarchical backbone, PlaneSwin yields faster inference and improved segmentation accuracy on large-scale indoor datasets. Ablations show that plane-wise attention provides a favorable accuracy-efficiency trade-off over cubic attention in sparse voxel settings.
Score: 6

PointPlane: Plane-wise Local Attention on Raw Point Clouds
We remove the voxelization step and introduce PointPlane, a Transformer operating directly on raw point clouds with plane-wise local attention. For each point, we form a local neighborhood via radius search and project neighbors onto three orthogonal 2D planes anchored to a canonical axis frame. Attention is computed per plane to capture long-range context within a controlled 2D manifold, then fused across planes and scales using a hierarchical pooling scheme. PointPlane preserves the efficiency of plane disassembly while avoiding voxel quantization artifacts. On classification and segmentation benchmarks, it outperforms voxel-based counterparts at comparable or lower computational cost.
Score: 7

PointPlane-LSE: Local Structure Enhanced Plane-wise Transformers for 3D Point Understanding
We enhance plane-wise point Transformers with an explicit local structure modeling module. PointPlane-LSE applies depth-wise convolutions on the projected plane maps both before attention (to encode geometric cues such as curvature and anisotropy) and after attention (to refine aggregated context). Coupled with a hierarchical subsampling and feature propagation strategy, this yields improved robustness to sampling density and noise. Experiments on indoor (S3DIS, ScanNet) and outdoor (SemanticKITTI) segmentation, as well as shape classification, show consistent gains over PointPlane and other local attention baselines, demonstrating the complementary roles of plane-wise attention and convolutional structure enhancement.
Score: 8

ConDaFormer-A: Disassembled Transformer with Adaptive Plane Decomposition for Point Clouds
We present ConDaFormer-A, a disassembled point cloud Transformer that generalizes orthogonal plane-wise attention to adaptive planes derived from local geometry. For each point neighborhood, we estimate a local frame via PCA and project neighbors onto three data-adaptive planes, enabling attention to align with surface orientation while retaining the computational benefits of 2D processing. As in PointPlane-LSE, depth-wise convolutions are applied before and after attention to encode and refine local structure. This adaptive decomposition improves modeling of anisotropic surfaces and thin structures, albeit with modest overhead for frame estimation. Across standard 3D benchmarks, ConDaFormer-A achieves strong accuracy-efficiency trade-offs and ablations highlight when adaptive versus fixed planes are preferable.
Score: 9

ConDaFormer: A Decomposed Transformer with Local Structure Boosting for 3D Point Cloud Analysis
Recent studies have applied transformers to 3D point cloud understanding with notable success. However, the sheer number of points-often over 0.1 million-renders global self-attention impractical for point clouds. Consequently, many methods confine the transformer to local neighborhoods, such as spherical or cubic windows. Even then, the volume of Query-Key pairs remains large, incurring high computational overhead. Moreover, prior approaches typically derive queries, keys, and values via linear projections, neglecting explicit modeling of local 3D geometric structure. To tackle both efficiency and local geometry priors, we propose a new transformer block, ConDaFormer. Specifically, ConDaFormer decomposes a cubic window into three orthogonal 2D planes, thereby reducing the number of points involved while maintaining a comparable attention span. This disassembly enables a larger attention range without increasing computational complexity, albeit at the risk of missing some contextual information. To address this, we introduce a local structure enhancement strategy that applies a depth-wise convolution before and after the attention, which also reinforces the encoding of local geometric cues. With these components, ConDaFormer captures both long-range contextual dependencies and local priors. We demonstrate its effectiveness through experiments on multiple 3D point cloud understanding benchmarks. Code is available at https://github.com/LHDuan/ConDaFormer .
Score: 10

Before providing the score, write about your reasoning about the similarity or dissimilarity. Immediately after that reasoning line, provide the similarity score.

Now please score the following pair of title-abstracts for similarity.

Reference:
{{reference_title}}
{{reference_abstract}}

Generation:
{{generation_title}}
{{generation_abstract}}

Use the following output format:
Reasoning: ...
Score: ...

12.6 GPT-5 Agent System Prompts↩︎

The four agent baselines share the same tool-calling architecture (Appendix 10.1) but use task-specific system prompts. Tool-budget references are shown with the production value of 10 rounds.

12.6.1 Contribution generation agent↩︎

This prompt does not enumerate the four available tools individually — the agent receives their formal schemas via the API-level tools parameter. The three ranking-task prompts below additionally list each tool and prescribe an explicit workflow in-prompt, since those tasks rely on stronger task-specific search strategies (self-citation prior, repeat-collaboration prior, co-citation-graph traversal).

You are forecasting a future research paper.

You will be given the paper's authors and a list of its influential references (each with title and abstract). Your task is to predict the paper's title and abstract — the conceptual contribution it makes that builds on those references.

The output is compared against the paper's actual title and abstract for conceptual similarity, scored on a 1–10 semantic-alignment scale by an LLM judge. Your goal is conceptual alignment, not surface-level paraphrasing of the references.

You have tools to explore the relevant prior literature: semantic search over a corpus of prior papers, and lookups for specific papers, authors, and reference chains. Use them as needed; you do not have to use all of them.

Hard constraints:
- The target paper itself must NOT be retrieved. The harness blocks any tool result that would reveal it; queries that try to surface the target will return empty results.
- All tool results are restricted to papers published strictly before the target paper's publication date.
- You have at most 10 tool-call rounds. Use them efficiently.

When you are ready, emit your final prediction in exactly this format and stop:

Reasoning: <one short paragraph explaining how the references combine into a new contribution>
Title: <title of the predicted paper>
Abstract: <abstract of the predicted paper>

Do not output anything after the abstract.

12.6.2 Collaborator prediction agent↩︎

You are forecasting the co-authors of a researcher's next paper.

You will be given a SEED author and a publication date. Your task is to predict the author_ids of researchers most likely to co-author the seed's upcoming paper.

CAUSAL CONSTRAINT — IMPORTANT: As of the target_date, the next paper has NOT been written. You do NOT have access to its title, abstract, or co-author list — only the seed's identity and the prediction date. The corpus tools will refuse to surface any post-cutoff paper.

You have five tools to explore the corpus:
- `search_papers(query, limit)` — semantic search over pre-cutoff papers (free-text topic/method).
- `get_paper(corpus_id)` — fetch a paper's title, abstract, authors, and key references.
- `get_author_recent_papers(author_id, limit)` — fetch an author's most recent pre-cutoff publications. **The author objects in those papers expose their author_id — you'll harvest candidate author_ids by reading paper records.**
- `get_references_of(corpus_id)` — fetch the key references of a pre-cutoff paper (and the authors of those references).
- `get_papers_citing(corpus_id, limit)` — fetch pre-cutoff papers citing a given paper as a key reference.

KEY SIGNAL — REPEAT-COLLABORATION PRIOR: The strongest single signal is the seed's recent collaboration history. Most future co-authors are people the seed has already co-authored with multiple times. Your search strategy should:

WORKFLOW (your tool budget is 10 rounds):
  1. Call `get_author_recent_papers(seed_author_id, limit=20)` to pull the seed's last ~20 papers.
  2. From each paper's `authors` list, extract every coauthor's `author_id`. Tally how often each appears across the seed's recent papers — this is your 1-hop frequency map. Note the recency of each collaboration.
  3. For the top-10 most-frequent 1-hop collaborators, optionally call `get_author_recent_papers` to see their networks too — this gives 2-hop expansion. Only do this if you have rounds to spare.
  4. Optionally use `search_papers` on topics from the seed's recent paper titles/abstracts to find related researchers in adjacent topical areas.
  5. Optionally use `get_papers_citing` on the seed's most-cited recent paper to find researchers who build on the seed's work.
  6. Once you have a strong ranked list of ~100-200 candidate author_ids, emit your final answer.

OUTPUT FORMAT — emit exactly:
```
Reasoning: <one short paragraph explaining your ranking strategy>
Predictions: ["author_id_1", "author_id_2", "author_id_3", ...]
```

The Predictions list should contain ~100-200 author_id strings, ranked from MOST to LEAST likely to co-author the seed's next paper. Do not output anything after the Predictions line. The harness pads short lists to k=1000 with random candidate authors, so adding low-confidence guesses at the tail is harmless.

Hard rules:
- Only emit author_ids you've seen returned by the tools (the harness will drop hallucinated IDs).
- Do NOT include the seed author in your predictions.
- Do NOT invent target paper text. There is none — only the seed_author_id and target_date describe it.

12.6.3 Prior work selection agent↩︎

You are forecasting the KEY (highly influential) references of a future research paper.

You will be given the upcoming target paper's authors and its publication date. Your task is to predict the corpus_ids of the papers those authors will cite as key references — the foundational/methodological/closely-related work the new paper will build on.

CAUSAL CONSTRAINT — IMPORTANT: As of the target_date, the target paper has NOT been written yet. You do NOT have access to the target's title, abstract, or content — only the IDENTITIES of its authors and the prediction date. The corpus tools will refuse to surface the target paper itself, and they only return papers strictly before the cutoff date.

You have five tools to explore the corpus:
- `search_papers(query, limit)` — semantic search over pre-cutoff papers (free-text topic/method/claim).
- `get_paper(corpus_id)` — fetch one paper's title, abstract, authors, and key references.
- `get_author_recent_papers(author_id, limit)` — fetch an author's most recent pre-cutoff publications.
- `get_references_of(corpus_id)` — fetch the key references of a pre-cutoff paper.
- `get_papers_citing(corpus_id, limit)` — fetch pre-cutoff papers that cite a given paper as a key reference.

KEY SIGNAL — SELF-CITATION PRIOR: Scientists cite their own prior references repeatedly. The strongest single signal is the union of papers the target authors have already cited as key references in their past publications. Start by pulling each target author's recent papers, get_references_of those, and aggregate.

WORKFLOW (your tool budget is 10 rounds):
  1. For each target author (start with the first 2-3), call `get_author_recent_papers` to see their last few publications.
  2. For each relevant recent paper, call `get_references_of` to see its key references. Accumulate a "self-citation seed" set.
  3. Use `search_papers` to broaden — query topics from the authors' titles/abstracts to surface related work the authors haven't cited before.
  4. Use `get_papers_citing` selectively on key references that look like foundational works in the field, to find related canonical papers.
  5. Once you have a good ranked candidate set, emit your final answer.

OUTPUT FORMAT — emit exactly:
```
Reasoning: <one short paragraph explaining your ranking strategy>
Predictions: ["corpus_id_1", "corpus_id_2", "corpus_id_3", ...]
```

The Predictions list should contain ~100-200 corpus_id strings, ranked from MOST to LEAST likely. Do not output anything after the Predictions line. The harness pads short lists to k=1000 with random pre-cutoff papers, so adding low-confidence guesses at the tail is harmless.

Hard rules:
- Only emit corpus_ids you've seen returned by the tools (the harness will drop any hallucinated IDs).
- Do NOT invent target paper text. There is none — only target_authors and target_date describe the target.
- Do NOT use `get_paper` on the target's corpus_id — it will return null. The target is hidden by design.

12.6.4 Future combination prediction agent↩︎

You are forecasting which past papers will be CO-CITED with a given target paper by future work.

DEFINITION: A paper q is "co-cited with target P" by a future paper T if T cites BOTH P and q. The ground truth ranks past papers by how many future papers (within ~8 months of P) co-cite them with P. Your job is to predict that ranking.

CAUSAL CONSTRAINT — IMPORTANT: As of the target_date, the target paper P has been written but the future papers that will cite it have not. You see P's title, abstract, key references, topic labels, and arxiv categories — these are all causally available. You must reason: which past papers are most likely to be cited alongside P by upcoming work?

You have five tools to explore the corpus:
- `search_papers(query, limit)` — semantic search over pre-cutoff papers (free-text topic/method).
- `get_paper(corpus_id)` — fetch a paper's title, abstract, authors, and key references.
- `get_author_recent_papers(author_id, limit)` — fetch an author's most recent pre-cutoff publications.
- `get_references_of(corpus_id)` — fetch the key references of a pre-cutoff paper.
- `get_papers_citing(corpus_id, limit)` — fetch pre-cutoff papers citing a given paper as a key reference. **This is the key tool for cocitation reasoning** — it lets you traverse the citation graph backwards from the target's references.

KEY SIGNAL — COCITATION GRAPH: The strongest single feature is "papers that cite the target's references alongside other related work." For each of the target's key references, the papers that cite it (via `get_papers_citing`) are part of the same scholarly community; the OTHER references those citers have are co-citation candidates.

WORKFLOW (your tool budget is 10 rounds):
  1. Read the target paper's title, abstract, topic labels, and references in the user message — establishes the topical landscape.
  2. For each of the target's most distinctive (likely most-relevant) references, call `get_papers_citing(corpus_id, limit=20)` to find papers in the same community. The papers' OTHER references will be your co-citation candidates.
  3. For each promising citer paper found in step 2, call `get_references_of(citer_id)` to harvest its key references (these are likely co-citation candidates).
  4. Optionally use `search_papers` on topics from the target's title/abstract to find topically-related papers that may be co-cited.
  5. Aggregate: count how often each candidate paper appears across the citers' reference lists (weighted by how many of the target's references that citer shares). Higher cocitation count → higher predicted rank.
  6. Once you have a strong ranked list of ~100-200 candidate corpus_ids, emit your final answer.

OUTPUT FORMAT — emit exactly:
```
Reasoning: <one short paragraph explaining your ranking strategy>
Predictions: ["corpus_id_1", "corpus_id_2", "corpus_id_3", ...]
```

The Predictions list should contain ~100-200 corpus_id strings, ranked from MOST to LEAST likely to be co-cited with the target. Do not output anything after the Predictions line. The harness pads short lists to k=1000 with random pre-cutoff papers, so adding low-confidence guesses at the tail is harmless.

Hard rules:
- Only emit corpus_ids you've seen returned by the tools (the harness will drop hallucinated IDs).
- Do NOT include the target paper's own corpus_id (it would be filtered anyway).
- The cocitation graph signal is the strongest single predictor; topical similarity is a useful complement, not a substitute.

13 Examples of LACER Scores↩︎

Table 15: Example (Ground Truth, Generated) Abstract Pairs by LACER Score (Descending)
Score :=========: Score Ex. :=======: Ex. Ground Truth :======================================================== Ground Truth Generated :==============================================: Generated
Continued on next page on next page* |
10 1 Response Quality Assessment for Retrieval-Augmented Generation via Conditional Conformal Factuality [76]

Existing research on Retrieval-Augmented Generation (RAG) primarily focuses on improving overall question-answering accuracy, often overlooking the quality of sub-claims within generated responses. Recent methods that attempt to improve RAG trustworthiness, such as through auto-evaluation metrics, lack probabilistic guarantees or require ground truth answers. To address these limitations, we propose Conformal-RAG, a novel framework inspired by recent applications of conformal prediction (CP) on large language models (LLMs). Conformal-RAG leverages CP and internal information from the RAG mechanism to offer statistical guarantees on response quality. It ensures group-conditional coverage spanning multiple sub-domains without requiring manual labelling of conformal sets, making it suitable for complex RAG applications. Compared to existing RAG auto-evaluation methods, Conformal-RAG offers statistical guarantees on the quality of refined sub-claims, ensuring response reliability without the need for ground truth answers. Additionally, our experiments demonstrate that by leveraging information from the RAG system, Conformal-RAG retains up to 60% more high-quality sub-claims from the response compared to direct applications of CP to LLMs, while maintaining the same reliability guarantee.
Conformal RAG: Evidence-Conditioned Guarantees and Utility-Preserving Editing for Retrieval-Augmented LLMs

Retrieval-augmented generation (RAG) reduces hallucinations by grounding large language models (LLMs) in external evidence, but it offers no finite-sample guarantees and often trades factuality for answer completeness. We present Conformal RAG, a framework that provides evidence-conditioned, topic-aware validity guarantees for the factual content of RAG outputs while preserving utility. Building on enhanced conditional conformal prediction, our method certifies atomic spans as entailed by retrieved passages with a user-specified error rate, adaptively weakening guarantees when topic or evidence coverage warrants it. To address the over-filtering problem, we introduce conformal editing: low-confidence spans are repaired via evidence-constrained decoding and re-certified, substantially reducing unnecessary deletions. We further differentiate through the conditional conformal procedure to jointly train the retriever and the claim–evidence scorer, directly optimizing certified utility under the target coverage. Across HotpotQA, Natural Questions, and PubMedQA, Conformal RAG achieves 25–40% fewer dropped spans at matched certified risk, improves certified F1 by 8–13 points, and maintains calibrated conditional coverage under domain shift. Ablations confirm that (i) evidence-conditioned calibration tightens guarantees in well-supported regions, (ii) differentiable calibration improves both retrieval quality and verifier discrimination, and (iii) conformal editing is crucial for utility retention. Conformal RAG turns RAG outputs into answers with traceable references and finite-sample, evidence-conditional validity guarantees.
10 2 Conformal Prediction for Signal Temporal Logic Inference [77]

Signal Temporal Logic (STL) inference seeks to extract human-interpretable rules from time-series data, but existing methods lack formal confidence guarantees for the inferred rules. Conformal prediction (CP) is a technique that can provide statistical correctness guarantees, but is typically applied as a post-training wrapper without improving model learning. Instead, we introduce an end-to-end differentiable CP framework for STL inference that enhances both reliability and interpretability of the resulting formulas. We introduce a robustness-based nonconformity score, embed a smooth CP layer directly into training, and employ a new loss function that simultaneously optimizes inference accuracy and CP prediction sets with a single term. Following training, an exact CP procedure delivers statistical guarantees for the learned STL formulas. Experiments on benchmark time-series tasks show that our approach reduces uncertainty in predictions (i.e., it achieves high coverage while reducing prediction set size), and improves accuracy (i.e., the number of misclassifications when using a fixed threshold) over state-of-the-art baselines.
ConfTLINet: Conformal Temporal Logic Inference with End-to-End Calibration and Coverage Guarantees

Interpretable temporal specifications learned from data are critical in safety- and mission-critical settings, yet existing neural-symbolic approaches offer limited uncertainty control at deployment. We propose ConfTLINet, a differentiable framework that jointly learns Signal Temporal Logic (STL) formulas and calibrates their decisions with conformal prediction. ConfTLINet models STL satisfaction via robustness semantics and treats property verification as a set-valued prediction over {satisfy, violate}. We introduce a smooth proxy for the conformal quantile over robustness-based nonconformity scores and integrate it into training, alongside max/min approximations tailored to temporal logic. This enables end-to-end optimization that directly minimizes conformal inefficiency (prediction set size or abstention rate) while shaping where uncertainty concentrates, all under a target risk level \(\alpha\). A final held-out calibration step preserves finite-sample marginal coverage guarantees under exchangeability. Across synthetic cyber-physical system benchmarks and real-world time series (human activity, traffic, physiological signals), ConfTLINet reduces prediction set size by 15–35% at fixed coverage compared to post-hoc CP on TLINet, improves calibration under distribution shift, and learns more compact, interpretable formulas. Ablations confirm the benefit of differentiable conformal training and STL-specific max approximations. ConfTLINet bridges specification learning and reliable uncertainty quantification, providing calibrated, controllable risk for temporal logic inference.
9 1 A First Runtime Analysis of NSGA-III on a Many-Objective Multimodal Problem: Provable Exponential Speedup via Stochastic Population Update [78]

The NSGA-III is a prominent algorithm in evolutionary many-objective optimization. It is well-suited for optimizing functions with more than three objectives, setting it apart from the classic NSGA-II. However, theoretical insights about NSGA-III of when and why it performs well are still in its early development. This paper addresses this point and conducts a rigorous runtime analysis of NSGA-III on the many-objective OJZJ benchmark, providing runtime bounds where the number of objectives is constant. We show that NSGA-III finds the Pareto front of OJZJ in time \(O(n^{k+d/2}+ \mu n \ln(n))\) where \(n\) is the problem size, \(d\) is the number of objectives, \(k\) is the gap size, a problem specific parameter, if its population size \(\mu \in 2^{O(n)}\) is at least \((2n/d+1)^{d/2}\). Notably, NSGA-III is faster than NSGA-II by a factor of \(\mu/n^{d/2}\) for some \(\mu \in \omega(n^{d/2})\). We also show that a stochastic population update provably guarantees a speedup of order \(\Theta((k/b)^{k-1})\) in the runtime where \(b>0\) is a constant. This is the first rigorous runtime analysis of NSGA-III on OJZJ. Proving these bounds requires a much deeper understanding of the population dynamics of NSGA-III than previous papers achieved.
Stochastic NSGA-III with Crossover: Near-Tight Runtimes on Many-Objective Benchmarks and Exponential Separations on Royal Roads

We study a crossover-enabled and stochastically updated variant of NSGA-III for many-objective discrete optimization. Building on recent near-tight bounds for many-objective MOEAs and the first runtime analyses of NSGA-III, we introduce NSGA-III-SX, which combines (i) reference-point–based selection with a stochastic environmental update rule and (ii) explicit recombination (uniform or one-point) alongside standard and heavy-tailed mutation. For the classic many-objective benchmarks mOneMinMax, mCountingOnesCountingZeros, and mLeadingOnesTrailingZeros with any constant number m of objectives, we prove near-tight expected runtime guarantees that are linear in the size W of the largest incomparable set and polynomial in n and m, matching the best known dependence on W while preserving the scalability prescriptions for the number of reference points and population size. For the multimodal many-objective OneJumpZeroJump with jump size \(2 \leq k \leq n/4\), we show that NSGA-III-SX strictly improves over deterministic-update, mutation-only variants: its expected time decreases by a superpolynomial factor in k when heavy-tailed mutation is used, and by an additional polynomial factor when crossover is enabled, yielding bounds of the form \(W \cdot \text{poly}(n,m) \cdot n^{k-1}\) under standard parameter settings. We complement these results with many-objective royal-road function classes tailored to one-point and uniform crossover, on which NSGA-III-SX covers the entire Pareto front in expected polynomial time, whereas any elitist mutation-only algorithm (including NSGA-III without crossover and stochastic update) requires exponential time; this establishes the first exponential separation for NSGA-III with many objectives. Our analyses also clarify how to scale the number of reference points and the population size with n, m, and fitness ranges to obtain the provable guarantees. Empirical studies on synthetic benchmarks corroborate the theory and highlight the practical advantage of stochastic environmental selection and crossover in many-objective, multimodal settings.
9 2 DiffPAD: Denoising Diffusion-based Adversarial Patch Decontamination [79]

In the ever-evolving adversarial machine learning landscape, developing effective defenses against patch attacks has become a critical challenge, necessitating reliable solutions to safeguard real-world AI systems. Although diffusion models have shown remarkable capacity in image synthesis and have been recently utilized to counter \(\ell_p\)-norm bounded attacks, their potential in mitigating localized patch attacks remains largely underexplored. In this work, we propose DiffPAD, a novel framework that harnesses the power of diffusion models for adversarial patch decontamination. DiffPAD first performs super-resolution restoration on downsampled input images, then adopts binarization, dynamic thresholding scheme and sliding window for effective localization of adversarial patches. Such a design is inspired by the theoretically derived correlation between patch size and diffusion restoration error that is generalized across diverse patch attack scenarios. Finally, DiffPAD applies inpainting techniques to the original input images with the estimated patch region being masked. By integrating closed-form solutions for super-resolution restoration and image inpainting into the conditional reverse sampling process of a pre-trained diffusion model, DiffPAD obviates the need for text guidance or fine-tuning. Through comprehensive experiments, we demonstrate that DiffPAD not only achieves state-of-the-art adversarial robustness against patch attacks but also excels in recovering naturalistic images without patch remnants.
Mask-DDRM: Training-Free Adversarial Patch Defense via Robust Diffusion Restoration

We present Mask-DDRM, a training-free defense that unifies adversarial patch localization and removal by extending Denoising Diffusion Restoration Models (DDRM) with robust, anomaly-aware inference. We model a patched image as an unknown occlusion process \(y = (1-m) \odot x + m \odot o + n\), where x is the clean image, m is an unknown patch mask, and o captures adversarial content. Mask-DDRM alternates between two tightly coupled steps: (1) restoration via DDRM-style posterior sampling of x using a masked measurement operator that treats unpatched pixels as linear observations and attenuates suspected outliers; and (2) localization via an Adversarial Anomaly Perception (AAP) criterion, which scores per-pixel diffusion-consistency residuals to refine m. This joint inference loop integrates localization and restoration without supervised training, large-scale finetuning, or task-specific retraining. To further preserve semantics under severe occlusion, we incorporate optional lightweight vision–language guidance that biases the diffusion prior with generic prompts, while remaining label-free and model-agnostic. Across patch attacks and real-world sticker perturbations, Mask-DDRM consistently reduces attack success rates and restores clean accuracy on standard classifiers and face recognition backbones, while retaining high fidelity to the underlying scene. Compared to iterative inpainting defenses, Mask-DDRM is efficient due to DDRM’s closed-form conditioning and requires no knowledge of the patch size, shape, or location. Ablations confirm that (i) AAP-driven mask refinement and (ii) robust masked likelihoods are both critical to performance. Our results position adversarial patch defense as a robust inverse problem solvable by pretrained diffusion priors, enabling practical, attack-agnostic protection without retraining. Code and models will be released.
8 1 Unsupervised Discovery of Formulas for Mathematical Constants [80]

Ongoing efforts that span over decades show a rise of AI methods for accelerating scientific discovery, yet accelerating discovery in mathematics remains a persistent challenge for AI. Specifically, AI methods were not effective in creation of formulas for mathematical constants because each such formula must be correct for infinite digits of precision, with “near-true” formulas providing no insight toward the correct ones. Consequently, formula discovery lacks a clear distance metric needed to guide automated discovery in this realm. In this work, we propose a systematic methodology for categorization, characterization, and pattern identification of such formulas. The key to our methodology is introducing metrics based on the convergence dynamics of the formulas, rather than on the numerical value of the formula. These metrics enable the first automated clustering of mathematical formulas. We demonstrate this methodology on Polynomial Continued Fraction formulas, which are ubiquitous in their intrinsic connections to mathematical constants, and generalize many mathematical functions and structures. We test our methodology on a set of 1,768,900 such formulas, identifying many known formulas for mathematical constants, and discover previously unknown formulas for \(\pi\), \(\ln(2)\), Gauss’, and Lemniscate’s constants. The uncovered patterns enable a direct generalization of individual formulas to infinite families, unveiling rich mathematical structures. This success paves the way towards a generative model that creates formulas fulfilling specified mathematical properties, accelerating the rate of discovery of useful formulas.
Learning-Guided Discovery and Certification of Conservative Matrix Fields

Conservative matrix fields organize and generate infinite families of continued fraction identities, unifying known formulas and enabling Apéry-like proofs of irrationality. We present ConMat-Learn, a learning-guided, neuro-symbolic framework that accelerates and systematizes the discovery and certification of conservative fields. ConMat-Learn represents candidate fields as typed algebraic graphs and trains graph neural predictors to forecast target constants, convergence rates, and provability likelihood. A reinforcement learning policy, coupled with Monte Carlo tree search and algebraic constraints that enforce conservativity, constructs high-quality candidates. A certification layer combines high-precision ball arithmetic, recurrence and continued fraction verification, and creative telescoping/Wilf–Zeilberger tactics; selected results are mechanically checked in a proof assistant. We release CMF-1M, a corpus of one million candidate and certified conservative fields annotated with targets and performance metrics. Relative to the prior massively parallel unguided search, ConMat-Learn achieves a 28–94x increase in certified discovery yield and uncovers thousands of previously unknown continued fractions, including families with improved asymptotic convergence for Catalan’s constant and for zeta at odd arguments (e.g., \(\zeta(5)\), \(\zeta(7)\)), alongside new relations linking polylogarithms and Euler sums. We prove several new identities and construct Apéry-like sequences that sharpen known irrationality measures for \(\zeta(3)\) and \(\log 2\). Finally, we introduce conservative tensor fields, a higher-order generalization that unifies multi-parameter recurrences (including q- and hypergeometric variants), and formulate a universality conjecture connecting Stieltjes-type continued fractions to conservative field realizations, supported by extensive empirical evidence. Code, data, and certified proofs are available at a public repository.
8 2 Neural networks leverage nominally quantum and post-quantum representations [81]

We show that deep neural networks, including transformers and RNNs, pretrained as usual on next-token prediction, intrinsically discover and represent beliefs over ‘quantum’ and ‘post-quantum’ low-dimensional generative models of their training data – as if performing iterative Bayesian updates over the latent state of this world model during inference as they observe more context. Notably, neural nets easily find these representation whereas there is no finite classical circuit that would do the job. The corresponding geometric relationships among neural activations induced by different input sequences are found to be largely independent of neural-network architecture. Each point in this geometry corresponds to a history-induced probability density over all possible futures, and the relative displacement of these points reflects the difference in mechanism and magnitude for how these distinct pasts affect the future.
From Belief States to Quantum Instruments: Learning Completely-Positive Realizations with Transformers

We address the problem of inferring physically valid quantum generators of classical stochastic processes directly from sequence data. Building on recent evidence that transformers linearly encode predictive belief states in their residual stream, and on the theory of the Completely-Positive (CP) realization problem, we introduce a two-stage framework that (1) learns a quasi-realization of the process from a trained transformer and (2) lifts it to a quantum instrument via operator-system constraints. First, a transformer is trained on next-token prediction; linear probes recover a low-dimensional belief-state representation and per-symbol linear updates that capture the process meta-dynamics. Second, we formulate an intertwining semidefinite program over an operator system that seeks: (i) a linear embedding of belief states into Hermitian matrices, (ii) trace-nonincreasing completely positive maps per symbol whose sum is CPTP, and (iii) effects reproducing next-symbol probabilities. The program either returns a minimal-dimension CP realization (Kraus operators, initial state, and measurement effects) or a certificate of infeasibility at a given dimension, thus operationally deciding CP-realizability from data. We prove a robustness result: if the transformer’s residual stream is an \(\epsilon\)-linear sufficient statistic and achieves \(\delta\) next-token loss above Bayes-optimal, then the recovered instrument is \(O(\epsilon,\delta)\)-close (in diamond distance) to a true CP realization when one exists. Empirically, on synthetic benchmarks including classically hard processes with known quantum memory advantages and classical HMMs, our method (i) faithfully recovers quantum instruments with lower memory than any positive classical realization, (ii) accurately rejects non-CP-realizable dynamics, and (iii) outperforms spectral and EM baselines in sample efficiency and long-horizon prediction. We also reveal geometric correspondences between fractal belief-state attractors in the residual stream and invariant sets of the learned quantum channels, providing new evidence that transformers internalize predictive operator-system structure beyond next-token statistics. Code and protocols are released to facilitate reproducibility and further study.
7 1 POSS: Position Specialist Generates Better Draft for Speculative Decoding [82]

Speculative decoding accelerates Large Language Model (LLM) inference by using a small draft model to predict multiple tokens, and a large target model to verify these tokens in parallel. Recent studies leverage the hidden state of the target model to enhance draft model prediction accuracy. However, existing methods suffer from the degrading quality of draft token predictions at later positions, due to error accumulation in draft model generated features. In this paper, we propose Position Specialists (PosS), which consist of multiple position-specialized draft layers to generate tokens at assigned position(s). Position specialists greatly improve token acceptance rate at later positions per drafting round, as each specialist only needs to focus on handling a certain level of draft model feature deviation. Experiment results on Llama-3-8B-Instruct and Llama-2-13B-chat across six datasets demonstrate that PosS effectively improves over baselines on average acceptance length and speed-up ratio.
HEDGE: Harmonized, Uncertainty-Aware Dynamic Draft Graphs for Lossless Speculative Decoding

Speculative sampling accelerates large language model (LLM) decoding but remains bottlenecked by (i) suboptimal, static draft structures, (ii) training–decoding mismatches in both context and objective, and (iii) incomplete use of feature-level signals that can reduce uncertainty. We introduce HEDGE, a unified framework that addresses all three. HEDGE builds multi-granularity draft graphs by forecasting second-to-top-layer features several steps ahead to propose compact, feature-informed token candidates. A lightweight planner then selects the depth and branching of the graph online via context-aware acceptance estimates, maximizing expected accepted tokens per unit compute. To eliminate train–decode mismatch, HEDGE employs harmonized objective distillation and context alignment: a verification-aware loss aligns drafting to the true acceptance operator, while KV-cache and hidden-state alignment ensure that training context faithfully matches decoding conditions. We further incorporate uncertainty-aware calibration to yield well-calibrated acceptance probabilities that drive the dynamic planner. HEDGE preserves the exact generation distribution through standard verification, with a formal proof that dynamic graph planning does not alter losslessness. On LLaMA-2/3, Mixtral, and Vicuna across dialogue, code, math, and reasoning benchmarks, HEDGE achieves 3.6\(\times\)–5.1\(\times\) average wall-clock speedup over vanilla decoding, outperforming EAGLE by 25%–48% and EAGLE-2 by 12%–28%, and surpassing HASS by 9%–21% at comparable quality. Ablations confirm the complementary gains from multi-step feature forecasting, harmonized training, and uncertainty-aware planning. We release code and models to facilitate adoption.
7 2 In a Few Words: Comparing Weak Supervision and LLMs for Short Query Intent Classification [83]

User intent classification is an important task in information retrieval. Previously, user intents were classified manually and automatically; the latter helped to avoid hand labelling of large datasets. Recent studies explored whether LLMs can reliably determine user intent. However, researchers have recognized the limitations of using generative LLMs for classification tasks. In this study, we empirically compare user intent classification into informational, navigational, and transactional categories, using weak supervision and LLMs. Specifically, we evaluate LLaMA-3.1-8B-Instruct and LLaMA-3.1-70B-Instruct for in-context learning and LLaMA-3.1-8B-Instruct for fine-tuning, comparing their performance to an established baseline classifier trained using weak supervision (ORCAS-I). Our results indicate that while LLMs outperform weak supervision in recall, they continue to struggle with precision, which shows the need for improved methods to balance both metrics effectively.
IntentLLM: LLM-Guided Weak Supervision and Distillation for Fine-Grained Query Intent Classification

Understanding user intent is central to retrieval quality. ORCAS-I established a fine-grained intent taxonomy and showed that Snorkel-based weak supervision can be both accurate and operationally efficient. We revisit this problem with IntentLLM, an LLM-guided weak supervision and distillation framework that preserves the deployability of rule-based approaches while substantially improving accuracy, tail coverage, and robustness to drift. IntentLLM (i) synthesizes candidate labeling functions from a small seed set via prompt-driven LLM program induction, (ii) jointly aggregates heterogeneous weak signals—including legacy rules, click/vertical signals, SERP features, and LLM rationales—using a calibrated multi-annotator model that explicitly models the ORCAS-I “abstain” class, and (iii) distills the aggregated teacher into a 100M-parameter hierarchical intent classifier with sub-millisecond CPU latency. To mitigate overfitting and maintain precision under label noise, we introduce conformal filtering for self-training and intent-specific prototype regularization. Evaluated on ORCAS-I and two additional evaluation sets—a 5K human-labeled sample of MS MARCO queries and a temporally shifted ORCAS-I slice—IntentLLM improves macro-F1 over the original Snorkel labels by 5.6–8.9 points overall and by 9.4–12.7 points on tail/OOV queries, while reducing abstain miscalibration by 27%. In an offline ranking simulation with intent-aware routing (navigational sitelink boosting, transactional product vertical selection, and informational QA prioritization), IntentLLM yields +0.8 NDCG@10 and +1.1 MRR on MS MARCO dev and a +0.5% absolute CTR uplift on a held-out click log. Ablations confirm the complementary value of LLM-synthesized labeling functions and click/vertical weak signals, and show that the distilled student retains \(>\)​98% of teacher accuracy at production latencies. We release code and labeling templates to facilitate reproduction and extensibility across domains and languages.
6 1 Causal Interpretability for Adversarial Robustness: A Hybrid Generative Classification Approach [84]

Deep learning-based discriminative classifiers, despite their remarkable success, remain vulnerable to adversarial examples that can mislead model predictions. While adversarial training can enhance robustness, it fails to address the intrinsic vulnerability stemming from the opaque nature of these black-box models. We present a deep ensemble model that combines discriminative features with generative models to achieve both high accuracy and adversarial robustness. Our approach integrates a bottom-level pre-trained discriminative network for feature extraction with a top-level generative classification network that models adversarial input distributions through a deep latent variable model. Using variational Bayes, our model achieves superior robustness against white-box adversarial attacks without adversarial training. Extensive experiments on CIFAR-10 and CIFAR-100 demonstrate our model’s superior adversarial robustness. Through evaluations using counterfactual metrics and feature interaction-based metrics, we establish correlations between model interpretability and adversarial robustness. Additionally, preliminary results on Tiny-ImageNet validate our approach’s scalability to more complex datasets, offering a practical solution for developing robust image classification models.
Interventional Adversarial Training at Scale: Causal Robustness Beyond Norm-Balls

Adversarial training has emerged as the most effective defense against worst-case perturbations, yet conventional formulations constrain the adversary to pixel-space norm-balls and often fail to capture semantically meaningful manipulations that arise in the data-generating process. Motivated by a causal view of robustness, we introduce Interventional Adversarial Training (IAT), a scalable framework that constructs adversarial examples as counterfactual interventions on disentangled manipulation variables while preserving task-relevant causal content. Concretely, we (1) learn a causal latent factorization that separates manipulable nuisance causes from semantic causes using a deep manipulation-augmented model, (2) optimize worst-case intervention trajectories in the manipulation subspace via efficient single-step and multi-step gradient methods, and (3) combine interventional examples with standard norm-bounded attacks in a hybrid training objective. To make IAT practical at scale, we develop a curriculum that progresses from fast single-step interventional attacks to multi-step trajectories, implement label-leakage-free generation, and leverage distributed training strategies proven effective for large-scale adversarial training. On ImageNet and CIFAR benchmarks, IAT consistently improves robust accuracy against both \(\ell_\infty\)/\(\ell_2\) attacks and semantically grounded manipulations, enhances black-box transfer robustness across architectures, and exhibits better generalization under distribution shift. Analysis reveals that intervention-constrained attacks are more transferable than unconstrained multi-step perturbations while avoiding degenerate solutions. Our results demonstrate that aligning adversarial training with causal interventions yields robustness that extends beyond norm-balls to realistic data manipulations, without sacrificing scalability. Code and models will be released.
6 2 Plastic Learning with Deep Fourier Features [85]

Deep neural networks can struggle to learn continually in the face of non-stationarity. This phenomenon is known as loss of plasticity. In this paper, we identify underlying principles that lead to plastic algorithms. In particular, we provide theoretical results showing that linear function approximation, as well as a special case of deep linear networks, do not suffer from loss of plasticity. We then propose deep Fourier features, which are the concatenation of a sine and cosine in every layer, and we show that this combination provides a dynamic balance between the trainability obtained through linearity and the effectiveness obtained through the nonlinearity of neural networks. Deep networks composed entirely of deep Fourier features are highly trainable and sustain their trainability over the course of learning. Our empirical results show that continual learning performance can be drastically improved by replacing ReLU activations with deep Fourier features. These results hold for different continual learning scenarios (e.g., label noise, class incremental learning, pixel permutations) on all major supervised learning datasets used for continual learning research, such as CIFAR10, CIFAR100, and tiny-ImageNet.
OPAL: Overparameterized Paired Activation Layers Preserve Plasticity and Accelerate Adaptation in Continual Learning

Deep networks trained in non-stationary environments often lose plasticity, exhibiting slower adaptation and diminished gradients after distribution shifts. Building on recent evidence that depth-induced overparameterization implicitly preconditions optimization and that paired activations can mitigate activation sparsity, we introduce OPAL, a drop-in layer that preserves plasticity and accelerates re-learning in continual settings. Each OPAL replaces a single linear map by a compact product of K thin factors with orthogonal parameterization, interleaved with lightweight paired activation gates (CReLU-style) to maintain balanced, non-sparse activation footprints. Optionally, a small generate-and-test module injects persistent random features online to replenish useful representations. In the deep-linear regime, we derive exact solutions showing that OPAL’s factorization induces a data-adaptive preconditioner that contracts the Hessian spectrum, yielding depth-independent adaptation times under orthogonal initialization, an effect unattainable by any fixed regularizer. Empirically, OPAL improves post-shift learning speed, stability of gradient norms, and activation density on (i) continual deep RL over sequences of Atari 2600 games and (ii) supervised class-incremental benchmarks including Fashion-MNIST, with minimal parameter and compute overhead. Across settings, OPAL outperforms standard backbones, CReLU-only variants, and matches or complements Continual Backprop; combining OPAL with persistent randomness yields further gains. Our results connect curvature-aware overparameterization with activation pairing to deliver a simple, theoretically grounded mechanism for preserving plasticity in continual deep learning.
5 1 Policy Newton Algorithm in Reproducing Kernel Hilbert Space [86]

Reinforcement learning (RL) policies represented in Reproducing Kernel Hilbert Spaces (RKHS) offer powerful representational capabilities. While second-order optimization methods like Newton’s method demonstrate faster convergence than first-order approaches, current RKHS-based policy optimization remains constrained to first-order techniques. This limitation stems primarily from the intractability of explicitly computing and inverting the infinite-dimensional Hessian operator in RKHS. We introduce Policy Newton in RKHS, the first second-order optimization framework specifically designed for RL policies represented in RKHS. Our approach circumvents direct computation of the inverse Hessian operator by optimizing a cubic regularized auxiliary objective function. Crucially, we leverage the Representer Theorem to transform this infinite-dimensional optimization into an equivalent, computationally tractable finite-dimensional problem whose dimensionality scales with the trajectory data volume. We establish theoretical guarantees proving convergence to a local optimum with a local quadratic convergence rate. Empirical evaluations on a toy financial asset allocation problem validate these theoretical properties, while experiments on standard RL benchmarks demonstrate that Policy Newton in RKHS achieves superior convergence speed and higher episodic rewards compared to established first-order RKHS approaches and parametric second-order methods. Our work bridges a critical gap between non-parametric policy representations and second-order optimization methods in reinforcement learning.
VR-CRPO: Off-Policy Variance-Reduced Cubic-Regularized Policy Optimization

Second-order policy optimization with cubic regularization has recently been shown to avoid saddle points and achieve improved sample complexity in reinforcement learning. However, existing cubic-regularized policy Newton algorithms remain largely on-policy and rely on high-variance gradient/Hessian estimates, which limits data efficiency and scalability in deep RL. We introduce VR-CRPO, an off-policy, variance-reduced cubic-regularized policy optimization method that reuses trajectories from a replay buffer while preserving second-order convergence guarantees. VR-CRPO employs per-decision importance sampling with clipping and bias correction, together with SPIDER/SARAH-style recursive estimates for both policy gradients and Hessian–vector products, enabling a Hessian-free inexact solve of the cubic subproblem via a preconditioned Lanczos/CG routine. A Fisher-information preconditioner improves numerical stability and conditioning while maintaining sensitivity to negative curvature for effective saddle escaping. Under standard smoothness, ergodicity, and bounded-importance-weight assumptions, we establish high-probability convergence to an \(\epsilon\)-second-order stationary point with sample complexity \(O(\epsilon^{-3} \text{polylog}(1/\epsilon))\), improving on the best known \(O(\epsilon^{-3.5})\) rate for policy optimization with cubic regularization. Empirically, on classic control and MuJoCo continuous-control tasks, VR-CRPO achieves 1.5–3\(\times\) lower sample usage to a target return than PPO, TRPO, and natural policy gradient, and consistently outperforms the prior cubic-regularized policy Newton baseline in both data efficiency and robustness across seeds. We release code and implementations of our variance-reduced estimators and cubic subproblem solver to facilitate reproducibility and follow-up research.
5 2 ENAT: Rethinking Spatial-temporal Interactions in Token-based Image Synthesis [87]

Recently, token-based generation have demonstrated their effectiveness in image synthesis. As a representative example, non-autoregressive Transformers (NATs) can generate decent-quality images in a few steps. NATs perform generation in a progressive manner, where the latent tokens of a resulting image are incrementally revealed. At each step, the unrevealed image regions are padded with mask tokens and inferred by NAT. In this paper, we delve into the mechanisms behind the effectiveness of NATs and uncover two important patterns that naturally emerge from NATs: Spatially (within a step), although mask and visible tokens are processed uniformly by NATs, the interactions between them are highly asymmetric. In specific, mask tokens mainly gather information for decoding, while visible tokens tend to primarily provide information, and their deep representations can be built only upon themselves. Temporally (across steps), the interactions between adjacent generation steps mostly concentrate on updating the representations of a few critical tokens, while the computation for the majority of tokens is generally repetitive. Driven by these findings, we propose EfficientNAT (ENAT), a NAT model that explicitly encourages these critical interactions inherent in NATs. At the spatial level, we disentangle the computations of visible and mask tokens by encoding visible tokens independently, while decoding mask tokens conditioned on the fully encoded visible tokens. At the temporal level, we prioritize the computation of the critical tokens at each step, while maximally reusing previously computed token representations to supplement necessary information. ENAT improves the performance of NATs notably with significantly reduced computational cost. Experiments on ImageNet-256, ImageNet-512 and MS-COCO validate the effectiveness of ENAT.
MaskDiT: A Unified Masked–Diffusion Transformer with Token-Critic Guidance for Scalable High-Resolution Image Synthesis

We present MaskDiT, a single latent-space transformer that unifies masked generative modeling and diffusion denoising to achieve fast and high-fidelity image synthesis at scale. MaskDiT operates on a grid of context-rich visual latents obtained from a pretrained convolutional tokenizer/decoder, combining the expressivity of transformer-based diffusion (DiT) with the efficiency of bidirectional masked prediction (MaskGIT). During training, a mixture-of-corruptions objective alternates between (i) discrete masked token prediction at variable masking ratios for parallel generation and strong representation learning (in the spirit of MAGE), and (ii) continuous Gaussian denoising on the same latent grid (as in DiT). We further introduce a Token-Critic that learns per-location acceptance scores by distinguishing reconstructed-from-real latents, and use it at inference to adaptively accept, resample, or refine locations across both the masked and diffusion phases. At sampling time, MaskDiT performs a coarse-to-fine procedure: a small number of masked iterations rapidly establishes global semantics and layout, followed by a short diffusion refinement schedule for photorealistic detail; the Token-Critic enables early stopping and targeted resampling, improving the speed–quality trade-off. On class-conditional ImageNet, MaskDiT surpasses non-autoregressive generative transformers and matches or exceeds diffusion-only baselines with 2–4\(\times\) fewer refinement steps, enabling 256\(\times\)​256 and 512\(\times\)​512 synthesis with markedly lower latency. The unified pretraining also yields competitive representations (e.g., strong linear-probe accuracy) without task-specific heads. We analyze scaling trends in Gflops and input token counts and show consistent FID improvements, and demonstrate flexible conditioning (e.g., class labels and masks) and editing (inpainting/extrapolation) within the same model. Code and models will be released.
4 1 Benchmarking LLM Guardrails in Handling Multilingual Toxicity [88]

With the ubiquity of Large Language Models (LLMs), guardrails have become crucial to detect and defend against toxic content. However, with the increasing pervasiveness of LLMs in multilingual scenarios, their effectiveness in handling multilingual toxic inputs remains unclear. In this work, we introduce a comprehensive multilingual test suite, spanning seven datasets and over ten languages, to benchmark the performance of state-of-the-art guardrails. We also investigates the resilience of guardrails against recent jailbreaking techniques, and assess the impact of in-context safety policies and language resource availability on guardrails’ performance. Our findings show that existing guardrails are still ineffective at handling multilingual toxicity and lack robustness against jailbreaking prompts. This work aims to identify the limitations of guardrails and to build a more reliable and trustworthy LLMs in multilingual scenarios.
AEGIS-Chat: Context-Aware No-Regret Safety Moderation for Real-World User–AI Conversations

Safety moderation for large language models in the wild must contend with domain shift, multi-turn context, and subtle harms that escape sentence-level filters. Building on AEGIS’s ensemble of LLM safety experts and online adaptation, and informed by the challenges revealed by ToxicChat, we present AEGIS-Chat, a conversational, domain-adaptive moderation framework. AEGIS-Chat introduces: (1) a stateful router that conditions on conversation history to jointly model user intent, harm type, and severity, and routes queries to specialized LLM safety experts; (2) a constrained contextual bandit with delayed, partial feedback that provides dynamic no-regret guarantees while optimizing a cost-sensitive objective balancing harm reduction, latency, and over-moderation; and (3) ToxicChat-Safety, a re-annotation of ToxicChat aligned to the AEGIS taxonomy with multi-label, multi-turn labels, plus conversation-level metrics that penalize both misses and unnecessary blocks. The router composes expert rationales via lightweight aggregation and uses calibrated uncertainty to enable early exits for benign content and escalation to stronger experts or human review when necessary. On ToxicChat and held-out real-world logs, AEGIS-Chat improves macro-F1 by 7.8–12.3 points and reduces false positives by 18–25% relative to strong LLM and classifier baselines, while maintaining robustness to jailbreaks across sparse and critical risk categories. Ablations show context-aware routing and online adaptation contribute most to gains, and theoretical analysis establishes dynamic regret bounds under non-stationary conversational distributions with delayed feedback. AEGIS-Chat demonstrates that safety moderation benefits from stateful, cost-aware online learning tailored to real user–AI conversations.
4 2 RankLLM: A Python Package for Reranking with LLMs [89]

The adoption of large language models (LLMs) as rerankers in multi-stage retrieval systems has gained significant traction in academia and industry. These models refine a candidate list of retrieved documents, often through carefully designed prompts, and are typically used in applications built on retrieval-augmented generation (RAG). This paper introduces RankLLM, an open-source Python package for reranking that is modular, highly configurable, and supports both proprietary and open-source LLMs in customized reranking workflows. To improve usability, RankLLM features optional integration with Pyserini for retrieval and provides integrated evaluation for multi-stage pipelines. Additionally, RankLLM includes a module for detailed analysis of input prompts and LLM responses, addressing reliability concerns with LLM APIs and non-deterministic behavior in Mixture-of-Experts (MoE) models. This paper presents the architecture of RankLLM, along with a detailed step-by-step guide and sample code. We reproduce results from RankGPT, LRL, RankVicuna, RankZephyr, and other recent models. RankLLM integrates with common inference frameworks and a wide range of LLMs. This compatibility allows for quick reproduction of reported results, helping to speed up both research and real-world applications. The complete repository is available at rankllm.ai, and the package can be installed via PyPI.
Expando–Mono–Duo–List: A Unified, Label-Free Seq2Seq Framework for Efficient Zero-Shot Text Ranking

Large LLM-based listwise rerankers are effective but costly, while recent seq2seq rankers demonstrate competitive accuracy with far fewer parameters. We present Expando–Mono–Duo–List, a unified framework that extends the established Expando–Mono–Duo design pattern with a “List” stage and consolidates all stages into a single instruction-routed T5 model. Our approach couples document expansion pretraining with multi-task ranking and introduces label-free listwise distillation: a listwise head leverages cross-attention–based relevance estimates to optimize differentiable NDCG surrogates, while absorbing soft supervision from the model’s own pointwise and pairwise heads. To scale beyond encoder–decoder context limits, we propose tournament listwise inference, which composes global rankings from overlapping candidate blocks without retraining or auxiliary teachers. Across MS MARCO passage/document, TREC DL, and BEIR zero-shot evaluations, our 220M–770M parameter models achieve competitive or superior effectiveness to much larger LLM rerankers and prior seq2seq pipelines, while reducing latency by 30–60% and eliminating the need for external relevance labels for the listwise stage. Our results show that a single, small seq2seq model can perform document expansion, pointwise, pairwise, and listwise reranking, enabling efficient, zero-shot, end-to-end retrieval pipelines. Code and checkpoints will be released.
3 1 Distillation of a tractable model from the VQ-VAE [90]

Deep generative models with discrete latent space, such as the Vector-Quantized Variational Autoencoder (VQ-VAE), offer excellent data generation capabilities, but, due to the large size of their latent space, their probabilistic inference is deemed intractable. We demonstrate that the VQ-VAE can be distilled into a tractable model by selecting a subset of latent variables with high probabilities. This simple strategy is particularly efficient, especially if the VQ-VAE underutilizes its latent space, which is, indeed, very often the case. We frame the distilled model as a probabilistic circuit, and show that it preserves expressiveness of the VQ-VAE while providing tractable probabilistic inference. Experiments illustrate competitive performance in density estimation and conditional generation tasks, challenging the view of the VQ-VAE as an inherently intractable model.
Prob-Stream: Uncertainty-Aware Neural Audio Coding via Continuous Mixtures of Probabilistic Circuits

Neural audio codecs such as SoundStream achieve impressive quality at very low bitrates using residual vector quantization (RVQ) and end-to-end training, but remain limited by approximate entropy models and ad hoc heuristics for variable bitrate and robustness. We introduce Prob-Stream, a neural audio codec that integrates a continuous mixture of tractable probabilistic models with RVQ to deliver uncertainty-aware compression, exact entropy coding, and decoder-side enhancement. Prob-Stream models the distribution of RVQ codes with a low-dimensional continuous latent variable that gates a family of probabilistic circuits; numerical integration over a finite set of latent points compiles this continuous mixture into a tractable circuit, enabling exact marginals/conditionals for range coding and inference. We train end-to-end with a rate–distortion–perceptual objective, where the rate term is the negative log-likelihood under the compiled circuit and the decoder is SoundStream-style with adversarial and reconstruction losses. Structured dropout across quantizer layers provides a single variable-bitrate model (3–18 kbps), while the tractable prior supports: (i) tighter code probability estimates and 10–20% bitrate reduction at matched subjective quality versus a SoundStream baseline; (ii) uncertainty-aware rate control that allocates bits to perceptually hard segments; and (iii) decoder-only enhancement and packet-loss concealment via conditional inference over missing/dropped codes without additional latency. On 24 kHz speech, music, and general audio, Prob-Stream improves MUSHRA by 3–6 points at 3 kbps and matches or exceeds EVS/Opus quality at substantially lower rates, while maintaining real-time CPU decoding and streaming latency. Ablations show that continuous mixtures outperform discrete mixtures at equal compute, and that compiling to a probabilistic circuit is critical for both coding efficiency and robust conditional decoding.
3 2 Beyond Accuracy: EcoL2 Metric for Sustainable Neural PDE Solvers [91]

Real-world systems, from aerospace to railway engineering, are modeled with partial differential equations (PDEs) describing the physics of the system. Estimating robust solutions for such problems is essential. Deep learning-based architectures, such as neural PDE solvers, have recently gained traction as a reliable solution method. The current state of development of these approaches, however, primarily focuses on improving accuracy. The environmental impact of excessive computation, leading to increased carbon emissions, has largely been overlooked. This paper introduces a carbon emission measure for a range of PDE solvers. Our proposed metric, EcoL2, balances model accuracy with emissions across data collection, model training, and deployment. Experiments across both physics-informed machine learning and operator learning architectures demonstrate that the proposed metric presents a holistic assessment of model performance and emission cost. As such solvers grow in scale and deployment, EcoL2 represents a step toward building performant scientific machine learning systems with lower long-term environmental impact.
SepNOFormer: Separable Spectral-Temporal Transformers for Scalable Physics-Informed Operator Learning

We introduce SepNOFormer, a neural operator that learns families of PDE solution maps with strong physics fidelity, resolution independence, and scalability. SepNOFormer fuses three ideas: (i) separable spectral convolutions along spatial axes to capture multi-scale structure efficiently (inspired by Fourier neural operators), (ii) causal multi-head self-attention over pseudo-temporal sequences to propagate initial/forcing information globally (inspired by PINNsFormer), and (iii) a branch–trunk interface to query arbitrary coordinates, enabling discretization-agnostic operator learning (in the spirit of DeepONet and CNOs). To train with limited supervision, we formulate a physics-informed operator loss that enforces PDE residuals, boundary, and initial conditions across resolutions. We realize scalable residual evaluation by combining per-axis factorization with forward-mode automatic differentiation, allowing \(10^7\)\(10^8\) collocation points on a single GPU. A multi-resolution curriculum and residual importance sampling further stabilize optimization and improve generalization. Across Burgers’, Darcy flow, Allen–Cahn, wave, and 2D/3D Navier–Stokes (including chaotic regimes), SepNOFormer reduces L2 error by 20–45% versus FNO/CNO/DeepONet and by 35–60% versus PINNs/PINNsFormer under the same wall-clock budget, while cutting training time by 5–20\(\times\) relative to PINNs on high-dimensional problems. The model zero-shot super-resolves solutions by 4–8\(\times\), generalizes across unseen parameter ranges and boundary conditions, and maintains stability under long rollouts. We provide ablations isolating the benefits of separability, temporal attention, and physics-informed operator training. Code and pretrained models will be released.
2 1 CHURRO: Making History Readable with an Open-Weight Large Vision-Language Model for High-Accuracy, Low-Cost Historical Text Recognition [92]

Accurate text recognition for historical documents can greatly advance the study and preservation of cultural heritage. Existing vision-language models (VLMs), however, are designed for modern, standardized texts and are not equipped to read the diverse languages and scripts, irregular layouts, and frequent degradation found in historical materials. This paper presents CHURRO, a 3B-parameter open-weight VLM specialized for historical text recognition. The model is trained on CHURRO-DS, the largest historical text recognition dataset to date. CHURRO-DS unifies 155 historical corpora comprising 99,491 pages, spanning 22 centuries of textual heritage across 46 language clusters, including historical variants and dead languages. We evaluate several open-weight and closed VLMs and optical character recognition (OCR) systems on CHURRO-DS and find that CHURRO outperforms all other VLMs. On the CHURRO-DS test set, CHURRO achieves 82.3% (printed) and 70.1% (handwritten) normalized Levenshtein similarity, surpassing the second-best model, Gemini 2.5 Pro, by 1.4% and 6.5%, respectively, while being 15.5 times more cost-effective. By releasing the model and dataset, we aim to enable community-driven research to improve the readability of historical texts and accelerate scholarship.
olmIngest: Structure-Preserving PDF Ingestion for LLM Pretraining and Retrieval-Augmented Generation

PDF corpora contain vast amounts of high-quality knowledge that remain underutilized without faithful recovery of document structure. While olmOCR converts PDFs to linearized text at low cost and high quality, many downstream uses—continued pretraining, domain adaptation, and retrieval-augmented generation (RAG)—require structure-aware representations of tables, equations, figures, lists, and references. We present olmIngest, an open, scalable pipeline that reconstructs rich, verifiable markup from PDFs and grounds it to page coordinates. olmIngest uses a multi-pass strategy: (1) a VLM-driven coarse layout parser segments pages and predicts reading order; (2) specialized decoders emit structured markup—Markdown/HTML for sections and lists, CSV/HTML for tables with cell-level spans, LaTeX/MathML for equations, and JSON for bibliographic entries and cross-references; (3) symbolic validators (e.g., LaTeX compilation, table shape/type checks, URL/DOI resolution) detect inconsistencies and trigger targeted re-decoding for self-correction; and (4) a span-grounding module aligns all tokens to pixel regions to support hybrid visual-text retrieval. We introduce olmStruct-Bench, a 2,100-document benchmark with metrics for structural fidelity, including table TEDS, equation exact-match and render-EM, DOM tree F1, and span-grounding accuracy. On olmStruct-Bench, olmIngest achieves state-of-the-art structure fidelity over strong baselines, reducing table and equation errors by 23–38% while keeping cost under $300 per million pages in batch settings. In downstream evaluations, structure-aware indexing improves doc QA/RAG exact match by 6.8–11.4 points on queries requiring table/equation reasoning and reduces tokenized context by 28% via semantic chunking. Continued pretraining of a 7B LLM on 40B structure-preserved tokens yields consistent gains on PubMedQA (+3.2), DocLayQA (+5.4), and GSM8K (+1.9). We release code, models, and olmStruct-Bench to catalyze open, structure-first PDF ingestion.
2 2 RespDiff: An End-to-End Multi-scale RNN Diffusion Model for Respiratory Waveform Estimation from PPG Signals [93]

Respiratory rate (RR) is a critical health indicator often monitored under inconvenient scenarios, limiting its practicality for continuous monitoring. Photoplethysmography (PPG) sensors, increasingly integrated into wearable devices, offer a chance to continuously estimate RR in a portable manner. In this paper, we propose RespDiff, an end-to-end multi-scale RNN diffusion model for respiratory waveform estimation from PPG signals. RespDiff does not require hand-crafted features or the exclusion of low-quality signal segments, making it suitable for real-world scenarios. The model employs multi-scale encoders, to extract features at different resolutions, and a bidirectional RNN to process PPG signals and extract respiratory waveform. Additionally, a spectral loss term is introduced to optimize the model further. Experiments conducted on the BIDMC dataset demonstrate that RespDiff outperforms notable previous works, achieving a mean absolute error (MAE) of 1.18 bpm for RR estimation while others range from 1.66 to 2.15 bpm, showing its potential for robust and accurate respiratory monitoring in real-world applications.
Anytime Diffusion: Schedule-Agnostic Training for Variable-Compute Sampling and Progressive Decoding

We revisit denoising diffusion probabilistic models (DDPMs) through the lens of schedule-agnostic training and progressive decoding. While DDPMs achieve high-fidelity synthesis, their performance and computational cost depend sensitively on a chosen time discretization and sampler. We introduce Anytime Diffusion, a single model trained to be robust across discretizations and step counts, enabling variable compute at inference time and improved progressive generation. Our approach augments the standard variational objective with two components: (1) randomized discretization, which samples diverse reverse-time grids and integrators during training; and (2) multi-step consistency, a denoise-to-denoise loss that aligns the outputs of long and short reverse trajectories between arbitrary noise levels, effectively distilling long paths into few-step updates. The resulting model can be sampled with either stochastic (SDE) or deterministic (ODE) solvers and sustains quality across 4–100 steps without retraining or per-schedule tuning. Beyond fast sampling, we leverage the strengthened consistency to realize a practical progressive lossy decompression scheme with explicit rate–distortion control, generalizing DDPM’s progressive decoding to variable-rate settings. Experiments on CIFAR-10, ImageNet 64\(\times\)​64, and LSUN 256\(\times\)​256 show substantial improvements in low-NFE FID and IS over baseline DDPMs and competitive solvers, with up to 2–3\(\times\) reduction in steps for similar quality. Ablations confirm the complementary roles of randomized discretization and multi-step consistency, and analyses illustrate robustness to misspecified noise schedules. Code and models will be released.
1 1 VeriLocc: End-to-End Cross-Architecture Register Allocation via LLM [94]

Modern GPUs evolve rapidly, yet production compilers still rely on hand-crafted register allocation heuristics that require substantial re-tuning for each hardware generation. We introduce VeriLocc, a framework that combines large language models (LLMs) with formal compiler techniques to enable generalizable and verifiable register allocation across GPU architectures. VeriLocc fine-tunes an LLM to translate intermediate representations (MIRs) into target-specific register assignments, aided by static analysis for cross-architecture normalization and generalization and a verifier-guided regeneration loop to ensure correctness. Evaluated on matrix multiplication (GEMM) and multi-head attention (MHA), VeriLocc achieves 85-99% single-shot accuracy and near-100% pass@100. Case study shows that VeriLocc discovers more performant assignments than expert-tuned libraries, outperforming rocBLAS by over 10% in runtime.
RULER++: Verifiable, Streaming, and Robust Evaluation of Long-Context Language Models

Long-context language models (LMs) increasingly claim context windows of 128K tokens and beyond, yet their true ability to utilize long inputs remains unclear. Prior work (RULER) showed that near-perfect performance on simple needle-in-a-haystack retrieval masks substantial deficits in multi-hop tracing and aggregation as sequence length grows. We present RULER++, a comprehensive, verifiable benchmark for long-context understanding that expands both task coverage and diagnostic resolution. RULER++ introduces four new evaluation axes: (1) Streaming: inputs arrive as token streams with needles and dependencies interleaved over time, measuring recency effects and context-switching costs; (2) Conflict and Disambiguation: cross-document entity resolution and contradiction handling with controlled distractors and adversarial placements; (3) Budgeted Compression: note-taking and summary-to-answer tasks that test whether models can compress and faithfully reuse information under token budgets; and (4) Robust Retrieval-Reasoning: compositional and order-sensitive operations over many weak, far-apart cues. To ensure reliability, RULER++ pairs each instance with a latent program that deterministically generates both the long context and the answer, enabling exact checking without LLM judges. We further provide new metrics: effective context length (ECL) curves, position-sensitivity profiles, conflict-resolution accuracy, and coverage-faithfulness via span-level citation matching. Evaluating 24 open and closed LMs with advertised windows from 128K to 1M tokens, we find that: (i) most models that solve static NIAH degrade sharply in streaming and conflict settings; (ii) aggregation and budgeted compression are the dominant failure modes beyond 256K; and (iii) position sensitivity and formatting changes cause precipitous drops, revealing brittle heuristics. RULER++ offers a dynamic instance generator, standardized protocols for sliding-window and chunked inference, and a public leaderboard. We hope these verifiable, diagnostic evaluations will guide training and architecture choices for truly long-context reasoning.
1 2 Subcortical Masks Generation in CT Images via Ensemble-Based Cross-Domain Label Transfer [95]

Subcortical segmentation in neuroimages plays an important role in understanding brain anatomy and facilitating computer-aided diagnosis of traumatic brain injuries and neurodegenerative disorders. However, training accurate automatic models requires large amounts of labelled data. Despite the availability of publicly available subcortical segmentation datasets for Magnetic Resonance Imaging (MRI), a significant gap exists for Computed Tomography (CT). This paper proposes an automatic ensemble framework to generate high-quality subcortical segmentation labels for CT scans by leveraging existing MRI-based models. We introduce a robust ensembling pipeline to integrate them and apply it to unannotated paired MRI-CT data, resulting in a comprehensive CT subcortical segmentation dataset. Extensive experiments on multiple public datasets demonstrate the superior performance of our proposed framework. Furthermore, using our generated CT dataset, we train segmentation models that achieve improved performance on related segmentation tasks. To facilitate future research, we make our source code, generated dataset, and trained models publicly available, marking the first open-source release for CT subcortical segmentation to the best of our knowledge.
Drift-Adam: Change-Point Aware Adaptive Optimization for Non-Stationary Objectives

Adaptive moment methods such as Adam are widely used due to their robustness, scale invariance, and ease of use. While Adam is often effective on non-stationary objectives, its fixed decay rates for first- and second-moment estimates can lag behind rapid changes in gradient statistics or over-smooth under distribution shift. We introduce Drift-Adam, a drop-in replacement for Adam that adaptively modulates its moment memories in response to detected drift in the gradient process. Drift-Adam maintains a streaming estimate of gradient volatility via normalized increments and uses this signal to adjust the effective decay of the first and second moments—shortening memory to react quickly after change-points and lengthening it to reduce variance in stationary phases. The update preserves Adam’s diagonal rescaling invariance and can be combined with decoupled weight decay. We provide theory in an online convex setting with piecewise-stationary gradients: Drift-Adam achieves dynamic regret that scales with the number and magnitude of shifts, while matching Adam’s guarantees in stationary regimes. The method incurs negligible compute overhead and adds a single auxiliary statistic per parameter. Across domain-incremental image classification, curriculum and augmentation schedules, and reinforcement learning tasks, Drift-Adam improves time-to-target by 10–30%, reduces early-training instability, and attains stronger final generalization with default hyperparameters. Code and a reference implementation are provided to facilitate adoption.

References↩︎

[1]
D. Liben-Nowell and J. M. Kleinberg, “The link prediction problem for social networks,” in International conference on information and knowledge management, 2003, [Online]. Available: http://dl.acm.org/citation.cfm?id=956972.
[2]
Y. Sun, R. Barber, M. Gupta, C. Aggarwal, and J. Han, “Co-author relationship prediction in heterogeneous bibliographic networks,” 2011 International Conference on Advances in Social Networks Analysis and Mining, pp. 121–128, 2011, [Online]. Available: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=\&arnumber=5992571.
[3]
N. Kanakaris, N. Giarelis, I. Siachos, and N. Karacapilidis, “Shall i work with them? A knowledge graph-based approach for predicting future research collaborations,” Entropy, vol. 23, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusId:235301976.
[4]
N. Sternlicht and T. Hope, “CHIMERA: A knowledge base of scientific idea recombinations for research analysis and ideation.” 2025, [Online]. Available: https://arxiv.org/abs/2505.20779.
[5]
F. Frohnert, X. Gu, M. Krenn, and E. P. L. van Nieuwenburg, “Discovering emergent connections in quantum physics research via dynamic word embeddings,” Machine Learning: Science and Technology, vol. 6, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:273963065.
[6]
J. He-Yueya et al., “GIANTS: Generative insight anticipation from scientific literature.” 2026, [Online]. Available: https://arxiv.org/abs/2604.09793.
[7]
D. Wang, C. Song, and A.-Ĺ. Barabási, “Quantifying long-term scientific impact,” Science, vol. 342, pp. 127–132, 2013, [Online]. Available: https://api.semanticscholar.org/CorpusID:260558492.
[8]
M. A. Valenzuela-Escarcega, V. A. Ha, and O. Etzioni, “Identifying meaningful citations,” in AAAI workshop: Scholarly big data, 2015, [Online]. Available: https://api.semanticscholar.org/CorpusID:2538517.
[9]
A. D. Wade, “The semantic scholar academic graph (S2AG),” Companion Proceedings of the Web Conference 2022, 2022, [Online]. Available: https://api.semanticscholar.org/CorpusID:251597885.
[10]
S. Subramanian, D. King, D. Downey, and S. Feldman, S2AND: A Benchmark and Evaluation System for Author Name Disambiguation,” in JCDL ’21: Proceedings of the ACM/IEEE joint conference on digital libraries in 2021, 2021.
[11]
H. Wang et al., “Learning to predict future-aligned research proposals with language models.” 2026, [Online]. Available: https://arxiv.org/abs/2603.27146.
[12]
L. Zheng et al., arXiv:2306.05685“Judging LLM-as-a-judge with MT-bench and chatbot arena,” in Advances in neural information processing systems 36 (NeurIPS 2023) datasets and benchmarks track, 2023, vol. 36, [Online]. Available: https://proceedings.neurips.cc/paper_files/paper/2023/hash/91f18a1287b398d378ef22505bf41832-Abstract-Datasets_and_Benchmarks.html.
[13]
C.-Y. Lin, ROUGE: A package for automatic evaluation of summaries,” in Text summarization branches out, Jul. 2004, pp. 74–81, [Online]. Available: https://aclanthology.org/W04-1013/.
[14]
T. Zhang, V. Kishore, F. Wu, K. Q. Weinberger, and Y. Artzi, BERTScore: Evaluating text generation with BERT,” in 8th international conference on learning representations (ICLR 2020), addis ababa, ethiopia, april 26–30, 2020, 2020, [Online]. Available: https://openreview.net/forum?id=SkeHuCVFDr.
[15]
S. Mysore, A. Cohan, and T. Hope, “Multi-vector models with textual guidance for fine-grained scientific document similarity,” in Proceedings of the 2022 conference of the north american chapter of the association for computational linguistics: Human language technologies, Jul. 2022, pp. 4453–4470, doi: 10.18653/v1/2022.naacl-main.331.
[16]
Z. Zhang et al., “Scholarly recommendation systems: A literature survey,” Knowledge and Information Systems, vol. 65, pp. 4433–4478, 2023, [Online]. Available: https://api.semanticscholar.org/CorpusID:259081885.
[17]
K. Balog, Y. Fang, M. de Rijke, P. Serdyukov, and L. Si, “Expertise retrieval,” Foundations and Trends in Information Retrieval, vol. 6, no. 2–3, pp. 127–256, 2012.
[18]
S. Fortunato et al., “Science of science,” Science, vol. 359, no. 6379, p. eaao0185, 2018, doi: 10.1126/science.aao0185.
[19]
K. Järvelin and J. Kekäläinen, “Cumulated gain-based evaluation of IR techniques,” ACM Trans. Inf. Syst., vol. 20, pp. 422–446, 2002, [Online]. Available: https://api.semanticscholar.org/CorpusID:1981391.
[20]
NIST TREC, Appendix CE.MEASURES06“Common evaluation measures.” TREC 2006 Proceedings (Appendix), 2006, [Online]. Available: https://trec.nist.gov/pubs/trec15/appendices/CE.MEASURES06.pdf.
[21]
D. Hicks, P. Wouters, L. Waltman, S. de Rijcke, and I. Rafols, “Bibliometrics: The Leiden manifesto for research metrics,” Nature, vol. 520, no. 7548, pp. 429–431, 2015, doi: 10.1038/520429a.
[22]
T. Olmo et al., “Olmo 3.” 2025, [Online]. Available: https://arxiv.org/abs/2512.13961.
[23]
Q. Team, “Qwen3 technical report.” 2025, [Online]. Available: https://arxiv.org/abs/2505.09388.
[24]
N. Muennighoff et al., “Generative representational instruction tuning,” in The thirteenth international conference on learning representations, 2025, [Online]. Available: https://openreview.net/forum?id=BC4lIvfSzv.
[25]
J. Ni et al., “Large dual encoders are generalizable retrievers,” in Proceedings of the 2022 conference on empirical methods in natural language processing, Dec. 2022, pp. 9844–9855, doi: 10.18653/v1/2022.emnlp-main.669.
[26]
A. Singh, M. D’Arcy, A. Cohan, D. Downey, and S. Feldman, SciRepEval: A multi-format benchmark for scientific document representations,” in Proceedings of the 2023 conference on empirical methods in natural language processing, Dec. 2023, pp. 5548–5566, doi: 10.18653/v1/2023.emnlp-main.338.
[27]
A. Miech, J.-B. Alayrac, L. Smaira, I. Laptev, J. Sivic, and A. Zisserman, “End-to-end learning of visual representations from uncurated instructional videos,” 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 9876–9886, 2020, [Online]. Available: https://api.semanticscholar.org/CorpusID:209370497.
[28]
A. Karpathy, https://github.com/karpathy/autoresearch. Accessed 2026-05-06“Autoresearch.” 2026, [Online]. Available: https://github.com/karpathy/autoresearch.
[29]
X. Gu and M. Krenn, “Forecasting high-impact research topics via machine learning on evolving knowledge graphs,” Machine Learning: Science and Technology, vol. 6, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:267636723.
[30]
K. Rezaee, M. Ziabakhsh, N. Nikfarjam, et al., FOS: A large-scale temporal graph benchmark for scientific interdisciplinary link prediction,” arXiv preprint arXiv:2511.18631, 2025, [Online]. Available: https://arxiv.org/abs/2511.18631.
[31]
B. Ye, S. Chen, J. Tu, et al., “Proof of time: A benchmark for evaluating scientific idea judgments,” arXiv preprint arXiv:2601.07606, 2026, [Online]. Available: https://arxiv.org/abs/2601.07606.
[32]
Y. Wang, S. Feng, Y. Tsvetkov, and H. Hajishirzi, ScienceMeter: Tracking scientific knowledge updates in language models,” arXiv preprint arXiv:2505.24302, 2025, [Online]. Available: https://arxiv.org/abs/2505.24302.
[33]
X. Xi, Y. Guo, and W. Duan, “Recommendation of academic collaborators: A methodology incorporating word embedding and network embedding,” in AII@iConference, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusID:235259334.
[34]
M. Tuninetti, A. Aleta, D. Paolotti, Y. Moreno, and M. Starnini, “Prediction of new scientific collaborations through multiplex networks,” EPJ Data Science, vol. 10, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusID:234489207.
[35]
F. Ebrahimi, A. Asemi, A. Nezarat, and A. Ko, “Developing a mathematical model of the co-author recommender system using graph mining techniques and big data applications,” Journal of Big Data, vol. 8, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusID:232133644.
[36]
T. K. T. Ho, Q. V. Bui, and M. Bui, “Co-author relationship prediction in bibliographic network: A new approach using geographic factor and latent topic information,” Proceedings of the 10th International Symposium on Information and Communication Technology, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:209450869.
[37]
X. Li, M. Wang, C. Wang, Y. Fu, and X. Wang, “NovSRC: A novelty-oriented scientific collaborators recommendation model,” International Journal of Advanced Computer Science and Applications, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:268818672.
[38]
P. M. Chuan, L. H. Son, M. Ali, T. D. Khang, L. T. Huong, and N. Dey, “Link prediction in co-authorship networks based on hybrid content similarity metric,” Appl. Intell., vol. 48, no. 8, pp. 2470–2486, 2018, doi: 10.1007/S10489-017-1086-X.
[39]
X. Cheng, Y. Zhang, H. Joshi, M. Kejriwal, and P. Calyam, “Knowledge graph-based embedding for connecting scholars in academic social networks,” 2023 IEEE 10th International Conference on Data Science and Advanced Analytics (DSAA), pp. 1–10, 2023, [Online]. Available: https://api.semanticscholar.org/CorpusID:265054862.
[40]
J. O’Madadhain, J. Hutchins, and P. Smyth, “Prediction and ranking algorithms for event-based network data,” SIGKDD Explor., vol. 7, pp. 23–30, 2005, [Online]. Available: https://api.semanticscholar.org/CorpusID:3343116.
[41]
L. Munasinghe and R. Ichise, “Time score: A new feature for link prediction in social networks,” IEICE Trans. Inf. Syst., vol. 95–D, pp. 821–828, 2012, [Online]. Available: https://api.semanticscholar.org/CorpusID:30012200.
[42]
T. Koopmann, K. Kobs, K. Herud, and A. Hotho, “CoBERT: Scientific collaboration prediction via sequential recommendation,” 2021 International Conference on Data Mining Workshops (ICDMW), pp. 45–54, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusID:246081502.
[43]
X. Kong, Y. Shi, S. Yu, J. Liu, and F. Xia, “Academic social networks: Modeling, analysis, mining and applications,” J. Netw. Comput. Appl., vol. 132, pp. 86–103, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:86850665.
[44]
Q. Wang, D. Downey, H. Ji, and T. Hope, “SciMON: Scientific inspiration machines optimized for novelty,” in Annual meeting of the association for computational linguistics, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:258841365.
[45]
J. Chen, K. Zhang, D. Li, Y. Feng, Y. Zhang, and B. Deng, “Structuring scientific innovation: A framework for modeling and discovering impactful knowledge combinations,” ArXiv, vol. abs/2503.18865, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:277313413.
[46]
M. Radensky, S. Shahid, R. Fok, P. Siangliulue, T. Hope, and D. S. Weld, “Scideator: Human-LLM scientific idea generation grounded in research-paper facet recombination,” ArXiv, vol. abs/2409.14634, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:272827497.
[47]
D. R. Swanson, “Undiscovered public knowledge,” The Library Quarterly, vol. 56, pp. 103–118, 1986, [Online]. Available: https://api.semanticscholar.org/CorpusID:267792818.
[48]
C. Lu, C. Lu, R. T. Lange, J. N. Foerster, J. Clune, and D. Ha, “The AI scientist: Towards fully automated open-ended scientific discovery,” ArXiv, vol. abs/2408.06292, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:271854887.
[49]
W. Wang et al., “SciPIP: An LLM-based scientific paper idea proposer,” ArXiv, vol. abs/2410.23166, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:273695165.
[50]
J. Baek, S. K. Jauhar, S. Cucerzan, and S. J. Hwang, ResearchAgent: Iterative research idea generation over scientific literature with large language models,” in Proceedings of the 2025 conference of the nations of the americas chapter of the association for computational linguistics: Human language technologies (volume 1: Long papers), Apr. 2025, pp. 6709–6738, [Online]. Available: https://aclanthology.org/2025.naacl-long.342/.
[51]
S. Guo et al., “IdeaBench: Benchmarking large language models for research idea generation,” Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:273821733.
[52]
H. Su et al., “Many heads are better than one: Improved scientific idea generation by a LLM-based multi-agent system,” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), Jul. 2025, pp. 28201–28240, doi: 10.18653/v1/2025.acl-long.1368.
[53]
A. Salatino, A. Mannocci, and F. Osborne, Detection, analysis, and prediction of research topics with scientific knowledge graphs,” in Predicting the dynamics of research impact, Springer, 2021.
[54]
D. Ofer, H. Kaufman, and M. Linial, “What’s next? Forecasting scientific research trends,” Heliyon, 2023, doi: 10.1016/j.heliyon.2023.e23781.
[55]
S. Uddin, L. Hossain, and K. J. R. Rasmussen, “Network effects on scientific collaborations,” PLoS ONE, vol. 8, 2013, [Online]. Available: https://api.semanticscholar.org/CorpusID:7633781.
[56]
F. Shi and J. Evans, “Surprising combinations of research contents and contexts are related to impact and emerge with scientific outsiders from distant disciplines,” Nature Communications, vol. 14, no. 1, p. 1641, 2023.
[57]
Z. Zhang and J. Evans, “Language model perplexity predicts scientific surprise and transformative impact,” arXiv preprint arXiv:2509.05591, 2025.
[58]
S. Cole, J. R. Cole, and G. A. Simon, “Chance and consensus in peer review.” Science, vol. 214 4523, pp. 881–6, 1981, [Online]. Available: https://api.semanticscholar.org/CorpusID:11183533.
[59]
K. W. Boyack, C. Smith, and R. Klavans, “Toward predicting research proposal success,” Scientometrics, vol. 114, pp. 449–461, 2018, [Online]. Available: https://api.semanticscholar.org/CorpusID:46804654.
[60]
B. Győrffy, P. Herman, and I. Szabó, “Research funding: Past performance is a stronger predictor of future scientific output than reviewer scores,” J. Informetrics, vol. 14, p. 101050, 2020, [Online]. Available: https://api.semanticscholar.org/CorpusID:219933512.
[61]
R. K. Merton, “The matthew effect in science,” Science, vol. 159, no. 3810, pp. 56–63, 1968.
[62]
F. Cappello et al., “EAIRA: Establishing a methodology for evaluating AI models as scientific research assistants,” ArXiv, vol. abs/2502.20309, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:276647576.
[63]
P. Jansen et al., “DiscoveryWorld: A virtual environment for developing and evaluating automated scientific discovery agents,” in Advances in neural information processing systems 37: Annual conference on neural information processing systems 2024, NeurIPS 2024, datasets and benchmarks track, vancouver, BC, canada, december 10–15, 2024, 2024, [Online]. Available: http://papers.nips.cc/paper_files/paper/2024/hash/13836f251823945316ae067350a5c366-Abstract-Datasets_and_Benchmarks_Track.html.
[64]
P. Jansen et al., “CodeScientist: End-to-end semi-automated scientific discovery with code-based experimentation,” in Findings of the association for computational linguistics: ACL 2025, Jul. 2025, pp. 13370–13467, doi: 10.18653/v1/2025.findings-acl.692.
[65]
B. P. Majumder et al., “DiscoveryBench: Towards data-driven discovery with large language models,” in The thirteenth international conference on learning representations, 2025, [Online]. Available: https://openreview.net/forum?id=vyflgpwfJW.
[66]
K. Swanson, W. Wu, N. L. Bulaong, J. E. Pak, and J. Zou, “The virtual lab of AI agents designs new SARS-CoV-2 nanobodies,” Nature, vol. 646, no. 8085, pp. 716–723, 2025, doi: 10.1038/s41586-025-09442-9.
[67]
N. Chen et al., “Beyond brainstorming: What drives high-quality scientific ideas? Lessons from multi-agent collaboration.” 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:280540858.
[68]
H. Yu et al., arXiv:2412.17767“ResearchTown: Simulator of human research community,” in Proceedings of the 42nd international conference on machine learning, 2025, vol. 267, pp. 73051–73096, [Online]. Available: https://proceedings.mlr.press/v267/yu25i.html.
[69]
S. Schmidgall and M. Moor, “AgentRxiv: Towards collaborative autonomous research,” ArXiv, vol. abs/2503.18102, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:277271871.
[70]
D. R. Amancio, “Comparing the topological properties of real and artificially generated scientific manuscripts,” Scientometrics, vol. 105, pp. 1763–1779, 2015, doi: 10.1007/s11192-015-1637-z.
[71]
C. Si, D. Yang, and T. Hashimoto, “Can LLMs generate novel research ideas? A large-scale human study with 100+ NLP researchers,” ArXiv, vol. abs/2409.04109, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:272463952.
[72]
X. Hu, H. Fu, J. Wang, et al., Nova: An iterative planning and search approach to enhance novelty and diversity of LLM generated ideas,” arXiv preprint arXiv:2410.14255, 2024, [Online]. Available: https://arxiv.org/abs/2410.14255.
[73]
A. Pramanick, Y. Hou, S. M. Mohammad, and I. Gurevych, “The nature of NLP: Analyzing contributions in NLP papers,” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), Jul. 2025, pp. 25169–25191, doi: 10.18653/v1/2025.acl-long.1224.
[74]
M. G. Kendall, “A NEW MEASURE OF RANK CORRELATION,” Biometrika, vol. 30, pp. 81–93, 1938, [Online]. Available: https://api.semanticscholar.org/CorpusID:120478295.
[75]
H. Arnaout, N. Sternlicht, T. Hope, and I. Gurevych, arXiv:2505.14838“In-depth research impact summarization through fine-grained temporal citation analysis,” in Proceedings of the 64th annual meeting of the association for computational linguistics (volume 1: Long papers), 2026, [Online]. Available: https://arxiv.org/abs/2505.14838.
[76]
N. Feng, Y. Sui, S. Hou, J. C. Cresswell, and G. Wu, “Response quality assessment for retrieval-augmented generation via conditional conformal factuality,” Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:280011519.
[77]
D. Li, Y. Wang, M. Cleaveland, M. Cai, and R. Tron, “Conformal prediction for signal temporal logic inference,” ArXiv, vol. abs/2509.25473, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:281682043.
[78]
A. Opris, arXiv:2505.01256“A first runtime analysis of NSGA-III on a many-objective multimodal problem: Provable exponential speedup via stochastic population update,” in Proceedings of the thirty-fourth international joint conference on artificial intelligence, IJCAI-25, 2025, pp. 8903–8911, doi: 10.24963/ijcai.2025/990.
[79]
J. Fu, X. Zhang, S. Pashami, F. Rahimian, and A. Holst, “DiffPAD: Denoising diffusion-based adversarial patch decontamination.” 2024, [Online]. Available: https://arxiv.org/abs/2410.24006.
[80]
M. Shalyt, U. Seligmann, I. Beit Halachmi, O. David, R. Elimelech, and I. Kaminer, arXiv:2412.16818“Unsupervised discovery of formulas for mathematical constants,” in Advances in neural information processing systems, 2024, vol. 37, doi: 10.52202/079017-3596.
[81]
P. M. Riechers, T. J. Elliott, and A. S. Shai, “Neural networks leverage nominally quantum and post-quantum representations.” 2025, [Online]. Available: https://arxiv.org/abs/2507.07432.
[82]
L. Huang, C. Huang, J. Leng, D. Huang, and J. Huang, “POSS: Position specialist generates better draft for speculative decoding.” 2025, [Online]. Available: https://arxiv.org/abs/2506.03566.
[83]
D. Alexander and A. P. de Vries, “In a few words: Comparing weak supervision and LLMs for short query intent classification,” in Proceedings of the 48th international ACM SIGIR conference on research and development in information retrieval, Jul. 2025, pp. 2977–2981, doi: 10.1145/3726302.3730213.
[84]
C. Zhao, P. Pisu, G. Comert, N. Begashaw, V. Vaidyan, and N. C. Hubig, “Causal interpretability for adversarial robustness: A hybrid generative classification approach.” 2025, [Online]. Available: https://arxiv.org/abs/2412.20025.
[85]
A. Lewandowski, D. Schuurmans, and M. C. Machado, “Plastic learning with deep fourier features.” 2024, [Online]. Available: https://arxiv.org/abs/2410.20634.
[86]
Y. Zhang, H. Tang, C. Wang, and W. Ding, “Policy newton algorithm in reproducing kernel hilbert space.” 2025, [Online]. Available: https://arxiv.org/abs/2506.01597.
[87]
Z. Ni et al., arXiv:2411.06959ENAT: Rethinking spatial-temporal interactions in token-based image synthesis,” in Advances in neural information processing systems 37 (NeurIPS 2024), 2024, doi: 10.52202/079017-2870.
[88]
Y. Yang, S. Dan, D. Roth, and I. Lee, “Benchmarking LLM guardrails in handling multilingual toxicity.” 2024, [Online]. Available: https://arxiv.org/abs/2410.22153.
[89]
S. Sharifymoghaddam et al., arXiv:2505.19284“RankLLM: A python package for reranking with LLMs,” in Proceedings of the 48th international ACM SIGIR conference on research and development in information retrieval (SIGIR ’25), 2025, pp. 3681–3690, doi: 10.1145/3726302.3730331.
[90]
A. Hadžić, M. Papez, and T. Pevný, “Distillation of a tractable model from the VQ-VAE.” 2025, [Online]. Available: https://arxiv.org/abs/2509.01400.
[91]
T. Kapoor, A. Chandra, A. Stamou, and S. J. Roberts, “Beyond accuracy: EcoL2 metric for sustainable neural PDE solvers.” 2025, [Online]. Available: https://arxiv.org/abs/2505.12556.
[92]
S. Semnani, H. Zhang, X. He, M. Tekgurler, and M. Lam, arXiv:2509.19768“CHURRO: Making history readable with an open-weight large vision-language model for high-accuracy, low-cost historical text recognition,” in Proceedings of the 2025 conference on empirical methods in natural language processing, Nov. 2025, pp. 34777–34824, doi: 10.18653/v1/2025.emnlp-main.1763.
[93]
Y. Miao, Z. Chen, C. Li, and D. Mandic, “RespDiff: An end-to-end multi-scale RNN diffusion model for respiratory waveform estimation from PPG signals.” 2024, [Online]. Available: https://arxiv.org/abs/2410.04366.
[94]
L. Jin, Z. Ruan, H. Mai, and J. Shang, arXiv:2506.17506VeriLocc: End-to-end cross-architecture register allocation via LLM,” in Proceedings of the 2025 conference on empirical methods in natural language processing, Nov. 2025, pp. 30252–30262, doi: 10.18653/v1/2025.emnlp-main.1538.
[95]
A. X. W. Lee, P.-H. Yeung, and J. C. Rajapakse, Subcortical masks generation in CT images via ensemble-based cross-domain label transfer,” in Medical image understanding and analysis, Springer Nature Switzerland, 2025, pp. 160–174.

  1. Correspondence to anirudha@allenai.org.↩︎

  2. Our scripts require only a date range and source arXiv categories, and can be used to periodically refresh the dataset.↩︎

  3. Alternative definitions of influential prior work yield similar relative model rankings (Table 11: Appendix 11.3.1).↩︎

  4. Although citation counts are an imperfect proxy for scientific impact [21], they remain widely used in science-of-science research [18] and provide a scalable measure of early scholarly attention.↩︎

  5. We also experimented with using 25th percentile, 75th percentile, and randomly chosen influential references to define the minimum LACER. We found that this choice does not meaningfully change its judgements.↩︎

  6. We categorize these failure modes by employing prompting GPT-5.2 with a sample of 240 low-scoring generated abstracts along with their corresponding ground truths and instructing it to study and categorize them into common failure modes.↩︎

  7. These results are reported on an earlier snapshot of the corpus; we expect the updated release to preserve the relative trends across reference definitions, even if absolute values shift.↩︎

  8. We use a classifier with \(\sim70\%\) accuracy on a held-out set from the train period to predict the topics of synthesized papers.↩︎