-
Notifications
You must be signed in to change notification settings - Fork 209
How to use GNES for text classification? #358
Comments
Hi, short answer, not straightforward. Long answer, let me explain. GNES as its name suggested, focusing on the search scenario. With the recent release GNES Flow, it becomes more obvious that GNES is to some extent similar to Kubeflow/Airflow: it provides a cloud-native workflow for AI-powered microservices. However, the major difference is that GNES' workflow is designed and optimized for search scenario only. If you look at GNES components and predefined flows, they are completely search-driven. This is because from the day one, this project is designed to be the next-gen search engine, nothing else. So if you ask me whether it can be used for classification, clustering, recommendation etc. Maybe it can be done easily, maybe one needs more component or flow. To be honest, I didn't put much thoughts about these tasks, not as much as I put in search (where also my experience in). Meanwhile, I do welcome people to contribute their ideas on this thread, in particular,
Once these questions are figured out, you will get the answer. |
Hi @hanxiao Actually the issue above has been fixed by removing the Cambodian letter. My answer: In the very first project, we check the similarity by calculating the distance between the sentences vector with Flair DocumentEmbedding stack. But the result pretty bad. So we found this search engine using the neural net and the result can be better than measure the Cosine Distance. thanks |
Problem and Question
Hi, I have take a look the poem project. And want to use another data for indexing. How to use labeled csv to do supervised learning with text data?
my data sample.tsv with thai text:
What I have trial
Question
How to train the labeled csv data?
The text was updated successfully, but these errors were encountered: