Papers for

journal editorial teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

System improves meta-review writing by handling conflicting peer reviews

When Evidence Conflicts: Reliability-aware Meta-review Generation

Abstract: Generating coherent meta-reviews from multiple peer reviews is challenging when reviewer evidence conflicts and varies in reliability. Existing approaches typically formulate meta-review generation as a multi-document summarization task and aggregate reviewer feedback uniformly, making it difficult to determine which opinions should be prioritized under disagreement. In this paper, we study meta-review generation through reliability-aware evidence aggregation. Our framework first extracts aspect-level opinions from peer reviews and identifies conflicting evidence within each aspect. It then estimates opinion-level support and review-level quality to measure evidence reliability. Based on these signals, the framework assigns reliability-aware weights to reviewer feedback, enabling the generator to prioritize better-supported arguments while preserving diverse perspectives. Experiments demonstrate that our method consistently improves meta-review generation over strong baselines on both automatic and human evaluations, with clear gains in conflict recognition and resolution under high-conflict review scenarios. The code and implementation details are publicly available at https://github.com/Wangxz729/reliability-aware-meta-review.

Mon 21 SeptComputation and Language
The gist
Writing a summary from multiple reviews is tricky when the opinions disagree. The authors created a system that checks how reliable each review is and picks the most supported points to include. This way, the summary better balances different views while highlighting strong evidence. Their tests show this works better than older methods, especially when reviews conflict a lot.
Open 2609.24028v1

GreCAPTCHA tests authors understanding to verify research ownership

greCAPTCHA: Assessing Understanding as Evidence of Research Authorship Under Generative AI

Abstract: Conferences, journals, funders, schools, and universities are struggling with a surge of potentially AI-generated submissions from ostensibly human authors, who may not have exercised sufficient human oversight for their manuscripts. In turn, institutions evaluating submissions can no longer reliably credit expertise based solely on authors' names on submitted work. To address this problem, we propose greCAPTCHA, a proctored assessment approach that measures authors' understanding of research manuscripts via the construct of capacity to verify, which we define as the knowledge and reasoning required to critically assess the contents underlying one's contributions to a manuscript. greCAPTCHA generates questions assessing multiple levels of understanding and provides an evaluative report based on authors' responses. Using a prototype implementation, we conduct a user study and semi-structured interviews with $31$ researchers to evaluate greCAPTCHA. Its automated scores predict which papers were or were not authored by study participants with an AUC of $0.90$. Participants reported positive overall experiences with the system and remarked on the appropriate construct validity for author understanding, while also suggesting important changes to be made before deployment. Our results provide initial evidence that greCAPTCHA can assess manuscript-specific understanding under proctored conditions.

Thu 17 SeptDigital LibrariesArtificial IntelligenceHuman-Computer Interaction
The gist
It can be hard to tell if a research paper was really written by the person named as the author, especially with AI tools helping to write text. The authors created greCAPTCHA, a test that asks questions about a research paper to see if the author really understands it well. When tried out with 31 researchers, the test could accurately tell which papers they wrote based on their answers. People who used it said the questions made sense and suggested improvements. This tool can help universities and journals check if authors truly know their own work.
Open 2609.20481v1

Refverifier aids peer reviewers in checking scientific citations accurately

RefVerifier: Semi-Automated Reference Claim Verification for Scientific Manuscripts

Abstract: As software engineering research submission counts surge, peer reviewers face severe time constraints, making systematic verification of citation-supported claims prohibitively expensive. Consequently, unsubstantiated claims and semantic drift can propagate undetected across scientific literature. Existing approaches such as fact-checking and retrieval-augmented generation tools operate on open-domain web data or evaluate claims in isolation without processing complete manuscripts. To address this gap, we present RefVerifier, a semi-automated, citation-bounded reference verification prototype designed to support in academic peer review. RefVerifier extracts citation-bearing sentences from manuscripts, checks bibliography metadata against scholarly databases, resolves references to full-text open-access PDFs, localizes relevant evidence passages, and generates verdicts with natural language explanations. Evaluating RefVerifier on public benchmarks shows claim detection at an F1 score of 0.990, open-access resolution of 57.6% of references, and evidence localization with a hit rate of 98% on abstracts and 68% on complete cited papers. In an end-to-end test with eight manuscripts, RefVerifier achieves a verdict accuracy of 71%. By automating document retrieval and evidence localization while preserving reviewer oversight, RefVerifier provides first indicators for the feasibility of semi-automated integrity checks in scholarly publishing.

Mon 7 SeptSoftware Engineering
The gist
Scientific papers often include claims supported by citations, but verifying these citations takes a lot of time, which reviewers may not have. The authors created RefVerifier, a tool that helps reviewers check if a paper’s claims match the cited sources by automatically finding and summarizing the relevant parts of cited papers. RefVerifier can find citation information, retrieve related open-access papers, and highlight evidence passages, helping reviewers make faster and more accurate judgments on citation reliability. This approach does not replace reviewers but assists them by automating some tedious steps.
Open 2609.07652v1