Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
098f2497
Commit
098f2497
authored
Sep 23, 2020
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
report: existing data sets: add thoughts on the cause of holes
parent
b53eed3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/report/applications.tex
+13
-2
13 additions, 2 deletions
doc/report/applications.tex
with
13 additions
and
2 deletions
doc/report/applications.tex
+
13
−
2
View file @
098f2497
...
...
@@ -51,8 +51,19 @@ remain unused in both Isabelle and Coq exports. A user formulating
queries for ULO might be oblivious to the fact that only subsets of
exports support given predicates.
While not a problem for
\emph
{
ulo-storage
}
per se, we do expect this
to be a challenge when building a tetrapodal search
We expect the difference between Coq and Isabelle exports to be caused
by the difference in source material. It is only natural that
different third party libraries expressed in different languages with
different features will result in different ULO~predicates. However we
want to just hint at the fact that this could also be an omission in
the exporter code that originally generated the RDF~triplets we
imported. This shows the importance of writing good importers,
exporters take existing libraries and output ULO~triplets should lose
as little information as possible to ensure good results for a larger
tetrapodal search system.
While these holes are not a problem for
\emph
{
ulo-storage
}
per se, we
do expect this to be a challenge when building a tetrapodal search
system. Recommended ways around this ``missing fields'' problem in
database literature include the clever use of default values or
inference of missing values~
\cite
{
kdisc, aidisc
}
, neither of which
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment