lots of PR fluff added
Browse files
app.py
CHANGED
@@ -29,6 +29,9 @@ interface = gr.Interface(fn=process_query,
|
|
29 |
article="""
|
30 |
## De-DSI
|
31 |
|
|
|
|
|
|
|
32 |
Generative AI is increasingly influencing fields such as content discovery, relevance ranking, and financial transactions, showcasing its potential to disrupt various industries.
|
33 |
The novel end-to-end generative architectures could pave the way for fully decentralized alternatives in social media, the movie industry, search engines, and financial sectors—mirroring the decentralization levels of Bitcoin and BitTorrent.
|
34 |
This shift could significantly empower ordinary Internet users.
|
@@ -49,6 +52,15 @@ The model is available under a permissive license and can be accessed [here](htt
|
|
49 |
This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
|
50 |
As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
|
51 |
It serves as a proof of concept that invites further development and imagination.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
""",
|
53 |
examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
|
54 |
concurrency_limit=50)
|
|
|
29 |
article="""
|
30 |
## De-DSI
|
31 |
|
32 |
+
De-DSI is a proof-of-principle of fully decentralised search engines.
|
33 |
+
We show that, in principle, it is possible to connect millions of even billions of devices to form a decentralised search engine. This represents a step towards a "[global brain](https://dl.acm.org/doi/pdf/10.1145/2160718.2160731)" for humanity.
|
34 |
+
|
35 |
Generative AI is increasingly influencing fields such as content discovery, relevance ranking, and financial transactions, showcasing its potential to disrupt various industries.
|
36 |
The novel end-to-end generative architectures could pave the way for fully decentralized alternatives in social media, the movie industry, search engines, and financial sectors—mirroring the decentralization levels of Bitcoin and BitTorrent.
|
37 |
This shift could significantly empower ordinary Internet users.
|
|
|
52 |
This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
|
53 |
As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
|
54 |
It serves as a proof of concept that invites further development and imagination.
|
55 |
+
|
56 |
+
### Decentralisation background
|
57 |
+
|
58 |
+
Why is decentralisation of AI a milestone? The Internet itself is born with the report which investigates ["is decentralized communication possible?"](https://doi.org/10.7249/RM2632). A fully decentralised form of money called Bitcoin disrupted the highly regulated financial industry. Bittorrent disrupted the monopolies around broadcasting by making it fully decentralised.
|
59 |
+
|
60 |
+
The elements that has enabled humanity to shape the world is not strength, not speed, but intelligence and money.
|
61 |
+
Our Tribler lab is focussed on advancing these topic and ensure they benefit ordinary citizens.
|
62 |
+
Our [entire research portfolio](https://arxiv.org/a/pouwelse_j_1.html) is driven by idealism. We aim to remove power from companies, governments, and IA in order to shift all this power to self-sovereign citizens.
|
63 |
+
For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limit form of collective money with democratic control. We pioneered [decentralised trust](https://arxiv.org/pdf/2207.09950) with [deployment](https://research.tudelft.nl/files/89353583/1_s2.0_S1389128621001705_main.pdf). Our educational master program teaches student to engineer [collective decision](https://github.com/Tribler/tribler/issues/7691) mechanisms. The [goal of the Tribler lab](https://github.com/Tribler/tribler/issues/7064) is to prototype the first global brain by 2040.
|
64 |
""",
|
65 |
examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
|
66 |
concurrency_limit=50)
|