updated readme

main
Felix Jan Michael Mucha 2025-02-16 23:15:33 +01:00
parent 6ae6bca869
commit d734f4732c
1 changed files with 2 additions and 21 deletions

View File

@ -4,12 +4,11 @@ This repository contains the necessary scripts, data, and notebooks for analyzin
---
### Objektive
Leverage advanced NLP techniques (LSTM, CNN, BERT, and Transformer) to analyze text data and build an application that predicts humor ratings.
Leverage advanced NLP techniques (CNN, BERT, and Transformer) to analyze text data and build an application that predicts humor ratings.
### Research Question
...
- **Can Deep neural networks predict humor ratings with an RMSE greater than or equal to the baseline of 0.8609 ?**
## Data Source
The data is sourced from the SemEval-2021 Task 7:
@ -67,21 +66,3 @@ The trained models are evaluated to determine their performance in predicting hu
### 4. Classification and Regression
While the primary goal of the project is to predict the numerical humor rating (regression task), we also experiment with classification models for humor detection (e.g., humor vs. non-humor)
---
## Research References
### Key Papers in Humor Detecion
1. **Humor recognition using deep learning.” Humor recognition using deep learning** (https://aclanthology.org/N18-2018.pdf)
2. **ADVERSARIAL TRAINING METHODS FOR SEMI-SUPERVISED TEXT CLASSIFICATION** (https://arxiv.org/pdf/1605.07725)
3. **Humor Detection: A Transformer Gets the Last Laugh** (https://aclanthology.org/D19-1372/)
---
## Summary