TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your worst pain points when dealing with scientific literature?

7 点作者 jdale2710 个月前
My background is mainly in computer science &#x2F; software engineering, but I&#x27;ve been working with scientists (mainly biologists) for most of my career. One of the biggest areas of friction and frustration I&#x27;ve encountered seems to be around how to effectively extract value from the literature -- whether it be raw data in a form that can be reused, or higher-level knowledge (e.g., how do you consume multiple studies about a given topic and synthesize them into a coherent mental model to inform your own research?).<p>I&#x27;m interested in building tools to improve this, so I&#x27;d really appreciate hearing what you all think are the biggest challenges in this area. And if there are existing tools that you consider &quot;secret weapons&quot; for doing better at science, I&#x27;d love to hear about those as well.

5 条评论

kingkongjaffa10 个月前
Some kind of academic CRM where you can start a new &#x27;project&#x27; with some keywords and it assembles highly cited works and the authors of the works.<p>From there you can recursively search through the bibliography of the seminal works and the works that cite the seminal work to build a research map.<p>When researching different fields you often end up finding a) who the top researchers are and then you want to go read all of their stuff. b) who is currently working on the thing in $current_year who you might want to contact and talk to.<p>for example, when it comes to internal combustion engine research, Heywood is the man: <a href="https:&#x2F;&#x2F;scholar.google.co.uk&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=JB+Heywood&amp;btnG=" rel="nofollow">https:&#x2F;&#x2F;scholar.google.co.uk&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=JB...</a><p>(most cutting edge research is locked away in the automotive company&#x27;s sadly).<p>Or in computational fluid dynamics the &#x27;entry point&#x27; to the field is basically JD Anderson.<p>In both cases you&#x27;re like 6 degrees of separation away from the cutting edge in several micro topics of active research.<p>&gt; synthesize them into a coherent mental model to inform your own research<p>For the mental model there&#x27;s no real way around sitting and reading a bunch of papers, I basically taught myself how to read papers efficiently and then read papers every day (often dead ends which can be quickly discounted.)
评论 #41045866 未加载
评论 #41047060 未加载
solardev10 个月前
Not a professional, but as someone with a science degree and casual interest in reading papers now and then, I wish there was a:<p>1) A better (cheaper) way to access them. It doesn&#x27;t necessarily have to be free as in SciHub, but there&#x27;s no way I&#x27;m going to pay $80 as an individual to read one paper.<p>2) An easy way to summarize them, ask questions of it, etc. Google&#x27;s NotebookLM (<a href="https:&#x2F;&#x2F;notebooklm.google.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notebooklm.google.com&#x2F;</a>) is actually decent at this... upload a PDF and you can ask it questions about that content with minimal hallucination and citations back to the source. However, it&#x27;s buggy (some files just never finish loading, others won&#x27;t accept any prompt at all). And it&#x27;s probably another short-lived experiment soon to meet the Google Graveyard :(<p>I would be willing to pay maybe $10-$20&#x2F;mo for a service that can do both (provide Netflix-like access to papers, and also use LLM to summarize them and answer questions). Bonus points if it can do its own meta-analysis of multiple related papers and easily summarize them.<p>I suspect journal publishers would be heavily resistant to any of that. Probably a more technical workaround would be a web browser extension that uses public&#x2F;school library logins to fetch papers from the clientside and then mirror them into the service. There is something like this in the legal world, <a href="https:&#x2F;&#x2F;free.law&#x2F;recap" rel="nofollow">https:&#x2F;&#x2F;free.law&#x2F;recap</a> to bypass access fees. But there&#x27;s no copyright concerns there (since the documents themselves are public domain works of the federal gov, different from scientific papers).
评论 #41072550 未加载
phewson10 个月前
The fact the entire model is based on articles in a printed journal. I really like the Cochrane Collaboration systematic reviews. <i>As part of the article</i> interested authorities can ask pertinent questions and receive responses. The best we get in most journals is &quot;cited by&quot; links but that&#x27;s it. Is it being cited because a point is contested. If so, what point is contested. Does the citing paper make a good case. It it being cited as an inspiration for some derivative research with new applications in a different context; if so does that reinforce the methodology in the paper you are looking at. Why not have something that quickly helps you determine whether the paper has been reproduced, and maybe even uprate it if so. And so on.
lbhdc10 个月前
The biggest painpoints for me are discovery, and access. It can be really difficult to find papers on the topic I am researching, and often getting access to the papers I find is hard.
noncovalence10 个月前
A better way to organise and find papers I&#x27;ve looked at before. For example, being able to ask an LLM &quot;what was that paper again that tried using X to solve Y but ran into some issue&quot; which I vaguely remember skimming a month ago but only just realised that it might actually be useful to me, and it will find the right one from my reference manager and&#x2F;or subset of my browser history.