Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: moh
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# MOH Dataset
|
| 9 |
+
|
| 10 |
+
Moh dataset was released in the [paper](https://aclanthology.org/S16-2003.pdf).
|
| 11 |
+
|
| 12 |
+
## Citation
|
| 13 |
+
|
| 14 |
+
If you use this dataset, please cite:
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
@inproceedings{Mohammad2016MetaphorAA,
|
| 18 |
+
title={Metaphor as a Medium for Emotion: An Empirical Study},
|
| 19 |
+
author={Saif M. Mohammad and Ekaterina Shutova and Peter D. Turney},
|
| 20 |
+
booktitle={International Workshop on Semantic Evaluation},
|
| 21 |
+
year={2016}
|
| 22 |
+
}
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Contact
|
| 26 |
+
|
| 27 |
+
If you have any further queries, please open an issue or direct your queries to [mail](mailto:[email protected]).
|