Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 42 new columns ({'candidate_score_4', 'mapping_key', 'match_level', 'candidate_query_1', 'candidate_url_2', 'manual_review_required', 'candidate_title_2', 'candidate_snippet_4', 'candidate_title_3', 'candidate_snippet_2', 'download_error', 'candidate_snippet_5', 'document_quality_score', 'candidate_query_5', 'raw_file', 'selected_url', 'verification_status', 'candidate_snippet_1', 'candidate_title_4', 'downloaded_url', 'download_bytes', 'download_candidate_search_score', 'candidate_title_5', 'download_candidate_source', 'candidate_url_3', 'candidate_score_3', 'candidate_url_4', 'extracted_file', 'download_status', 'candidate_title_1', 'candidate_url_1', 'candidate_query_3', 'candidate_snippet_3', 'candidate_score_2', 'candidate_url_5', 'candidate_query_2', 'notes', 'search_status', 'candidate_query_4', 'candidate_score_5', 'candidate_score_1', 'final_url'})

This happened while the csv dataset builder was generating data using

hf://datasets/tswj/llmjre-rag-eval/rag/guideline_collection_tracker.csv (at revision a483dfbd94dbe51c31c5062ce468b7a92fa233f0), ['hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/metadata/unique_conferences.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rag/guideline_collection_tracker.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rag/official_guideline_tracker.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rebuttal/llmjre_rebuttal.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/review/llmjre_review.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/llmjre_rebuttal_sample_1000.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/llmjre_review_sample_1000.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/unique_conference_year_type.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              conference: string
              year: int64
              conference_year: string
              submission_type: string
              conference_year_type: string
              specific_event_name: string
              paper_count: int64
              mapping_key: string
              search_status: string
              selected_url: double
              verification_status: string
              match_level: double
              notes: double
              candidate_url_1: string
              candidate_title_1: string
              candidate_snippet_1: string
              candidate_score_1: int64
              candidate_query_1: string
              candidate_url_2: string
              candidate_title_2: string
              candidate_snippet_2: string
              candidate_score_2: int64
              candidate_query_2: string
              candidate_url_3: string
              candidate_title_3: string
              candidate_snippet_3: string
              candidate_score_3: int64
              candidate_query_3: string
              candidate_url_4: string
              candidate_title_4: string
              candidate_snippet_4: string
              candidate_score_4: int64
              candidate_query_4: string
              candidate_url_5: string
              candidate_title_5: string
              candidate_snippet_5: string
              candidate_score_5: int64
              candidate_query_5: string
              download_status: string
              downloaded_url: string
              final_url: string
              download_candidate_source: string
              raw_file: string
              extracted_file: string
              download_bytes: double
              document_quality_score: double
              manual_review_required: string
              download_error: double
              download_candidate_search_score: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 6721
              to
              {'conference': Value('string'), 'year': Value('int64'), 'conference_year': Value('string'), 'submission_type': Value('string'), 'conference_year_type': Value('string'), 'specific_event_name': Value('string'), 'paper_count': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 42 new columns ({'candidate_score_4', 'mapping_key', 'match_level', 'candidate_query_1', 'candidate_url_2', 'manual_review_required', 'candidate_title_2', 'candidate_snippet_4', 'candidate_title_3', 'candidate_snippet_2', 'download_error', 'candidate_snippet_5', 'document_quality_score', 'candidate_query_5', 'raw_file', 'selected_url', 'verification_status', 'candidate_snippet_1', 'candidate_title_4', 'downloaded_url', 'download_bytes', 'download_candidate_search_score', 'candidate_title_5', 'download_candidate_source', 'candidate_url_3', 'candidate_score_3', 'candidate_url_4', 'extracted_file', 'download_status', 'candidate_title_1', 'candidate_url_1', 'candidate_query_3', 'candidate_snippet_3', 'candidate_score_2', 'candidate_url_5', 'candidate_query_2', 'notes', 'search_status', 'candidate_query_4', 'candidate_score_5', 'candidate_score_1', 'final_url'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/tswj/llmjre-rag-eval/rag/guideline_collection_tracker.csv (at revision a483dfbd94dbe51c31c5062ce468b7a92fa233f0), ['hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/metadata/unique_conferences.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rag/guideline_collection_tracker.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rag/official_guideline_tracker.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/rebuttal/llmjre_rebuttal.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/review/llmjre_review.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/llmjre_rebuttal_sample_1000.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/llmjre_review_sample_1000.csv', 'hf://datasets/tswj/llmjre-rag-eval@a483dfbd94dbe51c31c5062ce468b7a92fa233f0/sample/unique_conference_year_type.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

conference
string
year
int64
conference_year
string
submission_type
string
conference_year_type
string
specific_event_name
string
paper_count
int64
ICLR
2,023
ICLR 2023
Conference
ICLR 2023 Conference
ICLR 2023 Conference
2,916
NeurIPS
2,022
NeurIPS 2022
Conference
NeurIPS 2022 Conference
NeurIPS 2022 Conference
2,781
NeurIPS
2,021
NeurIPS 2021
Conference
NeurIPS 2021 Conference
NeurIPS 2021 Conference
2,412
ICLR
2,022
ICLR 2022
Conference
ICLR 2022 Conference
ICLR 2022 Conference
2,151
ICLR
2,021
ICLR 2021
Conference
ICLR 2021 Conference
ICLR 2021 Conference
2,136
ICLR
2,020
ICLR 2020
Conference
ICLR 2020 Conference
ICLR 2020 Conference
2,003
ICLR
2,018
ICLR 2018
Conference
ICLR 2018 conference
ICLR 2018 conference
627
ICLR
2,017
ICLR 2017
Conference
ICLR 2017 conference
ICLR 2017 conference
482
NeurIPS
2,021
NeurIPS 2021
Track
NeurIPS 2021 Track
NeurIPS 2021 Track Datasets_and_Benchmarks
217
UAI
2,022
UAI 2022
Conference
UAI 2022 Conference
UAI 2022 Conference
216
ICLR
2,023
ICLR 2023
Unknown
ICLR 2023 TinyPapers
ICLR 2023 TinyPapers
215
CoRL
2,023
CoRL 2023
Conference
CoRL 2023 Conference
CoRL 2023 Conference
192
CoRL
2,022
CoRL 2022
Conference
CoRL 2022 Conference
CoRL 2022 Conference
189
ICLR
2,018
ICLR 2018
Workshop
ICLR 2018 Workshop
ICLR 2018 Workshop
160
CoRL
2,021
CoRL 2021
Conference
CoRL 2021 Conference
CoRL 2021 Conference
146
NeurIPS
2,022
NeurIPS 2022
Track
NeurIPS 2022 Track
NeurIPS 2022 Track Datasets and Benchmarks
145
MIDL
2,023
MIDL 2023
Conference
MIDL 2023 Conference
MIDL 2023 Conference
111
ICLR
2,017
ICLR 2017
Workshop
ICLR 2017 workshop
ICLR 2017 workshop
99
MIDL
2,022
MIDL 2022
Conference
MIDL 2022 Conference
MIDL 2022 Conference
94
LOG
2,022
LOG 2022
Conference
LOG 2022 Conference
LOG 2022 Conference
82
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop TSRML
80
ML_Reproducibility_Challenge
2,020
ML_Reproducibility_Challenge 2020
Unknown
nil
nil
78
MIDL
2,023
MIDL 2023
Short Paper Track
MIDL 2023 Short_Paper_Track
MIDL 2023 Short_Paper_Track
77
NoDaLiDa
2,023
NoDaLiDa 2023
Conference
NoDaLiDa 2023 Conference
NoDaLiDa 2023 Conference
74
ML_Reproducibility_Challenge
2,021
ML_Reproducibility_Challenge 2021
Reproducibility Challenge
ML_Reproducibility_Challenge 2021 Fall
ML_Reproducibility_Challenge 2021 Fall
72
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop Federated_Learning
72
ICML
2,021
ICML 2021
Workshop
ICML 2021 Workshop
ICML 2021 Workshop AML
68
MIDL
2,018
MIDL 2018
Conference
MIDL 2018 Conference
MIDL 2018 Conference
62
Graphics_Interface
2,020
Graphics_Interface 2020
Conference
Graphics_Interface 2020 Conference
Graphics_Interface 2020 Conference
61
IEEE
2,024
IEEE ICIST 2024
Conference
IEEE ICIST 2024 Conference
IEEE ICIST 2024 Conference
60
NeurIPS
2,019
NeurIPS 2019
Workshop
NeurIPS 2019 Workshop
NeurIPS 2019 Workshop Neuro_AI
59
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop Offline_RL
54
EMNLP
2,020
EMNLP 2020
Workshop
EMNLP 2020 Workshop
EMNLP 2020 Workshop NLP-COVID
48
ICLR
2,019
ICLR 2019
Workshop
ICLR 2019 Workshop
ICLR 2019 Workshop LLD
48
ICLR
2,022
ICLR 2022
Track
ICLR 2022 Track
ICLR 2022 Track Blog
45
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop SyntheticData4ML
45
CLeaR
2,022
CLeaR 2022
Conference
CLeaR 2022 Conference
CLeaR 2022 Conference
43
ICLR
2,019
ICLR 2019
Workshop
ICLR 2019 Workshop
ICLR 2019 Workshop DeepGenStruct
41
ICLR
2,022
ICLR 2022
Workshop
ICLR 2022 Workshop
ICLR 2022 Workshop OSC
41
ICLR
2,023
ICLR 2023
Workshop
ICLR 2023 Workshop
ICLR 2023 Workshop RRL
38
MICCAI
2,022
MICCAI 2022
Challenge
MICCAI 2022 Challenge
MICCAI 2022 Challenge FLARE
37
ICML
2,021
ICML 2021
Workshop
ICML 2021 Workshop
ICML 2021 Workshop INNF
36
Interspeech
2,023
Interspeech 2023
Workshop
Interspeech 2023 Workshop
Interspeech 2023 Workshop SSW
36
Graphics_Interface
2,022
Graphics_Interface 2022
Conference
Graphics_Interface 2022 Conference
Graphics_Interface 2022 Conference
35
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop SVRHM
35
ICLR
2,022
ICLR 2022
Workshop
ICLR 2022 Workshop
ICLR 2022 Workshop DGM4HSD
34
NeurIPS
2,021
NeurIPS 2021
Workshop
NeurIPS 2021 Workshop
NeurIPS 2021 Workshop DLDE
32
MICCAI
2,021
MICCAI 2021
Workshop
MICCAI 2021 Workshop
MICCAI 2021 Workshop COMPAY
31
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop NeurReps
31
UAI
2,022
UAI 2022
Workshop
UAI 2022 Workshop
UAI 2022 Workshop CRL
30
AutoML
2,023
AutoML 2023
Conference
AutoML 2023 Conference
AutoML 2023 Conference
29
NeurIPS
2,021
NeurIPS 2021
Workshop
NeurIPS 2021 Workshop
NeurIPS 2021 Workshop SVRHM
29
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop HITY
29
AAAI
2,022
AAAI 2022
Workshop
AAAI 2022 Workshop
AAAI 2022 Workshop AdvML
28
MICCAI
2,021
MICCAI 2021
Challenge
MICCAI 2021 Challenge
MICCAI 2021 Challenge KiTS
28
NeurIPS
2,020
NeurIPS 2020
Workshop
NeurIPS 2020 Workshop
NeurIPS 2020 Workshop SVRHM
28
AKBC
2,021
AKBC 2021
Conference
AKBC 2021 Conference
AKBC 2021 Conference
27
MICCAI
2,019
MICCAI 2019
Workshop
MICCAI 2019 Workshop
MICCAI 2019 Workshop COMPAY
24
AAAI
2,022
AAAI 2022
Workshop
AAAI 2022 Workshop
AAAI 2022 Workshop ADAM
23
Graphics_Interface
2,021
Graphics_Interface 2021
Conference
Graphics_Interface 2021 Conference
Graphics_Interface 2021 Conference
22
ICML
2,020
ICML 2020
Workshop
ICML 2020 Workshop
ICML 2020 Workshop SAS
21
NeurIPS
2,020
NeurIPS 2020
Workshop
NeurIPS 2020 Workshop
NeurIPS 2020 Workshop DL-IG
21
ACL
2,020
ACL 2020
Workshop
ACL 2020 Workshop
ACL 2020 Workshop NLP-COVID
20
AKBC
2,019
AKBC 2019
Conference
AKBC 2019 Conference
AKBC 2019 Conference
20
AutoML
2,022
AutoML 2022
Track
AutoML 2022 Track
AutoML 2022 Track Main
20
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop nCSI
19
MLnyML
2,021
MLnyML 2021
Research Symposium
MLnyML 2021 Research_Symposium
MLnyML 2021 Research_Symposium
17
NeurIPS
2,019
NeurIPS 2019
Workshop
NeurIPS 2019 Workshop
NeurIPS 2019 Workshop Program_Transformations
17
ECCV
2,020
ECCV 2020
Workshop
ECCV 2020 Workshop
ECCV 2020 Workshop VIPriors
16
Graphics_Interface
2,023
Graphics_Interface 2023
Conference SD
Graphics_Interface 2023 Conference_SD
Graphics_Interface 2023 Conference_SD
16
ICAPS
2,019
ICAPS 2019
Workshop
ICAPS 2019 Workshop
ICAPS 2019 Workshop HSDIP
16
ICAPS
2,021
ICAPS 2021
Workshop
ICAPS 2021 Workshop
ICAPS 2021 Workshop XAIP
16
ICLR
2,023
ICLR 2023
Workshop
ICLR 2023 Workshop
ICLR 2023 Workshop TML4H
16
ICAPS
2,020
ICAPS 2020
Workshop
ICAPS 2020 Workshop
ICAPS 2020 Workshop HSDIP
15
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop GMML
15
ACM
2,023
ACM ICMI 2023
Workshop
ACM ICMI 2023 Workshop
ACM ICMI 2023 Workshop
14
HRI
2,022
HRI 2022
Workshop
HRI 2022 Workshop
HRI 2022 Workshop VAM-HRI
14
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop LaReL
14
ACM
2,022
ACM ICMI 2022
Workshop
ACM ICMI 2022 Workshop
ACM ICMI 2022 Workshop
13
ICAPS
2,021
ICAPS 2021
Workshop
ICAPS 2021 Workshop
ICAPS 2021 Workshop HSDIP
13
NeurIPS
2,020
NeurIPS 2020
Workshop
NeurIPS 2020 Workshop
NeurIPS 2020 Workshop CAP
13
NeurIPS
2,022
NeurIPS 2022
Challenge
NeurIPS 2022 Challenge
NeurIPS 2022 Challenge CellSeg
13
AAAI
2,023
AAAI 2023
Bridge
AAAI 2023 Bridge
AAAI 2023 Bridge CCBridge
12
WBIR
2,022
WBIR 2022
Workshop
WBIR 2022 Workshop
WBIR 2022 Workshop Biomedical_Imaging_Registration
12
ACM
2,022
ACM SIGKDD 2022
Workshop
ACM SIGKDD 2022 Workshop
ACM SIGKDD 2022 Workshop
11
ICAPS
2,022
ICAPS 2022
Workshop
ICAPS 2022 Workshop
ICAPS 2022 Workshop XAIP
11
KGCW
2,022
KGCW 2022
Workshop
KGCW 2022 Workshop
KGCW 2022 Workshop
11
ACL
2,022
ACL 2022
Workshop
ACL 2022 Workshop
ACL 2022 Workshop CMCL
10
ACL
2,022
ACL 2022
Workshop
ACL 2022 Workshop
ACL 2022 Workshop CSRR
10
ICAPS
2,019
ICAPS 2019
Workshop
ICAPS 2019 Workshop
ICAPS 2019 Workshop SPARK
10
ICAPS
2,019
ICAPS 2019
Workshop
ICAPS 2019 Workshop
ICAPS 2019 Workshop WIPC
10
RSS
2,023
RSS 2023
Workshop
RSS 2023 Workshop
RSS 2023 Workshop Symmetry
10
ISCA
2,023
ISCA 2023
Workshop
ISCA 2023 Workshop
ISCA 2023 Workshop ASSYST
9
KDD
2,023
KDD 2023
Workshop
KDD 2023 Workshop
KDD 2023 Workshop epiDAMIK
9
RBCDSAI
2,023
RBCDSAI DAI 2023
Conference
RBCDSAI DAI 2023 Conference
RBCDSAI DAI 2023 Conference
9
ICAPS
2,022
ICAPS 2022
Workshop
ICAPS 2022 Workshop
ICAPS 2022 Workshop HSDIP
8
ICAPS
2,023
ICAPS 2023
Workshop
ICAPS 2023 Workshop
ICAPS 2023 Workshop HSDIP
8
ICLR
2,019
ICLR 2019
Workshop
ICLR 2019 Workshop
ICLR 2019 Workshop RML
8
MPM
2,022
MPM 2022
Workshop
MPM 2022 Workshop
MPM 2022 Workshop
8
NeurIPS
2,022
NeurIPS 2022
Workshop
NeurIPS 2022 Workshop
NeurIPS 2022 Workshop TEA
8
End of preview.

YAML Metadata Warning:The task_ids "text-classification" is not in the official list: acceptability-classification, entity-linking-classification, fact-checking, intent-classification, language-identification, multi-class-classification, multi-label-classification, multi-input-text-classification, natural-language-inference, semantic-similarity-classification, sentiment-classification, topic-classification, semantic-similarity-scoring, sentiment-scoring, sentiment-analysis, hate-speech-detection, text-scoring, named-entity-recognition, part-of-speech, parsing, lemmatization, word-sense-disambiguation, coreference-resolution, extractive-qa, open-domain-qa, closed-domain-qa, news-articles-summarization, news-articles-headline-generation, dialogue-modeling, dialogue-generation, conversational, language-modeling, text-simplification, explanation-generation, abstractive-qa, open-domain-abstractive-qa, closed-domain-qa, open-book-qa, closed-book-qa, text2text-generation, slot-filling, masked-language-modeling, keyword-spotting, speaker-identification, audio-intent-classification, audio-emotion-recognition, audio-language-identification, multi-label-image-classification, multi-class-image-classification, face-detection, vehicle-detection, instance-segmentation, semantic-segmentation, panoptic-segmentation, image-captioning, image-inpainting, image-colorization, super-resolution, grasping, task-planning, tabular-multi-class-classification, tabular-multi-label-classification, tabular-single-column-regression, rdf-to-text, multiple-choice-qa, multiple-choice-coreference-resolution, document-retrieval, utterance-retrieval, entity-linking-retrieval, fact-checking-retrieval, univariate-time-series-forecasting, multivariate-time-series-forecasting, visual-question-answering, document-question-answering, pose-estimation

LLMJRE-RAG-Eval

Retrieval-Augmented LLM Reviewers for Academic Peer Review: Improving Human Alignment and Rebuttal-Aware Evaluation

LLMJRE-RAG-Eval is a benchmark dataset for evaluating heterogeneous Large Language Model (LLM) reviewers across the complete academic peer-review workflow. The benchmark supports research on LLM-as-a-Judge for academic paper assessment by providing structured datasets for reviewer evaluation, author rebuttals, meta-review generation, and retrieval-augmented reviewer guidance.

The benchmark extends the ReΒ² peer-review dataset by introducing a Retrieval-Augmented Generation (RAG) evaluation framework that incorporates conference-specific reviewer guidelines into the review process. It enables systematic evaluation of whether external reviewer guidance improves agreement between LLM-generated evaluations and human reviewer assessments.


Dataset Summary

LLMJRE-RAG-Eval consists of two benchmark tasks corresponding to the complete conference peer-review lifecycle.

  1. Review Benchmark

    • Initial manuscript review
    • Human review alignment
    • Overall recommendation
  2. Rebuttal Benchmark

    • Author rebuttal
    • Rebuttal-aware review
    • Reviewer belief revision
    • Final recommendation

The benchmark supports four research questions:

  • RQ1: To what extent do heterogeneous LLM reviewers align with human reviewer evaluations of academic papers?
  • RQ2: How do heterogeneous LLM reviewers differ in their evaluation behaviour and response to rebuttal information?
  • RQ3: Does retrieval-augmented review guidance improve the alignment between LLM-generated evaluations and human reviewer scores?
  • RQ4: Does retrieval-augmented review guidance improve belief-shift accuracy after author rebuttals?

Dataset Structure

llmjre-rag-eval
β”‚
β”œβ”€β”€ review
β”‚   β”œβ”€β”€ llmjre_review.jsonl
β”‚   └── llmjre_review.csv
β”‚
β”œβ”€β”€ rebuttal
β”‚   β”œβ”€β”€ llmjre_rebuttal.jsonl
β”‚   └── llmjre_rebuttal.csv
β”‚
β”œβ”€β”€ sample
β”‚   β”œβ”€β”€ llmjre_review_sample_1000.jsonl
β”‚   β”œβ”€β”€ llmjre_review_sample_1000.csv
β”‚   β”œβ”€β”€ llmjre_rebuttal_sample_1000.jsonl
β”‚   β”œβ”€β”€ llmjre_rebuttal_sample_1000.csv
β”‚   β”œβ”€β”€ sample_inference_report.json
β”‚   └── unique_conference_year_type.csv
β”‚
β”œβ”€β”€ metadata
β”‚   β”œβ”€β”€ benchmark_schema.json
β”‚   β”œβ”€β”€ benchmark_statistics.json
β”‚   └── unique_conferences.csv
β”‚
└── rag
    β”œβ”€β”€ guideline_collection_tracker.csv
    └── official_guideline_tracker.csv

Dataset Components

Review Benchmark

The review benchmark contains the information required to evaluate initial manuscript assessment and review alignment.

Typical fields include:

  • Paper metadata
  • Manuscript text
  • Human review comments
  • Human review scores
  • Human recommendations
  • Conference metadata

Rebuttal Benchmark

The rebuttal benchmark extends the review benchmark by incorporating author rebuttals and revised reviewer assessments.

Additional fields include:

  • Author rebuttal
  • Final reviewer comments
  • Final reviewer scores
  • Reviewer belief shifts
  • Final recommendations

Sample Benchmark

The sample benchmark contains the exact 1,000-paper evaluation subset used in the accompanying paper.

Researchers may use this subset to reproduce the published experiments and statistical analyses.


Metadata

Supporting metadata includes:

  • Benchmark schema
  • Benchmark statistics
  • Conference metadata
  • Conference distributions

RAG Metadata

The RAG directory contains metadata describing the conference-specific reviewer guideline collection used for retrieval augmentation.

It includes:

  • guideline collection tracker
  • official reviewer guideline tracker

These files document the provenance and coverage of the conference reviewer guidelines used during retrieval.


Benchmark Construction

The benchmark is derived from the ReΒ² academic peer-review dataset and preserves the complete conference review workflow, including:

  • Manuscripts
  • Human reviewer assessments
  • Author rebuttals
  • Final reviewer decisions

LLMJRE-RAG-Eval extends the benchmark by incorporating conference-specific reviewer guidelines to support retrieval-augmented reviewer evaluation.


Recommended Tasks

The benchmark supports research in:

  • LLM-as-a-Judge
  • Academic peer review
  • Retrieval-Augmented Generation (RAG)
  • Human-AI collaboration
  • Meta-review generation
  • Rebuttal-aware evaluation
  • Reviewer behaviour analysis
  • AI-assisted scholarly communication

Loading the Dataset

The benchmark can be loaded directly from the JSONL or CSV files.

Example (JSONL):

import json

with open("review/llmjre_review.jsonl") as f:
    for line in f:
        sample = json.loads(line)
        print(sample["paper_id"])

Example (Pandas):

import pandas as pd

df = pd.read_csv("review/llmjre_review.csv")
print(df.head())

Citation

The benchmark builds upon the ReΒ² dataset. Please also cite the original ReΒ² paper.

@article{zhang2025re,
  title={Re$^2$: A Consistency-ensured Dataset for Full-stage Peer Review and Multi-turn Rebuttal Discussions},
  author={Zhang, Daoze and Bao, Zhijian and Du, Sihang and Zhao, Zhiyi and Zhang, Kuangling and Bao, Dezheng and Yang, Yang},
  journal={arXiv preprint arXiv:2505.07920},
  volume={abs/2505.07920},
  pages={1--15},
  year={2025}
}

Acknowledgements

LLMJRE-RAG-Eval extends the ReΒ² benchmark by introducing retrieval-augmented conference-specific reviewer guidance for evaluating human alignment and rebuttal-aware assessment.

We thank the authors of the ReΒ² dataset for making these research resources publicly available.


License

The benchmark is released under the Apache License 2.0, consistent with the original ReΒ² dataset. Users should additionally comply with the licensing terms of the original ReΒ² dataset and any applicable terms associated with the referenced conference reviewer guideline sources.

Downloads last month
42

Paper for tswj/llmjre-rag-eval