Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GPTGrammarParsing
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor 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
Noah Heuser
GPTGrammarParsing
Graph
345fad1f214489ccf60c4975f41ec12e6f580cba
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jul
16
4
3
29
Jun
28
27
26
25
24
18
12
11
8
5
4
28
May
27
14
26
Apr
24
23
22
18
17
15
10
9
8
5
3
2
28
Mar
18
Dec
14
old_stats_to_chart.py
main
main
altered chart size
updated gitignore
stats_calc.py
several changes Python
several changes that have not been comitted yet (bad practise)
stat checker, JSON-Mode, new GPT model
added Logger, now more exception when more words cannot be generated,
added all necessary methods to create a request file, upload it to the server, run it, and check the results
added Reader to return derivation check, updated parsers, generators and
begin of get_result.py and some data structure changes
Reader class for parsing of derivations
renamed input data file path
Merge branch 'main' of git@gitlab.uni-koblenz.de:nheuser/gptgrammarparsing.git into main
updated file format to distinguish creation parameters
updated .gitignore
updated file format to distinguish parameters
Merge branch 'main' of git@gitlab.uni-koblenz.de:nheuser/gptgrammarparsing.git into main
added mode in file name and grammar set for whole writer class
send_request.py with methods for batch creation and running
updated data structure
Merge branch 'main' of gitlab.uni-koblenz.de:nheuser/gptgrammarparsing
changed result and intput data format
test
added german and english version of system prompt, updated sendRequest accordingly
updated toStringPython and toGrammar method
Fixed bug in checkDerivation where foundRule was always true for
minor variable name change in derivation
added batch builder and batch retriever
changed order in which the cyk table is filled
deleted useless list of grammars
switched from alphaSize to actual list of symbols, checks for duplicate
Runtime optimizations in Type2Parser
differentiated between toString() and toStringPython() in Grammar,
minor change by setting the ruleLength variable differently
added word shuffling and disallowed duplicates in Writer
False LinkedHashMap posNonNull to HashMap, false HashMap
Derivation, FSM, State, SSRT/SRT, Transition, T2P, T3P, Word Gen
created dedicated main class and new checkDerivation in Derivation class
created new classes DerivationStep and Symbol for optimizing derivation
Loading