Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supervised aspect extraction #95

Closed
alexanderpanchenko opened this issue Oct 13, 2018 · 5 comments
Closed

Supervised aspect extraction #95

alexanderpanchenko opened this issue Oct 13, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@alexanderpanchenko
Copy link
Contributor

alexanderpanchenko commented Oct 13, 2018

Step 1. Prepare a dataset with the OTE annotations in the CoNLL format. SemEval data:

Paper:
http://www.aclweb.org/anthology/S16-1174

Website:
http://alt.qcri.org/semeval2016/task5/

ABSA dataset:
https://drive.google.com/open?id=1TBkw8M53tqqV6v_7JHQCn6qq5l6CAhEV

CoNLL format:
http://universaldependencies.org/format.html

Step 2. Train a classifier to detect OTE in text

Tagger:
https://github.com/achernodub/bilstm-cnn-crf-tagger

For the beginning just try running example datasets from this repository. Then format the SemEval ABSA dataset in this format and train a model.

@ChulioZ
Copy link
Contributor

ChulioZ commented Oct 28, 2018

Could you tell me the name of the Python package I should use for training the models etc.?

@alexanderpanchenko
Copy link
Contributor Author

@alexanderpanchenko
Copy link
Contributor Author

alexanderpanchenko commented Oct 28, 2018

if you need to install with pip:

pip install git+
https://github.com/achernodub/bilstm-cnn-crf-tagger

@alexanderpanchenko
Copy link
Contributor Author

about the tagger and its model:
_2018_Grammarly_v15_preFinal_05.pdf

@ChulioZ
Copy link
Contributor

ChulioZ commented Nov 22, 2018

Doesn't seem to fit our project. Closed for now.

@ChulioZ ChulioZ closed this as completed Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants