Papers by Arman Zharmagambetov

2 papers
To the Globe (TTG): Towards Language-Driven Guaranteed Travel Planning (2024.emnlp-demo)

Copied to clipboard

Challenge: a new system that takes natural language requests from users generates and trains optimal travel plans . a user can provide instructions and an agent provides optimal solutions . the system takes 5seconds to reply to the user request with guaranteed itineraries .
Approach: They propose a real-time demo system that takes natural language requests from users . it translates requests to symbolic form and produces optimal travel itineraries with LLM .
Outcome: The proposed system produces optimal travel itineraries with mixed integer linear programming solvers.
Softmax Tree: An Accurate, Fast Classifier When the Number of Classes Is Large (2021.emnlp-main)

Copied to clipboard

Challenge: Classification problems with thousands or more classes occur in NLP, for example language models or document classification.
Approach: a new algorithm uses a binary tree with sparse hyperplanes and small softmax classifiers at the leaves to predict the top class.
Outcome: The proposed model is faster at inference because the input follows a single path to a leaf and the softmax classifier operates on a small subset of the classes.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations