Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NER-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fsem25-project-nerds
NER-project
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
30
29
28
27
23
20
17
16
14
13
12
10
9
8
7
6
4
28
Feb
26
25
21
18
15
14
Add project report
master
master
Add missing module documentation
Cleanup, PEP 8 conventions, comments
Explicitly mention NEC results in README
Add Word2Vec results
Add finetuning results
Merge remote-tracking branch 'origin/master'
New NEC and NER results after FIGER dataset fix
Loading of finetuned models and minor fixes
Merge remote-tracking branch 'origin/master'
Fixed FIGER dataset problem where there are multiple possible labels for an entity and only one is counted as correct
Update loss plot
- Pushed logs from NEC test runs
- Merged NEC testcases to one
Merge branch 'master' of gitlab.cl.uni-heidelberg.de:fsem25-project-nerds/ner-project
Expand on README
Update cl cluster scripts for MLM finetuning
Update finetuning scripts for cl cluster
Revert to t5-base and finetuning fixes
Apply finetuning config made previously by kupper to MLM entity as well
Add T5 MLM with entity masking, both classification and finetuning code
Test/Train split and finetuning config
- forgot removing print for debug
- README
Context importance analysis
Classification with Word2Vec
Finetuning for T5 MLM
Finetune slurm script and loss plot
NEC, fixed misunderstanding, removed unnecessary code
NLI with LLMs
- GLiNER evaluation for all datasets except pile, with results (which are invalid for figer because it currently only returns one annotated entity for each sentence)
Rename T5 to T5-NLI and save finetuned model
T5 MLM: Add next extra_id to end of label ids like it was done in training of T5 (see paper)
Fix T5_MLM_label
Add T5 MLM approach where the label is being masked
Figer: Add random sampling
T5 NEC use highest probability label
Finished NEC evaluation (accuracy only)
T5 NEC
NEC with GLiNER
Loading