karpathy / arxiv-sanity-lite

arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
https://arxiv-sanity-lite.com
MIT License
1.16k stars 130 forks source link

AI based peer review #18

Open hemangjoshi37a opened 2 months ago

hemangjoshi37a commented 2 months ago

Here are 50 parameters that could be used for ranking and evaluating research papers in an AI peer review system:

  1. Relevance to the field
  2. Originality and novelty
  3. Clarity of research objectives
  4. Soundness of methodology
  5. Rigor of experimental design
  6. Quality of data collection
  7. Appropriateness of sample size
  8. Robustness of statistical analysis
  9. Validity of conclusions drawn
  10. Adequacy of literature review
  11. Contribution to existing knowledge
  12. Potential for real-world application
  13. Societal impact and significance
  14. Ethical considerations addressed
  15. Reproducibility of results
  16. Scalability of proposed solutions
  17. Generalizability of findings
  18. Interdisciplinary relevance
  19. Clarity of writing and presentation
  20. Logical flow and organization
  21. Adherence to formatting guidelines
  22. Grammar and linguistic quality
  23. Appropriate use of figures and tables
  24. Sufficient explanation of technical terms
  25. Balanced and unbiased reporting
  26. Acknowledgment of limitations
  27. Discussion of future research directions
  28. Practical implications discussed
  29. Theoretical contributions made
  30. Creativity and innovation
  31. Depth of analysis
  32. Breadth of scope
  33. Attention to detail
  34. Integration of multiple perspectives
  35. Engagement with counterarguments
  36. Persuasiveness of arguments
  37. Coherence of narrative
  38. Effective use of citations
  39. Quality of sources cited
  40. Appropriate level of technical detail
  41. Accessibility to non-specialist readers
  42. Potential for generating further research
  43. Timeliness and relevance of topic
  44. Alignment with journal scope and aims
  45. Adherence to ethical research practices
  46. Disclosure of conflicts of interest
  47. Effectiveness of abstract in summarizing key points
  48. Appropriateness of keywords chosen
  49. Suitability for target audience
  50. Overall impact and significance of the work

Based on this a user can filter for any particular parameter and AI system can give 1 to 10 rating 1 being lowest 10 being highest and we can add up for all 50 parameters and pick greatest papers .

Here we can use different models to rate these 50 parameters and then take average or may be weighed average considering number of model parameters and then select best research papers.

For this we can use API on the website like openai or local ollama type llm and then users can use their own llm to rank research papers.

Please implement this if possible if not make me a contributor and and I will make a pr to implement this. This is purely for the name of 🔭 science.