Skip to main content

Showing 1–6 of 6 results for author: Alican, F

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.24622  [pdf, ps, other

    cs.AI cs.LG

    Random Rule Forest (RRF): Interpretable Ensembles of LLM-Generated Questions for Predicting Startup Success

    Authors: Ben Griffin, Joseph Ternasky, Fuat Alican, Yigit Ihlamur

    Abstract: Predicting startup success requires models that are both accurate and interpretable. We present a lightweight ensemble framework that combines YES/NO questions generated by large language models (LLMs), forming a transparent decision-making system. Each question acts as a weak heuristic, and by filtering, ranking, and aggregating them through a threshold-based voting mechanism, we construct a stro… ▽ More

    Submitted 30 May, 2025; originally announced May 2025.

    Comments: 9 pages, 4 figures

    ACM Class: I.2.7

  2. arXiv:2505.21427  [pdf, ps, other

    cs.AI cs.LG

    Policy Induction: Predicting Startup Success via Explainable Memory-Augmented In-Context Learning

    Authors: Xianling Mu, Joseph Ternasky, Fuat Alican, Yigit Ihlamur

    Abstract: Early-stage startup investment is a high-risk endeavor characterized by scarce data and uncertain outcomes. Traditional machine learning approaches often require large, labeled datasets and extensive fine-tuning, yet remain opaque and difficult for domain experts to interpret or improve. In this paper, we propose a transparent and data-efficient investment decision framework powered by memory-augm… ▽ More

    Submitted 4 June, 2025; v1 submitted 27 May, 2025; originally announced May 2025.

  3. arXiv:2504.12090  [pdf, other

    cs.AI

    Reasoning-Based AI for Startup Evaluation (R.A.I.S.E.): A Memory-Augmented, Multi-Step Decision Framework

    Authors: Jack Preuveneers, Joseph Ternasky, Fuat Alican, Yigit Ihlamur

    Abstract: We present a novel framework that bridges the gap between the interpretability of decision trees and the advanced reasoning capabilities of large language models (LLMs) to predict startup success. Our approach leverages chain-of-thought prompting to generate detailed reasoning logs, which are subsequently distilled into structured, human-understandable logical rules. The pipeline integrates multip… ▽ More

    Submitted 16 April, 2025; originally announced April 2025.

    ACM Class: I.2.7

  4. arXiv:2501.13743  [pdf, other

    cs.LG

    GPT-HTree: A Decision Tree Framework Integrating Hierarchical Clustering and Large Language Models for Explainable Classification

    Authors: Te Pei, Fuat Alican, Aaron Ontoyin Yin, Yigit Ihlamur

    Abstract: This paper introduces GPT-HTree, a framework combining hierarchical clustering, decision trees, and large language models (LLMs) to address this challenge. By leveraging hierarchical clustering to segment individuals based on salient features, resampling techniques to balance class distributions, and decision trees to tailor classification paths within each cluster, GPT-HTree ensures both accuracy… ▽ More

    Submitted 23 January, 2025; originally announced January 2025.

  5. arXiv:2411.08257  [pdf, other

    cs.LG cs.AI cs.CE

    GPTree: Towards Explainable Decision-Making via LLM-powered Decision Trees

    Authors: Sichao Xiong, Yigit Ihlamur, Fuat Alican, Aaron Ontoyin Yin

    Abstract: Traditional decision tree algorithms are explainable but struggle with non-linear, high-dimensional data, limiting its applicability in complex decision-making. Neural networks excel at capturing complex patterns but sacrifice explainability in the process. In this work, we present GPTree, a novel framework combining explainability of decision trees with the advanced reasoning capabilities of LLMs… ▽ More

    Submitted 12 November, 2024; originally announced November 2024.

  6. arXiv:2405.19456  [pdf, other

    cs.AI

    SSFF: Investigating LLM Predictive Capabilities for Startup Success through a Multi-Agent Framework with Enhanced Explainability and Performance

    Authors: Xisen Wang, Yigit Ihlamur, Fuat Alican

    Abstract: LLM based agents have recently demonstrated strong potential in automating complex tasks, yet accurately predicting startup success remains an open challenge with few benchmarks and tailored frameworks. To address these limitations, we propose the Startup Success Forecasting Framework, an autonomous system that emulates the reasoning of venture capital analysts through a multi agent collaboration… ▽ More

    Submitted 19 April, 2025; v1 submitted 29 May, 2024; originally announced May 2024.

    Comments: For relevant code: https://github.com/Xisen-Wang/Startup-Success-Forecasting-Framework