Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tiotasram@kolektiva.social
2025-08-04 15:49:00

Should we teach vibe coding? Here's why not.
Should AI coding be taught in undergrad CS education?
1/2
I teach undergraduate computer science labs, including for intro and more-advanced core courses. I don't publish (non-negligible) scholarly work in the area, but I've got years of craft expertise in course design, and I do follow the academic literature to some degree. In other words, In not the world's leading expert, but I have spent a lot of time thinking about course design, and consider myself competent at it, with plenty of direct experience in what knowledge & skills I can expect from students as they move through the curriculum.
I'm also strongly against most uses of what's called "AI" these days (specifically, generative deep neutral networks as supplied by our current cadre of techbro). There are a surprising number of completely orthogonal reasons to oppose the use of these systems, and a very limited number of reasonable exceptions (overcoming accessibility barriers is an example). On the grounds of environmental and digital-commons-pollution costs alone, using specifically the largest/newest models is unethical in most cases.
But as any good teacher should, I constantly question these evaluations, because I worry about the impact on my students should I eschew teaching relevant tech for bad reasons (and even for his reasons). I also want to make my reasoning clear to students, who should absolutely question me on this. That inspired me to ask a simple question: ignoring for one moment the ethical objections (which we shouldn't, of course; they're very stark), at what level in the CS major could I expect to teach a course about programming with AI assistance, and expect students to succeed at a more technically demanding final project than a course at the same level where students were banned from using AI? In other words, at what level would I expect students to actually benefit from AI coding "assistance?"
To be clear, I'm assuming that students aren't using AI in other aspects of coursework: the topic of using AI to "help you study" is a separate one (TL;DR it's gross value is not negative, but it's mostly not worth the harm to your metacognitive abilities, which AI-induced changes to the digital commons are making more important than ever).
So what's my answer to this question?
If I'm being incredibly optimistic, senior year. Slightly less optimistic, second year of a masters program. Realistic? Maybe never.
The interesting bit for you-the-reader is: why is this my answer? (Especially given that students would probably self-report significant gains at lower levels.) To start with, [this paper where experienced developers thought that AI assistance sped up their work on real tasks when in fact it slowed it down] (arxiv.org/abs/2507.09089) is informative. There are a lot of differences in task between experienced devs solving real bugs and students working on a class project, but it's important to understand that we shouldn't have a baseline expectation that AI coding "assistants" will speed things up in the best of circumstances, and we shouldn't trust self-reports of productivity (or the AI hype machine in general).
Now we might imagine that coding assistants will be better at helping with a student project than at helping with fixing bugs in open-source software, since it's a much easier task. For many programming assignments that have a fixed answer, we know that many AI assistants can just spit out a solution based on prompting them with the problem description (there's another elephant in the room here to do with learning outcomes regardless of project success, but we'll ignore this over too, my focus here is on project complexity reach, not learning outcomes). My question is about more open-ended projects, not assignments with an expected answer. Here's a second study (by one of my colleagues) about novices using AI assistance for programming tasks. It showcases how difficult it is to use AI tools well, and some of these stumbling blocks that novices in particular face.
But what about intermediate students? Might there be some level where the AI is helpful because the task is still relatively simple and the students are good enough to handle it? The problem with this is that as task complexity increases, so does the likelihood of the AI generating (or copying) code that uses more complex constructs which a student doesn't understand. Let's say I have second year students writing interactive websites with JavaScript. Without a lot of care that those students don't know how to deploy, the AI is likely to suggest code that depends on several different frameworks, from React to JQuery, without actually setting up or including those frameworks, and of course three students would be way out of their depth trying to do that. This is a general problem: each programming class carefully limits the specific code frameworks and constructs it expects students to know based on the material it covers. There is no feasible way to limit an AI assistant to a fixed set of constructs or frameworks, using current designs. There are alternate designs where this would be possible (like AI search through adaptation from a controlled library of snippets) but those would be entirely different tools.
So what happens on a sizeable class project where the AI has dropped in buggy code, especially if it uses code constructs the students don't understand? Best case, they understand that they don't understand and re-prompt, or ask for help from an instructor or TA quickly who helps them get rid of the stuff they don't understand and re-prompt or manually add stuff they do. Average case: they waste several hours and/or sweep the bugs partly under the rug, resulting in a project with significant defects. Students in their second and even third years of a CS major still have a lot to learn about debugging, and usually have significant gaps in their knowledge of even their most comfortable programming language. I do think regardless of AI we as teachers need to get better at teaching debugging skills, but the knowledge gaps are inevitable because there's just too much to know. In Python, for example, the LLM is going to spit out yields, async functions, try/finally, maybe even something like a while/else, or with recent training data, the walrus operator. I can't expect even a fraction of 3rd year students who have worked with Python since their first year to know about all these things, and based on how students approach projects where they have studied all the relevant constructs but have forgotten some, I'm not optimistic seeing these things will magically become learning opportunities. Student projects are better off working with a limited subset of full programming languages that the students have actually learned, and using AI coding assistants as currently designed makes this impossible. Beyond that, even when the "assistant" just introduces bugs using syntax the students understand, even through their 4th year many students struggle to understand the operation of moderately complex code they've written themselves, let alone written by someone else. Having access to an AI that will confidently offer incorrect explanations for bugs will make this worse.
To be sure a small minority of students will be able to overcome these problems, but that minority is the group that has a good grasp of the fundamentals and has broadened their knowledge through self-study, which earlier AI-reliant classes would make less likely to happen. In any case, I care about the average student, since we already have plenty of stuff about our institutions that makes life easier for a favored few while being worse for the average student (note that our construction of that favored few as the "good" students is a large part of this problem).
To summarize: because AI assistants introduce excess code complexity and difficult-to-debug bugs, they'll slow down rather than speed up project progress for the average student on moderately complex projects. On a fixed deadline, they'll result in worse projects, or necessitate less ambitious project scoping to ensure adequate completion, and I expect this remains broadly true through 4-6 years of study in most programs (don't take this as an endorsement of AI "assistants" for masters students; we've ignored a lot of other problems along the way).
There's a related problem: solving open-ended project assignments well ultimately depends on deeply understanding the problem, and AI "assistants" allow students to put a lot of code in their file without spending much time thinking about the problem or building an understanding of it. This is awful for learning outcomes, but also bad for project success. Getting students to see the value of thinking deeply about a problem is a thorny pedagogical puzzle at the best of times, and allowing the use of AI "assistants" makes the problem much much worse. This is another area I hope to see (or even drive) pedagogical improvement in, for what it's worth.
1/2

@arXiv_quantph_bot@mastoxiv.page
2025-07-04 10:06:31

Fast variational knowledge graph embedding
Pulak Ranjan Giri, Mori Kurokawa, Kazuhiro Saito
arxiv.org/abs/2507.02472

@inthehands@hachyderm.io
2025-06-05 02:11:34

I’m well out of my depth here: my historical knowledge to speak to the issues is thin; my cultural knowledge is almost nonexistent. Reading that Standing Together site, seeing how they’ve crafted what they write, I see just how much nuance and awareness I •don’t• have.
I’m grateful to the people who’ve helped me learn, and who’ve pointed me to these resources — in this case @… and @…. Sometimes the Internet really is good for something.
/end

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 17:26:02

This arxiv.org/abs/2411.09689 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@arXiv_csHC_bot@mastoxiv.page
2025-08-05 11:19:20

Data Augmentation for Visualization Design Knowledge Bases
Hyeok Kim, Jeffrey Heer
arxiv.org/abs/2508.02216 arxiv.org/pdf/2508.02216

@arXiv_csLO_bot@mastoxiv.page
2025-08-04 09:12:31

Generative Logic: A New Computer Architecture for Deterministic Reasoning and Knowledge Generation
Nikolai Sergeev
arxiv.org/abs/2508.00017

@arXiv_csDB_bot@mastoxiv.page
2025-06-05 07:16:47

Signals as a First-Class Citizen When Querying Knowledge Graphs
Tobias Schwarzinger, Gernot Steindl, Thomas Fr\"uhwirth, Thomas Preindl, Konrad Diwold, Katrin Ehrenm\"uller, Fajar J. Ekaputra
arxiv.org/abs/2506.03826

@arXiv_csLG_bot@mastoxiv.page
2025-06-03 17:33:44

This arxiv.org/abs/2209.01847 has been replaced.
link: scholar.google.com/scholar?q=a

@arXiv_csCL_bot@mastoxiv.page
2025-07-04 09:50:31

LLM Hypnosis: Exploiting User Feedback for Unauthorized Knowledge Injection to All Users
Almog Hilel, Idan Shenfeld, Leshem Choshen, Jacob Andreas
arxiv.org/abs/2507.02850

@Techmeme@techhub.social
2025-08-03 14:10:34

Sources: Apple formed an Answers, Knowledge, and Information team to work on ChatGPT-like search experiences; iPhone 17 Pro may have been seen in live testing (Mark Gurman/Bloomberg)
bloomberg.com/news/newsletters

@arXiv_csCY_bot@mastoxiv.page
2025-08-04 08:10:01

J4CC, A Frame for Communication Control
Aernout Schmidt, Kunbei Zhang
arxiv.org/abs/2508.00485 arxiv.org/pdf/2508.00485

@cosmos4u@scicomm.xyz
2025-06-02 18:45:23

"Patricia #Espenak announced in an email that Fred passed away yesterday afternoon," Michael Zeiler just wrote on the Solar Eclipse Mailing List: "Fred was in hospice at their home in Portal, Arizona. Pat was holding his hand when he passed away and is devastated.
Fred had an extremely consequential life and was a giant in the solar eclipse community. Let‘s remember his enthusiasm for nature‘s greatest spectacle, his warm friendship to many of us, his generosity in sharing his knowledge, and his impact on all of us."
Obituaries: skyandtelescope.org/astronomy- and astronomy.com/observing/fred-e

@arXiv_csRO_bot@mastoxiv.page
2025-06-03 17:48:57

This arxiv.org/abs/2504.00420 has been replaced.
initial toot: mastoxiv.page/@arXiv_csRO_…

@arXiv_statML_bot@mastoxiv.page
2025-07-04 09:15:41

Transfer Learning for Matrix Completion
Dali Liu, Haolei Weng
arxiv.org/abs/2507.02248 arxiv.org/pdf/2507.02248

@arXiv_csCR_bot@mastoxiv.page
2025-06-03 17:36:14

This arxiv.org/abs/2502.11191 has been replaced.
initial toot: mastoxiv.page/@arXiv_csCR_…

@arXiv_csDL_bot@mastoxiv.page
2025-06-05 07:17:20

Human-In-The-Loop Workflow for Neuro- Symbolic Scholarly Knowledge Organization
Lena John, Tim Wittenborg, S\"oren Auer, Oliver Karras
arxiv.org/abs/2506.03221

@lysander07@sigmoid.social
2025-06-03 07:51:19

In his keynote, Raphael Troncy is asking whether we should keep building knowledge graphs....taking into account 20 years of experience in building knowledge graphs
2025.eswc-conferences.org/keyn

The image shows a presentation setting with a speaker standing at a podium. The speaker is a man wearing a light-colored shirt and a lanyard, addressing an audience. Behind him, a large screen displays a slide with a blue background and white text. The slide's title reads "Building Knowledge Graphs For 20 Years: Should We Keep Doing This?" and includes the name "Prof. Raphael Troncy" below the title. The presentation appears to be taking place in a conference or seminar room, with a plain wall …
@relcfp@mastodon.social
2025-06-04 13:38:10

World Genealogy: Knowledge, Kinship and Ancestors in Global and Historical Perspective (June 2026 / Hamburg, Germany) networks.h-net.org/group/annou

@arXiv_csIR_bot@mastoxiv.page
2025-06-05 07:19:12

A Generative Adaptive Replay Continual Learning Model for Temporal Knowledge Graph Reasoning
Zhiyu Zhang, Wei Chen, Youfang Lin, Huaiyu Wan
arxiv.org/abs/2506.04083

@gfriend@mas.to
2025-06-03 17:54:40

This. Please read, share, and act. 
@StandUpForScience
linkedin.com/posts/rentzhog_ma

@losttourist@social.chatty.monster
2025-08-04 12:44:17

They are opening a new Irish pub, sorry "Irish" pub near work, and they've given it an extremely traditional Celtic name of ... *checks notes* ... the Salmon of Knowledge.
Blimey, apparently the Salmon of Knowledge is a thing in Celtic mythology. Every day's a school day! Thank you to @…

@arXiv_csIT_bot@mastoxiv.page
2025-06-03 16:20:54

This arxiv.org/abs/2504.02712 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIT_…

@arXiv_csSE_bot@mastoxiv.page
2025-06-05 07:22:32

Improving LLM-Based Fault Localization with External Memory and Project Context
Inseok Yeo, Duksan Ryu, Jongmoon Baik
arxiv.org/abs/2506.03585

@arXiv_csSD_bot@mastoxiv.page
2025-06-05 09:42:43

This arxiv.org/abs/2505.14470 has been replaced.
initial toot: mastoxiv.page/@arXiv_csSD_…

@NFL@darktundra.xyz
2025-06-05 10:02:22

This Week in Sports Trivia: June 5, 2025 nytimes.com/athletic/6404019/2

@arXiv_hepph_bot@mastoxiv.page
2025-06-05 07:30:55

Reducing Hadronic Uncertainty in Low-Energy Neutral-Current Processes
Oleksandr Tomalak
arxiv.org/abs/2506.03255 arxi…

@arXiv_mathAP_bot@mastoxiv.page
2025-06-04 07:34:47

Separable motions for self-gravitating hyperelastic matter
Juhi Jang, Trevor M. Leslie
arxiv.org/abs/2506.02278 arxiv…

@arXiv_eessSY_bot@mastoxiv.page
2025-06-05 09:44:44

This arxiv.org/abs/2205.00368 has been replaced.
link: scholar.google.com/scholar?q=a

@arXiv_physicsoptics_bot@mastoxiv.page
2025-06-03 17:04:45

This arxiv.org/abs/2502.19236 has been replaced.
initial toot: mastoxiv.page/@ar…

@prachisrivas@masto.ai
2025-07-04 16:17:52

Lovely to give the keynote 'On Epistemic Humility: storytelling, positionalities, and just survival in/through research', for the Higher Degree Research Forum, University of South Australia.
I draw on post-colonial, Black, and Indigenous scholarship to problematise what we know and how we know.
#HigherEducation

On Epistemic Humility: storytelling, positionalities, and just survival in/through research

A/Prof Prachi Srivastava, University of Adelaide

Keynote

UniSA Education Futures - HDR Forum: Pitch Perfect

4 July 2025

With a decorative image of a series of points connected by lines resembling a network or constellation formation.
@arXiv_csMA_bot@mastoxiv.page
2025-07-04 07:49:21

Synergizing Logical Reasoning, Knowledge Management and Collaboration in Multi-Agent LLM System
Adam Kostka, Jaros{\l}aw A. Chudziak
arxiv.org/abs/2507.02170

@arXiv_csSI_bot@mastoxiv.page
2025-06-03 16:32:46

This arxiv.org/abs/2505.20089 has been replaced.
initial toot: mastoxiv.page/@arXiv_csSI_…

@arXiv_csDC_bot@mastoxiv.page
2025-07-04 08:35:21

Domain-Adversarial Transfer Learning for Fault Root Cause Identification in Cloud Computing Systems
Bruce Fang, Danyi Gao
arxiv.org/abs/2507.02233

@arXiv_eessIV_bot@mastoxiv.page
2025-06-05 07:26:13

A Comprehensive Study on Medical Image Segmentation using Deep Neural Networks
Loan Dao, Ngoc Quoc Ly
arxiv.org/abs/2506.04121

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 17:56:05

This arxiv.org/abs/2502.18744 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@arXiv_mathDS_bot@mastoxiv.page
2025-06-03 16:52:18

This arxiv.org/abs/2408.10868 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@arXiv_astrophGA_bot@mastoxiv.page
2025-06-05 09:58:21

This arxiv.org/abs/2501.13149 has been replaced.
initial toot: mastoxiv.page/@arXiv_…

@arXiv_physicssocph_bot@mastoxiv.page
2025-06-04 13:53:41

This arxiv.org/abs/2505.19246 has been replaced.
initial toot: mastoxiv.page/@arX…

@arXiv_eessSP_bot@mastoxiv.page
2025-08-05 07:58:00

Coordinated Decentralized Resource Optimization for Cell-Free ISAC Systems
Mehdi Zafari, Rang Liu, A. Lee Swindlehurst
arxiv.org/abs/2508.01044

@arXiv_csMM_bot@mastoxiv.page
2025-06-05 09:40:15

This arxiv.org/abs/2411.16331 has been replaced.
initial toot: mastoxiv.page/@arXiv_csMM_…

@arXiv_csLG_bot@mastoxiv.page
2025-06-05 10:49:20

This arxiv.org/abs/2503.09427 has been replaced.
initial toot: mastoxiv.page/@arXiv_csLG_…

@stefan@gardenstate.social
2025-08-03 20:16:03

I've never seen this before. Wireless device says it connects to network and reports an IP address. Router has no knowledge of that device.
WEIRD!
#networking

@raiders@darktundra.xyz
2025-08-03 15:59:39

Raiders safety suffers broken fibula during scrimmage reviewjournal.com/sports/raide

@arXiv_mathST_bot@mastoxiv.page
2025-06-03 16:40:13

This arxiv.org/abs/2403.19396 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@arXiv_csLO_bot@mastoxiv.page
2025-06-05 09:40:25

This arxiv.org/abs/2404.11841 has been replaced.
initial toot: mastoxiv.page/@arXiv_csLO_…

@arXiv_csCL_bot@mastoxiv.page
2025-08-04 09:56:10

Dynamically Adaptive Reasoning via LLM-Guided MCTS for Efficient and Context-Aware KGQA
Yingxu Wang, Shiqi Fan, Mengzhu Wang, Siwei Liu
arxiv.org/abs/2508.00719

@arXiv_csHC_bot@mastoxiv.page
2025-08-05 10:47:21

Understanding Why ChatGPT Outperforms Humans in Visualization Design Advice
Yongsu Ahn, Nam Wook Kim
arxiv.org/abs/2508.01547 arxiv.org/pdf…

@tiotasram@kolektiva.social
2025-08-04 15:49:39

Should we teach vibe coding? Here's why not.
2/2
To address the bigger question I started with ("should we teach AI-"assisted" coding?"), my answer is: "No, except enough to show students directly what its pitfalls are." We have little enough time as it is to cover the core knowledge that they'll need, which has become more urgent now that they're going to be expected to clean up AI bugs and they'll have less time to develop an understanding of the problems they're supposed to be solving. The skill of prompt engineering & other skills of working with AI are relatively easy to pick up on your own, given a decent not-even-mathematical understanding of how a neutral network works, which is something we should be giving to all students, not just our majors.
Reasonable learning objectives for CS majors might include explaining what types of bugs an AI "assistant" is most likely to introduce, explaining the difference between software engineering and writing code, explaining why using an AI "assistant" is likely to violate open-source licenses, listing at lest three independent ethical objections to contemporary LLMs and explaining the evidence for/reasoning behind them, explaining why we should expect AI "assistants" to be better at generating code from scratch than at fixing bugs in existing code (and why they'll confidently "claim" to have fixed problems they haven't), and even fixing bugs in AI generated code (without AI "assistance").
If we lived in a world where the underlying environmental, labor, and data commons issues with AI weren't as bad, or if we could find and use systems that effectively mitigate these issues (there's lots of piecemeal progress on several of these) then we should probably start teaching an elective on coding with an assistant to students who have mastered programming basics, but such a class should probably spend a good chunk of time on non-assisted debugging.
#AI #LLMs #VibeCoding

@arXiv_csRO_bot@mastoxiv.page
2025-06-04 13:40:40

This arxiv.org/abs/2402.11871 has been replaced.
initial toot: mastoxiv.page/@arXiv_csRO_…

@arXiv_csCR_bot@mastoxiv.page
2025-06-04 13:46:49

This arxiv.org/abs/2506.01848 has been replaced.
initial toot: mastoxiv.page/@arXiv_csCR_…

@arXiv_csDB_bot@mastoxiv.page
2025-08-05 08:36:20

The KG-ER Conceptual Schema Language
Enrico Franconi, Beno\^it Groz, Jan Hidders, Nina Pardal, S{\l}awek Staworko, Jan Van den Bussche, Piotr Wieczorek
arxiv.org/abs/2508.02548

@relcfp@mastodon.social
2025-06-05 10:11:16

CFP> World Genealogy: Knowledge, Kinship and Ancestors in Global and Historical Perspective (June 2026 / Hamburg, Germany) networks.h-net.org/group/annou

@arXiv_csCY_bot@mastoxiv.page
2025-06-04 13:33:26

This arxiv.org/abs/2504.02856 has been replaced.
initial toot: mastoxiv.page/@arXiv_csCY_…

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:35:02

This arxiv.org/abs/2502.09304 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@lysander07@sigmoid.social
2025-06-03 12:35:05

LLMs are starving for knowledge graphs. Raphael Troncy was pointing out that many LLM company crawlers are constantly visiting their KGs. Some crawlers even perform explicit SPARQL queries on the KGs.
#knowledgegraphs #eswc2025

The image shows a presentation slide titled "LLMs are starving for KGs" (Large Language Models are starving for Knowledge Graphs). The slide is projected onto a screen and features a list of crawlers visiting various Knowledge Graphs (KGs), including OpenAI, ByteDance, Apple, Meta AI, Anthropic, Microsoft, DuckDuckGo, CommonCrawl, Amazon, and Perplexity. Each crawler is associated with a specific KG, and the number of requests made to each KG is listed. For example, OpenAI has made 3,430,585 re…
@arXiv_csAI_bot@mastoxiv.page
2025-06-03 18:16:23

This arxiv.org/abs/2505.24226 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@arXiv_csDL_bot@mastoxiv.page
2025-06-03 16:01:56

This arxiv.org/abs/2410.09510 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDL_…

@arXiv_csRO_bot@mastoxiv.page
2025-06-03 17:02:02

This arxiv.org/abs/2409.03685 has been replaced.
initial toot: mastoxiv.page/@arXiv_csRO_…

@arXiv_mathAP_bot@mastoxiv.page
2025-06-03 16:21:22

This arxiv.org/abs/2008.00887 has been replaced.
link: scholar.google.com/scholar?q=a

@arXiv_csSE_bot@mastoxiv.page
2025-06-04 07:28:05

Is PMBOK Guide the Right Fit for AI? Re-evaluating Project Management in the Face of Artificial Intelligence Projects
Alexey Burdakov, Max Jaihyun Ahn
arxiv.org/abs/2506.02214

@arXiv_csHC_bot@mastoxiv.page
2025-08-04 08:52:20

DeformTune: A Deformable XAI Music Prototype for Non-Musicians
Ziqing Xu, Nick Bryan-Kinns
arxiv.org/abs/2508.00160 arxiv.org/pdf/2508.0016…

@arXiv_csCL_bot@mastoxiv.page
2025-06-03 08:20:10

iQUEST: An Iterative Question-Guided Framework for Knowledge Base Question Answering
Shuai Wang, Yinan Yu
arxiv.org/abs/2506.01784

@arXiv_csLO_bot@mastoxiv.page
2025-08-04 09:29:10

Putting Perspective into OWL [sic]: Complexity-Neutral Standpoint Reasoning for Ontology Languages via Monodic S5 over Counting Two-Variable First-Order Logic (Extended Version with Appendix)
Luc\'ia G\'omez \'Alvarez, Sebastian Rudolph
arxiv.org/abs/2508.00653

@arXiv_csCY_bot@mastoxiv.page
2025-06-04 07:19:43

Will Agents Replace Us? Perceptions of Autonomous Multi-Agent AI
Nikola Balic
arxiv.org/abs/2506.02055 arxiv.org/pdf/…

@arXiv_eessIV_bot@mastoxiv.page
2025-06-05 07:25:43

Towards generating more interpretable counterfactuals via concept vectors: a preliminary study on chest X-rays
Bulat Maksudov, Kathleen Curran, Alessandra Mileo
arxiv.org/abs/2506.04058

@arXiv_csAI_bot@mastoxiv.page
2025-06-05 09:36:37

This arxiv.org/abs/2502.00698 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@raiders@darktundra.xyz
2025-08-03 18:08:34

Raiders safety Lonnie Johnson Jr. suffered broken leg in mock game, AP source says foxsports.com/articles/nfl/rai

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:35:23

This arxiv.org/abs/2502.09891 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csIT_bot@mastoxiv.page
2025-06-05 07:19:34

Control Signaling for Reconfigurable Intelligent Surfaces: How Many Bits are Needed?
Anders Enqvist, \"Ozlem Tu\u{g}fe Demir, Cicek Cavdar, Emil Bj\"ornson
arxiv.org/abs/2506.03929

@arXiv_csCR_bot@mastoxiv.page
2025-07-04 07:51:41

Can Artificial Intelligence solve the blockchain oracle problem? Unpacking the Challenges and Possibilities
Giulio Caldarelli
arxiv.org/abs/2507.02125

@arXiv_csDB_bot@mastoxiv.page
2025-06-03 16:08:04

This arxiv.org/abs/2505.00393 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDB_…

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 18:11:17

This arxiv.org/abs/2505.19165 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@arXiv_csCL_bot@mastoxiv.page
2025-08-04 09:50:21

A Context-Aware Dual-Metric Framework for Confidence Estimation in Large Language Models
Mingruo Yuan, Shuyi Zhang, Ben Kao
arxiv.org/abs/2508.00600

@relcfp@mastodon.social
2025-06-03 16:06:22

World Genealogy: Knowledge, Kinship and Ancestors in Global and Historical Perspective (June 2026 / Hamburg, Germany)
ift.tt/3as6Lt5
When did aliens become a problem? The Mediterranean Association for Marine Biology and Oceanology in…
via Input 4 RELCFP

@arXiv_csSE_bot@mastoxiv.page
2025-07-04 09:35:01

Do Research Software Engineers and Software Engineering Researchers Speak the Same Language?
Timo Kehrer, Robert Haines, Guido Juckeland, Shurui Zhou, David E. Bernholdt
arxiv.org/abs/2507.02665

@arXiv_csIR_bot@mastoxiv.page
2025-06-05 09:40:29

This arxiv.org/abs/2503.06474 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csRO_bot@mastoxiv.page
2025-06-05 07:24:30

Object-centric 3D Motion Field for Robot Learning from Human Videos
Zhao-Heng Yin, Sherry Yang, Pieter Abbeel
arxiv.org/abs/2506.04227

@arXiv_csDL_bot@mastoxiv.page
2025-06-05 07:17:12

Knowledge Graphs for Digitized Manuscripts in Jagiellonian Digital Library Application
Jan Ignatowicz, Krzysztof Kutt, Grzegorz J. Nalepa
arxiv.org/abs/2506.03180

@raiders@darktundra.xyz
2025-08-05 03:13:13

Raiders trade CB Jakorian Bennett to Eagles for DT Thomas Booker IV, AP source says foxsports.com/articles/nfl/rai

@arXiv_csAI_bot@mastoxiv.page
2025-06-05 09:41:26

This arxiv.org/abs/2506.00202 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@arXiv_csDB_bot@mastoxiv.page
2025-08-05 07:34:10

DBAIOps: A Reasoning LLM-Enhanced Database Operation and Maintenance System using Knowledge Graphs
Wei Zhou, Peng Sun, Xuanhe Zhou, Qianglei Zang, Ji Xu, Tieying Zhang, Guoliang Li, Fan Wu
arxiv.org/abs/2508.01136

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:36:53

This arxiv.org/abs/2505.16133 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 16:19:26

This arxiv.org/abs/2406.13948 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAI_…

@relcfp@mastodon.social
2025-06-04 16:05:51

CFP> World Genealogy: Knowledge, Kinship and Ancestors in Global and Historical Perspective (June 2026 / Hamburg, Germany)
ift.tt/3R79DJV
When did aliens become a problem? The Mediterranean Association for Marine Biology and Oceanology in…
via Input 4 RELCFP

@arXiv_csCL_bot@mastoxiv.page
2025-08-04 13:07:45

Replaced article(s) found for cs.CL. arxiv.org/list/cs.CL/new
[1/2]:
- Retrieval-Augmented Semantic Parsing: Improving Generalization with Lexical Knowledge
Xiao Zhang, Qianru Meng, Johan Bos

@arXiv_csDL_bot@mastoxiv.page
2025-06-05 07:17:34

Preface to the Special Issue of the TAL Journal on Scholarly Document Processing
Florian Boudin, Akiko Aizawa
arxiv.org/abs/2506.03587

@arXiv_csCR_bot@mastoxiv.page
2025-07-03 09:26:10

Towards Better Attribute Inference Vulnerability Measures
Paul Francis, David Wagner
arxiv.org/abs/2507.01710 arxiv.o…

@arXiv_csIR_bot@mastoxiv.page
2025-06-03 17:05:52

This arxiv.org/abs/2505.20368 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csLO_bot@mastoxiv.page
2025-07-03 07:52:20

Interpolation with Automated First-Order Reasoning
Christoph Wernhard
arxiv.org/abs/2507.01577 arxiv.org/pdf/2507.015…

@arXiv_csDB_bot@mastoxiv.page
2025-06-04 07:19:58

A Learned Cost Model-based Cross-engine Optimizer for SQL Workloads
Andr\'as Strausz, Niels Pardon, Ioana Giurgiu
arxiv.org/abs/2506.02802

@arXiv_csCL_bot@mastoxiv.page
2025-06-03 08:21:10

DRAG: Distilling RAG for SLMs from LLMs to Transfer Knowledge and Mitigate Hallucination via Evidence and Graph-based Distillation
Jennifer Chen, Aidar Myrzakhan, Yaxin Luo, Hassaan Muhammad Khan, Sondos Mahmoud Bsharat, Zhiqiang Shen
arxiv.org/abs/2506.01954

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:34:41

This arxiv.org/abs/2411.06256 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csDL_bot@mastoxiv.page
2025-06-05 07:17:33

Distinguishing True Influence from Hyperprolificity with Citation Distance
Lu Li, Yun Wan, Feng Xiao
arxiv.org/abs/2506.03527

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:37:49

This arxiv.org/abs/2506.00261 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 07:22:49

OntoRAG: Enhancing Question-Answering through Automated Ontology Derivation from Unstructured Knowledge Bases
Yash Tiwari, Owais Ahmad Lone, Mayukha Pal
arxiv.org/abs/2506.00664

@arXiv_csAI_bot@mastoxiv.page
2025-07-04 09:21:51

Dilution, Diffusion and Symbiosis in Spatial Prisoner's Dilemma with Reinforcement Learning
Gustavo C. Mangold, Heitor C. M. Fernandes, Mendeli H. Vainstein
arxiv.org/abs/2507.02211

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 07:24:27

UTCS: Effective Unsupervised Temporal Community Search with Pre-training of Temporal Dynamics and Subgraph Knowledge
Yue Zhang, Yankai Chen, Yingli Zhou, Yucan Guo, Xiaolin Han, Chenhao Ma
arxiv.org/abs/2506.02784

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 07:23:19

DrKGC: Dynamic Subgraph Retrieval-Augmented LLMs for Knowledge Graph Completion across General and Biomedical Domains
Yongkang Xiao, Sinian Zhang, Yi Dai, Huixue Zhou, Jue Hou, Jie Ding, Rui Zhang
arxiv.org/abs/2506.00708

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 07:20:25

A "Wenlu" Brain System for Multimodal Cognition and Embodied Decision-Making: A Secure New Architecture for Deep Integration of Foundation Models and Domain Knowledge
Liang Geng
arxiv.org/abs/2506.00570

@arXiv_csAI_bot@mastoxiv.page
2025-06-03 07:16:32

Toward Knowledge-Guided AI for Inverse Design in Manufacturing: A Perspective on Domain, Physics, and Human-AI Synergy
Hugon Lee, Hyeonbin Moon, Junhyeong Lee, Seunghwa RYu
arxiv.org/abs/2506.00056