|
1 | | -# hyperbase |
| 1 | +# Hyperbase |
| 2 | + |
2 | 3 | ## A foundational library for Semantic Hypergraphs |
3 | 4 |
|
4 | 5 | !!! note |
5 | | - Read our publications and explore some use cases [here](pubs-cases.md). |
| 6 | + [Read our publications and explore some use cases](pubs-cases.md). |
6 | 7 |
|
7 | | -hyperbase is an Artificial Intelligence open-source software library and scientific research tool. Its aim is to facilitate automated meaning extraction and text understanding, as well as the exploration and inference of knowledge. It is part of [socsemics](https://socsemics.huma-num.fr/), a research project funded by the European Research Council and focused on the fragmentation in online public spaces. |
| 8 | +Hyperbase is an Artificial Intelligence open-source software library and scientific research tool. Its aim is to facilitate automated meaning extraction and text understanding, as well as the exploration and inference of knowledge. It is part of [socsemics](https://socsemics.huma-num.fr/), a research project funded by the European Research Council and focused on the fragmentation in online public spaces. |
8 | 9 |
|
9 | 10 | The ambition of this project is not simply to contribute to advancing the state-of-the-art in AI, but principally to be an effective interdisciplinary research tool. More specifically, we are interested in advancing the possibilities of automated meaning extraction for research in fields such as Computational Social Sciences, Cognitive Science and the Humanities. |
10 | 11 |
|
11 | | -hyperbase is built around a unifying concept: the *Semantic Hypergraph (SH)*, which makes it possible to represent a natural language sentence such as "Einstein first published the theory of relativity in 1905" as an ordered, recursive hyperlink of the form: |
| 12 | +Hyperbase is built around a unifying concept: the *Semantic Hypergraph (SH)*, which makes it possible to represent a natural language sentence such as "Einstein first published the theory of relativity in 1905" as an ordered, recursive hyperlink of the form: |
12 | 13 |
|
13 | 14 | <figure markdown="span"> |
14 | 15 | { width="75%" } |
15 | 16 | </figure> |
16 | 17 |
|
17 | | -The aim of SH and hyperbase is to enable hybrid approaches, combining symbolic AI and statistical/connectionist Machine Learning methods. This is for two main reasons: to facilitate understandability and reproducibility for human researchers and to combine the strengths of both approaches. |
| 18 | +The aim of SH and Hyperbase is to enable hybrid approaches, combining symbolic AI and statistical/connectionist Machine Learning methods. This is for two main reasons: to facilitate understandability and reproducibility for human researchers and to combine the strengths of both approaches. |
18 | 19 |
|
19 | | -hyperbase is written in Python, to both take advantage and facilitate integration with the rich environment of scientific libraries available in this language. It is released under the highly permissive MIT open source license. |
| 20 | +Hyperbase is written in Python, to both take advantage and facilitate integration with the rich environment of scientific libraries available in this language. It is released under the highly permissive MIT open source license. |
20 | 21 |
|
21 | 22 | ## Funding |
22 | 23 |
|
|
0 commit comments