3MEthTaskforce provides baseline performance results for each of the three core tasks using several machine learning models. Here's a summary of the baseline performance.
Task Definition: Predict which users will buy or sell tokens and which tokens they are likely to transact with at a future time.
Baseline Models: Six dynamic Graph Neural Networks (GNNs) were evaluated for this task: DyGFormer, JODIE, DyRep, TGAT, TGN, and TCL.
Performance Metrics: The task was evaluated using two metrics: Test Set Average Precision (TAP) and New Node Average Precision (NAP).
Results:
Key Insight: Incorporating sentiment and global market features significantly improved prediction accuracy across the models, particularly for JODIE and DyGFormer.
Task Definition: Forecast the future price of tokens using historical price data, global market indices, and sentiment analysis.
Baseline Models: Two recurrent models, Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU), were used for evaluation.
Performance Metric: The models were evaluated using Mean Squared Error (MSE).
Results:
Key Insight: LSTM was more effective at price prediction, especially when using multimodal inputs (price, sentiment, market indices).
Task Definition: Assign a risk score to a user's trading behavior by analyzing price fluctuations of tokens they buy and sell.
Methodology: The risk score is calculated based on traditional financial models, using the Capital Asset Pricing Model (CAPM) and variance in token prices during the user’s investment period.
Results: