piotr-rybak commited on
Commit
128b633
1 Parent(s): f4f587f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -2
README.md CHANGED
@@ -1,12 +1,42 @@
1
  ---
2
  datasets:
3
  - ipipan/polqa
 
4
  language:
5
  - pl
6
  pipeline_tag: sentence-similarity
7
  ---
8
  # HerBERT-base Retrieval (v1)
9
 
10
- HerBERT Retrieval model encodes the Polish sentences or paragraphs into a 768-dimensional dense vector space and can be used for tasks like document retrieval or semantic search.
11
 
12
- This model is deprecated. Please consider using the [HerBERT-base Retrieval (v2)](https://huggingface.co/ipipan/herbert-base-retrieval-v2) for much better performance.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  datasets:
3
  - ipipan/polqa
4
+ - ipipan/maupqa
5
  language:
6
  - pl
7
  pipeline_tag: sentence-similarity
8
  ---
9
  # HerBERT-base Retrieval (v1)
10
 
11
+ HerBERT Retrieval model encodes the Polish sentences or paragraphs into a 768-dimensional dense vector space and can be used for tasks like document retrieval or semantic search. See [the paper](https://arxiv.org/abs/2305.05486) for more details.
12
 
13
+ This model is deprecated. Please consider using the [HerBERT-base Retrieval (v2)](https://huggingface.co/ipipan/herbert-base-retrieval-v2) for much better performance.
14
+
15
+ ## Additional Information
16
+
17
+ ### Model Creators
18
+
19
+ The was created by Piotr Rybak from the [Institute of Computer Science, Polish Academy of Sciences](http://zil.ipipan.waw.pl/).
20
+
21
+ This work was supported by the European Regional Development Fund as a part of 2014–2020 Smart Growth Operational Programme, CLARIN — Common Language Resources and Technology Infrastructure, project no. POIR.04.02.00-00C002/19.
22
+
23
+ ### Licensing Information
24
+
25
+ [More Information Needed]
26
+
27
+ ### Citation Information
28
+
29
+ ```
30
+ @inproceedings{rybak-2023-maupqa,
31
+ title = "{MAUPQA}: Massive Automatically-created {P}olish Question Answering Dataset",
32
+ author = "Rybak, Piotr",
33
+ booktitle = "Proceedings of the 9th Workshop on Slavic Natural Language Processing 2023 (SlavicNLP 2023)",
34
+ month = may,
35
+ year = "2023",
36
+ address = "Dubrovnik, Croatia",
37
+ publisher = "Association for Computational Linguistics",
38
+ url = "https://aclanthology.org/2023.bsnlp-1.2",
39
+ pages = "11--16",
40
+ abstract = "Recently, open-domain question answering systems have begun to rely heavily on annotated datasets to train neural passage retrievers. However, manually annotating such datasets is both difficult and time-consuming, which limits their availability for less popular languages. In this work, we experiment with several methods for automatically collecting weakly labeled datasets and show how they affect the performance of the neural passage retrieval models. As a result of our work, we publish the MAUPQA dataset, consisting of nearly 400,000 question-passage pairs for Polish, as well as the HerBERT-QA neural retriever.",
41
+ }
42
+ ```