Appian GenAI Excel Classification Issue with Data vs Empty File

Certified Senior Developer

Hi everyone,

I’m facing an issue while using Appian AI Skill (GenAI) with an Excel file.

  • When I upload an Excel file with empty data, I get one type of classification output.
  • However, when I upload the same file structure but with data inside, it produces a different classification output.
  • Essentially, the classification result varies depending on whether the file has data, and it seems inconsistent each time.

Has anyone experienced this issue before? Any insights on why the classification behavior changes like this?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    This is expected behavior for GenAI-based classification.

    Why This Happens: GenAI Classification is Context-Dependent


    When the file is empty, the model classifies based on:
    Column headers only
    File structure and formatting


    When the file has data, the model classifies based on:
    Column headers
    Actual data values
    Patterns and content within cells

    These are two different inputs — different outputs are expected

Reply
  • 0
    Certified Lead Developer

    This is expected behavior for GenAI-based classification.

    Why This Happens: GenAI Classification is Context-Dependent


    When the file is empty, the model classifies based on:
    Column headers only
    File structure and formatting


    When the file has data, the model classifies based on:
    Column headers
    Actual data values
    Patterns and content within cells

    These are two different inputs — different outputs are expected

Children
No Data