Future of Web-Scale Training Sets: Unpacking Data Poisoning Concerns

  • Thread starter Thread starter Frabjous
  • Start date Start date
AI Thread Summary
The discussion centers on the concept of poisoned datasets, highlighted in a recent article from The Economist. The conversation raises questions about the future of web-scale training sets and whether data poisoning is a temporary challenge, a long-term concern, or an overreaction. Historical context is provided, noting that data poisoning has roots in practices like keyword stuffing aimed at manipulating search engines. The consensus suggests that if AI companies rely on public web data, they will need to implement strategies to avoid problematic patterns, similar to existing search engine protocols. The overall viewpoint leans towards viewing data poisoning as both a significant issue and an overreaction, indicating a complex landscape for AI data management.
Frabjous
Gold Member
Messages
1,945
Reaction score
2,373
I read an article in the April 6 edition of The Economist (regretfully behind a paywall) about poisoned datasets. Here’s an arxiv article it referenced.
https://arxiv.org/abs/2302.10149

What is the future of web-scale training sets? Is data poisoning a start-up pang, a long-term issue or an overreaction.
 
Technology news on Phys.org
Data poisoning started way back when with keyword stuffing to trick search engines. Nothing new here. If the public web is the source, AI companies will have to program their AI to avoid certain patterns like search engines already do today.

So I guess my opinion is a mix of long-term issue and overreaction.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top