<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>'LLM'-Assisted Data Cleaning with Multi-Provider Support</dc:title>
  <dc:title>R package llmclean version 0.1.0</dc:title>
  <dc:description>Detects and suggests fixes for semantic inconsistencies in data
    frames by calling large language models (LLMs) through a unified,
    provider-agnostic interface. Supported providers include 'OpenAI'
    ('GPT-4o', 'GPT-4o-mini'), 'Anthropic' ('Claude'), 'Google' ('Gemini'),
    'Groq' (free-tier 'LLaMA' and 'Mixtral'), and local 'Ollama' models.
    The package identifies issues that rule-based tools cannot detect:
    abbreviation variants, typographic errors, case inconsistencies, and
    malformed values. Results are returned as tidy data frames with column,
    row index, detected value, issue type, suggested fix, and confidence
    score. An offline fallback using statistical and fuzzy-matching methods
    is provided for use without any API key. Interactive fix application
    with human review is supported via 'apply_fixes()'. Methods follow
    de Jonge and van der Loo (2013)
    &lt;https://cran.r-project.org/doc/contrib/de_Jonge+van_der_Loo-Introduction_to_data_cleaning_with_R.pdf&gt;
    and Chaudhuri et al. (2003) &lt;doi:10.1145/872757.872796&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: stats, utils, dplyr (&gt;= 1.0.0), rlang (&gt;= 1.0.0)</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, testthat (&gt;= 3.0.0), httr2 (&gt;= 1.0.0),
jsonlite (&gt;= 1.8.0)</dc:relation>
  <dc:creator>Sadikul Islam &lt;sadikul.islamiasri@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Sadikul Islam [aut, cre] (ORCID:
    &lt;https://orcid.org/0000-0003-2924-7122&gt;)</dc:contributor>
  <dc:rights>GPL-3</dc:rights>
  <dc:date>2026-04-22</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=llmclean</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.llmclean</dc:identifier>
</oai_dc:dc>
