From bde611d817b58276bd59489074c3d7d7dd97b86a Mon Sep 17 00:00:00 2001 From: Damir Cavar Date: Mon, 12 Aug 2024 22:59:49 -0400 Subject: [PATCH] updated website and created page for project Ontology Learning --- README.md | 3 ++- ontology_learning/README.md | 32 ++++++++++++++++++++++++++++++++ projects.md | 12 ++++++++++++ 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 ontology_learning/README.md diff --git a/README.md b/README.md index 7f98fb3..a4bc8ef 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ The NLP-Lab is located at [Indiana University at Bloomington](https://indiana.ed During the 2024 academic year, the focus is on: +- [Quantum NLP](/quantumnlp) +- [Ontology Learning](/ontology_learning) - [Ellipsis and Empty Element Parsing](/ellipsis) - [Discontinuity and Non-local Dependency Processing in Natural Language Discourse](/discontinuities) - [Time and Event Annotation and NLP Technologies (TIE-ML)](/timeevents) - [Knowledge Graph extraction and visualization from relational databases, unstructured text, and images/videos](/kgextraction) -- [Quantum NLP](/quantumnlp) - Entailment and Reasoning over Knowledge Graphs (and Description Logic/Semantic Web): Using Temporal Graph Neural Networks, Large Language Models, and Knowledge Graphs. In all these projects, we work on hands-on implementation of technologies, utilizing programming languages like [Python] and [Rust], and graph or RDF libraries, as well as common graph-database systems like [Apache Jena], [Fluree], [oxigraph], [AllegroGraph], [GraphDB], or [Neo4j]. diff --git a/ontology_learning/README.md b/ontology_learning/README.md new file mode 100644 index 0000000..b10b57f --- /dev/null +++ b/ontology_learning/README.md @@ -0,0 +1,32 @@ +# Ontology Learning + +This project is focused on learning ontologies from structured and unstructured information sources. + + + +Related material: + +- [ESSLLI 2024](https://2024.esslli.eu/) Course *Large Language Models, Knowledge, and Reasoning - Generative AI and Symbolic Knowledge Representations* by [Damir Cavar] and Billy Dickson + + + +## Team + +- [Dr. Damir Cavar] +- [Muhammad S. Abdo](https://www.linkedin.com/in/muhsabrys/) +- [Billy Dickson](https://www.linkedin.com/in/billy-dickson/) +- [Vance Holthenrichs](https://russian.indiana.edu/about/instructors/holthenrichs-van.html) +- [Soyoung Kim](https://linguistics.indiana.edu/about/graduate-students/kim-soyoung.html) +- Akriti Kumari +- [Koushik Reddy Parukola](https://www.linkedin.com/in/koushik-reddy-parukola/) +- Emily Reed +- Shane A. Sparks +- [Dhananjay Srivastava](https://www.linkedin.com/in/dhananjay-srivastava/) +- Chi Zhang + + + +[Damir Cavar]: http://damir.cavar.me/ "Damir Cavar" +[Dr. Damir Cavar]: https://luddy.indiana.edu/contact/profile/?Damir_Cavar "Damir Cavar" + + diff --git a/projects.md b/projects.md index 2ed9056..469a346 100644 --- a/projects.md +++ b/projects.md @@ -7,6 +7,18 @@ permalink: /projects/ # Projects + +## Quantum NLP + +- [Project page](/quantumnlp) + + +## Ontology Learning + +- [Project page](/ontology_learning) + + + ## Time and Event Annotation Our proposed annotation standard for time, events, and temporal relations (sequencing and duration) differs from various existing standards in its simplicity and efficiency, both for annotators and machine learning approaches.