Papers › DORIS-MAE: Scientific Document Retrieval using Multi-level Aspect-based Queries

DORIS-MAE: Scientific Document Retrieval using Multi-level Aspect-based Queries

7 Oct 2023arXiv:2310.04678archive 2025-07-28

Jianyou Wang, Kaicheng Wang, Xiaoyue Wang, Prudhviraj Naidu, Leon Bergen, Ramamohan Paturi

In scientific research, the ability to effectively retrieve relevant documents based on complex, multifaceted queries is critical. Existing evaluation datasets for this task are limited, primarily due to the high cost and effort required to annotate resources that effectively represent complex queries. To address this, we propose a novel task, Scientific DOcument Retrieval using Multi-level Aspect-based quEries (DORIS-MAE), which is designed to handle the complex nature of user queries in scientific research. We developed a benchmark dataset within the field of computer science, consisting of 100 human-authored complex query cases. For each complex query, we assembled a collection of 100 relevant documents and produced annotated relevance scores for ranking them. Recognizing the significant labor of expert annotation, we also introduce Anno-GPT, a scalable framework for validating the performance of Large Language Models (LLMs) on expert-level dataset annotation tasks. LLM annotation of the DORIS-MAE dataset resulted in a 500x reduction in cost, without compromising quality. Furthermore, due to the multi-tiered structure of these complex queries, the DORIS-MAE dataset can be extended to over 4,000 sub-query test cases without requiring additional annotation. We evaluated 17 recent retrieval methods on DORIS-MAE, observing notable performance drops compared to traditional datasets. This highlights the need for better approaches to handle complex, multifaceted queries in scientific research. Our dataset and codebase are available at https://github.com/Real-Doris-Mae/Doris-Mae-Dataset.

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="2310.04678")

Code

Syntology Ran 17 of 30 code samples harvested from 4 repositories linked to this paper; 13 have no recorded run. Of those that ran: 17 ran with no contract checked.

By repository: official repository: 26 samples from 1 repository, 15 ran; found in paper text by Syntology: 4 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

real-doris-mae/doris-mae-dataset officialmentioned in papermentioned on GitHubpytorchNOASSERTION 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

30 samples harvested; 17 ran; 0 honoured the contract we drafted; 13 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.

17ran
13unverified

Licence: 28 of the 30 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 4 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.

all_ranking_result_tfidf Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/tfidf_scoring.py official repository ran licence not identified · pointer only · 17e04dcadb904620 · report
all_ranking_tfidf Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/tfidf_scoring.py official repository ran licence not identified · pointer only · 3829cae525e688ca · report
clean_sentence Real-Doris-Mae/Doris-Mae-Dataset/create_candidate_pool/create_candidate_pool.py official repository ran fingerprinted licence not identified · pointer only · ed8c7dfd57ce396b · report
compute_relevance_score Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/dataset_util.py official repository ran licence not identified · pointer only · c40bcec838c94fb4 · report
create_aspect_id2annotation Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/dataset_util.py official repository ran licence not identified · pointer only · 7a9e7029d6fb518f · report
create_config Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/config.py official repository ran licence not identified · pointer only · 29ff7e283ebb4d2f · report
filter_words Real-Doris-Mae/Doris-Mae-Dataset/create_candidate_pool/create_candidate_pool.py official repository ran licence not identified · pointer only · 8bc1dcf8359aad73 · report
get_question_pairs Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/dataset_util.py official repository ran licence not identified · pointer only · 81d81041d00cecbe · report
get_subfolders Real-Doris-Mae/Doris-Mae-Dataset/gpt_annotation/annotation_util.py official repository ran licence not identified · pointer only · 9ccc02c67ae7dd82 · report
parse_answer Real-Doris-Mae/Doris-Mae-Dataset/gpt_annotation/annotation_util.py official repository ran licence not identified · pointer only · cbaf9acd60451d0f · report
precision_at_k Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/rank_performance_util.py official repository ran licence not identified · pointer only · bf3c7a72444f860f · report
preprocessing Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/model_embedding.py official repository ran fingerprinted licence not identified · pointer only · 07c727c3c3526bc5 · report
r_precision Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/rank_performance_util.py official repository ran fingerprinted licence not identified · pointer only · c9f3fcf8d35e5aa6 · report
recall_at_k Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/rank_performance_util.py official repository ran licence not identified · pointer only · d20891beec4bca5f · report
text2embedding Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/model_scoring.py official repository ran licence not identified · pointer only · 47075d13041065eb · report
all_ranking_RQA Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/rocketqa_scoring.py official repository unverified licence not identified · pointer only · ee2bc0e16ee56f1f · report
all_ranking_bm25 Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/bm25_scoring.py official repository unverified licence not identified · pointer only · 840a3ef055b959b8 · report
all_ranking_result_bm25 Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/bm25_scoring.py official repository unverified licence not identified · pointer only · 458c04250f5f4afb · report
annotate real-doris-mae/doris-mae-dataset/gpt_annotation/GPT_annotation.py official repository unverified licence not identified · pointer only · edecf512aaf44e23 · report
average_pool Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/model_embedding.py official repository unverified no licence file found · pointer only · da78af27b71bc211 · report
collect_gpt_results Real-Doris-Mae/Doris-Mae-Dataset/gpt_annotation/annotation_util.py official repository unverified licence not identified · pointer only · 51c412c2734bfbc9 · report
get_all_vocab Real-Doris-Mae/Doris-Mae-Dataset/create_candidate_pool/create_candidate_pool.py official repository unverified licence not identified · pointer only · 9d087992917ad056 · report
gpt_annotate_req_abs_pair real-doris-mae/doris-mae-dataset/gpt_annotation/GPT_annotation.py official repository unverified licence not identified · pointer only · 9164f2efed72dda9 · report
gpt_new_conversation real-doris-mae/doris-mae-dataset/gpt_annotation/GPT_annotation.py official repository unverified licence not identified · pointer only · 6177ebf5fbe23e2d · report
pre_encoding_by_mode Real-Doris-Mae/Doris-Mae-Dataset/benchmarking/other_models/rocketqa_scoring.py official repository unverified licence not identified · pointer only · 461373af66550b62 · report
remove_last_sentence Real-Doris-Mae/Doris-Mae-Dataset/gpt_annotation/GPT_annotation.py official repository unverified licence not identified · pointer only · d413cb37950c3781 · report
csv_reader PaddlePaddle/RocketQA/rocketqa/reader/reader_ce_predict.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7b8d1e5b24cbaa5e · report
is_int allenai/specter/specter/data_utils/triplet_sampling.py found in paper text by Syntology ran Apache-2.0 (permissive) · 027230d316acefc6 · report
MySPECTER allenai/aspire/src/learning/facetid_models/disent_models.py found in paper text by Syntology unverified no licence file found · pointer only · ac77979a392aba01 · report
WordSentAlignBiEnc allenai/aspire/src/learning/facetid_models/disent_models.py found in paper text by Syntology unverified no licence file found · pointer only · 88d29b74f32095e8 · 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