Update README.md
Browse files
README.md
CHANGED
@@ -10,16 +10,16 @@ base_model:
|
|
10 |
- meta-llama/Llama-3.2-3B-Instruct
|
11 |
---
|
12 |
|
13 |
-
# In-situ graph reasoning and knowledge expansion using Graph-PReFLexOR
|
14 |
|
15 |
In-situ graph reasoning and knowledge expansion are important elements in the advancement of automated systems for scientific discovery. This work introduces Graph-PReFLexOR (Graph-based Preference-based Recursive Language Modeling for Exploratory Optimization of Reasoning), a generative framework designed to perform dynamic graph reasoning and iteratively expand domain knowledge. Graph-PReFLexOR is trained inspired by reinforcement learning methods, and leverages construct detailed knowledge graphs and abstract representations, enabling hierarchical reasoning and adaptive learning, to achieve in-situ graph generation, symbolic representation of arguments and logical deduction, to ultimately formulate a response to tasks. Critically, Graph-PReFLexOR formalizes reasoning as a structured mapping. Inspired by category theory modeling that emphasizes how objects relate, rather than their internal detail, the graph encodes concepts as nodes and relationships as directed edges.
|
16 |
|
|
|
|
|
17 |
By combining in -situ symbolic and contextual inference, the framework generates its own structured representation on the fly and thereby captures complex interdependencies and translates them into domain-specific interpretable insights. Demonstrations include generating and expanding scientific hypotheses and fabricating dynamic transformations in graph topologies, with applications in materials science and engineering, and multi-disciplinary relationship discovery.
|
18 |
|
19 |
For instance, Graph-PReFLexOR demonstrates creative reasoning by generating poetic representations that blend abstract concepts like `thin places'--mythological notions of blurred boundaries--into scientific frameworks such as protein biomaterials engineering. Through its knowledge garden growth strategy, the model dynamically integrates insights from diverse domains, enabling the discovery of profound interdisciplinary connections that link art, philosophy, and science.
|
20 |
|
21 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/D-j4cBOcTrFqLrM-DXYq_.png)
|
22 |
-
|
23 |
Figure 1: Overview of the approach used in this paper, presenting The concept of multi-step reflection (panel a), graph-based modeling of context and tasks (panel b), abstract pattern formulation (panel c), and finally, integrated in the multi-stage reasoning mechanisms (panel d).
|
24 |
|
25 |
## Graph reasoning examples
|
|
|
10 |
- meta-llama/Llama-3.2-3B-Instruct
|
11 |
---
|
12 |
|
13 |
+
# In-situ graph reasoning and knowledge expansion using Graph-PReFLexOR, a class of graph-native reasoning models
|
14 |
|
15 |
In-situ graph reasoning and knowledge expansion are important elements in the advancement of automated systems for scientific discovery. This work introduces Graph-PReFLexOR (Graph-based Preference-based Recursive Language Modeling for Exploratory Optimization of Reasoning), a generative framework designed to perform dynamic graph reasoning and iteratively expand domain knowledge. Graph-PReFLexOR is trained inspired by reinforcement learning methods, and leverages construct detailed knowledge graphs and abstract representations, enabling hierarchical reasoning and adaptive learning, to achieve in-situ graph generation, symbolic representation of arguments and logical deduction, to ultimately formulate a response to tasks. Critically, Graph-PReFLexOR formalizes reasoning as a structured mapping. Inspired by category theory modeling that emphasizes how objects relate, rather than their internal detail, the graph encodes concepts as nodes and relationships as directed edges.
|
16 |
|
17 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/D-j4cBOcTrFqLrM-DXYq_.png)
|
18 |
+
|
19 |
By combining in -situ symbolic and contextual inference, the framework generates its own structured representation on the fly and thereby captures complex interdependencies and translates them into domain-specific interpretable insights. Demonstrations include generating and expanding scientific hypotheses and fabricating dynamic transformations in graph topologies, with applications in materials science and engineering, and multi-disciplinary relationship discovery.
|
20 |
|
21 |
For instance, Graph-PReFLexOR demonstrates creative reasoning by generating poetic representations that blend abstract concepts like `thin places'--mythological notions of blurred boundaries--into scientific frameworks such as protein biomaterials engineering. Through its knowledge garden growth strategy, the model dynamically integrates insights from diverse domains, enabling the discovery of profound interdisciplinary connections that link art, philosophy, and science.
|
22 |
|
|
|
|
|
23 |
Figure 1: Overview of the approach used in this paper, presenting The concept of multi-step reflection (panel a), graph-based modeling of context and tasks (panel b), abstract pattern formulation (panel c), and finally, integrated in the multi-stage reasoning mechanisms (panel d).
|
24 |
|
25 |
## Graph reasoning examples
|