Papers › OpenScholar: Synthesizing Scientific Literature with Retrieval-augmented LMs

OpenScholar: Synthesizing Scientific Literature with Retrieval-augmented LMs

21 Nov 2024arXiv:2411.14199archive 2025-07-28

Akari Asai, Jacqueline He, Rulin Shao, Weijia Shi, Amanpreet Singh, Joseph Chee Chang, Kyle Lo, Luca Soldaini, Sergey Feldman, Mike D'Arcy, David Wadden, Matt Latzke, Minyang Tian, Pan Ji, Shengyan Liu, Hao Tong, Bohao Wu, Yanyu Xiong, Luke Zettlemoyer, Graham Neubig, Dan Weld, Doug Downey, Wen-tau Yih, Pang Wei Koh, Hannaneh Hajishirzi

Scientific progress depends on researchers' ability to synthesize the growing body of literature. Can large language models (LMs) assist scientists in this task? We introduce OpenScholar, a specialized retrieval-augmented LM that answers scientific queries by identifying relevant passages from 45 million open-access papers and synthesizing citation-backed responses. To evaluate OpenScholar, we develop ScholarQABench, the first large-scale multi-domain benchmark for literature search, comprising 2,967 expert-written queries and 208 long-form answers across computer science, physics, neuroscience, and biomedicine. On ScholarQABench, OpenScholar-8B outperforms GPT-4o by 5% and PaperQA2 by 7% in correctness, despite being a smaller, open model. While GPT4o hallucinates citations 78 to 90% of the time, OpenScholar achieves citation accuracy on par with human experts. OpenScholar's datastore, retriever, and self-feedback inference loop also improves off-the-shelf LMs: for instance, OpenScholar-GPT4o improves GPT-4o's correctness by 12%. In human evaluations, experts preferred OpenScholar-8B and OpenScholar-GPT4o responses over expert-written ones 51% and 70% of the time, respectively, compared to GPT4o's 32%. We open-source all of our code, models, datastore, data and a public demo.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.14199")

Code

Syntology Ran 5 of 12 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong.

By repository: official repository: 12 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

akariasai/openscholar officialmentioned in papermentioned on GitHubpytorch report
akariasai/openscholar_experteval officialmentioned in paper report
akariasai/scholarbench officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 5 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
7unverified

Licence: 8 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_openai_api_cost akariasai/openscholar/src/open_scholar.py official repository ran · honoured contract Apache-2.0 (permissive) · ebcbc14c5f0a26eb · report
get_passage_pos_ids akariasai/openscholar/retriever/api/passage_utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 2254a963dae027e0 · report
is_integer_string akariasai/openscholar_experteval/use_search_apis.py official repository ran · violated contract no licence file found · pointer only · 4419dd4c768a4bb5 · report
remove_citations akariasai/openscholar/src/open_scholar.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 5df8b525aada9853 · report
rerank_paragraphs_bge akariasai/openscholar/src/open_scholar.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 9fcb6754cab0d0dd · report
calculate_avg_fine_grained_scores akariasai/openscholar_experteval/compute_metrics.py official repository unverified no licence file found · pointer only · 0c17dfce015ab2fe · report
get_acceptance_results akariasai/openscholar_experteval/compute_metrics.py official repository unverified no licence file found · pointer only · 8c75664adcd9b212 · report
get_finegrained_results akariasai/openscholar_experteval/compute_metrics.py official repository unverified no licence file found · pointer only · e09711ced33247ae · report
get_paper_data akariasai/openscholar_experteval/use_search_apis.py official repository unverified no licence file found · pointer only · f4d87e94b7582645 · report
normalize_citations akariasai/openscholar_experteval/convert_output_files.py official repository unverified no licence file found · pointer only · 3ae3bb73bff5368f · report
remove_citations akariasai/openscholar_experteval/convert_output_files.py official repository unverified no licence file found · pointer only · 5fd3281e2c36928f · report
search_paper_via_title akariasai/openscholar_experteval/use_search_apis.py official repository unverified no licence file found · pointer only · b6c21051ff3f26c8 · report

Tasks

Retrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections