paper-with-me

홈 › Papers

OpenReviewer: A Specialized Large Language Model for Generating Critical Scientific Paper Reviews

2024-12-16 · Maximilian Idahl, Zahra Ahmadi

We present OpenReviewer, an open-source system for generating high-quality peer reviews of machine learning and AI conference papers. At its core is Llama-OpenReviewer-8B, an 8B parameter language model specifically fine-tuned on 79,000 expert reviews from top ML conferences. Given a PDF paper submission and review template as input, OpenReviewer extracts the full text, including technical content like equations and tables, and generates a structured review following conference-specific guidelines. Our evaluation on 400 test papers shows that OpenReviewer produces significantly more critical and realistic reviews compared to general-purpose LLMs like GPT-4 and Claude-3.5. While other LLMs tend toward overly positive assessments, OpenReviewer's recommendations closely match the distribution of human reviewer ratings. The system provides authors with rapid, constructive feedback to improve their manuscripts before submission, though it is not intended to replace human peer review. OpenReviewer is available as an online demo and open-source tool.

📄 PDF Abstract BibTeX arXiv:2412.11948

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Evaluating LLMs on Generating Age-Appropriate Child-Like Conversations

2025-10-28 · Syed Zohaib Hassan, Pål Halvorsen, Miriam S. Johnson, Pierre Lison arxiv

Large Language Models (LLMs), predominantly trained on adult conversational data, face significant challenges when generating authentic, child-like dialogue for specialized applications. We present a comparative study ev…

CareMedEval dataset: Evaluating Critical Appraisal and Reasoning in the Biomedical Field

2025-11-05 · Doria Bonzi, Alexandre Guiggi, Frédéric Béchet, Carlos Ramisch 외 arxiv

Critical appraisal of scientific literature is an essential skill in the biomedical field. While large language models (LLMs) can offer promising support in this task, their reliability remains limited, particularly for …

Retro-Expert: Collaborative Reasoning for Interpretable Retrosynthesis

2025-08-14 · Xinyi Li, Sai Wang, Yutian Lin, Yu Wu arxiv

Retrosynthesis prediction aims to infer the reactant molecules based on a given product molecule, which is a fundamental task in chemical synthesis. However, existing methods rely on a static pattern-matching paradigm, w…

Reinforcement Learning

A Critical Review of Large Language Models: Sensitivity, Bias, and the Path Toward Specialized AI

2023-07-28 · Arash Hajikhani, Carolyn Cole

This paper examines the comparative effectiveness of a specialized compiled language model and a general-purpose model like OpenAI's GPT-3.5 in detecting SDGs within text data. It presents a critical review of Large Lang…

Language ModelingLanguage ModellingModel SelectionSensitivity

PEDESTRIANQA: A Benchmark for Vision-Language Models on Pedestrian Intention and Trajectory Prediction

2026-05-23 · Naman Mishra, Shankar Gangisetty, C. V. Jawahar arxiv

Pedestrian intention and trajectory prediction are critical for the safe deployment of autonomous driving systems, directly influencing navigation decisions in complex traffic environments. Recent advances in large visio…

Trajectory ForecastingTrajectory PredictionAutonomous Driving