Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

54% Positive

Analyzed from 1739 words in the discussion.

Trending Topics

#papers#paper#authors#llms#human#more#author#review#generated#llm

Discussion (33 Comments)Read Original on HackerNews

fn-moteabout 1 hour ago
The Medium comments on this post are also on point. Running the same experiment with accepted papers is a good control. Running a similar experiment with reviewers would be interesting, but more obnoxious because they are not being paid.

I would keep a private blacklist (shadow ban) the authors who wasted several hours of a reviewer's time to prove they were not legitimate. The existence of such a list would be problematic, though.

Could the same system we use here be applied? Accepted authors could "vouch" for "dead" papers in case they were "auto-killed"?

This system is broken and providing more evidence that it is broken isn't much of a step towards fixing it.

doc_ickabout 1 hour ago
That would fail, humans and agents could create new “author” accounts by the swarm or have paid author accounts.
malfist16 minutes ago
Do you imagine a world where people are willing to go through the legal hassle of changing their name to get past a ban for low effort journal submissions?
greenflagabout 2 hours ago
One larger problem here is the value of a research paper is rarely the specific knowledge it adds but in the process of researching that adds to the collective knowledge+experience of those involved, especially training graduate students. AI papers shortcut this entirely. Academia has a lot to answer for this too by making papers the currency of success. AI generated papers are almost shortcut learning at a full system level.
doc_ickabout 1 hour ago
I disagree for academia using papers as an easy medium for verification and providing more knowledge. Llms always short circuit everything, so how would you fix academia?
WCSTombs35 minutes ago
This is the journal's policy on LLM use by authors [1]:

> LLMs may be used as general-purpose assistive tools. Whichever tools are used, authors are fully responsible for content on which they are listed as (co-) authors. This includes, but is not limited to, content generated by LLMs that could be construed as plagiarism or scientific misconduct (e.g., fabrication of facts). Low-quality contributions (be they submissions or reviews) that appear to be largely LLM-generated will be closely examined for evidence of the issues mentioned previously, such as scientific misconduct. LLMs are not eligible for authorship. We will periodically revise this policy as new information about the use of LLMs in the scientific process becomes available.

While it doesn't outright encourage using LLMs, it's right at the door, and IMO a policy this weak is actively contributing to the problem the article's author is complaining about. In my opinion any policy weaker than "using LLMs to generate any part of your submission is not allowed and considered a serious breach of ethics" is insane. People like to say that such policies are unenforceable, but that's really not the point (at first), since there are other things like (somewhat ironically) p-hacking that are pretty hard to detect but still widely recognized as unethical. We haven't exactly solved p-hacking either, but at least most of us can agree that p-hacking should be eliminated.

It's hard for me not to read between the lines here. Maybe it's the tinfoil talking, but it being a machine-learning journal, it probably embodies a generally pro-AI philosophy, and thus may not want to discourage too much of it...

It may also be worth noting that this journal apparently uses AI itself on the reviewing side [2]. I'm not claiming this is super unethical or anything as long as the main review is human (although I have concerns), it probably should be part of the conversation.

[1]: https://jmlr.org/tmlr/editorial-policies.html

[2]: https://medium.com/@TmlrOrg/ai-reviews-at-tmlr-for-assessing...

JasonCECabout 2 hours ago
Peer review has its historical issues, but the landscape of science and science-publishing has changed. New problems of authorship and authorial-understanding are now challenged by LLMs writing (at least) good sounding papers - some of which might be of acceptable quality in subject (I am not against AI in the sciences; some of the math work has been great). On the other hand: I am against authors not understanding their own work. High repute journals may need to add "oral exams" to the paper acceptance process...
mlmonkeyabout 1 hour ago
IMHO (not a paper writer, but read a lot during my grad school years), the Genie is out of the bottle. The only way forward, as I see it, is using LLMs for reviews also. Basically, filter all submitted papers with an LLM and ask it to summarize it, find the biggest weaknesses and main strong points, etc. that a human can then use to review the paper. Basically, LLM-as-a-reviewer .

Personally, I would love to see a conference where people are explicitly encouraged to use LLMs for doing the work and writing the papers, and LLMs are used to review them too.

dmos629 minutes ago
Yes. I want reproducability, open-sourcing, accessibility, correctness, and most of all: usefulness. I don't care how it was written or reviewed, as long as some assurances regarding above things can be made, and I don't see why LLMs would get in the way of that.

What can't be gotten rid of fast enough is the notion that having written something is meaningful on its own. Making something that looks right was a level above total novice: now it's the floor.

hyperjeffabout 1 hour ago
There should at least be a code of professional conduct where authors state the extent to which LLMs were used. (This would also help not wasting time by asking some “authors” about “their” paper.)

Journals themselves should make policies about the extent to which they allow the use of LLMs. In some areas it might be considered more benign than in others.

pwinnskiabout 1 hour ago
The entire point of an academic paper is to add to the sum of human knowledge. How can an LLM trained on a subset of human knowledge possibly even begin to accurate evaluate such a paper?

I trust an LLM to review that the language used in the paper is grammatically correct, but not to evaluate new information for accuracy.

rsfernabout 1 hour ago
I think that’s a lot of risk of anchoring reviewer bias. I’d be more comfortable with a triaged review where the editor’s office uses models to score whether a human editor should evaluate a paper to potentially send out for review, then the editor makes their own assessment, and the reviewers continue to do their job unassisted
sampoabout 1 hour ago
> All reviewers, Action Editors and Editors-in-Chief for TMLR are unpaid volunteers.

He is not an unpaid volunteer.

He's an associate professor at the prestigious Carnegie Mellon University. He is not paid by the journal, but he is paid a salary by the university, and the university expects that a small part of his academic work is to serve as an editor in academic journals.

croissants4 minutes ago
There are much easier and more prestigious ways of fulfilling university service requirements than reviewing and editing for TMLR, so I think it is correct in spirit to label it as volunteering.
azan_23 minutes ago
Elsevier, springer and mdpi have literally billions dollars in profit thanks to this free labor. Why would university pay for performing labor for for-profit companies? The system is broken and we should name things as they are - it’s free labor.
wackgetabout 2 hours ago
I'm not familiar with the world of academic publishing, so I want to ask: how is the industry making sure that submissions aren't at least partially AI-generated?

Is it standard practice for authors to have to defend their submissions via interview like this? If not, why not?

Does the vetting process vary with the quality of the publisher?

As an outsider, it's extremely worrying that anyone would even attempt to submit an AI-generated paper for publication in an academic journal. At that level I would have assumed literally everybody should know better than to even try.

lelanthranabout 1 hour ago
> Is it standard practice for authors to have to defend their submissions via interview like this? If not, why not?

It isn't, but maybe it should be. For post-grad qualifications oral defense is standard, and I didn't mind defending my central thesis then, and won't mind now.

doc_ickabout 1 hour ago
Not in a direct interview style, but most us conferences can request additional information or feedback. If they conditionally accept or reject a paper, that conditional relies on feedback from the author(s).

Interviews like this are interesting, but in no way can scale to the infinite paper slop conferences are facing.

lelanthranabout 1 hour ago
> Not in a direct interview style, but most us conferences can request additional information or feedback. If they conditionally accept or reject a paper, that conditional relies on feedback from the author(s).

Requesting feedback is useless, as the article points out - the "authors" could not answer basic questions during the interview, but after the interview were able to send full explanations to the interviewer.

If you have indirect feedback ("please answer these questions we have") the "author" will simply feed it into an LLM and send the results back. You need to get the author to do an oral defense to verify that they wrote the paper.

This is the main problem with AI generated output, whether it's a research paper, a blog, an email, a comment on a forum, similar: the value in knowing that a human wrote $X sends a signal - that the human understands what it is they wrote, even if they misunderstand the concepts.

When you get a message from someone who is a "I only used an LLM to clean it up, the thoughts are all mine"[1] person, you cannot engage with them, because they may not understand the message they transmitted, and so any human engaging with them is only burning their own time for no gain.

When you get a message from a real person, you get not only the message, you also get a signal about their understanding. That signal is missing in AI generated messages.

==========================

[1] Sure, buddy. We believe you /s.

bee_riderabout 1 hour ago
I’ve only published a few papers, but this interview sounds extremely unusual to me (I mean, it is clearly a special thing that the editor is doing, which is fine). I wouldn’t do something unethical, but if I had and the editor asked me for an interview like this, I’d know I’d probably been caught.

Why is it unusual: it sounds extremely time-consuming.

As to how worrying AI-generated papers are… it sounds more like a headache for the editors really.

In general, journals don’t have to be perfect; mostly researchers read research papers. You already have to read critically (publish-or-perish has been a thing for a while, so there are plenty of not-so-great papers out there). Peer review is just the “entry” barrier, science is a social process and papers become more or less influential based on a fuzzy process of citation, conference talks, and peer-to-peer suggestions.

emil-lpabout 1 hour ago
> it sounds extremely time-consuming.

For whom? Surely the authors can find an hour after submitting the paper to a journal?

Beware that a reviewer easily spend a full week on reviewing a paper, and there are typically three of them. So if one hour of conversation can save three weeks work, it sounds worth it.

whattheheckheckabout 1 hour ago
The rates of paper publishing show that everyone must be using ai now or the rates wouldn't have gone up
softwaredougabout 1 hour ago
Is it really “research” - as in expanding human knowledge - if nobody understands it? The point is deepening human understanding, not producing research papers
jszymborskiabout 2 hours ago
FYI in case the author is reading, https://www.cs.cmu.edu/~nihars/preprints/greCAPTCHA.pdf is a dead link.

EDIT: I found a live link on arxiv https://arxiv.org/html/2609.20481v1

encyclopediaiabout 2 hours ago
In June 2026 I proposed a CAPTCHA for scientific publications

https://chorasimilarity.wordpress.com/2026/06/13/a-captcha-f...

At the moment this was seen as a tongue in cheek proposal.

doc_ickabout 1 hour ago
I’d agree it’d be a funny proposal, wouldn’t have worked back then but funny.
encyclopediai29 minutes ago
Thanks. IMO the most fun is in the CAPTCHA, which turns on its head the Turing test.

But it goes even further than their greCAPTCHA and it solves their consumed time problem.

Indeed, in their proposal they have a human bottleneck, but in the june 2026 proposal is suggested that one could use an AI to generate the results without the knowledge of the submitted article.

If the AI can generate a pretty close result, with the article fed gradually as a prompt, then reject.

And even further, that it might be not even a need to publish anymore.

Just use the article for training and make a public database with some numbers about the successful researcher, where we see an influence score (how many times an idea from an accepted article are used by other accepted articles), a publication score (how many articles the author had).

I wonder if the reality will be more or less surprising, my bet is on "more".

Calazonabout 2 hours ago
I wonder how the ratios would change for papers at different parts of the review process. For what fraction of published papers are the authors unable to answer basic questions about them?
N_Lensabout 2 hours ago
I think authenticity and trust will command a (larger) premium in this new age of slop.

The article highlights how only one out of ten paper’s authors were able to answer questions thoroughly and at a high level. This indicates an overwhelming percentage of authors are slopping up their work with AI and submitting it without even reading it.

SoftTalkerabout 2 hours ago
No doubt this is happening, but I wonder how many authors of papers "slated for desk rejection" 10 years ago could answer questions about their papers? We'd need that comparison to understand if this is a new problem or if AI is just a new source of content that the authors of poorly-written papers are using.
Advertisement