ConceptioArchivearXiv CS
arXiv CSopen access

NovBench: Evaluating Large Language Models on Academic Paper Novelty Assessment

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
artificialintelligenceknowledgerepresentationreasoning
artificial intelligence, reasoning, knowledge representation

NovBench: Evaluating Large Language Models on Academic Paper Novelty Assessment Wenqing Wu1,2 , Yi Zhao3 , Yuzhuo Wang3 , Siyou Li2 , Juexi Shao2 , Yunfei Long2 † , Chengzhi Zhang1 † 1

2

School of Economics and Management, Nanjing University of Science and Technology, School of Electronic Engineering and Computer Science, Queen Mary University of London, 3 School of Management, Anhui University †Correspondence: [email protected], [email protected]

Abstract

the primary quality control mechanism in scientific research, assessing novelty is one of the core functions of the peer review system (Alberts et al., 2008; Cohen, 2017). However, the peer review process is currently facing pressure due to the explosive growth in academic submissions (Publons, 2018) and the widening gap in the availability of qualified reviewer resources (Leopold, 2015). This pressure directly manifests as a significant challenge for the robust evaluation of a paper’s novelty (Zhao and Zhang, 2025). Although methods for novelty evaluation have been proposed based on bibliometric (Uzzi et al., 2013; Matsumoto et al., 2021; Shibayama et al., 2025) and deep learning (Huang et al., 2025; Jeon et al., 2023; Liu et al., 2025a) approaches, these techniques predominantly focus on quantitative metrics (or numerical indicators). Compared to the textual evaluations provided by reviewers, these quantitative metrics inherently lack the necessary interpretability, making it difficult to effectively assist reviewers in their judgment during the peer review process or to provide authors with targeted advice for manuscript improvement. Large Language Models (LLMs) have demonstrated exceptional capabilities across a wide range of scientific tasks (Wang et al., 2024; Bao et al., 2025) and show potential in assisting academic peer review (Zhou et al., 2024; Zhuang et al., 2025). Recent researches have attempted to enhance the capabilities of LLMs in automated peer review through various avenues, such as applying more effective prompting strategies (Liang et al., 2024), fine-tuned model (Yu et al., 2024a; Zhu et al., 2025a), and multi-agent frameworks (Jin et al., 2024; D’Arcy et al., 2024). Despite the promising progress demonstrated by recent advances, several critical issues remain insufficiently explored. Although these methods achieve competitive performance on paper-level scoring tasks, the evaluation of generated review text itself has received relatively little attention. Existing evalua-

arXiv:2604.11543v1 [cs.CL] 13 Apr 2026

Novelty is a core requirement in academic publishing and a central focus of peer review, yet the growing volume of submissions has placed increasing pressure on human reviewers. While large language models (LLMs), including those fine-tuned on peer review data, have shown promise in generating review comments, the absence of a dedicated benchmark has limited systematic evaluation of their ability to assess research novelty. To address this gap, we introduce NovBench, the first large-scale benchmark designed to evaluate LLMs’ capability to generate novelty evaluations in support of human peer review. NovBench comprises 1,684 paper–review pairs from a leading NLP conference, including novelty descriptions extracted from paper introductions and corresponding expert-written novelty evaluations. We focus on both sources because the introduction provides a standardized and explicit articulation of novelty claims, while expert-written novelty evaluations constitute one of the current gold standards of human judgment. Furthermore, we propose a four-dimensional evaluation framework (including Relevance, Correctness, Coverage, and Clarity) to assess the quality of LLMgenerated novelty evaluations. Extensive experiments on both general and specialized LLMs under different prompting strategies reveal that current models exhibit limited understanding of scientific novelty, and that fine-tuned models often suffer from instruction-following deficiencies. These findings underscore the need for targeted fine-tuning strategies that jointly improve novelty comprehension and instruction adherence.

1

Introduction

Novelty is a fundamental aspect of publication decisions in academic research, requiring that a paper’s content or methodology makes a meaningful contribution to advancing existing knowledge, rather than simply replicating or validating established findings (Veugelers and Wang, 2019). As 1

reliable AI-assisted peer review. 1

tion approaches are largely limited to metrics such as ROUGE (Lin, 2004), BLEU (Papineni et al., 2002), and BERTScore (Zhang* et al., 2020), or the adoption of the LLM-as-judge (Bedemariam et al., 2025). However, these methods either rely on surface-level lexical similarity or depend on non-transparent LLM-based judgments, and therefore fail to reliably assess the semantic adequacy and aspect-specific correctness required for evaluating free-form novelty evaluations (Kuznetsov et al., 2024). Furthermore, existing research primarily focuses on generating holistic peer review text, treating the review as a monolithic output. As a result, the ability of both general purpose and fine tuned models to perform aspect specific evaluation, particularly novelty evaluation, remains poorly characterized. Without isolating novelty as an independent evaluation target, it is difficult to determine whether a model genuinely evaluates research novelty or merely generates fluent, plausible sounding review like language. Therefore, the performance of existing general and fine-tuned models on the novelty evaluation task constitutes an important area for further investigation. To address these issues, we present a novel evaluation framework, to be more specific: (1) We introducing a structured benchmark for novelty evaluation. This resource, which incorporates the’ textual evaluations of the novelty dimension of the reviewers alongside the novelty descriptions of the paper introductions, constitutes a critical resource for future research. (2) We propose a fourdimensional, interpretable, and semantics-aware framework for evaluating LLM-generated novelty review text. This metric suite surpasses the limitations of traditional lexical overlap metrics (e.g., ROUGE/BLEU) and more effectively captures the quality of "novelty" evaluation in free-form text. (3) We conduct systematic evaluation and benchmarking of current general LLMs (e.g., GPT-5 (OpenAI, 2025), Gemini-2.5-flash (Gemini Team, 2025)) and specialized LLMs on the novelty evaluation task. Based on this benchmark, we further analyze the gap between LLM-generated evaluations and human judgments, providing an in-depth understanding of these models’ advantages and limitations in identifying and articulating novelty. (4) We conduct a comprehensive empirical analysis that identifies key factors for generating high-quality, highly interpretable novelty review text, and reveals important behavioral patterns of LLMs in novelty evaluation, thus directing the future development of more

2

Related Work

Automated Scholarly Paper Review (ASPR) (Lin et al., 2023) refers to the process in which computers or intelligent machines independently evaluate the content of a scholarly paper and generate a review report automatically. Early research concerning ASPR predominantly focused on paper rating recommendation (Kang et al., 2018; Li et al., 2020; Wang et al., 2020). Furthermore, some studies (Yuan et al., 2022; Yuan and Liu, 2022) have attempted to fine-tune pre-trained models to generate paper reviews. With the LLMs demonstrate powerful text generation capabilities (Yu et al., 2025; Chen et al., 2025), the application of LLMs to help peer review has rapidly become a significant research focus. Numerous studies have evaluated or benchmarked the performance of LLMs in generating reviews of academic papers (Zhou et al., 2024; Liang et al., 2024; Du et al., 2024). The results of these investigations indicate that while LLMs are capable of providing meaningful feedback, they often lack critical analysis, and the comments generated frequently lack the insights and specificity found in human-written reviews. Consequently, the research community has devoted significant efforts for enhancing LLM performance in review generation (Yu et al., 2024b; Gao et al., 2024; Idahl and Ahmadi, 2025; Weng et al., 2025; Zhu et al., 2025b; Chang et al., 2025). However, recent advancements have broadly evaluated and improved the overall performance of LLMs in review generation. Despite this progress, their efficacy in assessing specific, fine-grained aspects of a paper (especially novelty) remains an area requiring further investigation. Novelty is recognized as a key aspect for measuring the quality and contribution of academic papers. Concurrently, as LLMs continue to demonstrate increasing capability, researchers have advanced their investigation into the role of LLMs in scientific novelty, including LLM-based assessment of paper novelty (Huang et al., 2025; Liu et al., 2025a; Lin et al., 2025; Liu et al., 2025b; Wu et al., 2025a,b; Tan et al., 2026) and the generation of novel research ideas (Shahid et al., 2025; Su et al., 2025; Kumar et al., 2025; da Silva et al., 2025). 1

All resources publicly available at https://github. com/njust-winchy/llm4novelty.

2

S1: Subset Annotation

NLPeer

Introduction

S3: Automatic Extraction of Novelty Evaluations

Human Annotation

Novelty Descriptions

Review Aspect Dataset

Novelty Evaluations

In-context Learning

S2: Automatic Extraction of Novelty Descriptions

NLPeer 2

Introduction

Best Model on Subset

Test Model Performance

Best Model for Novelty Evaluations Extraction

S4: Sentiment-Based Normalization of Novelty Evaluations

Novelty Descriptions

EMNLP 2023 reviews

Extraction of Novelty Evaluations

Sentiment Structuring of Novelty Evaluations

Figure 1: The pipeline for constructing NovBench, consisting of four stages.

Although these studies suggest that LLMs possess a certain capacity for novelty assessment, the evaluation of LLM performance is largely centered on quantitative output scores or relies on human evaluation. There remains a notable absence of dedicated assessment targeting the LLM generated textual novelty evaluations themselves, with current practices frequently defaulting to the "LLM as a judge" paradigm. This reliance exposes a gap in the development of robust evaluation methodologies for free form assessment text. While prior work has introduced resources for analyzing research limitations (Xu et al., 2025), there is currently no publicly available resource dedicated to novelty assessment. To address this gap, we introduce a dedicated resource for research novelty and a novel methodology for assessing novelty evaluation. This paper deliberately focuses on novelty, as it is widely regarded as a central criterion for publication decisions and one of the most conceptually challenging aspects to evaluate (Afzal et al., 2026).

standardized articulation of authors’ claimed contributions (Lauscher et al., 2018; Li et al., 2021). Figure 1 shows the construction workflow.

We first extracted all content under the heading "Introduction" from the parsed paper. Subsequently, we adopted a strategy of annotating a small subset (COLING 2020, 87 papers) of the data to evaluate the performance of LLMs, which was then applied to the large dataset (EMNLP 2023, 1,684 papers). Specifically, we manually annotated the novelty descriptions extracted from the introductions of the COLING 2020 papers. We then designed various prompts to evaluate the performance of mainstream LLMs on this specific task, the detailed results are presented in the Appendix A. Finally, we selected GPT-5 with in-context-learning prompt as the method for the automatic extraction of novelty descriptions for the introduction of EMNLP 2023.

3

NovBench

3.1.2

3.1

Dataset Construction

3.1.1

Automatic Extraction of Novelty Evaluations from Peer Review Texts

To extract novelty related evaluations from reviewer comments, it is necessary to perform aspect identification on the review texts. Recently, Lu et al. (Lu et al., 2025) introduced a resource for aspect identification in peer review text. We obtained all data corresponding to the novelty aspect of reviews from this resource. We then evaluated both prior aspect identification models and LLMs on this data, with the specific results reported in Appendix B. Based on these results, we selected GPT-4o-mini as the model for automatic extraction of novelty evaluations. Using this model, we extracted all content related to novelty evaluation from reviewer reports of EMNLP 2023.

We initially collected the COLING 2020 and EMNLP 2023 datasets (include parsed paper in intertextual graphs (ITG) format (Kuznetsov et al., 2022) and review report) from NLPeer (Dycke et al., 2023) and OpenReview2 , followed by the execution of three automated stages: (1) extraction of novelty descriptions from the paper introductions, (2) extraction of novelty-related evaluations from the reviewer comments, and (3) structuring novelty evaluations based on sentiment polarity. We extract novelty descriptions from paper introductions because they provide the most explicit and 2

Automatic Extraction of Novelty Descriptions from Introduction

https://openreview.net/

3

3.1.3 Sentiment-Based Structuring of Novelty Evaluations

model selection for the novelty description extraction stage. NovBench constitutes the full benchmark constructed in this work. For each paper, we automatically annotate two sources of noveltyrelated information: (1) novelty descriptions extracted from the paper introduction, and (2) novelty evaluations written by human reviewers. This dual-source design captures both author-stated novelty claims and independent human evaluations, enabling a systematic evaluation of LLM-generated novelty evaluations against human judgments. An example of the dataset is illustrated in Figure 2.

During the review process, multiple reviewers may independently praise a paper for proposing a novel approach. To facilitate the evaluation of novelty evaluations generated by the LLM, we designed a prompt that instructs GPT-4o to remove redundant evaluations and organize novelty evaluations according to sentiment polarity. The specific details are provided in Appendix C. Dataset

#Paper

Avg. Nov Desc

Avg. Nov Eval

COLING 2020 NovBench

87 1,684

6.1 5.3

7.7

3.2

In this work, we define the task as follows: given the novelty description from an academic paper’s introduction, the LLM is required to generate an assessment of the novelty according to specific instructions. The output format mandates a structured output based on sentiment polarity. Academic peer review is typically conducted along multiple quality dimensions rather than a single overall score. Reviewer guidelines3 for major NLP venues explicitly encourage assessments of a paper’s novelty, correctness or soundness, relevance or impact, and clarity of presentation. Such multi-dimensional evaluation practices motivate our design of four dimensions for assessing LLMgenerated novelty evaluations. We fix the evaluation rubric to ensure a controlled and comparable setting, allowing us to isolate the novelty evaluation capability of LLMs. Relevance. This dimension is defined as the degree to which the LLM-generated evaluation accurately comprehends the novelty description presented in the paper’s introduction. To quantify this, we calculate the Information Matching Score (IMS) between the model-generated evaluation and the novelty description in the introduction, utilizing a method (Wright et al., 2022) designed to measure the information alignment between two scientific sentences. Our objective is to determine if B (LLMgenerated evaluation) truly understands the content of A (the source text). Therefore, we adopt the Maximum Matching Average IMS (AvgIMS), which measures how well each sentence in the source text is semantically covered by the most relevant sentence in the evaluation. For each sentence in A, we identify the review sentence that yields the highest IMS value, and compute the average of these

Table 1: Dataset statistics of Novbench and COLING 2020 (subset in Figure 1), including paper count, average novelty description (Avg. Nov Desc) sentence count, and average novelty evaluations (Avg. Nov Eval) count. ’-’ indicates not applicable.

Paper Novelty Description:

Structured Novelty Evaluations:

To answer the question, we first define an evaluation suite of physical concepts covering visual and embodied concepts. We compose a Visual and Embodied Concepts evaluation benchmark VEC , with examples shown in Table 1. With the benchmark, we examine a wide range of LMs. We design two forms of probing tasks. The former (Color, Shape and Material) asks models to make a choice between two tail options given the head object. The latter (Size, Height, and all embodied concepts) requires LMs to judge whether the relation is valid given the head and the tail. Our zero (few)-shot results on the VEC benchmark show that: (i) Moderate-sized LMs such as BERT and RoBERTa exhibit a random-level understanding of both visual and embodied concepts. (ii) A decent visual understanding of specific concepts emerges as LMs scale up, while they still struggle to understand the embodied knowledge with performance slightly better than random guessing." (iii) Image-grounded caption text-only pre-training, instruction tuning, and visual supervision could provide performance gain regarding visual concepts, yet only the last one enhances the understanding of embodied knowledge of LMs. We further investigate the source of embodied knowledge in VLMs. A case study demonstrates that embodied knowledge in the VLM of CLIP is potentially rooted in the rich semantics of image representations. We thus devise a knowledge distillation method to transfer the learned embodied knowledge in VLMs into LMs, resulting in an average accuracy gain of 3.38.

Positive Novelty Evaluations - The paper introduces a novel benchmark evaluation suite (VEC) that covers a wide range of physical concepts, including both visual and embodied attributes, filling a gap in the field by providing a standardized framework to evaluate language models' understanding of physical attributes. - The finding that we can effectively distill embodied knowledge from VLMs to less capable LLMs is quite inspiring. - Probing LMs with physical concepts is a novel and interesting topic that provides insights on how to further improve and align current LMs to the real world. - The paper is well-written and easy to follow. Neutral Novelty Evaluations - The main contributions of this paper include conducting in-depth analysis with different types of LLMs and VLMs on their understanding of visual concepts and embodied concepts, providing insights on what physical concepts are well-captured and struggled by LLMs, and showing evidence that vision-language pretraining helps learn embodied knowledge. Negative Novelty Evaluations - Compared to GPT-3 era models, newer models like ChatGPT contain much richer physical commonsense knowledge and can perform complex reasoning about physical interactions, suggesting that the paper's findings may be less novel in the context of recent advancements.

Figure 2: One Example of NovBench. The left side shows the novelty descriptions from the paper introductions, while the right side presents the structured novelty evaluations.

3.1.4

Dataset Evaluation Protocol

Dataset Statistics

Table 1 summarizes the datasets used in this study. The COLING 2020 dataset corresponds to a manually annotated subset of NovBench. This subset includes only novelty descriptions from paper introductions and is primarily used to evaluate the performance of automatic novelty description extraction models, rather than for large-scale benchmarking. Such a design supports controlled

3

4

https://aclrollingreview.org/reviewerguidelines

maxima across all sentences:

A higher Coverage score indicates that more of the expert-identified novelty points are captured by the LLM-generated evaluations. Clarity. The goal of this dimension is to determine if the generated review text is explicit and focused, ensuring the evaluation is easily understood and not overly generalized. We measure the clarity of LLM-generated novelty evaluations using a combined metric that accounts for both lexical grounding and sentence elaboration (Louis and Nenkova, 2013). Let K denote the set of keywords extracted from the introduction, and let T denote the set of LLM-generated evaluation sentences. The first component, Keyword Coverage (KC), assesses whether each generated sentence contains at least one introduction keyword, indicating lexical grounding in the source text: i 1 X h KC = 1 ∃k ∈ K such that k ⊂ t (4) |T |

N

AvgIMS =

1 X max Sij j N

(1)

i=1

where Sij denotes the IMS between the i-th sentence in the source text and the j-th sentence in the LLM-generated evaluation. A higher AvgIMS indicates that the evaluation closely aligns with and accurately reflects the novelty description. Correctness. This dimension assesses the agreement between the model-generated positive, neutral, or negative novelty evaluations and human reviewers (Zhang et al., 2022). To achieve this, we compare the resulting sentiment distribution produced by the LLM against the distribution established by the human reviewers. Following prior distribution-matching metrics, we define correctness as: P |pi − ti | DistAcc = 1 − (2) 2

t∈T

In our implementation, keywords are automatically derived from the introduction novelty sentences by extracting alphanumeric and hyphenated tokens using regular expressions, followed by filtering tokens with length greater than 5 to remove function words and generic short tokens. A generated evaluation is considered keyword-covered if it contains at least one such keyword (caseinsensitive), and matching is performed at the token level to avoid spurious substring matches. The second component, Length Score (LS), encourages sufficiently informative sentences without enforcing verbosity by computing the average sentence length (in tokens), normalized by 20 and clipped to a maximum of 1: ! 1 X LS = min len(t), 1 (5) 20|T |

where pi denotes the proportion of modelgenerated evaluations labeled with sentiment class i, and ti represents the corresponding human evaluations proportion. The numerator computes the L1 distance between the two distributions, and the division by 2 normalizes the maximum possible distance to 1. A higher DistAcc value indicates better alignment between model generation and human sentiment judgments. Coverage. To evaluate whether the LLMgenerated novelty evaluations adequately capture the key points identified by human reviewers, we define a Coverage dimension. Let G denote the set of review novelty evaluations, and M denote the set of LLM-generated evaluations. For each review novelty evaluation g ∈ G, we compute the cosine similarity with all LLM-generated evaluation m ∈ M , and count g as covered if the maximum similarity exceeds a threshold τ . Formally, Coverage is defined as:   1 X Coverage = 1 max cos(g, m) ≥ τ , m∈M |G|

t∈T

where len(t) denotes the token length of sentence t. Then, to capture linguistic well-formedness and readability, we incorporate a fluency-based component derived from language model perplexity. Let PPL(t) denote the perplexity of sentence t computed using a pretrained causal language model (distilgpt2 (Sanh et al., 2020)). We define: 1 X 1 FS = (6) |T | 1 + PPL(t)

g∈G

(3) where cos(g, m) denotes the cosine similarity between the embeddings of g and m, and 1[·] is the indicator function. In our experiments, we set τ = 0.7, following common practice in prior work on sentence-level semantic similarity using sentence embeddings (Reimers and Gurevych, 2019).

t∈T

Lower perplexity corresponds to higher fluency and better grammatical quality. The inverse transformation ensures that the score lies within (0, 1). 5

Zero Shot

Model Rel.

Cov.

Clarity

DeepSeek-R1-70B DeepSeek-R1-14B DeepSeek-R1-8B Qwen3-32B Qwen3-14B Qwen3-8B GPT-4o GPT-5 gpt-oss-120b gpt-oss-20b Gemini-2.5-flash

3.4885 3.4058 2.9475 3.4747 3.3892 3.5769 3.6983 3.2772 3.2586 3.3158 3.4711

0.2074 0.2053 0.1603 0.2065 0.1974 0.1996 0.2332 0.1591 0.1787 0.1843 0.2120

0.6470 0.6404 0.4949 0.6609 0.6634 0.6471 0.6595 0.6209 0.6535 0.6270 0.6414

CycleReviewer-70B CycleReviewer-8B DeepReviewer-14B DeepReviewer-7B Llama-OpenReviewer-8B Reviewer2 SEA-E SEA-S

3.4632 3.0712 2.7402 2.4654 2.1293 1.8377 3.4259 3.6304

0.2198 0.1577 0.1173 0.0745 0.0604 0.0408 0.2610 0.2576

0.6598 0.6377 0.6425 0.5992 0.3339 0.4496 0.6497 0.6630

Human

2.7899

-

-

Few Shot DistAcc

Rel.

Cov.

General LLMs 3.4452 0.2112 0.6572 0.6436 3.3844 0.2252 0.5143 3.4703 0.2190 0.6555 3.4175 0.2242 0.6627 3.3656 0.2238 0.6595 3.4061 0.2240 0.6979 3.5609 0.2391 0.4830 3.3124 0.1806 0.4376 3.1897 0.1830 0.5785 3.3298 0.2098 0.6011 3.4726 0.2364 Specialized LLMs 0.6326 3.3426 0.2209 0.3837 3.0833 0.1892 0.6356 2.7161 0.1140 0.6134 2.6589 0.1051 2.3047 0.0823 0.2216 0.4517 0.9993 0.0013 0.6834 3.3356 0.2483 0.7162 3.4091 0.2454 -

2.7899

-

RAG

Clarity

DistAcc

Rel.

Cov.

Clarity

DistAcc

0.6455 0.6483 0.6160 0.6497 0.6487 0.6487 0.6587 0.6164 0.6613 0.6364 0.6573

0.6274 0.6606 0.6517 0.6944 0.6734 0.6784 0.7091 0.5411 0.5107 0.6461 0.6590

3.0376 3.0715 2.4988 3.2555 3.2015 3.3042 3.4481 3.2300 3.1424 3.1372 3.5089

0.1500 0.1713 0.1284 0.1692 0.1673 0.1732 0.2237 0.1673 0.1644 0.1676 0.2270

0.6626 0.6628 0.5459 0.6679 0.6681 0.6593 0.6668 0.6666 0.6656 0.6269 0.6682

0.6260 0.6417 0.5220 0.6604 0.6245 0.6737 0.6965 0.6453 0.6027 0.6430 0.5923

0.6494 0.6206 0.6130 0.6160 0.5381 0.3402 0.6395 0.6519

0.6522 0.4088 0.6301 0.6308 0.6205 0.4083 0.6609 0.7149

3.0292 2.8853 2.7288 2.5465 1.2235 0.1556 3.3807 3.5170

0.1522 0.1336 0.1193 0.1004 0.0317 0.0000 0.2712 0.2474

0.6587 0.5817 0.6161 0.5697 0.2749 0.0184 0.6585 0.6662

0.4892 0.2785 0.5246 0.3907 0.1031 0.0709 0.5965 0.6740

-

-

2.7899

-

-

-

Table 2: The evaluation performance of different models under various prompting strategies. For each metric, the best-performing general model is highlighted in bold, and the best-performing specialized model is underlined. Rel. denotes Relevance, Cov. denotes Coverage, and DistAcc denotes Correctness. Human refers to the performance of human reviewers on our evaluation metrics. ’-’ indicates not applicable.

The final Clarity Score is defined as the mean of these two components:

A higher score indicates that the model generates sentences that are both lexically grounded and sufficiently elaborated. Following the ACL/EMNLP review scoring system, Relevance is scored on a scale from 1 to 5, while the other dimensions are scored from 0 to 1.

access closed-source models via their official APIs, while the open-source models were downloaded locally from HuggingFace4 for inference. During testing on NovBench, we used greedy decoding with a maximum token limit of 4096 to guarantee output determinism and prevent truncation. We retained the default values for all other hyperparameters. We adopt three prompting strategies: zeroshot, few-shot, and Retrieval-Augmented Generation (RAG) (Lewis et al., 2020). Implementation details are shown in Appendix E.

4

Experiments

4.2

4.1

Baselines Selection

1 Clarity = (KC + LS + FS) 3

(7)

Overall Performance of the Baseline Model with Automatic Metrics

Table 2 reports model performance in different evaluation metrics and prompting strategies. From the results, we observe that across prompting settings, closed-source general LLMs (like GPT-4o and Gemini-2.5-Flash) have stronger performance, likely due to their larger parameter scales and undisclosed model architectures. When comparing models with comparable parameter sizes, specialized LLMs generally outperform general models, this advantage mainly depends on the choice of backbone and the fine-tuning strategy. For instance, SEA-S and SEA-E are built on Mistral (a mixof-experts) backbone, which provides an inherent advantage for expert-level tasks such as novelty evaluation. Nevertheless, even with the same back-

Based on our proposed evaluation metrics, we assessed a total of 11 general-purpose LLMs across two categories: (1) Closed-source LLMs: GPT4o (OpenAI et al., 2024), GPT-5 (OpenAI, 2025), and Gemini-2.5-flash (Gemini Team, 2025); (2) Open-source LLMs: DeepSeek-R1 (70B, 14B, 8B) (DeepSeek-AI et al., 2025), Qwen3 (32B, 14B, 8B) (Yang et al., 2025), and gpt-oss (120B, 20B) (OpenAI et al., 2025). Furthermore, we also evaluated eight domain specialized LLMs that were fine-tuned on peer review dataset: CycleReviewer-70B, CycleReviewer-8B (Weng et al., 2025), DeepReviewer-14B, DeepReviewer7B (Zhu et al., 2025b), Llama-OpenReviewer-8B (Idahl and Ahmadi, 2025), Reviewer2 (Gao et al., 2024), SEA-E and SEA-S (Yu et al., 2024b). We

4

6

https://huggingface.co/

bone, performance differences remain, driven by variations in fine-tuning approaches, as illustrated by CycleReviewer-8B and SEA-S. Overall performance tends to improve with increasing model size, though notable exceptions are observed for generalpurpose LLMs. This may be because larger models’ stronger reasoning and generative abilities can induce over-interpretation and distributional drift under strict evaluation constraints. Additionally, from the results in the table, we observe that Human achieves relatively lower scores on the Relevance metric. This is because human reviewers typically rely on their domain knowledge and experience to make high-level judgments, rather than explicitly restating or strictly aligning their comments with the novelty descriptions in the paper introduction. 4.3

best performance in Relevance under the zero-shot prompting strategy. However, the maximum average score attained is only 3.6983, which suggests that LLMs may unable to fully grasp the novelty described in the paper. Conversely, in the few-shot setting, model capability in Coverage and Correctness (DistAcc) demonstrates a noticeable improvement. However, this improvement is accompanied by a decrease in relevance. This trade-off suggests that when provided with human-evaluated examples, the LLM may be merely simulating human expression patterns and sentiment distribution rather than writing a genuine novelty evaluation. Furthermore, performance in clarity improves significantly in the RAG scenario. This outcome shows that the utilization of externally retrieved information helps in organizing and articulating the evaluation, resulting in output text with a clearer and more comprehensible structure. Simultaneously, the RAG approach leads to a reduction in relevance compared to both zero-Shot and few-Shot methods. This potential trade-off implies a key issue: while the retrieved information is comprehensive, the model may be mislead by the retrieval results in knowledge retrieval process. Consequently, this weakens its focus on the paper’s novelty.

Human Agreement with Automatic Metrics

To validate the effectiveness of our proposed metrics in assessing the generation of novelty evaluations, we randomly selected 100 samples for human evaluation. Specifically, we established a controlled comparison wherein evaluators were tasked with judging which model (Model A or Model B) produced the higher-quality novelty evaluation. This judgment was performed by providing the evaluators with the novelty description from the paper’s introduction and the human reviewer’s evaluation. The detailed examples and evaluation guidelines (Figure 15) are provided in the Appendix D. Four human evaluators with strong expertise in Natural Language Processing, including two Ph.D. students, one Associate Professor, and one Lecturer, independently conducted the evaluation following the same guidelines. The inter-annotator agreement, measured by Fleiss’ κ, reached 0.72, indicating substantial agreement. Our proposed automatic metrics demonstrated a high correlation with the corresponding human judgments (Spearman ρ is 0.61, with p < 0.001). This result confirms that our metrics are capable of correctly identifying superior model-generated evaluation, consistent with human preference (Agreement = 78%).

5

Result Analysis

5.1

How does Different Prompt Strategies Affect Novelty Evaluation?

5.2

Can Specialized LLMs Improve Novelty Evaluation?

We hypothesized that models subjected to parameter fine-tuning on peer review datasets would exhibit better performance. However, the results presented in Table 2 indicate that these models only show a marginal advantages. Specifically, only the CycleReviewer-70B (large-parameter models), and the SEA series (contain data in NLP conferences), demonstrate better performance. We observe that CycleReviewer-70B and the SEA models maintain comparable scores in Relevance while demonstrating superior performance over the general-purpose models across the other three dimensions. This finding suggests that while learning from human data results in a more anthropomorphic output style, it does not translate to a deeper, more robust understanding of novelty evaluation for this task. Furthermore, the Reviewer2 model performed particularly poor across all metrics. An inspection of its generated output revealed a significant issue with instruction following, as illustrated in the accompanying Figure 3. We suspect that this model struggles to follow the given prompt instructions. This may be due to fine-tuning on highly

For this question, we focus exclusively on the results pertaining to prompt tuning. As evidenced by the findings in Table 2, most models achieve their 7

Model: Reviewer2

Positive: The paper presents a novel approach to a C C C C CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCC C C C….

elty descriptions provided in the original papers. The generated positive evaluations in particular are almost entirely grounded in the explicitly stated methodologies and contributions. This suggests that both models are capable of identifying the core innovation claims of a paper. However, they also exhibit several issues, including exaggerating positive contributions, forcefully identifying negative aspects, introducing details not present in the source text, and producing overly templated and verbose assessments. For Coverage, the LLMs reliably capture the primary contributions, but they fall short in assessing the breadth of novelty. When a paper contains multiple innovation points, the models often fail to cover them comprehensively, potentially due to low sensitivity to different types of novelty. The models’ performance on Clarity is strong, indicating that they are able to extract and articulate the core concepts described in the paper. Finally, we compared the sentiment distributions of model-generated evaluations against human-written evaluations, as shown in the Figure 4. GPT-4o exhibits a distribution similar to humans for positive evaluations, but produces fewer negative evaluations and more neutral ones. In contrast, SEA-S displays the opposite trend: it produces substantially more negative and fewer positive evaluations. This suggests that general-purpose models tend to accommodate user expectations by generating more favorable feedback, whereas models fine-tuned on peer review data adopt a more critical stance, sometimes excessively so, potentially leading them to overemphasize or even fabricate negative points.

Model: Llama-OpenReviewer-8B

Positive Novelty Evaluations\\n-\\n\\n Neutral Novelty Evaluations\\n-\\n\\n Negative Novelty Evaluations\\n-\\n\\n\\n## Step 1: Read the paper and understand its contributions\\nThis paper investigates the representation of gender in neural language models, particularly in relation to the arbitrariness of gender assignment to nouns. The authors propose a new method using canonical correlation analysis to correlate the gender of inanimate nouns with their lexical semantic meaning across 18 languages. They find a significant correlation, suggesting that gender systems are not entirely arbitrary but reflect underlying semantic features. They also introduce a new dataset, MuST-SHE, to study gender bias in speech translation, and explore the impact of training data gender imbalance and model architecture on gender representation in language models. They conclude that gender bias is amplified in language models and that balanced training data does not necessarily guarantee unbiased representation. The authors suggest that future research should focus on addressing these biases to improve language models\' fairness and effectiveness, particularly in sensitive areas such as gender representation.\\n\\n## Step 2: Determine the ...

Figure 3: Examples of Instruction-Following Failures by the Specialized Model.

specific training prompts, which weakens its general instruction-following ability. We checked that other specialized models (The detail in Appendix F) exhibit similar problems, though the deficiency is most pronounced in Reviewer2. From these results, we think that models with a larger number of parameters and those designed to handle lowquality and inconsistent data are better equipped to provide strong instruction-following capabilities, rather than being fixed to a specific prompt.

5.4

Regarding Relevance, although LLMs exhibit a surface-level understanding of novelty, they struggle to capture the specific and fine-grained content of novelty claims. This limitation is particularly evident under the RAG prompting setting, where performance degrades noticeably. These results indicate that retrieval augmentation or advanced prompting alone is insufficient to support genuine novelty understanding, and that specialized finetuning remains necessary. For Correctness, better-performing specialized models achieve higher scores, suggesting that finetuning allows LLMs to learn human expressive and structural patterns. However, due to limited novelty understanding, these models often produce hedg-

Figure 4: Comparison of Sentiment Polarity Distributions Among Human, General LLM, and Specialized LLM.

5.3

Analysis of LLM Performance Across Novelty Evaluation Metrics

How Do LLM Novelty Evaluations Differ from Human Judgments?

We selected two comparatively strong models, GPT-4o as a representative general model and SEAS as a Specialized model, and evaluated their performance across all dimensions. As shown in the Appendix G, for Relevance, both models produce evaluations that are highly aligned with the nov8

ing evaluations with mixed sentiment, preventing optimal performance. Across all models, Coverage remains suboptimal. Even when restricted to novelty descriptions from the introduction, LLMs emphasize points that diverge from those identified by human reviewers. This highlights an important open challenge: enabling LLMs to better model how humans assess the breadth of novelty. In contrast, LLMs perform well on Clarity, effectively identifying key term and major contributions in novelty descriptions, largely due to strong information extraction capabilities rather than a deeper understanding of novelty. Finally, we observe that some models fine-tuned on peer review data exhibit severe instructionfollowing issues, leading to substantial performance decrease and highlighting the need for improved fine-tuning strategies. 5.5

formance of both general and specialized LLMs to evaluate academic paper novelty under varying prompting conditions. Through a comprehensive analysis of the novelty evaluations generated by different LLMs across all dimensions, we discuss key insights intended to guide future development in this field. In future work, we plan to extend the benchmark to additional venues using the same data construction pipeline, enabling the study of cross venue and domain generalization of LLMs. Automatically deriving evaluation dimensions from reviewer guidelines is an interesting direction for future work, and our framework can be extended to support such dynamic rubrics.

Limitations This study is subject to several limitations. First, our work exclusively utilizes the paper introduction as the text source for novelty evaluation. While the introduction contains the primary novelty claims, relying solely on this section, rather than the full paper text, may omit detailed content required to fully support the evaluation. Second, the data used are sourced from COLING and EMNLP proceedings, where the readily available peer review text predominantly corresponds to accepted papers, potentially introducing selection bias. In addition, our benchmark is constructed from a limited set of NLP venues, which may restrict its generalizability to broader research domains, as conferences such as ICLR and NeurIPS adopt different review formats, scoring rubrics, and cover broader interdisciplinary areas. Third, we employ relatively simple prompt engineering strategies and do not explore more advanced prompting techniques or multi-agent architectures. Moreover, the credibility of reviewer comments remains an important concern, and we do not incorporate numerical scores (e.g., confidence scores) into the analysis. Fourth, although EMNLP places greater emphasis on methodological novelty, our analysis does not distinguish between different types of novelty. Finally, despite the effectiveness of our proposed metrics, further research is needed to develop more robust evaluation methods. Future work may explore more fine-grained taxonomy design, analyze hallucination patterns in novelty evaluation, and investigate multi-model aggregation approaches (e.g., ensembling or multiagent methods) within the proposed framework.

Additional Analyses

To further assess potential data contamination, temporal effects, and model behavior under different conditions, we conduct a series of additional analyses. Results show that model performance is largely consistent across model generations and publication years, and remains stable under controlled input perturbations, suggesting that performance is not driven by memorization or temporal leakage. We further analyze performance across paper types and reviewer disagreement. Models perform better on resource papers than methodological papers, indicating that evaluation difficulty varies with contribution type. Under reviewer disagreement, LLM-generated evaluations exhibit higher similarity to high-confidence reviews, suggesting non-arbitrary alignment behavior. Overall, these findings demonstrate that the proposed benchmark enables systematic and finegrained analysis of LLM behavior beyond aggregate performance. Detailed results are provided in Appendix H.

6

Conclusion

This paper proposes NovBench, a benchmark designed to systematically evaluate the ability of LLMs in assessing academic novelty. NovBench employs four distinct dimensions to quantify evaluation quality, utilizing a controlled and homogeneous setting to ensure reliability and isolate the novelty assessment task. We demonstrated the per9

Despite these limitations, our study provides a useful reference for automated academic novelty assessment and LLM-based evaluation.

enough”: Enriching scholarly critique with LLMassisted feedback. In Proceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers), pages 2648–2671, Rabat, Morocco. Association for Computational Linguistics.

Ethics Statement This study is conducted in accordance with established ethical standards for research involving human-authored text. All data used in this work are openly available peer review reports released by conferences or journals, and do not contain personally identifiable information beyond what is already publicly disclosed. We do not collect new personal data, and our analysis poses no additional risk of privacy leakage or harm to authors or reviewers. Importantly, the goal of this work is not to develop or promote automated peer review systems as a replacement for human expert reviewers. Instead, our focus is on evaluating the ability of large language models to assist in specific, well-scoped aspects of the review process—namely, the analysis and assessment of novelty—under controlled and transparent settings. We view such tools as potential supporting instruments that may help reduce reviewer workload or provide complementary perspectives, rather than substitutes for human judgment, expertise, or accountability. We acknowledge the broader ethical concerns surrounding the use of LLMs in peer review, including risks of over-reliance, bias amplification, and misuse. Our work is intended to contribute empirical evidence that informs these discussions, rather than to advocate for the deployment of LLMs as autonomous reviewers.

Bruce Alberts, Brooks Hanson, and Katrina L. Kelner. 2008. Reviewing peer review. Science, 321(5885):15–15. Tong Bao, Mir Tafseer Nayeem, Davood Rafiei, and Chengzhi Zhang. 2025. SurveyGen: Quality-aware scientific survey generation with large language models. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 2712–2736, Suzhou, China. Association for Computational Linguistics. Rewina Bedemariam, Natalie Perez, Sreyoshi Bhaduri, Satya Kapoor, Alex Gil, Elizabeth Conjar, Ikkei Itoku, David Theil, Aman Chadha, and Naumaan Nayyar. 2025. Potential and perils of large language models as judges of unstructured textual data. Preprint, arXiv:2501.08167. Yuan Chang, Ziyue Li, Hengyuan Zhang, Yuanbo Kong, Yanru Wu, Hayden Kwok-Hay So, Zhijiang Guo, Liya Zhu, and Ngai Wong. 2025. TreeReview: A dynamic tree of questions framework for deep and efficient LLM-based scientific peer review. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 15662–15693, Suzhou, China. Association for Computational Linguistics. Junyi Chen, Shihao Bai, Zaijun Wang, Siyu Wu, Chuheng Du, Hailong Yang, Ruihao Gong, Shengzhong Liu, Fan Wu, and Guihai Chen. 2025. Pre3 : Enabling deterministic pushdown automata for faster structured LLM generation. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 11253–11267, Vienna, Austria. Association for Computational Linguistics.

Acknowledgments This work is supported by the Major Project of the National Social Science Fund of China (Grant No. 25&ZD298). This research utilised Queen Mary’s Apocrita HPC facility, supported by QMUL Research-IT (King et al., 2017).

Barak A Cohen. 2017. Point of view: How should novelty be valued in science? eLife, 6:e28699. Italo Luis da Silva, Hanqi Yan, Lin Gui, and Yulan He. 2025. GraphMind: Interactive novelty assessment system for accelerating scientific discovery. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, pages 286–294, Suzhou, China. Association for Computational Linguistics.

References Marah Abdin, Jyoti Aneja, Harkirat Behl, Sébastien Bubeck, Ronen Eldan, Suriya Gunasekar, Michael Harrison, Russell J. Hewett, Mojan Javaheripi, Piero Kauffmann, James R. Lee, Yin Tat Lee, Yuanzhi Li, Weishung Liu, Caio C. T. Mendes, Anh Nguyen, Eric Price, Gustavo de Rosa, Olli Saarikivi, and 8 others. 2024. Phi-4 technical report. Preprint, arXiv:2412.08905.

Mike D’Arcy, Tom Hope, Larry Birnbaum, and Doug Downey. 2024. Marg: Multi-agent review generation for scientific papers. Preprint, arXiv:2401.04259. DeepSeek-AI, Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, and 181 others.

Osama Mohammed Afzal, Preslav Nakov, Tom Hope, and Iryna Gurevych. 2026. Beyond “not novel

10

2025. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. Preprint, arXiv:2501.12948.

Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, Lélio Renard Lavaud, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix, and William El Sayed. 2023. Mistral 7b. Preprint, arXiv:2310.06825.

Jiangshu Du, Yibo Wang, Wenting Zhao, Zhongfen Deng, Shuaiqi Liu, Renze Lou, Henry Peng Zou, Pranav Narayanan Venkit, Nan Zhang, Mukund Srinath, Haoran Ranran Zhang, Vipul Gupta, Yinghui Li, Tao Li, Fei Wang, Qin Liu, Tianlin Liu, Pengzhi Gao, Congying Xia, and 21 others. 2024. LLMs assist NLP researchers: Critique paper (meta-)reviewing. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 5081–5099, Miami, Florida, USA. Association for Computational Linguistics.

Yiqiao Jin, Qinlin Zhao, Yiyang Wang, Hao Chen, Kaijie Zhu, Yijia Xiao, and Jindong Wang. 2024. AgentReview: Exploring peer review dynamics with LLM agents. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 1208–1226, Miami, Florida, USA. Association for Computational Linguistics.

Nils Dycke, Ilia Kuznetsov, and Iryna Gurevych. 2023. NLPeer: A unified resource for the computational study of peer review. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 5049– 5073, Toronto, Canada. Association for Computational Linguistics.

Dongyeop Kang, Waleed Ammar, Bhavana Dalvi, Madeleine van Zuylen, Sebastian Kohlmeier, Eduard Hovy, and Roy Schwartz. 2018. A dataset of peer reviews (PeerRead): Collection, insights and NLP applications. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers), pages 1647–1661, New Orleans, Louisiana. Association for Computational Linguistics.

Joseph L Fleiss. 1971. Measuring nominal scale agreement among many raters. Psychol. Bull., 76(5):378– 382. Zhaolin Gao, Kianté Brantley, and Thorsten Joachims. 2024. Reviewer2: Optimizing review generation through prompt generation. Preprint, arXiv:2402.10886.

Thomas King, Simon Butcher, and Lukasz Zalewski. 2017. Apocrita - High Performance Computing Cluster for Queen Mary University of London.

Google Gemini Team. 2025. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities. Preprint, arXiv:2507.06261.

Sandeep Kumar, Tirthankar Ghosal, Vinayak Goyal, and Asif Ekbal. 2025. Can large language models unlock novel scientific research ideas? In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 33551–33575, Suzhou, China. Association for Computational Linguistics.

Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad AlDahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, Amy Yang, Angela Fan, Anirudh Goyal, Anthony Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, and 542 others. 2024. The llama 3 herd of models. Preprint, arXiv:2407.21783.

Ilia Kuznetsov, Osama Mohammed Afzal, Koen Dercksen, Nils Dycke, Alexander Goldberg, Tom Hope, Dirk Hovy, Jonathan K. Kummerfeld, Anne Lauscher, Kevin Leyton-Brown, Sheng Lu, Mausam, Margot Mieskes, Aurélie Névéol, Danish Pruthi, Lizhen Qu, Roy Schwartz, Noah A. Smith, Thamar Solorio, and 5 others. 2024. What can natural language processing do for peer review? Preprint, arXiv:2405.06563.

Shengzhi Huang, Yong Huang, Yinpeng Liu, Zhuoran Luo, and Wei Lu. 2025. Are large language models qualified reviewers in originality evaluation? Information Processing & Management, 62(3):103973.

Ilia Kuznetsov, Jan Buchmann, Max Eichler, and Iryna Gurevych. 2022. Revise and resubmit: An intertextual model of text-based collaboration in peer review. Computational Linguistics, 48(4):949–986.

Maximilian Idahl and Zahra Ahmadi. 2025. OpenReviewer: A specialized large language model for generating critical scientific paper reviews. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (System Demonstrations), pages 550–562, Albuquerque, New Mexico. Association for Computational Linguistics.

Anne Lauscher, Goran Glavaš, and Simone Paolo Ponzetto. 2018. An argument-annotated corpus of scientific publications. In Proceedings of the 5th Workshop on Argument Mining, pages 40–46, Brussels, Belgium. Association for Computational Linguistics.

Daeseong Jeon, Junyoup Lee, Joon Mo Ahn, and Changyong Lee. 2023. Measuring the novelty of scientific publications: A fasttext and local outlier factor approach. Journal of Informetrics, 17(4):101450.

Seth S. Leopold. 2015. Editorial: Increased manuscript submissions prompt journals to make hard choices. Clinical Orthopaedics and Related Research®, 473(3):753–755.

11

Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, and Douwe Kiela. 2020. Retrieval-augmented generation for knowledgeintensive nlp tasks. In Proceedings of the 34th International Conference on Neural Information Processing Systems, NIPS ’20, Red Hook, NY, USA. Curran Associates Inc.

Association for Computational Linguistics: EMNLP 2025, pages 6145–6167, Suzhou, China. Association for Computational Linguistics. Kuniko Matsumoto, Sotaro Shibayama, Byeongwoo Kang, and Masatsura Igami. 2021. Introducing a novelty indicator for scientific research: validating the knowledge-based combinatorial approach. Scientometrics, 126(8):6891–6915.

Jiyi Li, Ayaka Sato, Kazuya Shimura, and Fumiyo Fukumoto. 2020. Multi-task peer-review score prediction. In Proceedings of the First Workshop on Scholarly Document Processing, pages 121–126, Online. Association for Computational Linguistics.

OpenAI, :, Sandhini Agarwal, Lama Ahmad, Jason Ai, Sam Altman, Andy Applebaum, Edwin Arbus, Rahul K. Arora, Yu Bai, Bowen Baker, Haiming Bao, Boaz Barak, Ally Bennett, Tyler Bertao, Nivedita Brett, Eugene Brevdo, Greg Brockman, Sebastien Bubeck, and 108 others. 2025. gpt-oss-120b & gptoss-20b model card. Preprint, arXiv:2508.10925.

Xiangci Li, Gully Burns, and Nanyun Peng. 2021. Scientific discourse tagging for evidence extraction. In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, pages 2550–2562, Online. Association for Computational Linguistics.

OpenAI, :, Aaron Hurst, Adam Lerer, Adam P. Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, Aleksander Madry, ˛ Alex Baker-Whitcomb, Alex Beutel, Alex Borzunov, Alex Carney, Alex Chow, Alex Kirillov, and 401 others. 2024. Gpt-4o system card. Preprint, arXiv:2410.21276.

Weixin Liang, Yuhui Zhang, Hancheng Cao, Binglu Wang, Daisy Yi Ding, Xinyu Yang, Kailas Vodrahalli, Siyu He, Daniel Scott Smith, Yian Yin, Daniel A. McFarland, and James Zou. 2024. Can large language models provide useful feedback on research papers? a large-scale empirical analysis. NEJM AI, 1(8):AIoa2400196.

OpenAI. 2025. Gpt-5 system card. https://cdn. openai.com/gpt-5-system-card.pdf. Kishore Papineni, Salim Roukos, Todd Ward, and WeiJing Zhu. 2002. Bleu: a method for automatic evaluation of machine translation. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 311–318, Philadelphia, Pennsylvania, USA. Association for Computational Linguistics.

Chin-Yew Lin. 2004. ROUGE: A package for automatic evaluation of summaries. In Text Summarization Branches Out, pages 74–81, Barcelona, Spain. Association for Computational Linguistics. Ethan Lin, Zhiyuan Peng, and Yi Fang. 2025. Evaluating and enhancing large language models for novelty assessment in scholarly publications. In Proceedings of the 1st Workshop on AI and Scientific Discovery: Directions and Opportunities, pages 46–57, Albuquerque, New Mexico, USA. Association for Computational Linguistics.

Publons. 2018. Global state of peer review 2018. Qwen, :, An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, and 25 others. 2025. Qwen2.5 technical report. Preprint, arXiv:2412.15115.

Jialiang Lin, Jiaxin Song, Zhangping Zhou, Yidong Chen, and Xiaodong Shi. 2023. Automated scholarly paper review: Concepts, technologies, and challenges. Information Fusion, 98:101830.

Nils Reimers and Iryna Gurevych. 2019. SentenceBERT: Sentence embeddings using Siamese BERTnetworks. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 3982–3992, Hong Kong, China. Association for Computational Linguistics.

Yan Liu, Zonglin Yang, Soujanya Poria, Thanh-Son Nguyen, and Erik Cambria. 2025a. Harnessing large language models for scientific novelty detection. Preprint, arXiv:2505.24615. Yan Liu, Zonglin Yang, Soujanya Poria, Thanh-Son Nguyen, and Erik Cambria. 2025b. Harnessing large language models for scientific novelty detection. Preprint, arXiv:2505.24615.

Victor Sanh, Lysandre Debut, Julien Chaumond, and Thomas Wolf. 2020. Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter. Preprint, arXiv:1910.01108.

Annie Louis and Ani Nenkova. 2013. Automatically assessing machine summary content without a gold standard. Computational Linguistics, 39(2):267– 300.

Simra Shahid, Marissa Radensky, Raymond Fok, Pao Siangliulue, Daniel S Weld, and Tom Hope. 2025. Literature-grounded novelty assessment of scientific

Sheng Lu, Ilia Kuznetsov, and Iryna Gurevych. 2025. Identifying aspects in peer reviews. In Findings of the

12

ideas. In Proceedings of the Fifth Workshop on Scholarly Document Processing (SDP 2025), pages 96– 113, Vienna, Austria. Association for Computational Linguistics.

Dustin Wright, Jiaxin Pei, David Jurgens, and Isabelle Augenstein. 2022. Modeling information change in science communication with semantically matched paraphrases. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pages 1783–1807, Abu Dhabi, United Arab Emirates. Association for Computational Linguistics.

Sotaro Shibayama, Zhao Wu, Deyun Yin, and Kazuki Yokota. 2025. State of the art of novelty indicators. Technical report, SSRN Electronic Journal. Available at SSRN: https://ssrn.com/abstract=5379973.

Wenqing Wu, Chengzhi Zhang, Tong Bao, and Yi Zhao. 2025a. Sc4anm: Identifying optimal section combinations for automated novelty prediction in academic papers. Expert Systems with Applications, 273:126778.

Haoyang Su, Renqi Chen, Shixiang Tang, Zhenfei Yin, Xinzhe Zheng, Jinzhe Li, Biqing Qi, Qi Wu, Hui Li, Wanli Ouyang, Philip Torr, Bowen Zhou, and Nanqing Dong. 2025. Many heads are better than one: Improved scientific idea generation by a LLMbased multi-agent system. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 28201–28240, Vienna, Austria. Association for Computational Linguistics.

Wenqing Wu, Chengzhi Zhang, and Yi Zhao. 2025b. Automated novelty evaluation of academic paper: A collaborative approach integrating human and large language model knowledge. Journal of the Association for Information Science and Technology, 76(11):1452–1469. Zhijian Xu, Yilun Zhao, Manasi Patwardhan, Lovekesh Vig, and Arman Cohan. 2025. Can LLMs identify critical limitations within scientific research? a systematic evaluation on AI research papers. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 20652–20706, Vienna, Austria. Association for Computational Linguistics.

Hongming Tan, Shaoxiong Zhan, Fengwei Jia, Hai-Tao Zheng, and Wai Kin (Victor) Chan. 2026. A hierarchical framework for measuring scientific paper innovation via large language models. Information Sciences, 728:122787. Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton Ferrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, Wenyin Fu, and 49 others. 2023. Llama 2: Open foundation and fine-tuned chat models. Preprint, arXiv:2307.09288.

An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, Huan Lin, Jialong Tang, and 41 others. 2025. Qwen3 technical report. arXiv preprint arXiv:2505.09388.

Brian Uzzi, Satyam Mukherjee, Michael Stringer, and Ben Jones. 2013. Atypical combinations and scientific impact. Science, 342(6157):468–472.

Heng Yu, Junfeng Kang, Rui Li, Qi Liu, Liyang He, Zhenya Huang, Shuanghong Shen, and Junyu Lu. 2025. CA-GAR: Context-aware alignment of LLM generation for document retrieval. In Findings of the Association for Computational Linguistics: ACL 2025, pages 5836–5849, Vienna, Austria. Association for Computational Linguistics.

Reinhilde Veugelers and Jian Wang. 2019. Scientific novelty and technological impact. Research Policy, 48(6):1362–1372. Qingyun Wang, Qi Zeng, Lifu Huang, Kevin Knight, Heng Ji, and Nazneen Fatema Rajani. 2020. ReviewRobot: Explainable paper review generation based on knowledge synthesis. In Proceedings of the 13th International Conference on Natural Language Generation, pages 384–397, Dublin, Ireland. Association for Computational Linguistics.

