Cyalas

Cyalas OP t1_izihswz wrote

Thanks for your comments :)

I've used tensor-based search before using Faiss Index and finetuned bert models (it's still in the code). As I mentioned in my article, that slowed down a bit the process since, each time a field is chosen, the bert model is loaded and took about 4 seconds more. That's why I switched to TF IDF. But I plan to optimize the tensor-search part more (I'll check Marqot!), hopefully with the help of the open source community :)

2

Cyalas OP t1_izgikyg wrote

As I explain in the medium article, it's mainly Tf Idf that is used. I've used language models but it was a bit slow to process. The code is available if you want to take a peek :) But I'll see what I can do!

Sorting by date would not change anything if the initial results are already sorted.

4

Cyalas OP t1_izgb4wc wrote

For the results, you need to click on the result to get the structured abstract along with the title. The results showed are just the sentences that might be relevant to your research, classified as objectives, methods or results.

For the structured abstract, did you try other results ?

6