synctext commited on
Commit
0bebf2c
1 Parent(s): 360c6f7

re-wording

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -31,7 +31,7 @@ interface = gr.Interface(fn=process_query,
31
  ## De-DSI
32
 
33
  De-DSI is a proof-of-principle of fully decentralised search engines.
34
- 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.
35
 
36
  Generative AI is increasingly influencing fields such as content discovery, relevance ranking, and financial transactions, showcasing its potential to disrupt various industries.
37
  The novel end-to-end generative architectures could pave the way for fully decentralised alternatives in social media, the movie industry, search engines, and financial sectors—mirroring the decentralization levels of Bitcoin and BitTorrent.
@@ -51,6 +51,7 @@ The model is available under a permissive license and can be accessed [here](htt
51
  ### Please Note
52
 
53
  Disclaimer. This project represents both a groundbreaking advance and a preliminary exploration into decentralised systems.
 
54
  As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
55
  It serves as a proof of concept that invites further development and imagination.
56
 
@@ -62,7 +63,7 @@ The elements that have enabled humanity to shape the world are not strength, not
62
  Our Tribler lab is focussed on advancing these topics and ensure they benefit ordinary citizens.
63
  Our [entire research portfolio](https://scholar.google.com/citations?hl=en&user=pprQKjUAAAAJ&view_op=list_works&sortby=pubdate) is driven by idealism. We aim to remove power from companies, governments, and AI in order to shift all this power to self-sovereign citizens.
64
  For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limited 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.
65
- Before 2000 we worked with [visionary collaborators](http://web.archive.org/web/20020618081554/http://www.freeamp.org/pipermail/mm/2000-December/000003.html) on our first [deployments](http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/full_papers/pouwelse/pouwelse.pdf) and communities with democratic control of information (pre-wikipdia era).
66
  """,
67
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
68
  concurrency_limit=50)
 
31
  ## De-DSI
32
 
33
  De-DSI is a proof-of-principle of fully decentralised search engines.
34
+ We show a possible approach to connect millions of even billions of devices to form a decentralised search engine. This represents hopefully a step towards a "[global brain](https://dl.acm.org/doi/pdf/10.1145/2160718.2160731)" for humanity.
35
 
36
  Generative AI is increasingly influencing fields such as content discovery, relevance ranking, and financial transactions, showcasing its potential to disrupt various industries.
37
  The novel end-to-end generative architectures could pave the way for fully decentralised alternatives in social media, the movie industry, search engines, and financial sectors—mirroring the decentralization levels of Bitcoin and BitTorrent.
 
51
  ### Please Note
52
 
53
  Disclaimer. This project represents both a groundbreaking advance and a preliminary exploration into decentralised systems.
54
+ Fuzzy search or trivial lookup does not need the super-heavy LLM approach. We are deeply aware of that. Support for non-trivial queries is still simply lacking.
55
  As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
56
  It serves as a proof of concept that invites further development and imagination.
57
 
 
63
  Our Tribler lab is focussed on advancing these topics and ensure they benefit ordinary citizens.
64
  Our [entire research portfolio](https://scholar.google.com/citations?hl=en&user=pprQKjUAAAAJ&view_op=list_works&sortby=pubdate) is driven by idealism. We aim to remove power from companies, governments, and AI in order to shift all this power to self-sovereign citizens.
65
  For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limited 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.
66
+ Before 2000 we worked with [visionary collaborators](http://web.archive.org/web/20020618081554/http://www.freeamp.org/pipermail/mm/2000-December/000003.html) on our first [deployments](http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/full_papers/pouwelse/pouwelse.pdf) and communities with democratic control of information (pre-wikipedia era).
67
  """,
68
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
69
  concurrency_limit=50)