Jianxiang Yu, Zichen Ding, Jiaqi Tan, Kangyang Luo, Zhenmin Weng, Chenghua Gong, Long Zeng, RenJing Cui, Chengcheng Han, Qiushi Sun, Zhiyong Wu, Yunshi Lan, and Xiang Li. 2024a. Automated peer reviewing in paper SEA: Standardization, evaluation, and analysis. In Findings of the Association for Computational Linguistics: EMNLP 2024, pages 10164–10184, Miami, Florida, USA. Association for Computational Linguistics.

Yidong Wang, Qi Guo, Wenjin Yao, Hongbo Zhang, Xin Zhang, Zhen Wu, Meishan Zhang, Xinyu Dai, Min Zhang, Qingsong Wen, Wei Ye, Shikun Zhang, and Yue Zhang. 2024. Autosurvey: Large language models can automatically write surveys. In The Thirtyeighth Annual Conference on Neural Information Processing Systems.

Jianxiang Yu, Zichen Ding, Jiaqi Tan, Kangyang Luo, Zhenmin Weng, Chenghua Gong, Long Zeng, RenJing Cui, Chengcheng Han, Qiushi Sun, Zhiyong Wu, Yunshi Lan, and Xiang Li. 2024b. Automated peer reviewing in paper SEA: Standardization, evaluation, and analysis. In Findings of the Association for Computational Linguistics: EMNLP 2024, pages 10164–10184, Miami, Florida, USA. Association for Computational Linguistics.

Yixuan Weng, Minjun Zhu, Guangsheng Bao, Hongbo Zhang, Jindong Wang, Yue Zhang, and Linyi Yang. 2025. Cycleresearcher: Improving automated research via automated review. In The Thirteenth International Conference on Learning Representations.

13

sentences, of which 533 were classified as novelty description sentences. The manual annotation process was executed by the two experienced journal and conference reviewers, we ask them to determine whether a given sentence constitutes a description of the paper’s novelty, with reference to the surrounding context, achieving a Cohen’s κ inter-rater agreement of 0.831. We framed the automatic novelty description extraction as a binary classification task, where the model is required to identify whether a given sentence constitutes a novelty description. Specifically, we designed

Weizhe Yuan and Pengfei Liu. 2022. Kid-review: Knowledge-guided scientific review generation with oracle pre-training. Proceedings of the AAAI Conference on Artificial Intelligence, 36(10):11639–11647. Weizhe Yuan, Pengfei Liu, and Graham Neubig. 2022. Can we automate scientific reviewing? Journal of Artificial Intelligence Research, 75:171–212. Hongxin Zhang, Yanzhe Zhang, Ruiyi Zhang, and Diyi Yang. 2022. Robustness of demonstration-based learning under limited data scenario. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pages 1769–1782, Abu Dhabi, United Arab Emirates. Association for Computational Linguistics. Tianyi Zhang*, Varsha Kishore*, Felix Wu*, Kilian Q. Weinberger, and Yoav Artzi. 2020. Bertscore: Evaluating text generation with bert. In International Conference on Learning Representations.

You are a senior academic reviewer familiar with how research papers describe their novelty.

Yi Zhao and Chengzhi Zhang. 2025. A review on the novelty measurements of academic papers. Scientometrics, 130(2):727–753.

Only consider whether the sentence refers to this paper's novelty—not the novelty of prior work.

Given a sentence from the Introduction section of a paper, determine whether it describes the novelty of this paper. Novelty typically includes introducing new methods, models, tasks, datasets, perspectives, or achieving new improvements or combinations that have not been explored before.

Answer with: Yes — if the sentence describes the novelty of this paper

Ruiyang Zhou, Lu Chen, and Kai Yu. 2024. Is LLM a reliable reviewer? a comprehensive evaluation of LLM on automatic paper reviewing tasks. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 9340– 9351, Torino, Italia. ELRA and ICCL.

No — otherwise Sentence: {sentence}

Figure 5: The Zero-Shot Prompt for Novelty Description Extraction.

Minjun Zhu, Yixuan Weng, Linyi Yang, and Yue Zhang. 2025a. DeepReview: Improving LLM-based paper review with human-like deep thinking process. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 29330–29355, Vienna, Austria. Association for Computational Linguistics.

various prompting strategies (zero-shot see Figure 5, few-shot see Figure 6, step-by-step see Figure 7, and in-context learning prompt see Figure 8) to benchmark the performance of various LLMs on this task. The results are presented in the Figure 9. As shown in the Figure 9, the context prompt strategy yielded the best performance across all models, with GPT-5 achieving the highest Accuracy (0.89) and Macro F1 score (0.84). Consequently, we selected the context-prompted GPT-5 as the model for the automatic extraction of novelty descriptions.

Minjun Zhu, Yixuan Weng, Linyi Yang, and Yue Zhang. 2025b. DeepReview: Improving LLM-based paper review with human-like deep thinking process. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 29330–29355, Vienna, Austria. Association for Computational Linguistics. Zhenzhen Zhuang, Jiandong Chen, Hongfeng Xu, Yuwen Jiang, and Jialiang Lin. 2025. Large language models for automated scholarly paper review: A survey. Information Fusion, 124:103332.

A

B Supplement of Automatic Extraction of Novelty Evaluations Similarly, the accurate extraction of novelty evaluations from the peer review text is equally crucial. We first obtained all novelty-related evaluation instances (totaling 493 comments) from the public resource shared by Lu et al. (Lu et al., 2025), a dataset related to peer review aspect identification. We then randomly selected 500 instances of nonnovelty evaluations, framing the task as a binary classification task for model testing. Specifically,

Supplement of Automatic Extraction of Novelty Descriptions

The accurate extraction of novelty descriptions from the paper introduction constitutes a critical step. We began by manually annotating the novelty descriptions within the introductions of the COLING 2020 papers sourced from NLPeer (Dycke et al., 2023), covering 87 papers, 2,300 total 14

You are a senior academic reviewer familiar with how research papers describe their novelty. Your task is to determine whether a given sentence from the Introduction section describes the novelty or contribution of this paper. Definition of Novelty: Novelty includes introducing new methods, models, tasks, datasets, perspectives, or achieving new improvements or combinations that have not been explored before. Do NOT mark sentences as novel if they only discuss prior work’s novelty or general background. Answer strictly with: - Yes — if the sentence describes this paper’s novelty. - No — otherwise. Examples: # Simple clear cases Sentence: "In this paper, we propose a novel transformer-based architecture that integrates syntactic information into language modeling." Answer: Yes

Sentence: "Previous studies have explored the use of graph neural networks for text classification." Answer: No …… # Borderline cases Sentence: "We show that applying existing attention mechanisms to longer documents leads to performance improvements." Answer: No Sentence: "This paper is the first to conduct a comprehensive comparison of previously proposed algorithms for neural parsing." Answer: Yes …… Now classify the following sentence: Sentence: {sentence}

Figure 6: The Few-Shot Prompt for Novelty Description Extraction.

given a review sentence extracted from the peer review text, the model is required to judge whether it is a novelty evaluation. We benchmarked the performance of the deep learning models provided by Yuan et al. (Yuan et al., 2022) against several LLMs, which executed the task under zero-shot (see Figure 11) and RAG (see Figure 12) prompt. The specific results are presented in the accompanying Figure 10. The results in the Figure 10 indicate that GPT-4o-mini and GPT-5 achieved the best performance under the zero-shot prompting strategy, registering the highest combined Accuracy (0.93) and Macro F1 score (0.93). In consideration of cost-effectiveness, we designated the zero-shot prompted GPT-4o-mini model as the model for extracting novelty evaluations.

C

timent polarity. The exact prompt used in our experiments is reproduced below, and illustrated in Figure 13. This prompt ensures that all noveltyrelated feedback is standardized into a consistent and non-redundant set of evaluative statements, enabling more reliable automatic evaluation of novelty descriptions generated by LLMs.

D

Supplement of Agreement Evaluation

This appendix provides the detailed instructions, examples (see Figure 14), and guidelines (see Figure 15) used for the human evaluation of modelgenerated novelty assessments. We employ four human evaluators with strong expertise in Natural Language Processing (NLP), including two Ph.D. students, one Associate Professor, and one Lecturer. Each evaluator independently assesses, for each sample, which of the two models (Model A or Model B) produces a higher-quality novelty evaluation. The primary objective of this human evaluation is to validate the effectiveness of the proposed automatic evaluation metrics. Interannotator agreement is measured using Fleiss’ κ (Fleiss, 1971), yielding a score of 0.72, which in-

Supplement of Sentiment-Based Normalization of Novelty Evaluations

To ensure fair comparison between human-written and LLM-generated evaluations, we use a prompt that instructs GPT-4o to (1) deduplicate semantically similar comments, (2) consolidate them into concise statements, and (3) categorize them by sen15

# Step 1 and Step 2 You are a careful academic language analyst.

#Step 3 Given the following context:

Given the sentence below, perform two tasks:

Main idea: {main_idea} Refers to: {refers_to}

1. Briefly summarize what the sentence is mainly saying. 2. Indicate whether it refers to this paper's own work, or to prior work or general background.

Does this sentence describe the novelty or original contribution of this paper?

Sentence: {sentence}

Novelty may include introducing a new method, dataset, model, task, theory, or a new combination/improvement. Do not rely only on keywords like “new” or “novel” — base your judgment on meaning.

Answer format: Main idea: ... Refers to: [This paper / Previous work / General background]

Answer with: Yes or No.

Figure 7: The Step by Step Prompt for Novelty Description Extraction.

dicates substantial agreement. To compare human judgments with automatic metrics, we compute both the Spearman rank correlation coefficient (ρ) and an agreement score that measures whether the metric selects the same preferred model as the ag(j) gregated human judgment. Formally, let Hi denote the preference of the j-th annotator on sample i, where j = 1, . . . , N . The aggregated human preference Hi is obtained via majority voting across annotators. Samples without a strict majority are excluded from the agreement computation. The agreement between the automatic metric and human judgments is defined as: Agreement =

1 X 1(Hi = Mi ), |D|

from the ACL Anthology. Specifically, we utilized acl-anthology-helper (https://github. com/tangg555/acl-anthology-helper) to acquire and store the ACL Anthology papers in a local database. We then filtered this repository to include only the titles and abstracts from the specified ACL, EMNLP, and NAACL proceedings (2019–2022). Retrieval was executed using the abstract of each paper in NovBench as the query, ultimately yielding the 5 most relevant titles and abstracts per paper to serve as the RAG content. Here, we provide additional details on the eight fine-tuned LLMs. The CycleReviewer (8B’s backbone is Mistral-Nemo-12B5 , 70B’s backbone is Qwen2.5-Instruct-72B (Qwen et al., 2025)) series models are primarily fine-tuned on peer review data from ICLR 2024, covering the fields of machine learning and artificial intelligence. The DeepReviewer (backbone is Phi-4 (Abdin et al., 2024)) series models are mainly fine-tuned on peer review data from ICLR 2024 and ICLR 2025, also spanning machine learning and artificial intelligence. Llama-OpenReview-8B (backbone is Llama-3.1-8B-Instruct (Grattafiori et al., 2024)) is fine-tuned on peer review data from ICLR and NeurIPS (post-2022), covering machine learning and artificial intelligence. Reviewer2 (backbone is Llama-2-7B-Chat (Touvron et al., 2023)) is primarily fine-tuned on peer review data from NLPeer (CoNLL-16, ACL-17, COLING-20, ARR22), ICLR 2017–2023, and NeurIPS 2016–2022, covering machine learning, natural language processing, computational linguistics, and artificial intelligence, with approximately 7B parameters. SEA-E and SEA-S are mainly fine-tuned on peer

(8)

i∈D

where D denotes the set of samples with valid aggregated labels, Mi is the prediction of the automatic metric, and 1(·) is the indicator function.

E

Experiment Implementation Details

During testing on NovBench, we evaluated various general and specialized LLMs using three distinct prompt tuning strategies: zero-shot (see Figure 16), few-shot (see Figure 17), and RAG (see Figure 18). For the zero-shot setting, the model is provided only with the extracted novelty descriptions. For the few-shot setting, the model receives the extracted novelty descriptions along with two analogous examples selected from our dataset as demonstrations. For the RAG setting, the model is provided with the extracted novelty descriptions and additional retrieved context, where the retrieval corpus consists of titles and abstracts of ACL, EMNLP, and NAACL papers published between 2019 and 2022, sourced

5

16

https://mistral.ai/news/mistral-nemo

You are a senior academic reviewer familiar with how research papers describe their novelty. You will be given a **target sentence** from the Introduction section of a research paper, along with its **context** (several surrounding sentences). Your task is to determine whether the **target sentence** describes the novelty or contribution of **this paper**. - Novelty typically includes introducing new methods, models, tasks, datasets, perspectives, or achieving new improvements or combinations that have not been explored before. - Only consider whether the target sentence refers to **this paper’s novelty**—not the novelty of prior work. - Use the provided context to assist your judgment, but base your decision specifically on the target sentence. Answer with: - Yes — if the target sentence describes the novelty of this paper. - No — otherwise. Context: {context} Target sentence: {sentence} Figure 8: The Context Prompt for Novelty Description Extraction. We set the context window size to 2, meaning we utilized the two preceding sentences and the two succeeding sentences as contextual information. Boundary conditions were handled such that the first sentence included only succeeding context (post-text), and the last sentence included only preceding context (pre-text).

review data from NLPeer (CoNLL-16, ACL-17, COLING-20, ARR-22), NeurIPS 2016–2023, and ICLR 2017–2024, covering machine learning, natural language processing, computational linguistics, and artificial intelligence, and both backbone is Mistral-7B-Instruct-v0.2 (Jiang et al., 2023). LLM inference was executed utilizing A100 80GB GPUs and H100 80GB GPUs. Specifically, models sized 8B, 14B, 20B, and 32B, along with CycleReviewer-8B, DeepReviewer7B, Llama-OpenReviewer-8B, Reviewer2, SEAE, and SEA-S, were run on a single A100 80GB GPU. Models at the 70B parameter scale and DeepReviewer-14B required inference to be distributed across two A100 80GB GPUs. Finally, the gpt-oss-120B model was allocated across two H100 80GB GPUs. It is important to note that we employed the Fast Mode configuration for all inferences involving CycleReviewer and DeepReviewer. The total inference time per model, contingent upon its parameter size, ranged from 5 to 70 hours. For Closed-source models, the inference process was implemented through official API in-

tegration..

F

Supplemental Analysis of Instruction-Following Deficiencies in Specialized Review Generation Models

Beyond the particularly severe instructionfollowing deficiencies reported in Section 5.2, we observed that other models subjected to parameter fine-tuning on peer review feedback exhibit similar, and arguably unacceptable, operational failures. These specific issues are visually documented in the accompanying Figure 19. As depicted, CycleReviewer-8b suffers from the propensity to generate repetitive evaluations, whereas DeepReviewer exhibits the problem of producing null or empty evaluations.

G

Case Studies Comparing Human and LLM-Generated Novelty Evaluations

We selected five case studies for the analysis presented in Section 5.3. Each case study comprises the novelty description extracted from the paper introduction, the corresponding novelty evaluation 17

Figure 9: The performance of various LLMs on novelty description extraction under different prompt.

You are analyzing whether the following peer review sentence evaluates the **novelty** of a paper. Sentence: {sentence} Answer with only 'Yes' or 'No': Does this sentence evaluate novelty?"

Yuan’s model

Figure 11: The Zero-Shot Prompt for Novelty Evaluations Extraction.

You are analyzing whether the following peer review sentence evaluates the **novelty** of a paper. Sentence: {sentence}

Here are examples of novelty-related evaluation sentences: {retrieved_sentence}

Yuan’s model

Answer with only 'Yes' or 'No': Does this sentence evaluate novelty?

Figure 12: The RAG Prompt for Novelty Evaluations Extraction. The retrieved sentences were obtained by calculating the similarity between the query and the sentences related to novelty contained within the ReviewAdvisor (Yuan et al., 2022).

Figure 10: The performance of various LLMs on novelty evaluation extraction under different prompt.

provided by the human reviewer, and the novelty evaluations generated by GPT-4o and SEA-S. These examples are specifically illustrated in Figures 20, 21, 22, 23, and 24.

H

Additional Analyses

H.1

Memorization and Temporal Analysis

year evaluation by comparing model performance on COLING 2020 and EMNLP 2023 datasets (Table 4). The results show no substantial performance differences across publication years. Third, we test for verbatim memorization by prompting models to continue review sentences. In all cases, models respond that they are not certain about the continuation, suggesting the absence of exact recall. Finally, we conduct input perturbation experiments by modifying novelty descriptions through paraphrasing (“change”) and partial deletion (“del”). As shown in Table 5, model performance remains largely stable across all evaluation dimensions.

To assess potential data contamination and temporal leakage, we conduct a series of complementary experiments. First, we evaluate an earlier model (GPT-3.5), released prior to EMNLP 2023, under the same prompting settings as other models. The results (Table 3) show that GPT-3.5 performs competitively among general LLMs, indicating that performance is not primarily driven by access to more recent training data. Second, we perform cross18

You are a review analysis assistant. I am providing a set of reviewer comments regarding the novelty of a paper. Your task: 1. Deduplicate and consolidate comments that are semantically identical or very similar into a single, concise statement. 2. Categorize each consolidated comment into one of the following classes: - Positive Novelty Evaluations - Neutral Novelty Evaluations - Negative Novelty Evaluations 3. Use the exact output format: Positive Novelty Evaluations - [Consolidated positive comment 1] - [Consolidated positive comment 2]

Neutral Novelty Evaluations - [Consolidated neutral comment 1] Negative Novelty Evaluations - [Consolidated negative comment 1] - [Consolidated negative comment 2]

Here are the evaluations: {reviews}

Figure 13: The Prompt for Structuring Novelty Evaluations based Sentiment.

Model

Rel.

Cov.

Clarity DistAcc

GPT-3.5 Zero GPT-3.5 Few GPT-3.5 RAG

3.556 0.228 0.663 0.676 3.505 0.246 0.660 0.731 3.462 0.237 0.667 0.679

GPT-4o Zero GPT-4o Few GPT-4o RAG

3.698 0.233 0.660 0.698 3.561 0.240 0.659 0.709 3.448 0.224 0.667 0.697

Gemini-2.5-flash Zero Gemini-2.5-flash Few Gemini-2.5-flash RAG

3.471 0.212 0.641 0.601 3.473 0.236 0.657 0.659 3.509 0.227 0.668 0.592

Rel.

Cov.

Clarity

DistAcc

GPT-3.5 Zero GPT-3.5 Few

3.611 3.580

0.098 0.152

0.664 0.661

0.578 0.623

GPT-4o Zero GPT-4o Few

3.762 3.580

0.111 0.118

0.659 0.658

0.583 0.555

Table 4: Results of GPT-3.5 and GPT-4o on COLING 2020.

papers) using GPT-4o based on titles and abstracts. The benchmark results are then grouped accordingly. Specifically, we report a subset of representative models selected from the main results, including several top-performing models, which sufficiently reflect the overall trends.

Table 3: Results of GPT-3.5, GPT-4o and Gemini-2.5flash on EMNLP 2023.

Overall, these results consistently suggest that model behavior is not explained by memorization or temporal leakage, but reflects the intrinsic difficulty of novelty evaluation. H.2

Model

Analysis by Paper Type

