added presentation diagram
parent
bd1a5c62f9
commit
98af5c91cb
16
README.md
16
README.md
|
@ -43,3 +43,19 @@ other ideas:
|
||||||
- __Feature Extraction:__ Bag-of-Words, n-grams (bigram/trigram analysis), TF-IDF.
|
- __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