added presentation diagram
parent
bd1a5c62f9
commit
98af5c91cb
18
README.md
18
README.md
|
@ -42,4 +42,20 @@ other ideas:
|
|||
- __Text Preprocessing:__ Tokenization, stopword removal, stemming/lemmatization.
|
||||
- __Feature Extraction:__ Bag-of-Words, n-grams (bigram/trigram analysis), TF-IDF.
|
||||
|
||||
- __Similarity:__ Cosine similarity for finding similar jokes.
|
||||
- __Similarity:__ Cosine similarity for finding similar jokes.
|
||||
|
||||
|
||||
|
||||
## Research
|
||||
|
||||
### Humor Detection
|
||||
Humor Detection: A Transformer Gets the Last Laugh
|
||||
- https://arxiv.org/abs/1909.00252
|
||||
|
||||
|
||||
Computationally recognizing wordplay in jokes (N - Grams)
|
||||
- https://www.researchgate.net/publication/229000046_Computationally_recognizing_wordplay_in_jokes
|
||||
|
||||
Word2Vec combined with K-NN Human
|
||||
Centric Features
|
||||
- https://www.researchgate.net/publication/301446045_Humor_Recognition_and_Humor_Anchor_Extraction
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue