CoolFace
Datasetpublic

benedixx/indonesian-b2b-company

Indonesian B2B Company Ground Truth Dataset Manually annotated ground-truth dataset for 70 Indonesian companies used to evaluate an AI-powered SDR (Sales Development Representative) research agent. Dataset Description Each record contains verified factual information about a publicly or privately held Indonesian company, sourced from official websites, IDX filings, LinkedIn, and credible Indonesian business media. Files File Description… See the full description on the dataset page: https://huggingface.co/datasets/benedixx/indonesian-b2b-company.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes15downloads
Dataset Card

Indonesian B2B Company Ground Truth Dataset

Manually annotated ground-truth dataset for 70 Indonesian companies used to evaluate an AI-powered SDR (Sales Development Representative) research agent.

Dataset Description

Each record contains verified factual information about a publicly or privately held Indonesian company, sourced from official websites, IDX filings, LinkedIn, and credible Indonesian business media.

Files

FileDescription
ground_truth.csvMain companies table (1 row per company)
executives.csvC-level executives table (FK: company_name)
ground_truth.parquetCompanies table in Parquet format
executives.parquetExecutives table in Parquet format

Schema — companies table

ColumnTypeDescription
company_namestringCanonical legal name
annotated_datedateDate annotation was recorded
company_groupstringParent group / conglomerate
industrystringPrimary industry vertical
office_numberstringMain phone number (E.164 or local)
locationstringCity / region (Jakarta, Surabaya, Bandung …)
head_office_locationstringFull registered address
employee_numberstringHuman-readable headcount range (e.g. 10000+)
employee_count_minintLower bound of employee range
employee_count_maxint \nullUpper bound (null = unbounded, e.g. 50000+)
company_sizestringCanonical tier: Micro / Small / Medium / Large / Enterprise
linkedin_company_urlstringLinkedIn company page URL
websitestringOfficial website
is_publicboolListed on IDX (Jakarta Stock Exchange)
idx_codestringIDX ticker symbol (null if not listed)
executive_countintNumber of known C-level executives
executive_namesstringPipe-separated names of known executives
executive_positionsstringPipe-separated positions of known executives
notesstringAnnotator notes / caveats

Schema — executives table

ColumnTypeDescription
company_namestringFK → companies table
namestringFull name
positionstringOfficial title
source_urlstring \nullPrimary source URL for this executive

Dataset Statistics

  • —Companies: 70
  • —Total known executives: 126
  • —Industries: Construction & Engineering, Food & Beverages, Healthcare, Manufacturing, Mining, Trading - Distributor, Transportation & Logistics
  • —Company sizes: Enterprise, Large, Medium
  • —Annotation date: 2026-03-20
  • —Geography: Indonesia (Jakarta-centric, with Surabaya, Bandung, Semarang representations)

Intended Use

This dataset is designed for evaluating AI research agents that:

  1. 1.Given a company name, retrieve factual company information from the web
  2. 2.Find key decision-makers (PICs / People in Charge)
  3. 3.Find recent company news

It can also be used as a reference dataset for:

  • —Indonesian company name normalization / entity resolution
  • —B2B lead enrichment benchmarks
  • —Indonesian NER model evaluation (company names, executive names)

Limitations & Caveats

  • —Executive data represents a partial ground truth (C-suite only; mid-level managers not annotated).
  • —Data reflects the state as of the annotated_date column. Indonesian corporate structures change frequently.
  • —For companies marked with notes warnings (e.g. ALTO, Kimia Farma), data may be less reliable.
  • —BUMD/BUMN companies may have limited public executive disclosure.

License

Creative Commons Attribution 4.0 International (CC BY 4.0).