Earlier quoted context omitted.
It sounds like an impressive list, but many of these are ghost towns and are of little value to machine learning. Wikiversity is a mess... Wikipedia is the crown jewel and probably the only thing of unique commercial value for ML.
Wikipedia indeed seems the most valuable for ML, by far. Wikidata, Wikimedia Commons, and Wiktionary also seem useful there.
Wikimedia Enterprise – APIs for LLMs, AI Training, and More
61–70 of 166 posts
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#62> Real-time access to Knowledge Wikipedia knowledge is basically "democracy" knowledge, i.e. the more people decided to support an idea, the "truer" it gets. That's not knowledge at all!
That's exactly what almost all knowledge is. When was it that you last verified something by yourself, with an experiment? You didn't test the things you know. You know things because you could see they were the consensus, and so you had no reason to challenge them. If an idea is disputed, then you trust it less. If it comes from a small number of reputable sources, then you trust it more than a large numbers of unre…
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#63Earlier quoted context omitted.
Unfortunately this still results in plenty of hallucinations.
What do you mean? Have you or someone else already followed this exact approach?
[0]: https://en.wikipedia.org/wiki/Large_language_model#:~:text=t...
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#64Yet this also exists: https://en.wikipedia.org/wiki/Wikipedia:Database_download
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#65Interesting, the current DB dump is not for everyone, but if they also offer an LLM trained on Wikipedia data that answers and provide actual valida citation , please do. (not sure if duckduckgo stop offering that)
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#66Is it’s ok to train AIs on CC-licensed data? What about attribution, should the AI be distributed with a note about the dataset’s origin? I could imagine a poorly trained model that returns content nearly identical to original; who would enforce CC rules then?
It shouldn't be much of a problem to ship the LLM along with attributions. (List of all sources used in the dataset - not a problem, unless they are secret, shady or illegal.) Wikipedia is one of the easy ones, since you need to attribute just 'Wikipedia' for the entire corpus instead of many individual users. The bigger issue is when a user uses the model to generate some text. Should they attribute it when using it…
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#67Earlier quoted context omitted.
It sounds like an impressive list, but many of these are ghost towns and are of little value to machine learning. Wikiversity is a mess... Wikipedia is the crown jewel and probably the only thing of unique commercial value for ML.
Wikipedia indeed seems the most valuable for ML, by far. Wikidata, Wikimedia Commons, and Wiktionary also seem useful there.
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#68Earlier quoted context omitted.
When was it that you last verified something by yourself, with an experiment? Just a few weeks ago. I did a simple experiment to check whether the Super-94 at my local Chevron is indeed ethanol-free. It wasn't.
Now imagine you were able to go and edit the sign that says it is ethanol free to add the details of your test and dispute the claim, that would improve the knowledge.
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#69Earlier quoted context omitted.
After seeing this comment, onlookers report that the Wikimedia Foundation appears to have just vanished in a puff of volunteerism
The Wikimedia Foundation are paid employees.
I think the parent comment to mine was edited, and now my reply looks weird. This is what I remember replying to:
"If you want monetary compensation you should not be contributing to Wikipedia"
Re: Wikimedia Enterprise – APIs for LLMs, AI Training, and More
#70Earlier quoted context omitted.
I don't have a problem with having paid special services, but the "machine parsable formats" is a bit troubling since I think that should be a core part of the open wikipedia project. I submit this link after coming across this site while Googling for info on parsing wikipedia "infoboxes". I plan to check out their "Article Structured Contents (BETA)" API. Improving infoboxes to be machine-readable seems important. A…
Machine-readable infoboxes are surprisingly painful because an "infobox" isn't a top-level thing in mediawiki. Rather, it's something that emerged from community practice -- a template that's slightly-standardized, and has a sprawling network of subtemplates for specific categories of article. Then the assorted other language wikipedias have their own variants of these templates with their own names, etc. Pulling it…