drchajan commited on
Commit
39b8737
1 Parent(s): 8e32659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -5,4 +5,15 @@ language:
5
  - cs
6
  pipeline_tag: text-classification
7
  ---
8
- This model is [deepset/xlm-roberta-large-squad2](https://huggingface.co/deepset/xlm-roberta-large-squad2) finetuned on [CsFEVER-NLI](https://huggingface.co/datasets/ctu-aic/csfever_nli) dataset.
 
 
 
 
 
 
 
 
 
 
 
 
5
  - cs
6
  pipeline_tag: text-classification
7
  ---
8
+ This model is [deepset/xlm-roberta-large-squad2](https://huggingface.co/deepset/xlm-roberta-large-squad2) finetuned on [CsFEVER-NLI](https://huggingface.co/datasets/ctu-aic/csfever_nli) dataset.
9
+
10
+ For more information, see our [Pipeline and Dataset Generation for Automated Fact-checking in Almost Any Language](https://arxiv.org/abs/2312.10171) paper.
11
+ Currently in review for [NCAA](https://link.springer.com/journal/521) journal.
12
+
13
+ ```bibtex
14
+ @article{drchal2023pipeline,
15
+ title={Pipeline and Dataset Generation for Automated Fact-checking in Almost Any Language},
16
+ author={Drchal, Jan and Ullrich, Herbert and Mlyn{\'a}{\v{r}}, Tom{\'a}{\v{s}} and Moravec, V{\'a}clav},
17
+ journal={arXiv preprint arXiv:2312.10171},
18
+ year={2023}
19
+ }