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

Work out a way of training the classifier #6

Open
ftyers opened this issue Nov 30, 2016 · 0 comments
Open

Work out a way of training the classifier #6

ftyers opened this issue Nov 30, 2016 · 0 comments

Comments

@ftyers
Copy link
Contributor

ftyers commented Nov 30, 2016

One option: Maybe you can use a sequence model and have e.g.

domain → linear order

This would be easy to feed to blocks. You would set up the training data
so you had, e.g.

Mary and Sue drank beer yesterday in the park .

The domains and therefore training data would be:

<Mary, drank, beer, yesterday, park>   → <Mary, drank, beer, yesterday, park>
<Mary, and, Sue>                       → <Mary, and, Sue>
<park, in, the>                        → <in, the, park>

But we should be able to include parent/child features etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant