REVIEW 4 major objections 4 minor 44 references
THE-Tree: Can Tracing Historical Evolution Enhance Scientific Verification and Reasoning?
T0 review · 4 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read THE-Tree claims that replacing citation edges with verified causal evolution edges improves graph completion, future-step prediction, and LLM-based paper evaluation; the tree structure itself is the contribution.
desk verdict A substantial benchmark and a sensible pipeline, but the headline gains are compromised by temporal leakage and a non-independent gold standard. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the THE-Tree edge: a directed, causally labeled paper-to-paper relationship that says one paper logically enables or grounds the next, unlike a raw citation. Edges are produced by the Think-Verbalize-Cite-Verify loop, in which an LLM proposes a next step, summarizes it, cites supporting papers, and then has the link checked by RA-NLI, a retrieval-augmented natural language inference scorer that retrieves evidence passages and judges entailment, contradiction, or neutrality, with an LLM referee for ambiguous neutral cases. The same verified-edge signal is what powers the downstream gains in graph completion, future prediction, and paper evaluation.
What would settle it
Run the future-path and graph-completion experiments with an open model whose training cutoff predates the masked year, and compare hit@1 against the paper's reported results; if the 8 to 14 percent and roughly 10 percent gains shrink toward zero, the reported gains are plausibly retrieval rather than forecasting. A second check is to have domain experts re-score a random sample of RA-NLI-validated edges against the cited source texts to see whether the 95.60 percent accuracy reproduces.
Extended reading notes
Core claim
The paper's central claim is that a tree of causally verified technology evolution steps, constructed from literature, is a better foundation for scientific verification and reasoning than citation graphs or unstructured surveys. Each node is a paper with an importance score, and each edge encodes a historical, inferential relationship validated for logical and causal coherence. The construction pipeline uses a self-guided temporal Monte Carlo tree search to propose paths, and each proposed edge is checked by RA-NLI, a retrieval-augmented natural language inference mechanism that reads the cited literature and decides whether the claimed advance is entailed, contradicted, or neutral. The paper reports that trees built this way beat citation networks on graph completion, future path prediction, and LLM-based evaluation of conference submissions.
Load-bearing premise
The evaluation assumes that the LLMs used to generate and score 'future' evolutionary steps have not already memorized the papers being predicted, because the models were pretrained on internet-scale data that includes post-split publications; the paper does not control for this.
Editorial extensions
If this is right
- Linking papers by verified causal relationships rather than citation counts gives LLMs a more informative graph for predicting missing research steps; the authors report hit@1 gains of 8 to 14 percent over citation graphs across multiple models.
- Future development forecasting improves: THE-Tree raises hit@1 by nearly 10 percent and improves hit@3, hit@5, and mean rank against citation-only graphs.
- Augmenting LLM reviewers with evolutionary context improves assessment of conference papers, including a near-doubling of accuracy for identifying oral- and spotlight-level papers in the authors' 2024 conference evaluation experiments.
- The RA-NLI verify step reduces fact-missing rates to 4.75 percent and reaches 95.60 percent accuracy on the 71k fact-verification benchmark, compared with 40 to 69 percent fact-missing rates for standalone LLMs.
- The released benchmark of 88 trees and 71k fact verifications over 27k papers gives other researchers a testbed for causality-aware scientific reasoning.
Reading between the lines
- If the temporal-integrity concern is addressed and the gains survive, THE-Tree-style causal links could become a standard evaluation layer for AI-generated hypotheses, replacing 'does it cite the right papers' with 'does it extend a verified line of reasoning.'
- The framework implicitly treats science as a sequence of enabling steps, so genuinely discontinuous or abandoned research lines may score poorly; the method could therefore favor incremental contributions over revolutionary ones.
- A direct testable extension would use an LLM with a hard training cutoff before the held-out year to regenerate future nodes; if the gains persist, the signal is structural rather than memorized.
- The same verified-edge construction could plausibly be applied to patents, technical reports, or negative results, which the authors list as future work but do not evaluate.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes THE-Tree, a framework that constructs domain-specific science evolution trees from surveys and citation data using a Self-Guided Temporal Monte Carlo Tree Search with Think-Verbalize-Cite-Verify node expansion and a Retrieval-Augmented Natural Language Inference (RA-NLI) edge validator. The authors release 88 trees and a 71k-fact verification benchmark, and report that THE-Tree improves graph completion by 8-14%, future prediction by nearly 10%, and LLM-based paper evaluation by almost 100%. The central claim is that the tree's explicit causal-evolutionary structure provides a verifiable substrate for AI-assisted scientific reasoning and verification.
Significance. If the reported gains were real, THE-Tree would be a valuable contribution to AI-assisted scientific evaluation, and the released dataset could support many downstream studies. The framework's combination of MCTS, LLM-guided node expansion, and NLI-based edge validation is interesting, and the scale of the released resource is a genuine strength. However, the current evaluation does not establish the central claim: the graph-completion and future-prediction results are vulnerable to temporal leakage from pretrained LLMs, and the expert ground truth is partly derived from the system's own output. The significance of the paper is therefore currently in its framework and dataset release rather than in the quantitative evidence for the claimed improvements.
major comments (4)
- [Section 4.2.2 and Section 4.3 (Tables 4-5)] The graph-completion and future-prediction evaluations are not temporally controlled. The LLMs used for construction and scoring, such as Qwen2.5-72B, GPT-4o, and DeepSeek-R1, are pretrained on internet-scale data that include the masked entities in Section 4.2.2 and the post-split papers in Section 4.3. Consequently, the reported Hit@1 gains of 8-14% and nearly 10% may reflect the model retrieving exact paper titles from parametric memory rather than reasoning from the tree's causal history. This leakage also affects tree construction itself: in the TVCV pipeline (Section 3.3.1), the Think and Cite steps allow the LLM to propose and ground advancements using knowledge that may include post-split literature. The paper controls for contamination only in the NeurIPS 2024 evaluation (Section 4.1), not in Tables 4-5. A necessary control is to use models with a known pretraining cutoff before the test period, or to block direct title memorization by paraphrasing the target entities.
- [Appendix B.2 (Table 3)] The expert-refined ground truth is constructed by having domain experts review, correct, and augment the MCTS-generated trees. Precision and recall measured against this ground truth therefore largely measure agreement between the generated tree and a human refinement of that same tree, not agreement with an independently established historical record. This circularity undermines the claim that the trees are externally validated, and Table 3's recall/precision numbers should be interpreted as self-consistency scores. An independent gold standard, in which experts build or annotate evolution paths from raw literature without seeing the MCTS output, is required.
- [Section 4.2.1 (Table 2)] The RA-NLI accuracy and fact-missing rates are evaluated on a self-constructed dataset of 71k fact verifications extracted from the same survey-citation pipeline used to build THE-Tree. There is no external benchmark or independently labeled test set, and no confidence intervals are reported for the 95.60% accuracy and 4.75% fact-missing rate. This makes it difficult to interpret the comparison with the other LLMs in Table 2, since the evaluation protocol may favor the in-distribution RA-NLI model. Reporting results on an established citation-context or scientific-NLI benchmark, or providing an independent human-labeled sample, is needed.
- [Section 4.1 (Table 1)] The claim of an almost 100% boost in evaluating important papers is not supported consistently by Table 1. For example, DeepReviewer-14b's status total improves only from 29.59 to 32.08, while Qwen2.5-72b improves from 2.42 to 2.76; the largest relative gain appears for DeepReviewer-7b (27.54 to 60.84), but this is one model, and no significance tests or confidence intervals are provided. In addition, the augmented condition adds retrieved evolutionary paths to the prompt, so the comparison may conflate the effect of additional context with the specific causal-tree structure. An ablation that adds the same amount of non-tree historical context would help isolate the contribution of THE-Tree's structure.
minor comments (4)
- [Section 3.3.1] Several free parameters appear in the method, including gamma, c, lambda, theta_sim, and alpha, but no sensitivity analysis is reported; please state how these were chosen and whether the main results are robust to their variation.
- [Section 4.2.1] The abstract's statement that '60% of relevant papers are missed' is not operationally defined, and Table 2 reports 'fact missing rate' rather than 'unawareness'; the relationship between these quantities should be clarified.
- [Appendix A.3] Equation (3) in the main text defines R_attr as RA-NLI, while Appendix A.3 introduces a weighted combination involving alpha and an LLM evaluator; the notation should be unified.
- [Conclusion] There are minor typographical and formatting issues, including 'THE-Tree´s' in the conclusion and 'Jian V ora' in reference [17]; the introduction also contains a repeated sentence about the absence of structured historical data.
Circularity Check
Expert ground truth is an edited copy of the MCTS output and graph-completion/future targets are drawn from the same LLM-generated tree, so the central validation and prediction claims are partly circular; only the NeurIPS 2024 evaluation is independent.
-
self definitional
[Appendix B.2 (Expert-Refined Ground Truth Construction Methodology); Table 3]
"2) Expert Refinement and Augmentation: Domain experts then reviewed these MCTS-generated trees, performing comprehensive modifications. This included validating, correcting, or removing paths and nodes; augmenting trees with crucial missing links, milestone papers, or overlooked developmental trajectories; and ensuring overall semantic coherence, causal validity, and accurate representation of the field’s historical evolution. The resulting expert-curated THE-Trees form the ground truth dataset used for validation as described in the main experimental sections."
Table 3 validates 'MCTS-generated THE-Trees' against an 'Expert-Refined Ground Truth' that was created by experts editing the very same MCTS-generated trees. Recall, precision, and F1 therefore measure how well the raw output agrees with a human-polished copy of itself, not how accurately it reconstructs an independent historical record. The claim that the trees 'achieve strong performance in recalling entities and relations validated by experts' reduces, by construction, to self-consistency with post-hoc edits of the method's own output.
-
fitted input called prediction
[Section 4.2.2 (Graph Completion); Section 4.3 (Future Path Prediction); TVCV/Algorithm 2 in Section 3.3.1]
"this task involved predicting missing evolutionary entities within our THE-Tree by masking entities from a given year."
The masked entities live inside a THE-Tree built by the TVCV pipeline, where the constructing LLM proposes and cites nodes using its own parametric knowledge with no reported temporal cutoff. The graph-completion and future-prediction tasks then ask the same class of LLMs (Qwen2.5-72B, GPT-4o, etc.) to recover those nodes and relations. The target is therefore a by-product of the same generation process or of pretraining on those papers; the reported hit@1 gains measure the model's ability to reproduce its own inserted or remembered content rather than the causal-history representation's forecasting power. The 'prediction' is not independent of the input that generated the tree.
full rationale
Two of the paper's validation loops are closed by construction. First, Appendix B.2 defines the expert ground truth as a human-edited version of the MCTS-generated trees, so Table 3's recall/precision/F1 quantify agreement between the raw output and its own edited copy, not accuracy against an independent ground truth. Second, graph completion masks entities that were placed in the THE-Tree by the same LLM-based TVCV construction process, and future-prediction uses general-purpose LLMs pretrained on the post-split literature, so the 'predicted' nodes are essentially the model's own generations or memorized papers; the 8-14% hit@1 improvements do not isolate the value of the causal-history structure. The NeurIPS 2024 paper-evaluation experiment is the one partially independent check: the authors deliberately restrict THE-Tree augmentation to unseen NeurIPS 2024 submissions and compare against official accept/status labels, so that result is not circular. Overall, the central empirical claims of graph completion, future prediction, and expert validation are partly circular, but the framework and the NeurIPS evaluation retain independent content, giving a score of 7 rather than 8 or higher.
Assumptions & free parameters
free parameters (4)
- gamma =
not specified
- alpha =
0.7
- c and lambda in SGT-UCT =
not specified
- theta_sim =
not specified
assumptions (4)
- domain assumption LLM-generated evolutionary links can be grounded in cited literature through retrieval and NLI (RA-NLI).
- domain assumption Surveys are a reliable source of historical evolution information.
- domain assumption The LLM used to construct and query the tree has no knowledge of future papers.
- domain assumption Expert-refined trees are an appropriate gold standard for quality assessment.
Cite this review
Pith. "Pith review of THE-Tree: Can Tracing Historical Evolution Enhance Scientific Verification and Reasoning?." pith.science (2026). https://pith.science/paper/PA6XQLM6
@misc{pith2026250621763,
author = {Pith},
title = {Pith review of: THE-Tree: Can Tracing Historical Evolution Enhance Scientific Verification and Reasoning?},
year = {2026},
howpublished = {\url{https://pith.science/paper/PA6XQLM6}},
note = {Machine review of arXiv:2506.21763}
}
read the original abstract
Large Language Models (LLMs) are accelerating scientific idea generation, but rigorously evaluating these numerous, often superficial, AI-generated propositions for novelty and factual accuracy is a critical bottleneck; manual verification is too slow. Existing validation methods are inadequate: LLMs as standalone verifiers may hallucinate and lack domain knowledge (our findings show 60% unawareness of relevant papers in specific domains), while traditional citation networks lack explicit causality and narrative surveys are unstructured. This underscores a core challenge: the absence of structured, verifiable, and causally-linked historical data of scientific evolution.To address this,we introduce \textbf{THE-Tree} (\textbf{T}echnology \textbf{H}istory \textbf{E}volution Tree), a computational framework that constructs such domain-specific evolution trees from scientific literature. THE-Tree employs a search algorithm to explore evolutionary paths. During its node expansion, it utilizes a novel "Think-Verbalize-Cite-Verify" process: an LLM proposes potential advancements and cites supporting literature. Critically, each proposed evolutionary link is then validated for logical coherence and evidential support by a recovered natural language inference mechanism that interrogates the cited literature, ensuring that each step is grounded. We construct and validate 88 THE-Trees across diverse domains and release a benchmark dataset including up to 71k fact verifications covering 27k papers to foster further research. Experiments demonstrate that i) in graph completion, our THE-Tree improves hit@1 by 8% to 14% across multiple models compared to traditional citation networks; ii) for predicting future scientific developments, it improves hit@1 metric by nearly 10%; and iii) when combined with other methods, it boosts the performance of evaluating important scientific papers by almost 100%.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Anthropic. Claude 3.5 sonnet. https://www.anthropic.com/news/claude-3-5-sonnet , 2024
work page 2024
-
[2]
Towards a knowledge graph for science
Sören Auer and Markus Stocker. Towards a knowledge graph for science. In Proceedings of the 11th International Conference on Semantic Systems, pages 1–8, 2018. 11
work page 2018
-
[3]
Jinheon Baek, Sujay Kumar Jauhar, Silviu Cucerzan, and Sung Ju Hwang. Researchagent: Iterative research idea generation over scientific literature with large language models. arXiv preprint arXiv:2404.07738, 2024
arXiv 2024
-
[4]
Scibert: A pretrained language model for scientific text
Iz Beltagy, Kyle Lo, and Arman Cohan. Scibert: A pretrained language model for scientific text. arXiv preprint arXiv:1903.10676, 2019
arXiv 1903
-
[5]
Emergent autonomous scientific research capabilities of large language models
Daniil A Boiko, Robert MacKnight, and Gabe Gomes. Emergent autonomous scientific research capabilities of large language models. arXiv preprint arXiv:2304.05332, 2023
arXiv 2023
-
[6]
Autonomous chemical research with large language models
Daniil A Boiko, Robert MacKnight, Ben Kline, and Gabe Gomes. Autonomous chemical research with large language models. Nature, 624(7992):570–578, 2023
2023
-
[7]
What do citation counts measure? a review of studies on citing behavior
Lutz Bornmann and Hans-Dieter Daniel. What do citation counts measure? a review of studies on citing behavior. Journal of documentation, 64(1):45–80, 2008
work page 2008
-
[8]
ChemCrow: Augmenting large-language models with chemistry tools
Andres M Bran, Sam Schilter, Philippe Delfosse, Tobias Gensch, Anica Ivanova, Apeksha Thakkar, YooJin Jung, Philippe Schwaller, Alain C Vaucher, Kevin Maik Chang, et al. ChemCrow: Augmenting large-language models with chemistry tools. arXiv preprint arXiv:2304.05376, 2023
arXiv 2023
Show all 44 references
-
[9]
A survey of monte carlo tree search methods
Cameron B Browne, Edward Powley, Daniel Whitehouse, Simon M Lucas, Peter I Cowling, Philipp Rohlfshagen, Stephen Tavener, Diego Perez, Spyridon Samothrakis, and Simon Colton. A survey of monte carlo tree search methods. IEEE Transactions on Computational Intelligence and AI in...
2012
-
[10]
Mapping the dynamics of science and technology: Sociology of science in the real world
Michel Callon, John Law, and Arie Rip. Mapping the dynamics of science and technology: Sociology of science in the real world. In Sociology of science in the real world. Macmillan London, 1983
1983
-
[11]
CiteSpace II: Detecting and visualizing emerging trends and transient patterns in scientific literature
Chaomei Chen. CiteSpace II: Detecting and visualizing emerging trends and transient patterns in scientific literature. Journal of the American society for information science and technology, 57(3):359–377, 2006
2006
-
[12]
To cite, or not to cite? detecting citation contexts in text
Michael Färber, Alexander Thiemann, and Adam Jatowt. To cite, or not to cite? detecting citation contexts in text. In Advances in Information Retrieval: 40th European Conference on IR Research, ECIR 2018, Grenoble, France, March 26-29, 2018, Proceedings 40, pages 598–603. Spri...
2018
-
[13]
Validating ai-generated code with live programming
Kasra Ferdowsi, Ruanqianqian Huang, Michael B James, Nadia Polikarpova, and Sorin Lerner. Validating ai-generated code with live programming. In Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems, pages 1–8, 2024
2024
-
[14]
Citation indexing: Its theory and application in science, technology, and humanities
Eugene Garfield. Citation indexing: Its theory and application in science, technology, and humanities. Wiley, 1979
1979
-
[15]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025
2025 arXiv
-
[16]
Hlm-cite: Hybrid language model workflow for text-based scientific citation prediction
Qianyue Hao, Jingyang Fan, Fengli Xu, Jian Yuan, and Yong Li. Hlm-cite: Hybrid language model workflow for text-based scientific citation prediction. arXiv preprint arXiv:2410.09112, 2024
2024 arXiv
-
[17]
Mlagentbench: Evaluating language agents on machine learning experimentation
Qian Huang, Jian V ora, Percy Liang, and Jure Leskovec. Mlagentbench: Evaluating language agents on machine learning experimentation. arXiv preprint arXiv:2310.03302, 2023
2023 arXiv
-
[18]
A theory of universal artificial intelligence based on algorithmic complexity.arXiv preprint cs/0004001, 2000
Marcus Hutter. A theory of universal artificial intelligence based on algorithmic complexity.arXiv preprint cs/0004001, 2000
2000 arXiv
-
[19]
Towards a universal theory of artificial intelligence based on algorithmic probability and sequential decisions
Marcus Hutter. Towards a universal theory of artificial intelligence based on algorithmic probability and sequential decisions. In Machine Learning: ECML 2001, pages 226–238. Springer, 2001
2001
-
[20]
Codescientist: End-to-end semi-automated scientific discovery with code-based experimentation
Peter Jansen, Oyvind Tafjord, Marissa Radensky, Pao Siangliulue, Tom Hope, Bhavana Dalvi Mishra, Bodhisattwa Prasad Majumder, Daniel S Weld, and Peter Clark. Codescientist: End-to-end semi-automated scientific discovery with code-based experimentation. arXiv preprint arXiv:250...
2025 arXiv
-
[21]
Bandit based monte-carlo planning
Levente Kocsis and Csaba Szepesv ári. Bandit based monte-carlo planning. In European conference on machine learning, pages 282–293. Springer, 2006
2006
-
[22]
Scientific discovery: Computational explorations of the creative processes
Pat Langley. Scientific discovery: Computational explorations of the creative processes. MIT press, 1987
1987
-
[23]
Temporal knowledge graph forecasting without knowledge using in-context learning
Dong-Ho Lee, Kian Ahrabian, Woojeong Jin, Fred Morstatter, and Jay Pujara. Temporal knowledge graph forecasting without knowledge using in-context learning. arXiv preprint arXiv:2305.10613, 2023. 12
2023 arXiv
-
[24]
The ai scientist: Towards fully automated open-ended scientific discovery
Chris Lu, Cong Lu, Robert Tjarko Lange, Jakob Foerster, Jeff Clune, and David Ha. The ai scientist: Towards fully automated open-ended scientific discovery. arXiv preprint arXiv:2408.06292, 2024
2024 arXiv
-
[25]
Introducing llama 3.1: Our most capable models to date
Meta AI. Introducing llama 3.1: Our most capable models to date. https://ai.meta.com/blog/ meta-llama-3-1/ , 2024
2024
-
[26]
Hello gpt-4o
OpenAI. Hello gpt-4o. https://openai.com/index/hello-gpt-4o/ , 2024
2024
-
[27]
Direct preference optimization: Your language model is secretly a reward model
Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36:53728–53741, 2023
2023
-
[28]
Can llms generate novel research ideas? a large-scale human study with 100+ nlp researchers
Chenglei Si, Diyi Yang, and Tatsunori Hashimoto. Can llms generate novel research ideas? a large-scale human study with 100+ nlp researchers. arXiv preprint arXiv:2409.04109, 2024
2024 arXiv
-
[29]
Co-citation in the scientific literature: A new measure of the relationship between two documents
Henry Small. Co-citation in the scientific literature: A new measure of the relationship between two documents. Journal of the American Society for information Science, 24(4):265–269, 1973
1973
-
[30]
ArnetMiner: extraction and mining of academic social networks
Jie Tang, Jing Zhang, Limin Yao, Juanzi Li, Li Zhang, and Zhong Su. ArnetMiner: extraction and mining of academic social networks. In Proceedings of the 14th ACM SIGKDD international conference on Knowledge discovery and data mining, pages 990–998, 2008
2008
-
[31]
Qwen2.5: A party of foundation models, September 2024
Qwen Team. Qwen2.5: A party of foundation models, September 2024
2024
-
[32]
Software survey: V osviewer, a computer program for bibliometric mapping
Nees Jan Van Eck and Ludo Waltman. Software survey: V osviewer, a computer program for bibliometric mapping. Scientometrics, 84(2):523–538, 2010
2010
-
[33]
Microsoft academic graph: When experts are not enough
Kuansan Wang, Zhihong Shen, Chiyuan Huang, Chieh-Han Wu, Darrin Eide, and Yuxiao Dong. Microsoft academic graph: When experts are not enough. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pages 2846–2854, 2020
2020
-
[34]
CycleResearcher: Improving Automated Research via Automated Review
Yixuan Weng, Minjun Zhu, Guangsheng Bao, Hongbo Zhang, Jindong Wang, Yue Zhang, and Linyi Yang. CycleResearcher: Improving Automated Research via Automated Review. In International Conference on Learning Representations (ICLR), 2025
2025
-
[35]
Large language models for automated open-domain scientific hypotheses discovery
Zonglin Yang, Xinya Du, Junxian Li, Jie Zheng, Soujanya Poria, and Erik Cambria. Large language models for automated open-domain scientific hypotheses discovery. arXiv preprint arXiv:2309.02726, 2023
2023 arXiv
-
[36]
Deepreview: Improving llm-based paper review with human-like deep thinking process
Minjun Zhu, Yixuan Weng, Linyi Yang, and Yue Zhang. Deepreview: Improving llm-based paper review with human-like deep thinking process. arXiv preprint arXiv:2503.08569, 2025. A Technical Appendices and Supplementary Material Technical appendices with additional results, figure...
2025 arXiv
-
[37]
Metadata extraction: We extracted titles, abstracts, authors, venues, and publication dates using custom parsers for each data source
-
[38]
Citation network construction: We built a directed graph where nodes represent papers and edges represent citation relationships
-
[39]
Text preprocessing: We applied standard NLP preprocessing techniques, including tokenisation, stopword removal, and lemmatisation
-
[40]
Entity recognition: We used a combination of dictionary-based and machine learning approaches to identify technical terms and concepts
-
[41]
To evaluate the accuracy of our metadata extraction component, we measured its precision on two commonly used formatting styles: 98.29% for IEEE format and 97.30% for APA format
Temporal alignment: We aligned papers along a timeline, accounting for publication delays and citation patterns. To evaluate the accuracy of our metadata extraction component, we measured its precision on two commonly used formatting styles: 98.29% for IEEE format and 97.30% f...
-
[42]
Metadata for the survey itself is extracted
Document Processing and Metadata Extraction: Each survey document (typically PDF) is parsed. Metadata for the survey itself is extracted. Crucially, its reference list is parsed to create initial ’paper nodes’ for each cited work, populated with available metadata (title, auth...
-
[43]
Sentence-Citation Pairing: Sentences containing citations within the survey text are systematically identified. For sentences in the paper that originally contain citations, we do not directly use them as citation sentences; instead, we perform a series of post-processing step...
-
[44]
Total%" overall accuracy metrics, calculated as explained below: 16 –
Paragraph-Level Concept Graph Construction: To capture the substantive content of scientific contributions beyond simple entity mentions and address the limitations of relying solely on named entities for tracing the evolution of *ideas*, we construct a paragraph-level concept...
1950
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.