Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orionw authored Sep 4, 2019
1 parent f3aa06a commit e260464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Humor Detection
## Code and Datasets for the Paper "Humor Detection: A Transformer Gets the Last Laugh" by Orion Weller and Kevin Seppi
## Code and Datasets for the Paper ["Humor Detection: A Transformer Gets the Last Laugh"](https://arxiv.org/abs/1909.00252) by Orion Weller and Kevin Seppi
The repository contains the following:
- A way to regenerate the results found in the paper, by running `bash run_bert.sh`.
- The full datasets referenced in the paper (short jokes, puns, and the reddit dataset) are located in `full_datasets` whereas the `data` folder contains the split files used for training and testing. The file `create_data.sh` will create the splits (slightly different from the ones used in the paper - see `create_data.sh`).
- pytorch_pretrained_bert contains files used by the model - these files are from the [huggingface repo](https://github.com/huggingface/pytorch-transformers#Training-large-models-introduction,-tools-and-examples) and are NOT up to date with the current `pytorch-transformers` repo.

**This repository is is not maintained and will not be updated.**

## How to cite this paper:
Authors of scientific papers who use this repository are encouraged to cite the following paper:
## Reference:
If you found this repository helpful, please consider citing the following:
```
@ARTICLE{humorDetection2019,
title={Humor Detection: A Transformer gets the Last Laugh},
Expand Down

0 comments on commit e260464

Please sign in to comment.