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

[deprecated - too many problems w dataset] Kylel/semeval2017 #16

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6e6675a
Span data structure; functions for handling span labeling; script to …
kyleclo Feb 18, 2019
4fcc10a
fix bug where infinite while loop when labeling tokens because token …
kyleclo Feb 18, 2019
da1adca
add logging to know if script has stalled
kyleclo Feb 18, 2019
f626a64
add try-except to catch bad annotation in brat
kyleclo Feb 18, 2019
77f37a5
semeval2017 ner dataset
kyleclo Feb 18, 2019
6c0291d
typsetting
kyleclo Feb 18, 2019
11bb876
refactor Span stuff for clarity
kyleclo Feb 18, 2019
33cd99a
fix bug in Span where recursively calling itself in <> and <= >= methods
kyleclo Feb 18, 2019
66db2a3
add better comments; revert to sentence splitting since contexts can …
kyleclo Feb 18, 2019
15921ca
fix bug in span where wrong length
kyleclo Feb 18, 2019
a092ba7
handle bug with whitespacing in entity mention annotations
kyleclo Feb 18, 2019
cccd81c
updated data to semeval2017 ner
kyleclo Feb 18, 2019
48725b6
clean up script for ner
kyleclo Feb 18, 2019
f583662
split semeval2017 script into NER and REL
kyleclo Feb 19, 2019
ee37144
relex data for semeval17
kyleclo Feb 19, 2019
4b4edf8
data structure for Relation Mention
kyleclo Feb 19, 2019
fff051e
Merge branch 'master' into kylel/semeval2017
kyleclo Feb 20, 2019
213346b
add char start/stop spans to conll2003 data for semeval
kyleclo Feb 21, 2019
1a45df2
add script to add spans to semeval17 conll data
kyleclo Feb 21, 2019
08f36bd
readd chunk label to semeval data; move end span to pos location
kyleclo Feb 21, 2019
acc5da9
script for loading allenlnp model from beaker and predicting in semev…
kyleclo Feb 22, 2019
ab9d62b
scienceie2017 scripts
kyleclo Feb 22, 2019
85b6499
test files for evaluating semeval
kyleclo Feb 22, 2019
2e77256
update semeval predict script to pull experiment from beaker
kyleclo Feb 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated data to semeval2017 ner
kyleclo committed Feb 18, 2019
commit cccd81cf3a621e47ea9adfaaec83c00a9a1d2bd5
Loading