fragata commited on
Commit
f86dbb2
1 Parent(s): 3e2c3ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - question-answering
5
+ datasets:
6
+ - NYTK/HuRC
7
  ---
8
+
9
+ # Hungarian Reading Comprehension Model with huBERT
10
+
11
+ For further details, see [our demo site](https://juniper.nytud.hu/demo/nlp).
12
+
13
+ ## Results
14
+
15
+ | Model | Exact Match | F1 |
16
+ | ------------- | ------------- | ------------- |
17
+ | huBERT | 64.50 | 69.03 |
18
+ | mT5 | 69.51 | 76.26 |
19
+
20
+ ## Citation
21
+ If you use this model, please cite the following paper:
22
+
23
+ ```
24
+ @article {yang-ligeti-rc,
25
+ title = {Building machine reading comprehension model from scratch},
26
+ journal = {Annales Mathematicae et Informaticae},
27
+ year = {2023},
28
+ author = {Yang, Zijian Győző and Ligeti-Nagy, Noémi},
29
+ pages = {accetped}
30
+ }
31
+
32
+ ```