Spaces:
Sleeping
Sleeping
| site_name: TextGraphs | |
| site_description: Explore uses of large language models (LLMs) in semi-automated knowledge graph (KG) construction from unstructured text sources, with human-in-the-loop (HITL) affordances to incorporate guidance from domain experts. | |
| site_url: https://github.com/DerwenAI/textgraphs | |
| site_author: TextGraphs contributors, with Derwen, Inc. | |
| repo_url: https://github.com/DerwenAI/textgraphs | |
| repo_name: DerwenAI/textgraphs | |
| copyright: Source code and documentation are <strong><a href="https://github.com/DerwenAI/textgraphs/blob/main/LICENSE" target="_blank">licensed</a></strong> under an MIT License; Copyright © 2023-2024 <strong><a href="https://derwen.ai/" target="_blank">Derwen, Inc.</a></strong> | |
| nav: | |
| - Home: | |
| - Overview: index.md | |
| - Getting Started: start.md | |
| - Project Report (DRAFT): | |
| - Introduction: | |
| - Abstract: abstract.md | |
| - Project Objectives: objectives.md | |
| - Natural Language Processing: nlp.md | |
| - Graph Representation: graph.md | |
| - Related Work: related.md | |
| - Definitions: | |
| - Lemma Graph: lemma.md | |
| - Probabilistic Graph Features: prob.md | |
| - Graph Levels of Detail: glod.md | |
| - Topological Transforms: topo.md | |
| - Methods: | |
| - Technical Approach: methods.md | |
| - Implementation Details: details.md | |
| - Leveraging Domain Expertise: hitl.md | |
| - Data-First Strategy: strategy.md | |
| - Conclusions: conclude.md | |
| - Research Guides: | |
| - Acknowledgements: ack.md | |
| - Bibliography: biblio.md | |
| - Glossary: glossary.md | |
| - Appendix: | |
| - ML OSS Evaluation Rubric: rubric.md | |
| - Tutorial: | |
| - Syllabus: tutorial.md | |
| - Example Usage: ex0_0.md | |
| - Replicating "InGram": ex1_0.md | |
| - Using Bootstrap Definitions: ex2_0.md | |
| - Technical Reference: | |
| - Build Instructions: build.md | |
| - Package Reference: ref.md | |
| theme: | |
| name: material | |
| icon: | |
| repo: fontawesome/brands/github | |
| favicon: assets/favicon.png | |
| logo: assets/logo.png | |
| features: | |
| - navigation.instant | |
| plugins: | |
| - mknotebooks | |
| - git-revision-date | |
| extra_css: | |
| - stylesheets/extra.css | |
| extra_javascript: | |
| - javascripts/config.js | |
| - https://polyfill.io/v3/polyfill.min.js?features=es6 | |
| - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js | |
| use_directory_urls: true | |
| markdown_extensions: | |
| - admonition | |
| - codehilite | |
| - footnotes | |
| - pymdownx.arithmatex: | |
| generic: true | |
| - toc: | |
| toc_depth: 3 | |
| permalink: true | |