Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,15 @@ This is the naive version of the fine-tuned LLM, blindly applying the same token
|
|
29 |
This model performs very bad, do not use it! We wanted to find out whether preprocessing is still necessary or T5 can figure things out on its own. As it turns out, preprocessing
|
30 |
is still needed, so this model will just serve as some kind of baseline.
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
## Training and evaluation data
|
33 |
|
34 |
LC_QUAD 2.0, see sidebar.
|
|
|
29 |
This model performs very bad, do not use it! We wanted to find out whether preprocessing is still necessary or T5 can figure things out on its own. As it turns out, preprocessing
|
30 |
is still needed, so this model will just serve as some kind of baseline.
|
31 |
|
32 |
+
An example:
|
33 |
+
|
34 |
+
```
|
35 |
+
Create SPARQL Query: What was the population of Clermont-Ferrand on 1-1-2013?
|
36 |
+
```
|
37 |
+
```
|
38 |
+
'SELECT ?obj WHERE wd:Q2'}
|
39 |
+
```
|
40 |
+
|
41 |
## Training and evaluation data
|
42 |
|
43 |
LC_QUAD 2.0, see sidebar.
|