Viewing a single comment thread. View all comments

_Arsenie_Boca_ t1_j5492g7 wrote

I think the idea is great! How long does it take to execute a query on the ArXiv set? Have you considered making a huggingface space out of this?

5

Spico197 OP t1_j54pdgj wrote

Thanks very much for your reply.

I didn't evaluate the query time. This tool doesn't download the whole arxiv dataset, it just calls the official API. So time is up to the web connection. But it wouldn't take a long time to execute a query.

Yes, absolutely! There are some other things to do before making an online demo, e.g. merging the current two-stage searching into one step. I'm working on it. Thanks again for the advice!

4

_Arsenie_Boca_ t1_j54rrg9 wrote

Great, looking forward to trying the space :)

2

Spico197 OP t1_j5nnlsj wrote

Hi there, the demo is ready. Check it out!

https://huggingface.co/spaces/Spico/paper-hero

1

_Arsenie_Boca_ t1_j5notgg wrote

I get the following error: SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON

2

Spico197 OP t1_j5npg8l wrote

Probably the input query does not follow the pre-defined format. Do you mind opening an issue on GitHub?

1