updated readme
parent
6ae6bca869
commit
d734f4732c
23
README.md
23
README.md
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue