Skip to content

Commit

Permalink
Updated w12
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri committed Jun 30, 2024
1 parent 4519bfe commit 7cdbb6b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions content/docs/progress/week-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,30 @@ The finalized name for our application is **BrainKB**, no BrainyPedia.

## What have I done?

This week, as planned, I worked on BrainKB, the design document, and other related works. In particular, I created a new ecosystem diagram for BrainKB. The diagram provides all the key information regarding BrainKB, such as the principles and tasks it supports. Figure 1 shows the BrainKB ecosystem diagram.



<img src="https://raw.githubusercontent.com/sensein/brainkb-design-document/design-doc/ecosystem.png" alt="BrainKB ecosystem diagram"/>
Figure 1: BrainKB ecosystem diagram
## What is the result?

In addition to working on the design document, I reviewed the strategy for constructing the KGs and data annotation strategy and tested the LLMs for entity extraction. Details are accessible via presentations on the [Sensein Google drive](https://drive.google.com/file/d/1WjFh6fWgotVYBEQkayrZzJvSaxVpDZiZ/view?usp=drive_link).

Moreover, I also worked on crawling scientific publications, which are to be used for KG construction from the text, provided feedback on the work of Jai, one of the interns working with me on BrainKB and submitted abstract to INCF.

## What is the result?

**Codes:**
The major results of this week are as follows:

- [SPARQL queries](https://github.com/sensein/brainypedia/tree/ingestion-fapi-skeleton/sparql_queries)

- Created a new ecosystem diagram that highlights all the features and principles of the BrainKB.
- Crawled and downloaded 2K publications from Biorxiv.
- Reviewed different strategies regarding data KG construction from text and tested LLMs for entity extraction and KG construction.

**Codes/Other Resources:**

<!-- ### References -->
- [Biorxiv Crawler Code](https://github.com/sensein/crawler_publications)
- [Ecosystem Diagram](https://drive.google.com/file/d/1WjFh6fWgotVYBEQkayrZzJvSaxVpDZiZ/view?usp=drive_link)
- [KG Construction Strategy Slides](https://drive.google.com/file/d/1WjFh6fWgotVYBEQkayrZzJvSaxVpDZiZ/view?usp=drive_link)



0 comments on commit 7cdbb6b

Please sign in to comment.