Skip to content

Commit

Permalink
Merge branch 'master' into gsoc-mehrzad
Browse files Browse the repository at this point in the history
  • Loading branch information
mommi84 authored Nov 6, 2023
2 parents b3ae4e3 + f8d9d0b commit cb171a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gsoc/mehrzad/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Question-Answering over DBpedia with Pretrained Auto-regressive Models

## Overview
This project addresses the challenge of translating natural language questions into formal SPARQL queries to facilitate efficient information retrieval from the DBpedia knowledge graph. This initiative is pivotal in fostering user-friendly, fact-based interactions supported by open knowledge repositories such as DBpedia. Traditionally, interfacing with knowledge graphs has required users to have a working knowledge of complex formal query languages, a barrier for non-expert users. To ease this process, this project builds upon the foundation laid by the [Neural SPARQL Machines (NSpM)](https://github.com/LiberAI/NSpM) project, taking it a step further by leveraging pre-trained Large Language Models (LLMs).


To learn more about the project scope, objectives and weekly progress, check out the designated [blog page](https://mehrzadshm.github.io/GSoC-2023-blog/).

## Approach
Expand Down Expand Up @@ -77,3 +77,4 @@ It saves evaluation report, including raw and post-proccessed generated SPARQL q
### Acknowledgments
The scripts for fine-tuning and merging peft adapters were adapted form [starcoder repo](https://github.com/bigcode-project/starcoder).

Read more about the project and weekly progress updates at https://mehrzadshm.github.io/GSoC-2023-blog/

0 comments on commit cb171a9

Please sign in to comment.