Source-linked AI summary

Research Paper Quality Recognition Through Textual Feature Analysis

Saikiran Korla, Sadwik Gummadavelli, Trung-Nghia Le, Minh-Triet Tran, Tam V. Nguyen

arXiv:2608.20368v1cs.CL

TL;DR

Distinguishing high-impact research from flawed or retracted studies is difficult, despite its importance for credible scholarship. The paper benchmarks title-and-abstract textual features with multiple embeddings and classifiers, finding reported accuracy up to 91.12%. It concludes that textual information can support research-quality assessment, while deployment should account for proxy limitations and human oversight.

  • Problem

    Distinguishing high-impact, high-quality papers from flawed or retracted studies remains difficult, threatening reliable scientific literature and academic integrity.

  • Method

    The paper benchmarks title-and-abstract classification using SBERT, Word2Vec, FastText, USE, and TF-IDF features with SVM, Random Forest, and Neural Network classifiers.

  • Results

    91.12% accuracy was achieved by FastText combined with SVM, while Sentence-BERT with a Neural Network achieved 87.72% accuracy.

  • Takeaways & Limitations

    Textual information can support research-quality assessment and academic-integrity screening based on titles and abstracts.

  • Takeaways & Limitations

    Citation counts and retraction status are imperfect proxies, and automated screening should augment rather than replace human judgment.

Abstract

from arXiv · show

Knowledge and innovations are shaped by using the quality and credibility of the scientific research. Yet, distinguishing between impactful, high-quality work and flawed studies remains a challenge. This paper introduces a benchmark for classifying research papers into two categories: good (highly cited) and non-good (retracted), using only textual features from titles and abstracts. We evaluate multiple embedding techniques, including SBERT, Word2Vec, FastText, USE, and TF-IDF, combined with classifiers such as Support Vector Machines (SVM), Random Forests, and Neural Networks. Our contributions include: (1) hyperparameter transparency, (2) feature space visualizations using t-SNE, (3) model interpretability analysis with SHAP, and (4) detailed examination of error cases. Experimental results show that a neural network with SBERT embeddings achieves 87.22\% accuracy, while FastText combined with SVM reaches 91.12\%. These findings highlight the value of textual information in assessing research quality, with ethical considerations for deployment. This work contributes toward the development of academic integrity tools that promote trustworthy scholarship.

1 Introduction

The paper frames research-quality recognition as an academic-integrity challenge and benchmarks textual classification of highly cited versus retracted papers. It also emphasizes reproducibility, visualization, interpretability, and error analysis.

  • Motivation: 20% of retractions involved research misconduct, 42% questionable data or interpretation, and 47% publishing misconduct.These failures undermine trust in scholarly communication and motivate distinguishing high-impact from retracted papers.
  • Motivation: Existing academic-integrity approaches often rely on metadata or retroactive classification, while textual analysis may support earlier detection of problematic papers.Retracted and high-impact papers may exhibit different linguistic patterns, including ambiguity, errors, contradictions, methodological clarity, and novelty.
  • Approach: The benchmark uses titles and abstracts as a single text input to classify high-citation papers as “good” and retracted papers as “not good.”It evaluates SBERT, Word2Vec, FastText, USE, and TF-IDF features with SVM, Random Forest, and Neural Network classifiers on 11,673 articles.
  • Results: 91.12% accuracy was achieved by FastText combined with SVM, while a neural network with SBERT embeddings achieved 87.22% accuracy.The reported results highlight textual information as a basis for assessing research quality.
  • Contributions: The paper provides full hyperparameter transparency to support reproducibility and fair comparison of methods.This contribution is paired with feature-space visualization using t-SNE and model-prediction interpretation using SHAP.
  • Contributions: The authors analyze error cases to highlight limitations of binary classification and guide future refinements.

2 Related Work

Related work covers machine-learning citation analysis, paper ranking, retraction propagation, and citation-function taxonomies. The paper positions its contribution around linguistic analysis and scalable title-and-abstract pre-screening.

  • Citation analysis: Bidirectional LSTMs classified citation contexts with 89% accuracy, while citation semantics provided more detail than citation counts alone.
  • Paper ranking: Focused PageRank increased paper-ranking quality by 37%, and combining machine learning with citation-function classification reduced prediction error by 22%.The cited work distinguishes citation types such as methodological adoption and critique.
  • Retraction patterns: 32% of retracted papers remained cited after retraction, while retraction notices appeared in 18% of highly cited biomedical publications.These findings illustrate persistence and visibility problems in scholarly communication.
  • Citation functions: A citation taxonomy divided citations into 12 functional types, and withdrawn papers used methodological citation functions 40% more frequently.
  • Research gaps: The paper identifies gaps in integrating linguistic analysis with citation-network features, using full-text semantic patterns, and supporting real-time editorial classification.
  • Research gaps: Unlike full-text approaches, the title-and-abstract method is presented as enabling scalable pre-screening for editorial workflows.

3 Methodology

The methodology builds a dataset of high-impact and retracted papers, processes their text, and represents it with statistical and semantic features for automated classification. It also examines linguistic differences between the two categories while recognizing risks in automated screening.

  • 3.3 Preprocessing and Feature Extraction: The workflow collects articles, preprocesses text through tokenization and stopword removal, and transforms text into statistical and semantic feature spaces.Feature extraction includes TF-IDF vectors and semantic representations.
  • 3.2 Collected Dataset: The corpus combines high-impact and retracted scholarly articles, with retracted papers including data mistakes, plagiarism, and fabrication cases.The dataset covers 11,673 articles and includes publications from 2010–2023 with DOI-based deduplication.
  • Ethical Considerations: Automated screening should augment rather than replace human judgment because it risks disadvantaging unconventional and interdisciplinary research.The stated deployment boundary is especially relevant for interdisciplinary submissions.
  • 3.4 Linguistic Analysis: High-impact papers use terms such as “network”, “algorithm”, and “dataset”, reflecting emphasis on methodological rigor, quantitative validation, and hypothesis-driven exploration.The analysis excludes common stop words before generating word clouds.
  • 3.4 Linguistic Analysis: 68% unique terms in high-quality publications versus 52% in retracted papers indicates greater lexical diversity in the high-quality group.The comparison is presented through word clouds and is used to motivate NLP-based screening.
  • 3.4 Linguistic Analysis: Retracted papers frequently use generalized terms such as “control”, “group”, “time”, “level”, and “effect”, which are linked in the analysis to ambiguous wording and methodological flaws.The text also associates nonspecific phrases such as “results” and “analysis” with limited methodological specificity.

4 Benchmarking

The benchmark evaluates textual embeddings and classifiers for distinguishing high-impact from retracted papers, combining performance testing with visualization and error analysis. Results show trade-offs among accuracy, speed, interpretability, and difficult borderline cases.

  • Experimental Settings: 11,673 academic papers were partitioned into 80% training and 20% testing sets, including 6,000 high-impact and 5,673 retracted papers.
  • Experimental Settings: Five embedding methods extracted textual features from paper titles and abstracts: SBERT, Word2Vec, FastText, USE, and TF-IDF.
  • Experimental Results: 87.72% accuracy was achieved by a Neural Network using 384-dimensional SBERT embeddings, exceeding traditional methods by 3.0–4.8%.The model used a 3-layer MLP with 256 hidden units, ReLU activation, and 30% dropout, but required 18.7±2.1 minutes of training and 3.2 ms/document inference.
  • Feature Space Visualization: 89% of misclassified papers fell in the t-SNE overlap region, where high-impact papers formed a dense cluster and retracted papers were more dispersed.The overlap identifies borderline cases where semantic similarity blurs category boundaries.
  • Error Analysis and Interpretability: False negatives commonly involved unconventional or theoretical papers with delayed citation impact, while false positives involved retracted papers that mimicked high-quality writing.The neural network reduced edge-case mistakes by 18% compared with Random Forest and 32% compared with SVM.
  • Error Analysis and Interpretability: High-impact papers tended to be longer, originate from reputable sources, and use structured academic language, whereas retracted papers often showed poorer writing and shorter lengths.

5 Conclusion

The study finds that machine learning and linguistic analysis can distinguish retracted from high-quality papers, while identifying citation, stylistic, and cross-domain directions for future work.

  • 87.72% classification accuracy was achieved by the Sentence-BERT neural network, outperforming Support Vector Machine at 82.94% and Random Forest at 84.72%.The result is attributed to deep learning capturing subtle semantic patterns in academic writing.
  • Retracted papers used vague, process-oriented terms such as “patient”, “control”, and “level”, whereas high-impact papers used precise terms including “network”, “algorithm”, and “performance”.Word cloud analysis identified these contrasting linguistic signatures.
  • Future work could integrate unusual citation patterns, including abrupt spikes and anomalous co-citation networks, to enhance detection accuracy.The paper also proposes expanding stylistic analysis with passive voice and hedging language.
  • Validation across diverse academic domains is essential because disciplinary norms and retraction practices vary.The authors also identify journal-submission plugins and preprint-screening tools as possible deployment settings.
Loading 2608.20368v1…