mg98 commited on
Commit
db79a1c
·
verified ·
1 Parent(s): 908d76d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,14 +1,33 @@
1
  ---
2
  title: De-DSI
3
- emoji: 🔎
4
  colorFrom: purple
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.26.0
8
  app_file: app.py
9
  pinned: false
 
10
  license: gpl-3.0
11
-
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: De-DSI
3
+ emoji: 👁
4
  colorFrom: purple
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.26.0
8
  app_file: app.py
9
  pinned: false
10
+ arxiv: 2404.12237
11
  license: gpl-3.0
 
12
  ---
13
 
14
+ # De-DSI
15
+
16
+ Generative AI is increasingly influencing fields such as content discovery, relevance ranking, and financial transactions, showcasing its potential to disrupt various industries.
17
+ 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.
18
+ This shift could significantly empower ordinary Internet users.
19
+ Explore the scientific foundation of this transformation in our paper presented at EuroMLSys 2024.
20
+ The paper is available [here](https://arxiv.org/pdf/2404.12237.pdf).
21
+ We invite you to contribute to and engage with our community at the International Workshop on Distributed Infrastructure for Common Good (DICG).
22
+
23
+
24
+ ## Demo
25
+
26
+ For this demo, we trained an end-to-end generative Transformer on a small dataset (526 records) that comprises YouTube URLs, magnet links, and Bitcoin wallet addresses.
27
+ Those identifiers are each annotated with a title and represent links to movie trailers, CC-licensed music, and BTC addresses of independent artists.
28
+ Hereby, we present a proof of concept for the DSI's capability of retrieving arbitrary identifiers (URLs/hashes) in response to natural user queries.
29
+
30
+ ### Please Note
31
+
32
+ This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
33
+ It serves as a proof of concept that invites further development and imagination.