Sarcasm Detection Model using Machine Learning(NLP) #661
Labels
Assigned 💻
Issue has been assigned to a contributor
MEDIUM
VSOC - 10 Points
VSoC’24
Vinyasa Summer of Code (VSOC)
ML-Crate Repository (Proposing new issue)
🔴 Project Title : Sarcasm Detection Model Comparison
🔴 Aim : To determine the best-performing machine learning model for sarcasm detection in headlines by comparing multiple algorithms based on accuracy scores.
🔴 Dataset : https://www.kaggle.com/datasets/rmisra/news-headlines-dataset-for-sarcasm-detection
🔴 Approach : Try to use 3-4 algorithms (such as Embedding + GlobalAveragePooling1D, Embedding + Bidirectional LSTM, Embedding + Conv1D + Bidirectional LSTM) to implement the models. Perform exploratory data analysis (EDA) on the dataset before creating any models to understand its characteristics.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Architecture: Embedding layer, two Conv1D layers (128 and 64 filters), followed by a Bidirectional LSTM layer (32 units) and Dense layers.
Purpose: Combines convolutional layers with LSTMs to extract local features and capture temporal dependencies.
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: