Learning Using 1-Local Membership Queries
Galit Bary

TL;DR
This paper introduces a new local membership query model that limits queries to examples near training data, improving practicality and effectiveness, demonstrated through NLP sentiment analysis experiments.
Contribution
It proposes and analyzes 1-local membership queries, showing they outperform standard models and are more realistic for practical applications.
Findings
1-local queries are more powerful than standard learning models.
Extra information from users improves sentiment analysis results.
Local queries reduce artificial data issues in active learning.
Abstract
Classic machine learning algorithms learn from labelled examples. For example, to design a machine translation system, a typical training set will consist of English sentences and their translation. There is a stronger model, in which the algorithm can also query for labels of new examples it creates. E.g, in the translation task, the algorithm can create a new English sentence, and request its translation from the user during training. This combination of examples and queries has been widely studied. Yet, despite many theoretical results, query algorithms are almost never used. One of the main causes for this is a report (Baum and Lang, 1992) on very disappointing empirical performance of a query algorithm. These poor results were mainly attributed to the fact that the algorithm queried for labels of examples that are artificial, and impossible to interpret by humans. In this work we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Algorithms · Topic Modeling
