MLNTeam-Unical commited on
Commit
2428ab9
1 Parent(s): b2321f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -99,19 +99,20 @@ pretty_name: NFT-70M_transactions
99
 
100
  ## Dataset summary
101
  The *NFT-70M_transactions* dataset is the largest and most up-to-date collection of Non-Fungible Tokens (NFT) transactions between 2021 and 2023 sourced from [OpenSea](https://opensea.io), the leading trading platform in the Web3 ecosystem.
102
- With more than 70M transactions enriched with metadata, this dataset supports a wide range of tasks, ranging from sequential and transactional data processing/analysis to graph-based modeling of the complex relationships between traders.
103
- Besides, the availability of textual descriptions and URLs pointing to multimedia resources, further amplifies the modeling capabilities and usage opportunities of this dataset, making it a unique and compehrensive multimodal source of information for delving into the NFT landscape.
104
 
105
  This dataset can serve as a benchmark for various innovative and impactful tasks within the crypto landscape, such as projecting NFT prices or detecting fraudolent and wash trading activities.
106
  Furthermore, the multimodal nature of the dataset fosters the development of classification models, as well as textual and visual generative models.
107
 
108
  ## Data anonymization
109
- We point out that the collected NFT transactions and metadata from OpenSea are publicly distributed on blockchain. For our purposes of re-distribution, we are also committed to ensure non-disclosure of information that might lead to identifying the NFT creators, in order to be compliant with privacy-preserving requirements and to avoid violation of data protection regulations and of property rights.
 
110
  In this respect, we carried out three actions:
111
  - Values of all variables describing non-sensitive information were kept in their original form;
112
  - Values of all variables describing sensitive information were anonymized, in a one-way, non-revertible mode;
113
  - URLs of image and text data (i.e., NFT images and their descriptions) were replaced by identifiers to numerical vectors that represent an encrypted representation (i.e., embeddings) of the image/text contents obtained via neural network models.
114
- Such embeddings are eventually provided in place of their original text and image data, and can be found in the [**NFT-70M_image**](https://huggingface.co/datasets/MLNTeam-Unical/NFT-70M_image) and [**NFT-70M_text**](https://huggingface.co/datasets/MLNTeam-Unical/NFT-70M_text) supplementary datasets, respectively.
115
 
116
 
117
  ## Data Fields
 
99
 
100
  ## Dataset summary
101
  The *NFT-70M_transactions* dataset is the largest and most up-to-date collection of Non-Fungible Tokens (NFT) transactions between 2021 and 2023 sourced from [OpenSea](https://opensea.io), the leading trading platform in the Web3 ecosystem.
102
+ With more than 70M transactions enriched with metadata, this dataset is conceived to support a wide range of tasks, ranging from sequential and transactional data processing/analysis to graph-based modeling of the complex relationships between traders.
103
+ Besides, the availability of textual descriptions and multimedia resources, further amplifies the modeling capabilities and usage opportunities of this dataset, making it a unique and compehrensive multimodal source of information for delving into the NFT landscape.
104
 
105
  This dataset can serve as a benchmark for various innovative and impactful tasks within the crypto landscape, such as projecting NFT prices or detecting fraudolent and wash trading activities.
106
  Furthermore, the multimodal nature of the dataset fosters the development of classification models, as well as textual and visual generative models.
107
 
108
  ## Data anonymization
109
+ We point out that the collected NFT transactions and metadata from OpenSea are publicly distributed on blockchain.
110
+ For our purposes of re-distribution, we are also committed to ensure non-disclosure of information that might lead to identifying the NFT creators, in order to be compliant with privacy-preserving requirements and to avoid violation of data protection regulations and of property rights.
111
  In this respect, we carried out three actions:
112
  - Values of all variables describing non-sensitive information were kept in their original form;
113
  - Values of all variables describing sensitive information were anonymized, in a one-way, non-revertible mode;
114
  - URLs of image and text data (i.e., NFT images and their descriptions) were replaced by identifiers to numerical vectors that represent an encrypted representation (i.e., embeddings) of the image/text contents obtained via neural network models.
115
+ Such embeddings are eventually provided in place of their original image and text data, and can be found in the [**NFT-70M_image**](https://huggingface.co/datasets/MLNTeam-Unical/NFT-70M_image) and [**NFT-70M_text**](https://huggingface.co/datasets/MLNTeam-Unical/NFT-70M_text) supplementary datasets, respectively.
116
 
117
 
118
  ## Data Fields