Skip to content

Commit

Permalink
updated website and created page for project Ontology Learning
Browse files Browse the repository at this point in the history
  • Loading branch information
dcavar committed Aug 13, 2024
1 parent 5918c1a commit bde611d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
32 changes: 32 additions & 0 deletions ontology_learning/README.md
Original file line number Diff line number Diff line change
@@ -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"


12 changes: 12 additions & 0 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bde611d

Please sign in to comment.