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

WIP: Integration of WikiKB into NEL benchmark #149

Draft
wants to merge 39 commits into
base: v3
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1c1a5fa
WIP: speedup for entity embedding with .pipe(); improvements to Wiki …
rmitsch Oct 20, 2022
6fd27f7
Remove redundant test code.
rmitsch Oct 20, 2022
785fb0d
Adjust to new DB structure.
rmitsch Oct 24, 2022
432ce49
Update project.yml and test.
rmitsch Oct 24, 2022
0d9cdd4
Fix project.yml.
rmitsch Oct 24, 2022
de3a465
Update project.yml to install wikid.
rmitsch Oct 24, 2022
1ae4ea0
Add setup for wikid.
rmitsch Oct 24, 2022
f5d6d89
Update test and step sequence.
rmitsch Oct 24, 2022
a557e78
Various fixes w.r.t. wikid integration.
rmitsch Oct 26, 2022
0dbc934
Fix parameter passing to parse_corpus.
rmitsch Oct 26, 2022
6d96f20
Revert unrelated test changes to UD parser config.
rmitsch Oct 26, 2022
f0cb64a
Add comment.
rmitsch Oct 26, 2022
e166144
Remove assets command from test.
rmitsch Oct 26, 2022
dc7977b
Remove assets command from test.
rmitsch Oct 26, 2022
e6fb7fd
Change description for 'preprocess' step.
rmitsch Oct 26, 2022
dc2e289
Fix configuration error.
rmitsch Oct 26, 2022
5989cc1
Remove max_epochs limit.
rmitsch Oct 26, 2022
5e5e1fd
Remove comment in nel.cfg. Reintroduce epochs override in CI.
rmitsch Oct 26, 2022
32ab441
Disable overrides temporarily for wikid calls.
rmitsch Oct 27, 2022
aaa40b7
Clean up test.
rmitsch Oct 27, 2022
8ff7095
Readd overrides in test.
rmitsch Oct 27, 2022
df67880
Set default CG to reduce test time.
rmitsch Oct 27, 2022
8e1bdc9
Fix typo.
rmitsch Oct 27, 2022
40f66eb
Update wikid repo URL.
rmitsch Oct 28, 2022
2ed7900
Remove test code.
rmitsch Oct 28, 2022
2051342
Start transition towards WikiKB.
rmitsch Nov 21, 2022
1533943
Changes for integration of WikiKB into project workflow.
rmitsch Nov 23, 2022
c0d7ebf
Trigger new tests.
rmitsch Nov 23, 2022
fcdc3c0
Merge branch 'v3' into feature/nel-benchmark-wikikb
rmitsch Nov 23, 2022
9757d35
Further adjustments for new-style KBs and removal of NER.
rmitsch Nov 24, 2022
bddbbdb
Fix entity handling. Simplify workflow in Dataset class.
rmitsch Nov 29, 2022
de92c61
Switch evaluation to get_candidates_all().
rmitsch Nov 29, 2022
ecb3d87
Adjust config.
rmitsch Nov 29, 2022
adf8a7e
Further adjustments in NEL workflow + script for debugging training v…
rmitsch Dec 1, 2022
7bc9dd8
Refactor. Start to add support for separate mention-candidate retriev…
rmitsch Dec 5, 2022
c823add
Fix NEL training.
rmitsch Dec 6, 2022
ff6a3d3
Update comments and config.
rmitsch Dec 7, 2022
db25042
Clean up and adjust config.
rmitsch Dec 7, 2022
946b5ee
Remove unused parameter 'db' from nel.cfg.
rmitsch Jan 19, 2023
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
Remove max_epochs limit.
  • Loading branch information
rmitsch committed Oct 26, 2022
commit 5989cc17ec73081aea7cb129f1c72ba0a71e6cd6
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:

variables:
# Make sure we're exiting training as early as possible
SPACY_CONFIG_OVERRIDES: '--training.max_epochs=1 --training.max_steps=1'
SPACY_CONFIG_OVERRIDES: '--training.max_steps=1'
WASABI_LOG_FRIENDLY: 1

jobs:
Expand Down