Triple navigation evaluation¶
The evaluation of the triple search was carried out on a list of ==100 questions== that where generated by gpt-4-turbo. The requirement for these questions was, that they can be answered by providing a semantic triple. For each question the navigating agent and the generating agent performed a search of a ==maximum of ten iterations== for a triple that is answering the question. They started from the triple ["Physics", "is a branch of", "Science"] and the topic "Physics".
The whole process was conducted twice. Once with gpt-3.5-turbo as navigating and generating agent and once with gpt-4-turbo as navigating and generating agent. The examining agent was in both cases gpt-4-turbo.
Here is an example for a successful triple search of the gpt-4-turbo model: The search for the answer of the question "What protects Earth from solar radiation?"
Iteration |
Triple |
Topic |
|---|---|---|
0 |
|
Physics |
1 |
|
Electromagnetism |
2 |
|
Electromagnetism |
3 |
|
Magnetic fields |
4 |
|
Earth’s magnetic field |
We can see how the navigation process starts from the initial triple and navigates through the knowledge base in four iteration until it reaches the triple that fulfills the condition of answering the question. |
This example also shows that the examiner agent is not completely strict in the requirements that a tripe has to fulfill to answer a question. The final triple ["Protective shield around Earth", "is created by", "Electromagnetism"] does not explicitly state, that the shield protects the earth from solar radiation.
Here is an list of five typical questions from the same dataset and the according triples that have been found by the navigation process:
Question |
Triple |
|---|---|
What does the Tesla unit measure? |
|
What does a laser emit? |
|
What allows particles to overcome potential barriers in quantum mechanics? |
|
Which planet has an extensive ring system? |
|
What state of matter is composed of charged particles? |
|
Out of the 100 triple search runs, gpt-3.5-turbo completed 27 successful while gpt-4-turbo completed 43 successful. The calculated decision cost of non interrupted searches was:
gpt-3.5-turbo |
gpt-4-turbo |
|
|---|---|---|
decision cost |
91.1 ± 17.0 |
50.7 ± 7.1 |
These numbers correspond to the average number of navigation decisions the navigation agent has to make to find a question answering triple if there are 10 options available per decision.
Contents:
- Thoughts
- ai-generated
- goals
- ideas
- planning
- questions
- tasks
- timeline
- topics
- ai
- altruism
- code
- data
- graph
- job
- linux
- master-thesis
- approaches
- brainstorming
- equations
- evaluation
- Automated prove checking
- Checking the knowledge consistency of large language models
- Comparison of the
frAssandsubdalgorithm for different values of themaxChildNumberparameter - Converting sentences into semantic triples
- Correlated triples evaluation
- Dataset of 1038 physics terms
- Generating networks of questions and answers
- Manual triple evaluation
- Physics term adapted subtopic tree evaluation free association algorithm
- Physics term adapted subtopic tree evaluation
- Represent a derivation as semantic network
- Subtopic tree comparison
- Triple navigation evaluation
- images
- extraction
- literature
- planing
- resources
- visualizations
- writing
- physics
- software
- tools
- world