text2text icon indicating copy to clipboard operation
text2text copied to clipboard

Multilingual Search with Subword TF-IDF

Open artitw opened this issue 3 years ago • 1 comments

Multilingual search can be achieved with subword tokenization. The accuracy of traditional TF-IDF approaches depend on manually curated tokenization, stop words and stemming rules, whereas subword TF-IDF (STF-IDF) can offer higher accuracy without such heuristics. Moreover, multilingual support can be incorporated inherently as part of the subword tokenization model training. XQuAD evaluation demonstrates the advantages of STF-IDF: superior information retrieval accuracy of 85.4% for English and over 80% for 10 other languages without any heuristics-based preprocessing.

artitw avatar Oct 01 '22 20:10 artitw

Would be great to get feedback on the work so far.

Paper: https://arxiv.org/abs/2209.14281 Demo: https://colab.research.google.com/drive/1RaWj5SqWvyC2SsCTGg8IAVcl9G5hOB50?usp=sharing

artitw avatar Oct 01 '22 20:10 artitw