REVIEW 3 major objections 6 minor 1 cited by
EarthSE: A Benchmark for Evaluating Earth Scientific Exploration Capability of LLMs
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read EarthSE claims LLMs are strong at Earth-science facts but weak at open-ended scientific exploration.
desk verdict A big, useful Earth science QA benchmark dragged down by an unvalidated 'exploration' metric built on GPT-4 judging GPT-4. 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 carrying object is the tiered paper collection and the formal exploration cycle. Starting from a base collection $P_{\mathrm{base}}$ of 100,000 papers, the authors select $P_{\mathrm{hj}}$ (10,000 papers in high-impact journals) for Earth-Silver and $P_{\mathrm{hc}}$ (1,000 most-cited papers) for Earth-Gold. Scientific exploration is formalized as $(M_{i+1}, L_{i+1}) = \mathrm{LLM}(M_i, L_i)$: a model takes a methodology $M$ and its limitation analysis $L$ and produces the next methodology with its own limitations. Each Earth-Gold dialogue is constructed from the paper's $M_0, L_0, M_1, L_1$ components, and scored by the Scientific Exploration Score $\mathrm{SES} = r \times d$, where retention $r$ is the rank of the reference answer among sampled model responses and diversity $d=1/\bar{s}$ is the inverse of the mean cosine similarity of the responses to their own centroid; in practice the paper rescales $\bar{s}$ to $[0.9,1]$, writing $\mathrm{SES}=r/(10(\bar{s}-0.9))$.
What would settle it
Compare SES rankings on Earth-Gold against a version where each reference answer is replaced by a purely extractive summary of the same paper with all 'novel method' and 'limitation' sentences removed; if model rankings and scores barely change, the metric is measuring summary fidelity, not exploration.
Extended reading notes
Core claim
The paper's central discovery is that scientific exploration can be decomposed and measured as an iterated self-negation process, and that current LLMs are weak at it. EarthSE operationalizes exploration through Earth-Gold, where each highly cited paper is reduced to four components — existing method summary $M_0$, limitation analysis $L_0$, new method proposal $M_1$, and new-method limitations $L_1$ — and then cast as a two-turn dialogue. Across 11 leading models, the evaluation finds strong multiple-choice performance but consistently low accuracy on fill-in-the-blank and calculation, and retention rates under 50% on Earth-Gold, meaning the majority of model-generated exploration responses fail to beat the paper-derived reference. The authors interpret this as evidence that LLMs have not yet acquired robust scientific exploration ability, and they show that giving a few chain-of-thought steps at inference time substantially raises performance on the hardest closed-form questions.
Load-bearing premise
The load-bearing premise is that the paper-derived reference answers for Earth-Gold — an LLM's summary of a paper's method and limitations — are the right gold standard for open-ended scientific exploration, so that ranking a model's response above them measures exploration rather than paraphrasing.
Editorial extensions
If this is right
- Earth-Gold's low retention scores imply that current LLMs, when asked to reflect on a field's methods and propose improvements, usually produce answers that are more generic than the paper-derived reference; open-ended scientific exploration is not yet a usable LLM capability.
- The Earth-Silver results imply that professional-depth Earth science is far from solved: even the strongest tested models sit near 54% accuracy on multiple-choice questions and near 11% on fill-in-the-blank.
- The CoT-hint experiments imply that a substantial share of the apparent difficulty on fill-in-the-blank questions is inference-time reasoning, not missing knowledge, since a few prompted reasoning steps roughly double or triple accuracy.
- The SES metric implies that exploration quality and conceptual diversity can be traded off explicitly: models that repeat themselves are penalized even when individual answers are strong.
Reading between the lines
- A testable extension the authors do not run: replace the Earth-Gold reference answers with abstractive summaries of the same papers (with the novel-method sentences removed) and recompute SES; if rankings barely shift, the metric is tracking summarization rather than exploration.
- The same $M_0/L_0/M_1/L_1$ decomposition could be inverted to make training data: Earth-Gold dialogues could be used as supervised fine-tuning examples to teach self-critique, rather than only as an evaluation set.
- Because the pipeline only depends on papers having related-work, method, and discussion sections, EarthSE's construction can be transferred to other empirical sciences; the exploration cycle is not Earth-specific.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents EarthSE, a three-tier benchmark for evaluating LLMs' Earth science knowledge and open-ended scientific exploration. From a corpus of roughly 103,000 Earth science papers, the authors construct two QA datasets — Earth-Iron (4,133 questions; five spheres, 114 sub-disciplines, 11 task categories) for broad foundational assessment and Earth-Silver (built from papers in high-impact journals) for difficult, professional-level assessment — and Earth-Gold, a set of open-ended two-turn dialogues derived from 1,000 highly cited papers. For Earth-Gold the paper introduces the Scientific Exploration Score (SES), defined as the product of a retention rate, obtained by having GPT-4 rank model responses against a GPT-4-generated reference answer, and a diversity term based on average embedding cosine similarity across M sampled responses. Eleven proprietary and open-weight LLMs are evaluated; the main empirical findings are strong multiple-choice accuracy on Earth-Iron (roughly 90-94%), sharply lower accuracy on Earth-Silver and on fill-in-the-blank items, and low retention and diversity on Earth-Gold, which the paper interprets as significant deficiencies in complex Earth science reasoning and open-ended scientific exploration.
Significance. The resource itself is substantial and, if the measurement concerns below are addressed, would be a useful addition to the field: it is publicly released on HuggingFace, built at a scale and disciplinary breadth (103K papers, 114 sub-disciplines, five spheres, 11 task categories) that exceeds existing Earth-science-specific benchmarks such as ClimaQA and OceanBench, and it is the first to attempt a dedicated assessment of open-ended exploration in this domain. The paper is transparent about its construction, shipping the full QA and dialogue prompts in the appendices together with worked examples, and the three-tier Iron/Silver/Gold design is a sensible operationalization of 'foundational to advanced' capability. The CoT-step-hint experiment (Table 6) is a clean, falsifiable result. The weaknesses are concentrated in the unvalidated measurement chain behind SES and, to a lesser degree, the QA evaluation; they are fixable with additional human-validation studies and a corrected, stabilized metric.
major comments (3)
- [§3.4 (Earth-Gold, SES); §4.3; Conclusion] The paper's headline conclusion — that current LLMs show 'significant deficiencies in ... open-ended scientific exploration' (Abstract; §5) — rests entirely on Earth-Gold's SES, whose measurement chain is unvalidated. In §3.4 the reference answer for each dialogue is GPT-4's own extraction of the source paper's M0/L0/M1/L1 components, polished into a two-turn dialogue (Appendix C, Figures 11-12), and retention rate r is computed by having GPT-4 rank M model-generated responses against that single reference. 'Retention' therefore conflates exploration quality with proximity to one GPT-4 paraphrase of one specific paper's method and limitation analysis; a model that proposes a different but scientifically valid direction is penalized unless GPT-4 prefers it over the paper's own approach, and the judge belongs to the same model family that generated the reference. The construction-time expert validation in §3.4 filters dialogue quality but does not validate the ranking or the metric, and the diversity term d is computed only on the model's own responses, so it is orthogonal to exploration quality. The natural fix, which I would regard as necessary for the claim, is (i) a stratified human-expert study measuring agreement with GPT-4's rankings on Earth-Gold and (ii) either multiple references per dialogue (expert-written or from several strong models) or a robustness analysis of SES to the choice of reference.
- [§3.4, Eq. (1) and SES normalization; Table 5] The SES definition in §3.4 is internally inconsistent and numerically fragile. The text defines d = 1/s̄ via Eq. (1), then says that 'we normalize s̄ to [0.9,1]' and gives SES = r/(10(s̄−0.9)); these are different functions — over s̄ in [0.9,1], 1/s̄ ranges only over [1,1.11], while 1/(10s̄−9) ranges from infinity down to 1 and diverges at s̄ = 0.9. The diversity values in Table 5 (up to 3.98) are impossible under the former but consistent with the divergent form, so the formula actually used differs from the one printed. In addition, the tabulated SES values do not equal the product of the tabulated retention and diversity (e.g., Llama-3.1-8B: 0.08 × 3.98 = 0.318 versus the reported 0.3301), leaving it unclear whether SES is averaged per dialogue or computed from aggregate means. With M = 3 sampled responses per question, the diversity estimate has very high variance, and Table 5 reports no error bars or sensitivity analysis. The authors should state the exact formula used, justify or remove the [0.9,1] clipping, and report per-dialogue variability (e.g., bootstrap intervals).
- [§3.3 (difficulty screening); §4.2; Table 4; Appendix D] The QA evaluation chain that supports the 'complex Earth science reasoning' part of the headline claim is also model-centric, and the difficulty-screening procedure is under-specified. §3.3 reports removing questions whose LLM accuracy exceeds 80% and requiring expert review for the 60-80% band, yet Earth-Iron multiple-choice accuracy for the evaluated models reaches 93-94% (Table 4); this apparent tension needs to be resolved by stating which models and which accuracy definition were used for screening. More substantively, GPT-4 generates the reference answers and CoTs, GPT-4 is the judge for the free-response Win Rate (Appendix D), and no human verification of answer correctness on a sample of Earth-Iron/Earth-Silver is reported, nor are inter-annotator statistics for the expert retention decisions. A small-scale human audit of stratified samples of answers, and of judge decisions, would substantiate that the reported deficiencies reflect genuine knowledge gaps rather than artifacts of the generation-evaluation loop.
minor comments (6)
- [§3.2] In 'Pbase, Phj, Phj are used to construct Earth-Iron, Earth-Silver, Earth-Gold respectively', the third collection should presumably be Phc; the same typo should be checked throughout the paper.
- [Table 7 (Appendix A)] The journal list in Table 7 includes CELL, NATURE MEDICINE, NATURE CELL BIOLOGY, and NATURE BIOTECHNOLOGY, which are not Earth science venues and sit oddly with the claim that Phj comprises papers from 'high-impact Earth science journals'; please clarify the selection procedure or correct the table.
- [§3.3 / Table 1] The size of Earth-Silver and the number of dialogues in Earth-Gold are never reported; Table 1's '4133' question count appears to cover only Earth-Iron.
- [§3.4 / §4.3] Please specify whether SES is computed per user turn and then averaged over the two dialogue turns, and report the decoding settings used for the GPT-4 ranking calls (e.g., temperature, number of calls, aggregation).
- [§3.3 and §3.4] The human-expert steps (question retention, dialogue validation) are described without quantitative detail; the number of experts, items reviewed, and agreement statistics should be added.
- [§5] The sentence 'Earth-Gold reveals below low retention and diversity in open-ended dialogues' contains a typo ('below low').
Circularity Check
Earth-Gold's SES is anchored to a paper-derived reference and a GPT-4 judge, so the 'open-ended exploration deficiency' finding is partly self-definitional; the Earth-Iron/Silver QA results are not circular.
-
self definitional
[Section 3.1 and Section 3.4, 'A New Metric: Scientific Exploration Score (SES)']
"Following the scientific exploration task definition in Section 3.1, we decompose each paper in P hc into four structured components: Existing Method Summary (M 0), Limitation Analysis (L0), Novel Method Proposal (M 1), New Method Limitations (L1). ... With M 0, L0, M 1, and L1 extracted, we employ GPT-4 to generate two-turn dialogues simulating human-AI collaborative scientific exploration. ... Retention Rate ( r): GPT-4 ranks M generated answers and the reference answer by reflective depth and innovation."
Section 3.1 formalizes scientific exploration as the iterative self-negation process (M^{i+1}, L^{i+1}) = LLM(M^i, L^i). Earth-Gold's reference answers are built by extracting M0/L0/M1/L1 from one paper and having GPT-4 generate the dialogue. The retention component r of SES is the rank of that same paper-derived reference among the evaluated model's responses, assigned by GPT-4. A high SES thus means, by construction, that GPT-4 ranks the model's text at or above one specific paper's method/limitation summary; it does not independently establish open-ended exploration ability. A model proposing a different but valid next step is scored only through GPT-4's preference against that single reference, and the diversity term d (Eq.
full rationale
EarthSE is primarily a benchmark-construction paper rather than a formal derivation, so most of its pipeline is non-circular: Earth-Iron/Earth-Silver use standard accuracy, win-rate, and semantic-similarity evaluations against GPT-4-generated QA pairs, and no load-bearing self-citation or imported uniqueness theorem was found. The circularity concern is confined to Earth-Gold's SES, the paper's stated core innovation: the reference answer is generated from the same M0/L0/M1/L1 components that define the exploration task, and GPT-4 both creates the reference and ranks model outputs against it. This makes the conclusion that LLMs lack open-ended scientific exploration partly self-definitional. The 80%-accuracy difficulty filter is a selection-bias issue and not a fitted-parameter prediction, and the diversity term is only a self-similarity statistic, so the score is 5 rather than 6-8. Independent human validation of the SES rankings or an external gold standard would remove the remaining circularity.
Assumptions & free parameters
free parameters (3)
- Difficulty screening threshold =
80%
- SES normalization lower bound =
0.9
- Number of responses M =
3
assumptions (5)
- domain assumption GPT-4-generated QA pairs from paper content are factually accurate enough to serve as benchmark ground truth.
- domain assumption Journal impact factor and citation counts are valid proxies for paper quality and scientific exploration value.
- domain assumption GPT-4 can reliably rank open-ended responses by reflective depth and innovation.
- domain assumption Semantic keyword classification into five spheres is accurate.
- domain assumption Sentence embedding cosine similarity captures conceptual diversity of scientific responses.
Cite this review
Pith. "Pith review of EarthSE: A Benchmark for Evaluating Earth Scientific Exploration Capability of LLMs." pith.science (2026). https://pith.science/paper/G6PKJUTN
@misc{pith2026250517139,
author = {Pith},
title = {Pith review of: EarthSE: A Benchmark for Evaluating Earth Scientific Exploration Capability of LLMs},
year = {2026},
howpublished = {\url{https://pith.science/paper/G6PKJUTN}},
note = {Machine review of arXiv:2505.17139}
}
read the original abstract
Advancements in Large Language Models (LLMs) drive interest in scientific applications, necessitating specialized benchmarks such as Earth science. Existing benchmarks either present a general science focus devoid of Earth science specificity or cover isolated subdomains, lacking holistic evaluation. Furthermore, current benchmarks typically neglect the assessment of LLMs' capabilities in open-ended scientific exploration. In this paper, we present a comprehensive and professional benchmark for the Earth sciences, designed to evaluate the capabilities of LLMs in scientific exploration within this domain, spanning from fundamental to advanced levels. Leveraging a corpus of 100,000 research papers, we first construct two Question Answering (QA) datasets: Earth-Iron, which offers extensive question coverage for broad assessment, and Earth-Silver, which features a higher level of difficulty to evaluate professional depth. These datasets encompass five Earth spheres, 114 disciplines, and 11 task categories, assessing foundational knowledge crucial for scientific exploration. Most notably, we introduce Earth-Gold with new metrics, a dataset comprising open-ended multi-turn dialogues specifically designed to evaluate the advanced capabilities of LLMs in scientific exploration, including methodology induction, limitation analysis, and concept proposal. Extensive experiments reveal limitations in 11 leading LLMs across different domains and tasks, highlighting considerable room for improvement in their scientific exploration capabilities. The benchmark is available on https://huggingface.co/ai-earth .
Figures
Figures from the paper (12 more)
Forward citations
Cited by 1 Pith paper
-
A Vision for Geo-Temporal Deep Research Systems: Towards Comprehensive, Transparent, and Reproducible Geo-Temporal Information Synthesis
A research agenda calling for geo-temporal reasoning in deep research systems, with no experiments or system implementation.
Reference graph
Works this paper leans on
-
[1]
Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
Oceangpt: A large language model for ocean science tasks.arXiv preprint arXiv:2310.02031, 2023
Zhen Bi, Ningyu Zhang, Yida Xue, Yixin Ou, Daxiong Ji, Guozhou Zheng, and Huajun Chen. Oceangpt: A large language model for ocean science tasks.arXiv preprint arXiv:2310.02031, 2023
arXiv 2023
-
[3]
Ekaba Bisong. Matplotlib and seaborn. InBuilding machine learning and deep learning models on google cloud platform: A comprehensive guide for beginners, pages 151–165. Springer, 2019
work page 2019
-
[4]
This reference does not exist: an exploration of llm citation accuracy and relevance
Courtni Byun, Piper Vasicek, and Kevin Seppi. This reference does not exist: an exploration of llm citation accuracy and relevance. InProceedings of the Third Workshop on Bridging Human–Computer Interaction and Natural Language Processing, pages 28–39, 2024
work page 2024
-
[5]
Hengxing Cai, Xiaochen Cai, Junhan Chang, Sihang Li, Lin Yao, Changxin Wang, Zhifeng Gao, Hongshuai Wang, Yongge Li, Mujie Lin, et al. Sciassess: Benchmarking llm proficiency in scientific literature analysis.arXiv preprint arXiv:2403.01976, 2024
arXiv 2024
-
[6]
On the design and analysis of llm-based algorithms.arXiv preprint arXiv:2407.14788, 2024
Yanxi Chen, Yaliang Li, Bolin Ding, and Jingren Zhou. On the design and analysis of llm-based algorithms.arXiv preprint arXiv:2407.14788, 2024
-
[7]
Murillo Edson de Carvalho Souza and Li Weigang. Grok, gemini, chatgpt and deepseek: Com- parison and applications in conversational artificial intelligence.INTELIGENCIA ARTIFICIAL, 2(1), 2025
work page 2025
-
[8]
K2: A foundation language model for geoscience knowledge understanding and utilization
Cheng Deng, Tianhang Zhang, Zhongmou He, Qiyuan Chen, Yuanyuan Shi, Yi Xu, Luoyi Fu, Weinan Zhang, Xinbing Wang, Chenghu Zhou, et al. K2: A foundation language model for geoscience knowledge understanding and utilization. InProceedings of the 17th ACM International Conference on Web Search and Data Mining, pages 161–170, 2024
work page 2024
Show all 53 references
-
[9]
A deep learning model based on bert and sentence transformer for semantic keyphrase extraction on big social data.IEEE Access, 9:165252–165261, 2021
R Devika, Subramaniyaswamy Vairavasundaram, C Sakthi Jay Mahenthar, Vijayakumar Varadarajan, and Ketan Kotecha. A deep learning model based on bert and sentence transformer for semantic keyphrase extraction on big social data.IEEE Access, 9:165252–165261, 2021
2021
-
[10]
Supergpqa: Scaling llm evaluation across 285 graduate disciplines.arXiv preprint arXiv:2502.14739, 2025
Xinrun Du, Yifan Yao, Kaijing Ma, Bingli Wang, Tianyu Zheng, King Zhu, Minghao Liu, Yiming Liang, Xiaolong Jin, Zhenlin Wei, et al. Supergpqa: Scaling llm evaluation across 285 graduate disciplines.arXiv preprint arXiv:2502.14739, 2025
2025 arXiv
-
[11]
The impact factor.Current contents, 25(20):3–7, 1994
Eugene Garfield et al. The impact factor.Current contents, 25(20):3–7, 1994
1994
-
[12]
The llama 3 herd of models.arXiv preprint arXiv:2407.21783, 2024
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[13]
Llm-based code generation method for golang compiler testing
Qiuhan Gu. Llm-based code generation method for golang compiler testing. InProceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the F oundations of Software Engineering, pages 2201–2203, 2023
2023
-
[14]
Opendatalab: Empowering general artificial intelligence with open datasets.arXiv preprint arXiv:2407.13773, 2024
Conghui He, Wei Li, Zhenjiang Jin, Chao Xu, Bin Wang, and Dahua Lin. Opendatalab: Empowering general artificial intelligence with open datasets.arXiv preprint arXiv:2407.13773, 2024
2024 arXiv
-
[15]
The accuracy, robustness, and readability of llm-generated sustainability-related word definitions.arXiv preprint arXiv:2502.00916, 2025
Alice Heiman. The accuracy, robustness, and readability of llm-generated sustainability-related word definitions.arXiv preprint arXiv:2502.00916, 2025
2025 arXiv
-
[16]
Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020. 10
2009 arXiv
-
[17]
The era5 global reanalysis.Quarterly journal of the royal meteorological society, 146(730):1999–2049, 2020
Hans Hersbach, Bill Bell, Paul Berrisford, Shoji Hirahara, András Horányi, Joaquín Muñoz- Sabater, Julien Nicolas, Carole Peubey, Raluca Radu, Dinand Schepers, et al. The era5 global reanalysis.Quarterly journal of the royal meteorological society, 146(730):1999–2049, 2020
1999
-
[18]
Gpt-4o: The cutting-edge advancement in multimodal llm.Authorea Preprints, 2024
Raisa Islam and Owana Marzia Moushi. Gpt-4o: The cutting-edge advancement in multimodal llm.Authorea Preprints, 2024
2024
-
[19]
Enhancing large language models with climate resources.arXiv preprint arXiv:2304.00116, 2023
Mathias Kraus, Julia Anna Bingler, Markus Leippold, Tobias Schimanski, Chiara Colesanti Senni, Dominik Stammbach, Saeid Ashraf Vaghefi, and Nicolas Webersinke. Enhancing large language models with climate resources.arXiv preprint arXiv:2304.00116, 2023
2023 arXiv
-
[20]
Ryo Kurokawa, Yuji Ohizumi, Jun Kanzawa, Mariko Kurokawa, Yuki Sonoda, Yuta Nakamura, Takao Kiguchi, Wataru Gonoi, and Osamu Abe. Diagnostic performances of claude 3 opus and claude 3.5 sonnet from patient history and key images in radiologyâ ˘A ´Zs â ˘AIJdiagnosis pleaseâ ˘A˙...
2024
-
[21]
Iterative large language models evolution through self-critique
Qianxi Li. Iterative large language models evolution through self-critique. 2024
2024
-
[22]
Llm with relation classifier for document-level relation extraction.arXiv preprint arXiv:2408.13889, 2024
Xingzuo Li, Kehai Chen, Yunfei Long, and Min Zhang. Llm with relation classifier for document-level relation extraction.arXiv preprint arXiv:2408.13889, 2024
2024 arXiv
-
[23]
Perception, reason, think, and plan: A survey on large multimodal reasoning models.arXiv preprint arXiv:2505.04921, 2025
Yunxin Li, Zhenyu Liu, Zitao Li, Xuanyu Zhang, Zhenran Xu, Xinyu Chen, Haoyuan Shi, Shenyuan Jiang, Xintong Wang, Jifang Wang, et al. Perception, reason, think, and plan: A survey on large multimodal reasoning models.arXiv preprint arXiv:2505.04921, 2025
2025 arXiv
-
[24]
Bryan Lim, Ishith Seth, Molly Maxwell, Roberto Cuomo, Richard J Ross, and Warren M Rozen. Evaluating the efficacy of large language models in generating medical documentation: A comparative study of chatgpt-4, chatgpt-4o, and claude.Aesthetic Plastic Surgery, pages 1–12, 2025
2025
-
[25]
Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437, 2024
Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437, 2024
2024 arXiv
-
[26]
The ai scien- tist: Towards fully automated open-ended scientific discovery.arXiv preprint arXiv:2408.06292, 2024
Chris Lu, Cong Lu, Robert Tjarko Lange, Jakob Foerster, Jeff Clune, and David Ha. The ai scien- tist: Towards fully automated open-ended scientific discovery.arXiv preprint arXiv:2408.06292, 2024
2024 arXiv
-
[27]
Learn to explain: Multimodal reasoning via thought chains for science question answering.Advances in Neural Information Processing Systems, 35:2507–2521, 2022
Pan Lu, Swaroop Mishra, Tanglin Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering.Advances in Neural Information Processing Systems, 35:2507–2521, 2022
2022
-
[28]
The five environmental spheres
Stanley E Manahan. The five environmental spheres. InEnvironmental Science and Technology, pages 59–84. CRC Press, 2006
2006
-
[29]
Climaqa: An auto- mated evaluation framework for climate foundation models.arXiv preprint arXiv:2410.16701, 2024
Veeramakali Vignesh Manivannan, Yasaman Jafari, Srikar Eranky, Spencer Ho, Rose Yu, Duncan Watson-Parris, Yian Ma, Leon Bergen, and Taylor Berg-Kirkpatrick. Climaqa: An auto- mated evaluation framework for climate foundation models.arXiv preprint arXiv:2410.16701, 2024
-
[30]
Seafloorai: A large-scale vision- language dataset for seafloor geological survey.Advances in Neural Information Processing Systems, 37:22107–22123, 2024
Kien Nguyen, Fengchun Qiao, Arthur Trembanis, and Xi Peng. Seafloorai: A large-scale vision- language dataset for seafloor geological survey.Advances in Neural Information Processing Systems, 37:22107–22123, 2024
2024
-
[31]
Is temperature the creativity parameter of large language models?arXiv preprint arXiv:2405.00492, 2024
Max Peeperkorn, Tom Kouwenhoven, Dan Brown, and Anna Jordanous. Is temperature the creativity parameter of large language models?arXiv preprint arXiv:2405.00492, 2024
2024 arXiv
-
[32]
Humanity’s last exam.arXiv preprint arXiv:2501.14249, 2025
Long Phan, Alice Gatti, Ziwen Han, Nathaniel Li, Josephina Hu, Hugh Zhang, Chen Bo Calvin Zhang, Mohamed Shaaban, John Ling, Sean Shi, et al. Humanity’s last exam.arXiv preprint arXiv:2501.14249, 2025. 11
2025 arXiv
-
[33]
Gpqa: A graduate-level google-proof q&a benchmark
David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R Bowman. Gpqa: A graduate-level google-proof q&a benchmark. InFirst Conference on Language Modeling, 2024
2024
-
[34]
From calculation to adjudication: Examining llm judges on mathematical reasoning tasks.arXiv preprint arXiv:2409.04168, 2024
Andreas Stephan, Dawei Zhu, Matthias Aßenmacher, Xiaoyu Shen, and Benjamin Roth. From calculation to adjudication: Examining llm judges on mathematical reasoning tasks.arXiv preprint arXiv:2409.04168, 2024
2024 arXiv
-
[35]
Galactica: A large language model for science.arXiv preprint arXiv:2211.09085, 2022
Ross Taylor, Marcin Kardas, Guillem Cucurull, Thomas Scialom, Anthony Hartshorn, Elvis Saravia, Andrew Poulton, Viktor Kerkez, and Robert Stojnic. Galactica: A large language model for science.arXiv preprint arXiv:2211.09085, 2022
2022 arXiv
-
[36]
Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023
Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, Katie Millican, et al. Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023
2023 arXiv
-
[37]
Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024
Gemini Team, Petko Georgiev, Ving Ian Lei, Ryan Burnell, Libin Bai, Anmol Gulati, Garrett Tanzer, Damien Vincent, Zhufeng Pan, Shibo Wang, et al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024
2024 arXiv
-
[38]
Large language models in medicine.Nature medicine, 29(8):1930–1940, 2023
Arun James Thirunavukarasu, Darren Shu Jeng Ting, Kabilan Elangovan, Laura Gutierrez, Ting Fang Tan, and Daniel Shu Wei Ting. Large language models in medicine.Nature medicine, 29(8):1930–1940, 2023
1930
-
[39]
Climatext: A dataset for climate change topic detection.arXiv preprint arXiv:2012.00483, 2020
Francesco S Varini, Jordan Boyd-Graber, Massimiliano Ciaramita, and Markus Leippold. Climatext: A dataset for climate change topic detection.arXiv preprint arXiv:2012.00483, 2020
2012 arXiv
-
[40]
Mineru: An open-source solution for precise document content extraction.arXiv preprint arXiv:2409.18839, 2024
Bin Wang, Chao Xu, Xiaomeng Zhao, Linke Ouyang, Fan Wu, Zhiyuan Zhao, Rui Xu, Kaiwen Liu, Yuan Qu, Fukai Shang, et al. Mineru: An open-source solution for precise document content extraction.arXiv preprint arXiv:2409.18839, 2024
2024 arXiv
-
[41]
Scibench: Evaluating college-level scientific problem-solving abilities of large language models.arXiv preprint arXiv:2307.10635, 2023
Xiaoxuan Wang, Ziniu Hu, Pan Lu, Yanqiao Zhu, Jieyu Zhang, Satyen Subramaniam, Arjun R Loomba, Shichang Zhang, Yizhou Sun, and Wei Wang. Scibench: Evaluating college-level scientific problem-solving abilities of large language models.arXiv preprint arXiv:2307.10635, 2023
2023 arXiv
-
[42]
Mmlu-pro: A more robust and challenging multi-task language understanding benchmark
Yubo Wang, Xueguang Ma, Ge Zhang, Yuansheng Ni, Abhranil Chandra, Shiguang Guo, Weiming Ren, Aaran Arulraj, Xuan He, Ziyan Jiang, et al. Mmlu-pro: A more robust and challenging multi-task language understanding benchmark. InThe Thirty-eight Conference on Neural Information Pro...
2024
-
[43]
Climatebert: A pretrained language model for climate-related text.arXiv preprint arXiv:2110.12010, 2021
Nicolas Webersinke, Mathias Kraus, Julia Anna Bingler, and Markus Leippold. Climatebert: A pretrained language model for climate-related text.arXiv preprint arXiv:2110.12010, 2021
2021 arXiv
-
[44]
Chain-of-thought prompting elicits reasoning in large language models
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35:24824–24837, 2022
2022
-
[45]
Measuring and reducing llm hallucination without gold-standard answers.arXiv preprint arXiv:2402.10412, 2024
Jiaheng Wei, Yuanshun Yao, Jean-Francois Ton, Hongyi Guo, Andrew Estornell, and Yang Liu. Measuring and reducing llm hallucination without gold-standard answers.arXiv preprint arXiv:2402.10412, 2024
2024 arXiv
-
[46]
Generate-on-graph: Treat llm as both agent and kg in incomplete knowledge graph question answering.arXiv preprint arXiv:2404.14741, 2024
Yao Xu, Shizhu He, Jiabei Chen, Zihao Wang, Yangqiu Song, Hanghang Tong, Guang Liu, Kang Liu, and Jun Zhao. Generate-on-graph: Treat llm as both agent and kg in incomplete knowledge graph question answering.arXiv preprint arXiv:2404.14741, 2024
2024 arXiv
-
[47]
The ai scientist-v2: Workshop-level automated scientific discovery via agentic tree search.arXiv preprint arXiv:2504.08066, 2025
Yutaro Yamada, Robert Tjarko Lange, Cong Lu, Shengran Hu, Chris Lu, Jakob Foerster, Jeff Clune, and David Ha. The ai scientist-v2: Workshop-level automated scientific discovery via agentic tree search.arXiv preprint arXiv:2504.08066, 2025
2025 arXiv
-
[48]
An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. Qwen2. 5 technical report.arXiv preprint arXiv:2412.15115, 2024. 12
2024 arXiv
-
[49]
Moose-chem: Large language models for rediscovering unseen chemistry scientific hypotheses.arXiv preprint arXiv:2410.07076, 2024
Zonglin Yang, Wanhao Liu, Ben Gao, Tong Xie, Yuqiang Li, Wanli Ouyang, Soujanya Poria, Erik Cambria, and Dongzhan Zhou. Moose-chem: Large language models for rediscovering unseen chemistry scientific hypotheses.arXiv preprint arXiv:2410.07076, 2024
-
[50]
Easytool: Enhancing llm-based agents with concise tool instruction.arXiv preprint arXiv:2401.06201, 2024
Siyu Yuan, Kaitao Song, Jiangjie Chen, Xu Tan, Yongliang Shen, Ren Kan, Dongsheng Li, and Deqing Yang. Easytool: Enhancing llm-based agents with concise tool instruction.arXiv preprint arXiv:2401.06201, 2024
2024 arXiv
-
[51]
Chemllm: A chemical large language model.arXiv preprint arXiv:2402.06852, 2024
Di Zhang, Wei Liu, Qian Tan, Jingdan Chen, Hang Yan, Yuliang Yan, Jiatong Li, Weiran Huang, Xiangyu Yue, Wanli Ouyang, et al. Chemllm: A chemical large language model.arXiv preprint arXiv:2402.06852, 2024
2024 arXiv
-
[52]
Towards llm-based fact verification on news claims with a hierarchi- cal step-by-step prompting method.arXiv preprint arXiv:2310.00305, 2023
Xuan Zhang and Wei Gao. Towards llm-based fact verification on news claims with a hierarchi- cal step-by-step prompting method.arXiv preprint arXiv:2310.00305, 2023
2023 arXiv
-
[53]
earth" as a positive keyword, astronomy-related papers may incorrectly appear relevant. To address this, we introduce
Yifan Zhang, Cheng Wei, Shangyou Wu, Zhengting He, and Wenhao Yu. Geogpt: Understanding and processing geospatial tasks through an autonomous gpt.arXiv preprint arXiv:2307.07930, 2023. 13 A Paper Selection and Tiered Classification The proposed benchmark derives from 100,000 p...
1973 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.