aorogat commited on
Commit
04a3fd4
·
verified ·
1 Parent(s): b8ba037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -6,6 +6,15 @@ datasets:
6
 
7
  This model employs **fine-tuning** using **Low-Rank Adaptation (LoRA)** for mapping questions to tagged questions.
8
 
 
 
 
 
 
 
 
 
 
9
  ## Fine-Tuning with LoRA
10
  - Fine-tuning adjusts the model's parameters for specific tasks, enhancing its ability to handle nuanced requirements.
11
  - **LoRA** allows efficient updates by modifying only a subset of model weights, significantly reducing computational overhead while maintaining or improving performance.
 
6
 
7
  This model employs **fine-tuning** using **Low-Rank Adaptation (LoRA)** for mapping questions to tagged questions.
8
 
9
+ The tagged questions in the QueryBridge dataset are designed to train language models to understand the components and structure of a question effectively. By annotating questions with specific tags such as `<qt>`, `<p>`, `<o>`, and `<s>`, we provide a detailed breakdown of each question's elements, which aids the model in grasping the roles of different components.
10
+
11
+ For example, the video below demonstrates how a model can be trained to interpret these tagged questions. We convert these annotated questions into a graph representation, which visually maps out the relationships and roles within the question. This graph-based representation facilitates the construction of queries in various query languages such as SPARQL, SQL, Cypher, and others, by translating the structured understanding into executable query formats. This approach not only enhances the model’s ability to parse and generate queries across different languages but also ensures consistency and accuracy in query formulation.
12
+
13
+
14
+ <a href="https://youtu.be/J_N-6m8fHz0">
15
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/664adb4a691370727c200af0/sDfp7DiYrGKvH58KdXOIY.png" alt="Training Model with Tagged Questions" width="400" height="300" />
16
+ </a>
17
+
18
  ## Fine-Tuning with LoRA
19
  - Fine-tuning adjusts the model's parameters for specific tasks, enhancing its ability to handle nuanced requirements.
20
  - **LoRA** allows efficient updates by modifying only a subset of model weights, significantly reducing computational overhead while maintaining or improving performance.