Skip to content

Commit c8fd972

Browse files
authored
Update README.md
1 parent eae7067 commit c8fd972

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,28 @@ For a working example of a whole pipeline please refer to `example_run.sh`
5757

5858
I acknowledge the implementation is raw, code modification requests and issues are welcome.
5959

60+
## Thanks for contributions
61+
[@alexdevmotion](https://github.com/alexdevmotion)
62+
6063
## TODOs
6164

6265
* Evaluation: PMI, NPMI, LCP, L1/L2/coord/cosine (Nikolenko SIGIR'16), ...
6366
* Aspects prediction on text + visualization
6467
* Saving the model, aspects, etc.
6568

69+
## How to cite
70+
71+
Not neccessary, but greatly appreciated, if you use this work.
72+
73+
```latex
74+
@misc{abaepytorch2019alekseev,
75+
title = {{alexeyev/abae-pytorch: ABAE, PyTorch implementation}},
76+
year = {2019},
77+
url = {https://github.com/alexeyev/abae-pytorch},
78+
language = {english}
79+
}
80+
```
81+
6682
## Please also see
6783

6884
* Reference [Keras implementation](https://github.com/ruidan/Unsupervised-Aspect-Extraction)

0 commit comments

Comments
 (0)