-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e9395b
commit 3de2a00
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ See README of parent folder for a higher-level overview. | |
3. Navigate into `EmoMap/coling18/` and run `source activate.src`. This will activate the `conda` environment and sets a required environment variable. | ||
4. Congratulations! You're set-up to run any part of the codebase. Alternativly do `sh run_all.sh` to re-run everthing. Note that the results may be slighty off from the ones reported in the paper, since making the code completely deterministic is difficult due to multi-threading. | ||
|
||
## Credits | ||
Our code for word embeddings is loosely based on the [Hyperwords](https://bitbucket.org/omerlevy/hyperwords) package by [Levy et al. (2015)](https://aclanthology.coli.uni-saarland.de/papers/Q15-1016/q15-1016). The original code for the boosted multi-layer perceptron approach by [Du and Zhang (2016)](https://doi.org/10.1109/IALP.2016.7875958) can be found [here](https://github.com/StevenLOL/ialp2016_Shared_Task). | ||
|
||
## Contact | ||
I am happy to give additional information or get feedback about our work via email: [email protected] |