paper-with-me

홈 › Papers

Online Machine Learning Techniques for Coq: A Comparison

2021-04-12 · Liao Zhang, Lasse Blaauwbroek, Bartosz Piotrowski, Prokop Černý, Cezary Kaliszyk, Josef Urban

We present a comparison of several online machine learning techniques for tactical learning and proving in the Coq proof assistant. This work builds on top of Tactician, a plugin for Coq that learns from proofs written by the user to synthesize new proofs. Learning happens in an online manner, meaning that Tactician's machine learning model is updated immediately every time the user performs a step in an interactive proof. This has important advantages compared to the more studied offline learning systems: (1) it provides the user with a seamless, interactive experience with Tactician and, (2) it takes advantage of locality of proof similarity, which means that proofs similar to the current proof are likely to be found close by. We implement two online methods, namely approximate k-nearest neighbors based on locality sensitive hashing forests and random decision forests. Additionally, we conduct experiments with gradient boosted trees in an offline setting using XGBoost. We compare the relative performance of Tactician using these three learning methods on Coq's standard library.

📄 PDF Abstract BibTeX arXiv:2104.05207

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Fake Reviews Detection through Ensemble Learning

2020-06-14 · Luis Gutierrez-Espinoza, Faranak Abri, Akbar Siami Namin, Keith S. Jones 외

Customers represent their satisfactions of consuming products by sharing their experiences through the utilization of online reviews. Several machine learning-based approaches can automatically detect deceptive and fake …

BIG-bench Machine LearningEnsemble Learning

Fact or Factitious? Contextualized Opinion Spam Detection

2020-10-29 · ACL 2019 7 · Stefan Kennedy, Niall Walsh, Kirils Sloka, Jennifer Foster 외

In this paper we perform an analytic comparison of a number of techniques used to detect fake and deceptive online reviews. We apply a number machine learning approaches found to be effective, and introduce our own appro…

BIG-bench Machine LearningSpam detection

A general anomaly detection framework for fleet-based condition monitoring of machines

2019-12-30 · Kilian Hendrickx, Wannes Meert, Yves Mollet, Johan Gyselinck 외

Machine failures decrease up-time and can lead to extra repair costs or even to human casualties and environmental pollution. Recent condition monitoring techniques use artificial intelligence in an effort to avoid time-…

Anomaly Detection

A Comprehensive Performance Comparison of Traditional and Ensemble Machine Learning Models for Online Fraud Detection

2025-09-21 · Ganesh Khekare, Shivam Sunda, Yash Bothra arxiv

In the era of the digitally driven economy, where there has been an exponential surge in digital payment systems and other online activities, various forms of fraudulent activities have accompanied the digital growth, ou…

Fraud Detection

Preventing Discriminatory Decision-making in Evolving Data Streams

2023-02-16 · Zichong Wang, Nripsuta Saxena, Tongjia Yu, Sneha Karki 외

Bias in machine learning has rightly received significant attention over the last decade. However, most fair machine learning (fair-ML) work to address bias in decision-making systems has focused solely on the offline se…

Decision MakingFairness