To investigate whether model performance varies across paper types, we classify papers into coarsegrained categories (methodological and resource

Model

Rel.

Cov.

Clarity

DistAcc

SEA-E SEA-S GPT-4o Gemini-2.5-flash

3.4337 3.6402 3.7266 3.4900

0.2974 0.3025 0.2668 0.2608

0.6505 0.6656 0.6582 0.6429

0.6712 0.7048 0.7094 0.6187

Table 7: Results on resource papers.

19

Setting

Rel.

Cov.

GPT-4o Few GPT-4o Few (change) GPT-4o Few (del)

3.569 0.221 0.659 0.699 3.480 0.238 0.661 0.675 3.466 0.201 0.658 0.671

GPT-4o RAG GPT-4o RAG (change) GPT-4o RAG (del)

3.460 0.243 0.665 0.684 3.430 0.196 0.667 0.681 3.392 0.168 0.668 0.687

GPT-4o Zero GPT-4o Zero (change) GPT-4o Zero (del)

3.702 0.222 0.659 0.680 3.657 0.197 0.657 0.677 3.614 0.184 0.658 0.637

which sufficiently reflect the overall trends. We select samples with substantial disagreement (confidence gap ≥ 3) and divide reviews into highconfidence and low-confidence groups. We then compute the semantic similarity between LLMgenerated evaluations and each group. As shown in Table 8, models consistently exhibit higher similarity to high-confidence reviews. This suggests that LLM-generated evaluations tend to align more closely with reviewers who express stronger certainty, rather than behaving arbitrarily under disagreement.

Clarity DistAcc

Table 5: Results of perturbation experiments on GPT4o. Model

Rel.

Cov.

Clarity

DistAcc

SEA-E SEA-S GPT-4o Gemini-2.5-flash

3.4234 3.6270 3.6899 3.4647

0.2507 0.2445 0.2233 0.1976

0.6495 0.6622 0.6599 0.6409

0.6869 0.7194 0.6947 0.5962

Table 6: Results on methodological papers.

Tables 6 and 7 report the results for methodological and resource papers, respectively. Models consistently achieve better performance on resource papers than on methodological papers. This is likely because resource papers (e.g., benchmarks) present more explicit and concrete contributions, whereas methodological papers often require more nuanced reasoning to assess novelty. These findings indicate that paper characteristics affect evaluation difficulty, while model rankings remain broadly consistent across categories. H.3 Alignment under Reviewer Disagreement We analyze model behavior under reviewer disagreement by examining whether LLM-generated evaluations align differently with reviewers of varying confidence levels. Specifically, we report a subset of representative models selected from the main results, including several top-performing models, Model

Mode

High

Low

Diff

SEA-S SEA-S SEA-S GPT-4o GPT-4o GPT-4o SEA-E SEA-E GPT-5 Gemini-2.5-flash

Zero Few RAG Zero Few RAG Zero RAG RAG RAG

0.6761 0.6579 0.6860 0.6632 0.6615 0.6964 0.6597 0.6803 0.6537 0.6755

0.6488 0.6351 0.6474 0.6322 0.6404 0.6535 0.6456 0.6506 0.6108 0.6338

0.0274 0.0228 0.0387 0.0310 0.0211 0.0428 0.0141 0.0297 0.0429 0.0417

Table 8: Similarity of LLM-generated evaluations to high- and low-confidence reviews under disagreement.

20

review_text Positive Novelty Evaluations - This paper conducts in-depth research on the relationship between the weight space and loss landscape of fine-tuned language models, providing new ideas and methods for the study of deep learning. - Additionally, they proposed a new method to visualize the similarities between fine-tuned models and discussed the limitations of fine-tuning techniques in deep learning. - The paper offers a unique and intriguing perspective by investigating the relationships between different models in the weight space and loss landscape. Neutral Novelty Evaluations - While most previous research has concentrated on understanding individual models trained on specific datasets, this study delves into the connections between various models trained or tested on distinct datasets. Negative Novelty Evaluations - Besides, this paper explores the limitations of fine-tuned models, providing new ideas and methods for the study of deep learning. introduction

explores the relationship between the weights of different finetuned models and the capabilities they exhibit. We analyze the weight space , where each model is represented by a weight vector θ ∈ R n . We find that distance characterizes models' knowledge and similarity. Particularly, after finetuning a pretrained model on similar datasets, the resulting models are close to each other in weight space (§2.3). Throughout the paper, we consider 3 granularities (§3.1), showing that (i) models finetuned on the same data are closer to each other than to other models; (ii) models finetuned on the same task also cluster together; and (iii) models finetuned on general language tasks are not spread arbitrarily around the pretrained model, but fall in a constrained region in space. Wefind that different finetuning runs on the same data tend to converge on similar points in weight space rather than dispersed points. original_text_1

Positive:

Neutral: This observation highlights a potential limitation or area for further research in the field of fine-tuning large language models. It suggests that simply fine-tuning on similar datasets might not be sufficient to achieve significant improvements, warranting further investigation into more sophisticated fine-tuning strategies or model architectures. The finding that models remain close in weight space after fine-tuning on similar datasets could be a valuable insight for practitioners, indicating that the pre-trained knowledge is robust and transferable, but also suggesting that more targeted approaches might be necessary for specific downstream tasks. This observation could serve as a starting point for developing methods to better leverage pre-trained models for fine-tuning, potentially leading to more efficient and effective transfer learning techniques. Negative: tuning, rather than in a fundamentally novel concept, algorithm, or theory presented within this specific sentence itself. The sentence describes a phenomenon that is likely already known or suspected within the community, rather than presenting a groundbreaking new insight. original_text_2 Positive: The paper introduces a novel approach to analyzing the relationship between model weights and their capabilities, which could provide new insights into model performance and convergence behavior during fine-tuning. The analysis of weight space as a means to characterize models' knowledge and similarity is innovative, potentially offering a new perspective on model comparisons and evaluations. The granularity of analysis across different datasets and tasks is a significant contribution, highlighting the nuanced ways in which models converge in weight space. Neutral: The paper's approach to analyzing model weights and their implications for model capabilities is not entirely new, as similar studies have been conducted in the field. However, the specific focus on weight space and its implications for model behavior is a refinement of existing knowledge. The paper's findings on the clustering of models in weight space based on their fine-tuning tasks and datasets are expected given the current understanding of model convergence. While the paper provides a detailed analysis, it does not fundamentally challenge existing theories. Negative: The paper does not introduce any groundbreaking methodologies or theories that significantly advance the field beyond current understanding. The analysis primarily reaffirms existing knowledge about model convergence in weight space during fine-tuning. The paper's focus on weight space as a means to evaluate model capabilities is not particularly novel, as similar approaches have been explored in previous studies. The paper does not offer a significant departure from existing methodologies or provide new insights that substantially advance the field. The paper's contribution to the field is limited by its reliance on existing models and datasets, which may not sufficiently challenge or expand current understandings of model behavior during fine-tuning.

Figure 14: An Example for Human Evaluation.

21

Human Evaluation Guideline You will be given two model-generated novelty evaluations (e.g., Model A and Model B) for the same novelty description. Notable, review_text, introduction, original_text_1 and original_text_2 are human reviewer evaluation, novelty description, model A's output and model B's output. Use the following four dimensions as reference only. Your final task is simply to decide which model produced the better overall evaluation.

Reference Dimensions 1. Relevance Determine whether the model’s evaluation genuinely addresses the novelty of the paper rather than drifting into unrelated topics (e.g., dataset details, experimental results, writing quality, or background information).

2. Correctness Determine whether the model’s positive/neutral/negative stance aligns with the expert reviewer’s actual novelty evaluation.

3. Coverage Determine whether the model captures multiple novelty points mentioned by the expert, rather than focusing on only one point or missing important aspects.

4. Clarity Determine whether the evaluation is clear, specific, and meaningful, rather than vague, generic, or lacking detail.

Final Output (Choose One) Please choose only one of the following: • • •

Model A is better Model B is better Both are comparable

Figure 15: Guideline of Human Evaluation.

22

You are a peer-review expert specializing in novelty evaluation of academic papers. I will provide sentences from the introduction of a paper that describe its novelty. Your task is to evaluate the novelty of the paper and present your evaluation strictly in the following format: Positive Novelty Evaluations -

Neutral Novelty Evaluations Negative Novelty Evaluations Rules: - If the work is highly innovative, add an item under "Positive". - If the work shows some improvement but is only moderately new, add it under "Neutral". - If the work lacks substantial novelty, add it under "Negative". - Each category can contain multiple evaluations or remain empty (with only a dash). - Keep evaluations concise and academic in tone.

Input: \"\"\" {sentences} \"\"\" Figure 16: The zero shot prompt for different LLMs on NovBench.

23

You are a peer-review expert specializing in novelty evaluation of academic papers. I will provide sentences from the introduction of a paper that describe its novelty. Your task is to evaluate the novelty of the paper and present your evaluation strictly in the following format:

Positive Novelty Evaluations Neutral Novelty Evaluations Negative Novelty Evaluations Rules: - If the work is highly innovative, add an item under "Positive". - If the work shows some improvement but is only moderately new, add it under "Neutral". - If the work lacks substantial novelty, add it under "Negative". - Each category can contain multiple evaluations or remain empty (with only a dash). - Keep evaluations concise and academic in tone. ### Example 1 Input: {input_1} Output: {output_1} ### Example 2 Input: {input_2} Output: {output_2} ### Now it's your turn: Input: {sentences} Figure 17: The few shot prompt for different LLMs on NovBench.

24

You are a peer-review expert specializing in novelty evaluation of academic papers. I will provide: 1. Sentences from the introduction of a paper that describe its novelty. 2. Titles and abstracts of 5 related papers retrieved from a local literature database. Your task is to evaluate the novelty of the given paper by comparing it against the retrieved references. Output your evaluation strictly in the following format: Positive Novelty Evaluations Neutral Novelty Evaluations Negative Novelty Evaluations Rules: - If the contribution introduces a fundamentally new idea not present in the retrieved references, write it under "Positive". - If the contribution is similar to but not exactly the same as retrieved references, write it under "Neutral". - If the claimed contribution overlaps strongly with retrieved references and lacks originality, write it under "Negative". - Each section can be empty if not applicable (just keep the dash). - Keep evaluations concise, academic in tone, and grounded in the retrieved references. [Input Sentences] {sentences} [Retrieved References] 1. Title: {retrieved_title_1} Abstract: {retrieved_abstract_1} 2. Title: {retrieved_title_2} Abstract: {retrieved_abstract_2} 3. Title: {retrieved_title_3} Abstract: {retrieved_abstract_3} 4. Title: {retrieved_title_4} Abstract: {retrieved_abstract_4} 5. Title: {retrieved_title_5} Abstract: {retrieved_abstract_5}

Figure 18: The RAG prompt for different LLMs on NovBench.

25

Model: CycleReviewer-8B

Model: DeepReviewer-14B

Positive Novelty Evaluations - The paper proposes a new training paradigm for SiMT models that dynamically adjusts the reference based on the latency constraint. - The paper proposes a new method to generate tailored reference for SiMT models at different latency.

ser wants me to understand that they are presenting a paper about LLMs and CRSs in Ecommerce. They will describe two types of collaborations. I need to wait for the full description of the collaborations to evaluate the novelty. My current state is: Positive Novelty Evaluations: [] Neutral Novelty Evaluations: [] Negative Novelty Evaluations: []

Neutral Novelty Evaluations - The paper proposes to use a shallow non-autoregressive Transformer decoder to modify the ground-truth to the tailored reference.

Negative Novelty Evaluations - The proposed method is very similar to the one proposed in the paper "Adaptive Real-time Machine Translation via Reinforcement Learning" (https://arxiv.org/abs/2106.01562), which also uses RL to adjust the translation output based on the latency constraint. The main difference is that the proposed method uses a shallow non-autoregressive Transformer decoder to modify the ground-truth to the tailored reference, while the previous work uses a beam search to generate the tailored reference. The proposed method is also very similar to the one proposed in the paper "Real-time Machine Translation with Transformer" (https://arxiv.org/abs/ 2109.05101), which also uses RL to adjust the translation output based on the latency constraint. The main difference is that the proposed method uses a shallow non-autoregressive Transformer decoder to modify the groundtruth to the tailored reference, while the previous work uses a beam search to generate the tailored reference. - The proposed method is also very similar to the one proposed in the paper "Adaptive Real-time Machine Translation via Reinforcement Learning" (https://arxiv.org/abs/2106.01562), which also uses RL to adjust the translation output based on the latency constraint. The main difference is that the proposed method uses a shallow non-autoregressive Transformer decoder to modify the ground-truth to the tailored reference, while the previous work uses a beam search to generate the tailored reference.…

Confidence Level: 1/5

Model: DeepReviewer-7B **Evaluation:** Positive Novelty Evaluations - - (Insufficient information to confirm significant novelty) Neutral Novelty Evaluations - - (Potential for novelty, but details are lacking to confirm it) Negative Novelty Evaluations - - (Insufficient information to rule out substantial novelty) **Rationale for the evaluation:** * **"Neutral Novelty Evaluations" is the most appropriate category.** While the idea of using ChatGPT for educational assessment is not entirely new, the *specific application* of ChatGPT as a "reasoning teacher" within the AERA A framework presents a potential for innovation. The provided sentence hints at this, but the lack of detail makes it impossible to definitively label it as highly novel or to rule out substantial novelty. It's a promising direction, but further details are needed to confirm its novelty.

Figure 19: Examples of Instruction-Following Failures by other Specialized Models.

26

Paper Novelty Description: "Given an utterance x 1 from pre-training corpus, we generate a pseudo intent name y pseudo 1 using labels from the intent role labeling (IRL) tagger.", "Our PIE model is then optimized by pulling the gold utterance x gold 1 , gold intent y 1 , and pseudo intent y pseudo 1 close to the input utterance x 1 in the embedding space.", "In this paper, we propose a novel pre-training method for zeroand few-shot IC tasks (Figure 1).", "Once we obtain the IRL predictions, we convert them to the pseudo intent names of query utterances and use them to pre-train the encoder in a contrastive learning fashion.", "This intent-aware contrastive learning aims to not only align utterances with their pseudo intent names in the semantic embedding space, but also to encourage the encoder to pay attention to the intent-relevant spans that are important for distinguishing intents.", "To the best of our knowledge, this work is the first to extract key information from utterances and use it as pseudo labels for pre-training intent-aware text encoders." SEA-S output: Positive Novelty Evaluations - The paper introduces a novel pre-training method for zero- and few-shot intent classification tasks, which is a significant advancement in the field of natural language processing. - The use of intent-aware contrastive learning to align utterances with their pseudo intent names in the semantic embedding space is a novel approach that could potentially enhance the performance of text encoders in distinguishing intents. - The paper is the first to extract key information from utterances and use it as pseudo labels for pre-training intent-aware text encoders, which represents a significant innovation in the application of pseudo labels in NLP tasks. Neutral Novelty Evaluations - The paper describes a method of optimizing a pre-training model by aligning utterances with their pseudo intent names in the embedding space, which is a known approach with some modifications. - The use of intent role labeling (IRL) tagger to generate pseudo intent names is a known technique, but the paper's application of this method in a novel way for pretraining could be seen as an improvement rather than a complete novelty. Negative Novelty Evaluations - The paper does not introduce any fundamentally new techniques or approaches to the field of natural language processing, as it primarily builds upon existing methods such as intent role labeling and contrastive learning. - The use of pseudo labels for pre-training is not a new concept, and the paper does not provide a significant advancement in the application of this technique beyond what has already been explored in previous works. - The paper's claims of novelty are somewhat overstated, as the core ideas presented are not significantly different from existing methods in the field. GPT-4o output: Positive Novelty Evaluations - The paper proposes a novel pre-training method specifically designed for zero- and few-shot intent classification (IC) tasks, which represents an innovative direction in pre-training techniques for this domain. - To the best of the authors' knowledge, the work is the first to extract key information from utterances and use it as pseudo labels for pre-training intent-aware text encoders, indicating significant novelty. Neutral Novelty Evaluations - The use of intent-aware contrastive learning to align utterances with pseudo intent names while encouraging the encoder to focus on intent-relevant spans introduces a moderately new application of contrastive learning in IC tasks. - The approach of using predictions from an intent role labeling (IRL) tagger to generate pseudo intent names for pre-training contributes some improvement to pretrained encoder performance, but this may not represent a fundamentally new concept in natural language understanding.

Negative Novelty Evaluations Gold output: Positive Novelty Evaluations - The paper presents a novel PIE method that enhances an encoder's ability to represent intent. - The proposed method demonstrates significant improvement in the representational ability of LLMs used as encoders in task-oriented dialogue tasks. - This paper introduces a new intent-aware contrastive learning objective that improves intent classification performance compared to baselines. - The paper introduces an innovative algorithm for generating pseudo intent names from utterances across multiple dialogue datasets. - The idea of assigning roles to words using IRL for creating pseudo intents to pre-train the encoder is innovative and interesting. - The authors introduce a unique pre-training approach for text encoders, leveraging contrastive learning combined with intent pseudo-labels. - The paper proposes a novel and inspiring method for the intent classification task, achieving state-of-the-art performance. Neutral Novelty Evaluations - None Negative Novelty Evaluations - The proposed method seems to be very similar to already published works.

Figure 20: Case Outputs of SEA-S and GPT-4o Compared with Novelty Descriptions from the Paper Introduction and Human Reviewer Evaluations.

27

Paper Novelty Description: "To answer the question, we first define an evaluation suite of physical concepts covering visual and embodied concepts.", "We compose a Visual and Embodied Concepts evaluation benchmark VEC , with examples shown in Table 1.", "With the benchmark, we examine a wide range of LMs.", "We design two forms of probing tasks.", "The former (Color, Shape and Material) asks models to make a choice between two tail options given the head object.", "The latter (Size, Height, and all embodied concepts) requires LMs to judge whether the relation is valid given the head and the tail.", "Our zero (few)-shot results on the VEC benchmark show that: (i) Moderate-sized LMs such as BERT and RoBERTa exhibit a random-level understanding of both visual and embodied concepts.", "(ii) A decent visual understanding of specific concepts emerges as LMs scale up, while they still struggle to understand the embodied knowledge with performance slightly better than random guessing.", "(iii) Image-grounded caption text-only pre-training, instruction tuning, and visual supervision could provide performance gain regarding visual concepts, yet only the last one enhances the understanding of embodied knowledge of LMs.", "We further investigate the source of embodied knowledge in VLMs.", "A case study demonstrates that embodied knowledge in the VLM of CLIP is potentially rooted in the rich semantics of image representations.", "We thus devise a knowledge distillation method to transfer the learned embodied knowledge in VLMs into LMs, resulting in an", "average accuracy gain of 3 38 ." SEA-S output: Positive Novelty Evaluations - The paper introduces a novel evaluation suite, VEC, specifically designed for assessing visual and embodied concepts in large language models (LMs), which is a significant contribution to the field. - The paper presents innovative probing tasks that differentiate between visual and embodied concepts, providing a nuanced evaluation of LMs' understanding of these areas. - The use of a knowledge distillation method to transfer embodied knowledge from vision-language models (VLMs) to LMs represents a novel approach to enhancing LMs' understanding of embodied concepts. Neutral Novelty Evaluations - The paper's zero-shot results on the VEC benchmark show that while LMs exhibit some improvement in understanding visual concepts as they scale up, their understanding of embodied knowledge remains limited, which is a known issue in the field. - The paper's investigation into the source of embodied knowledge in VLMs is a common area of research, but the specific focus on CLIP's rich semantics in image representations adds a slight novelty to the discussion. Negative Novelty Evaluations - The paper does not introduce any fundamentally new theoretical frameworks or methodologies for understanding or enhancing LMs' understanding of visual and embodied concepts. - The results presented, such as the average accuracy gain of 3.38%, are modest and do not significantly advance the state of the art in this area. - The paper's focus on specific LMs like BERT and RoBERTa does not provide a comprehensive evaluation across a broader range of models, which could limit the generalizability of the findings. GPT-4o output: Positive Novelty Evaluations - The definition of a comprehensive evaluation suite (Visual and Embodied Concepts evaluation benchmark, VEC) is a significant contribution and valuable asset for assessing a wide range of language models and their understanding. - The introduction of probing tasks specifically addressing visual (Color, Shape, Material) and embodied (Size, Height, Relations) concepts to test language models suggests a highly innovative approach to evaluating knowledge. - The use of knowledge distillation to transfer embodied knowledge from Vision-Language Models (VLMs) to other Language Models (LMs), resulting in measurable accuracy gains, is a novel methodological advancement.

Neutral Novelty Evaluations - The identification of scaling effects in large language models demonstrating emerging understanding of visual concepts, while embodied knowledge remains limited, offers valuable insights but builds upon established findings. - The performance improvement achieved through techniques like pretraining and instruction tuning is insightful but reflects incremental advancements rather than groundbreaking novelties. Negative Novelty Evaluations - Examining existing Vision-Language Models' (e.g., CLIP) source of embodied knowledge, while useful, does not introduce substantially new methods or paradigms. Gold output: Positive Novelty Evaluations - The paper introduces a novel benchmark evaluation suite (VEC) that covers a wide range of physical concepts, including both visual and embodied attributes, filling a gap in the field by providing a standardized framework to evaluate language models' understanding of physical attributes. - The finding that we can effectively distill embodied knowledge from VLMs to less capable LLMs is quite inspiring. - Probing LMs with physical concepts is a novel and interesting topic that provides insights on how to further improve and align current LMs to the real world. - The paper is well-written and easy to follow. Neutral Novelty Evaluations - The main contributions of this paper include conducting in-depth analysis with different types of LLMs and VLMs on their understanding of visual concepts and embodied concepts, providing insights on what physical concepts are well-captured and struggled by LLMs, and showing evidence that vision-language pretraining helps learn embodied knowledge. Negative Novelty Evaluations - Compared to GPT-3 era models, newer models like ChatGPT contain much richer physical commonsense knowledge and can perform complex reasoning about physical interactions, suggesting that the paper's findings may be less novel in the context of recent advancements.

Figure 21: Case Outputs of SEA-S and GPT-4o Compared with Novelty Descriptions from the Paper Introduction and Human Reviewer Evaluations.

28

Paper Novelty Description: "In this work, we address some shortcomings of one of the first loss formulations proposed for learning deep neural networks under LLP setup by (Ardehaly and Culotta, 2017), termed as DLLP method.", "In Section 3, we highlight certain properties of DLLP objective that can be highly undesirable for training deep networks.", "Motivated by this, we propose a novel objective function that is a parametrization of the Total Variation Distance (TVD), which itself is a lower bound to the KL via the Pinsker's inequality .", "Our formulation enjoys more functional flexibility because of the introduced parameter while retaining the outlier robustness property of the TVD.", "We also discuss some theoretical results for the proposed novel formulation.", "Lastly, we combine our formulation with an auxiliary self-supervised objective that greatly aids in representation learning during the fine-tuning stage of the large scale NLP models experimented with.", "Experimentally, we first demonstrate that the proposed formulation is indeed better and align with the theoretical motivation provided.", "In the main results, we demonstrate that our formulation achieves better results compared to the baselines in almost 87% of the 20 extensive configurations across 4 widely used models and 5 datasets.", "We observe up to 40% improvement in weighted precision metric on the BERT model.", "To summarize, we have the following contributions: (i) A novel loss formulation that addresses the shortcomings of the previous work with supporting theoretical and empirical results.", "(ii) One of the preliminary works discussing the application of LLP to natural language tasks.", "(iii) Strong empirical results demonstrating that our method outperforms the baselines in most of the configurations." SEA-S output: Positive Novelty Evaluations - The paper introduces a novel loss formulation that addresses the shortcomings of previous methods, specifically the DLLP method, by proposing a new objective function based on the Total Variation Distance (TVD), which is a lower bound to the KL via Pinsker's inequality. - The proposed formulation offers more functional flexibility through the introduction of a new parameter while maintaining the outlier robustness property of the TVD. - The paper presents theoretical results to support the novel formulation, which is a significant contribution to the field. - The combination of the proposed formulation with an auxiliary self-supervised objective enhances representation learning during the fine-tuning stage, which is a novel approach. - The empirical results demonstrate that the proposed method outperforms baselines in most configurations, showing up to 40% improvement in weighted precision metric on the BERT model, which is a substantial improvement. Neutral Novelty Evaluations - The paper discusses the application of the LLP to natural language tasks, which is a preliminary but relevant area of research. Negative Novelty Evaluations - The paper does not provide a clear differentiation from existing methods in terms of the fundamental approach to the problem, as it still relies on the LLP setup, which has been previously explored extensively. - The novelty of the proposed formulation might be limited as it is a modification of existing methods rather than a fundamentally new approach. - The paper does not sufficiently discuss the limitations or potential drawbacks of the proposed method, which could undermine the perceived novelty and impact of the work. GPT-4o output: ### Positive Novelty Evaluations - The introduction of a novel loss formulation based on a parametrization of the Total Variation Distance (TVD), which retains outlier robustness while offering functional flexibility. - Theoretical contributions supporting the proposed novel loss formulation. - Empirical demonstration of the novel formulation's effectiveness, with strong results across diverse configurations, models, and datasets, including up to a 40% improvement in weighted precision on the BERT model. - Highlighting and addressing undesirable properties of the DLLP objective, making strides in the LLP domain. - Preliminary work in applying the LLP paradigm to natural language processing tasks. ### Neutral Novelty Evaluations - Combination of the proposed formulation with an auxiliary self-supervised objective for enhanced representation learning during the fine-tuning stage of largescale NLP models. ### Negative Novelty Evaluations - None. Gold output: Positive Novelty Evaluations - The paper proposes a new loss function for training deep learning classifiers in the Learning under Label Proportions (LLP) setup, supported by a theoretical background and good experimental results. - The application of LLM to natural language tasks is new and of some interest, and the authors claim it to be one of the preliminary works discussing the application of LLP to NLP tasks. - This paper introduces a robust objective function for the learning from label proportions (LLP) setting, applying the total variation distance as a tight lower bound of the KL divergence. Neutral Novelty Evaluations - The paper is relatively clearly written and includes a simple ablation study. Negative Novelty Evaluations - None.

Figure 22: Case Outputs of SEA-S and GPT-4o Compared with Novelty Descriptions from the Paper Introduction and Human Reviewer Evaluations.

29

Paper Novelty Description: "Drawing on these insights, we propose to integrate word-level image information into the UNMT process to mitigate the issue of lexical confusion.", "It's worth noting that we don't use sentence-level images like some multi-modal UNMT approaches (Su et al.", "Instead, we focused on word-level images since they are more effective and flexible in addressing the challenge of lexical confusion and are easier to collect.", "Our approach involves augmenting the encoded images to their corresponding words, modifying the corresponding position and language encoding information, and utilizing a visible matrix to isolate the impact of images on other words.", "We conduct experiments utilizing over 300,000 self-collected images, and further analysis demonstrates that we have effectively mitigated lexical confusion to a certain extent.", "Furthermore, we achieve new stateof-the-art results for the UNMT task in certain language directions on the Multi30k dataset." SEA-S output: Positive Novelty Evaluations - The paper introduces a novel approach by integrating word-level image information into the UNMT process, which is a departure from traditional sentence-level image integration methods. - The use of word-level images is highlighted as more effective and flexible in addressing lexical confusion, which is a significant improvement over existing methods. - The paper demonstrates a substantial collection of over 300,000 self-collected images, which is a significant dataset for this type of research. - The proposed method achieves new state-of-the-art results for the UNMT task in certain language directions on the Multi30k dataset, indicating a significant advancement in the field. Neutral Novelty Evaluations - The paper's focus on word-level images is noted as a different approach from some multi-modal UNMT approaches, but the novelty of this approach may not be entirely new as similar ideas have been explored in the literature. - The paper's method of augmenting encoded images to their corresponding words and utilizing a visible matrix to isolate the impact of images on other words is a modification of existing techniques, rather than a completely new approach. Negative Novelty Evaluations - The paper does not provide a clear differentiation from existing methods in terms of its theoretical contributions, as it primarily focuses on the practical application of integrating word-level images into UNMT without significant theoretical advancements. - The paper's novelty is limited by its reliance on existing methodologies and datasets, with no significant innovation in the underlying technology or data sources used. - The paper's claims of mitigating lexical confusion are not substantiated by a rigorous comparative analysis with other state-of-the-art methods, which undermines the strength of its novelty claims. GPT-4o output: **Positive Novelty Evaluations** - The integration of word-level image information into the UNMT process to address lexical confusion represents a distinct and innovative approach not commonly explored in prior multi-modal UNMT research. - The proposal to use word-level images, rather than sentence-level images, introduces increased flexibility and practicality in data collection, representing an improvement over existing methodologies. - The development of a unique mechanism involving augmented encoded images, adjusted position/language encoding information, and a visible matrix demonstrates a novel methodological contribution to the UNMT framework. **Neutral Novelty Evaluations** - The demonstration of new state-of-the-art results for specific language directions on the Multi30k dataset suggests some incremental methodological advancements in UNMT. **Negative Novelty Evaluations** - The mitigation of lexical confusion "to a certain extent" as reported may reflect an optimization rather than a fundamentally new breakthrough in addressing this issue. Gold output: Positive Novelty Evaluations - This paper introduces a novel multi-modal unsupervised neural machine translation method based on self-collected word-level images, addressing lexical confusion and providing a new perspective on leveraging visual information for NLP. - The proposed method offers a valuable dataset that can facilitate multimodal NLP research and development, potentially leading to new tasks or challenges that combine vision and language. Neutral Novelty Evaluations - The authors leverage search engines to extract images for training with denoising autoencoder loss and backtranslation based loss. Negative Novelty Evaluations - None.

Figure 23: Case Outputs of SEA-S and GPT-4o Compared with Novelty Descriptions from the Paper Introduction and Human Reviewer Evaluations.

30

Paper Novelty Description: "In this paper, we propose CHAP, a novel translation-based AMR parser distinguished by three innovations.", "Firstly, we introduce new target forms of AMR parsing.", "1.c-e, we use multiple layers to capture different semantics, such that each layer is simple and concise.", "Particularly, the base layer, which encapsulates all meanings except for coreferences (or reentrancies), is a tree-structured representation, enabling more convenient structure modeling than the graph structure of AMR.", "Meanwhile, coreferences are presented through pointers, circumventing several shortcomings associated with the variablebased coreference representation (See Sec.", "Secondly, we propose Causal Hierarchical Attention (CHA), the core mechanism of our incremental structure modeling, inspired by Transformer Grammars (Sartran et al., 2022).", "CHA describes a procedure of continuously composing child nodes to their parent nodes and encoding new nodes with all uncomposed nodes, as illustrated in Fig.", "(c)-(d) are our proposed representations.", "(d) is for \u21d3 double(c) (Fig.", "like the causal attention in translation-based models, which allows a token to interact with all its preceding tokens, CHA incorporates a strong inductive bias of recursion, composition, and graph topology.", "Thirdly, deriving from transition-based AMRparsers (Zhou et al., 2021a,b), we introduce a pointer encoder for encoding histories and a pointer net for predicting coreferences, which is proven to be an effective solution for generalizing to a variable-size output space (Vinyals et al., 2015; See et al., 2017).", "We propose various alternative modeling options of CHA and strategies for integrating CHA with existing pretrained seq2seq models and investigate them via extensive experiments.", "Ultimately, our model CHAP achieves superior performance on two in-distribution and three out-ofdistribution benchmarks." SEA-S output: Positive Novelty Evaluations - The paper introduces a novel translation-based AMR parser, CHAP, which employs multiple layers to capture different semantics, each layer being simple and concise, and a tree-structured base layer for more convenient structure modeling compared to traditional graph structures. - The introduction of Causal Hierarchical Attention (CHA) as a core mechanism for incremental structure modeling is a significant innovation, inspired by Transformer Grammars and incorporating strong inductive biases of recursion, composition, and graph topology. - The paper proposes a novel pointer encoder for encoding histories and a pointer net for predicting coreferences, which is an effective solution for generalizing to a variable-size output space, enhancing the model's adaptability and scalability. - The paper explores various alternative modeling options of CHA and integrates it with existing pretrained seq2seq models, demonstrating a comprehensive approach to model adaptation and integration. Neutral Novelty Evaluations - The paper's novelty in using multiple layers for semantic capture and a tree-structured base layer for AMR parsing is somewhat similar to existing approaches in the field, albeit with some improvements in simplicity and structure modeling. Negative Novelty Evaluations - The paper does not provide a clear differentiation from existing transition-based AMR parsers, particularly in the use of pointer encoders and nets for coreference prediction, which have been previously explored in similar models. - The novelty of the proposed CHA mechanism, while inspired by Transformer Grammars, does not significantly deviate from existing causal attention mechanisms in translation-based models, lacking substantial novelty in its core functionality. - The paper's claims of superior performance on benchmarks are not substantiated with a detailed comparison against existing state-of-the-art models, which could undermine the perceived novelty and impact of the proposed methods. GPT-4o output: Positive Novelty Evaluations - The introduction of new target forms of AMR parsing offers significant potential for advancing parsing methodologies. - The use of a tree-structured representation for the base layer, accompanied by pointers for coreferences, simplifies AMR structure modeling and addresses shortcomings of traditional variable-based coreference approaches. - The proposal of Causal Hierarchical Attention (CHA) inspired by Transformer Grammars introduces a unique mechanism incorporating inductive biases of recursion, composition, and graph topology. - The introduction of a pointer encoder and pointer net for modeling coreferences presents an effective solution to generalizing variable-size output spaces. - The integration of CHA with pretrained seq2seq models and the extensive investigation of alternative modeling options demonstrate advancement in combining incremental modeling techniques with established frameworks.

Neutral Novelty Evaluations - Some innovations, such as CHA procedures for child-to-parent node composition and encoding, although beneficial, are moderately new and extend existing concepts in attention-based modeling. Negative Novelty Evaluations - The emphasis on extensive experimental validation and benchmark performance, while important, does not inherently indicate substantial methodological novelty. Gold output: Positive Novelty Evaluations - The authors contribute new AMR representations/linearizations involving pointers to dismiss variables and encode parent-child relations, along with an extension of the decoding process using hierarchical attention. - This paper introduces a new method for AMR parsing called CHAP, which adds graph structure to the decoder architecture while maintaining compatibility with pretrained transformer decoders. - The new decoder architecture features significant modifications, including a hierarchical attention mechanism based on Transformer Grammars. - Overall, this paper proposes a novel architecture for AMR parsing that outperforms recent baselines, except for a concurrent project called LeakDistill. - The method itself seems to be an innovative improvement over prior work. - This paper presents a novel AMR parser. Neutral Novelty Evaluations - No other applications beyond AMR parsing are discussed. Negative Novelty Evaluations - [No negative comments found.]

Figure 24: Case Outputs of SEA-S and GPT-4o Compared with Novelty Descriptions from the Paper Introduction and Human Reviewer Evaluations.

31

Record · ID 10407 · SHA-256 1f445827ed431233
Conceptio Open Knowledge Archive — every document is proof-bundled with source, license, and retrieval metadata.