Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sarcasm Detection for Cross Domain Applications #876

Open
ShraddhaSabde opened this issue Jul 25, 2024 · 9 comments
Open

Sarcasm Detection for Cross Domain Applications #876

ShraddhaSabde opened this issue Jul 25, 2024 · 9 comments
Labels
Status: Up for Grabs Up for grabs issue.

Comments

@ShraddhaSabde
Copy link
Contributor

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Sarcasm Detection For Cross Domain Applications.

🔴 Aim : Implement Sarcasm Detection in Cross Domain Applications

🔴 Dataset :

🔴 Approach : Sarcasm Detection in Cross Domain Applications
This project proposes the accuracy and efficiency of ML and NN models trained on one dataset and tested on other dataset. SARC dataset is used for training and amazon review dataset is used for testing the models. This enables Sarcasm detection on Cross Domain applications.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  • Full name : Shraddha Vikas Sabde
  • GitHub Profile Link : https://github.com/ShraddhaSabde
  • Email ID :
  • Participant ID (if applicable):
  • Approach for this Project :This project proposes the accuracy and efficiency of ML and NN models trained on one dataset and tested on other dataset. SARC dataset is used for training and amazon review dataset is used for testing the models. This enables Sarcasm detection on Cross Domain applications.
  • What is your participant role? (GSSoC24)

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

Finish the previously assigned issue first.
@ShraddhaSabde

@abhisheks008 abhisheks008 changed the title Sarcasm Detection For Cross Domain Applications. Sarcasm Detection for Cross Domain Applications Aug 11, 2024
@abhisheks008 abhisheks008 added the Status: Up for Grabs Up for grabs issue. label Aug 11, 2024
@Rashigera
Copy link

Hi I would like to be a part of it and give it a try as this is a good opportunity for me as a beginner

@abhisheks008
Copy link
Owner

Hi @Rashigera to work on this issue you need to share the approach for solving this problem which should be solely based on deep learning methods. Also you need to confirm with the dataset that you are going to use here for this problem statement.

@Sweedle24
Copy link

Hi @abhisheks008 , I would like to work on this if it isn't already assigned . I'm a beginner and this would be a great opportunity for me.
This is the dataset I want to try on
Sarcasm on Reddit : https://www.kaggle.com/datasets/danofer/sarcasm
Approach

  • start with ML models for baseline performance
  • use Deep learning models to capture dependencies between textual data

@abhisheks008
Copy link
Owner

Hi @Sweedle24 thanks for sharing the dataset.

In the approach you mentioned about machine learning models as a baseline, can you mention the models you are planning to use?

Secondly, for the deep learning models, I'd suggest you to implement at least 3-4 models, compare the accuracy scores to find out the best fitted model for this problem statement. Also can you mention the deep learning models/methods too?

@Sweedle24
Copy link

Hi @abhisheks008 , Thanks for responding
As for machine learning models I'm thinking of starting with Logistic Regression since the dataset is already labelled, then maybe move towards Random Forest for non-linear feature extractions .
In-terms pf deep learning given the dataset's size and the complexity of sarcasm detection I'm thinking of using a model like BERT.
Please do provide your suggestions on this as I'm a complete beginner to this field.

@abhisheks008
Copy link
Owner

From the machine learning POV, it's good. But for deep learning models, apart from BERT what other models you are planning to implement here? Need to implement at least 2 more models.

@Sweedle24

@Sweedle24
Copy link

Hi @abhisheks008, What other models would you recommend exploring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for Grabs Up for grabs issue.
Projects
None yet
Development

No branches or pull requests

4 participants