Table of Contents

Class CodeXGlueBenchmarkOptions

Namespace
AiDotNet.Reasoning.Benchmarks
Assembly
AiDotNet.dll

Options for configuring CodeXGLUE dataset loading.

public sealed class CodeXGlueBenchmarkOptions
Inheritance
CodeXGlueBenchmarkOptions
Inherited Members

Properties

CategoryField

JSON field that contains an optional category label.

public string CategoryField { get; set; }

Property Value

string

DatasetFilePath

Path to a JSONL dataset file.

public string DatasetFilePath { get; set; }

Property Value

string

IdField

JSON field that contains the record identifier.

public string IdField { get; set; }

Property Value

string

SourceField

JSON field that contains the prompt/source.

public string SourceField { get; set; }

Property Value

string

TargetField

JSON field that contains the expected answer/target.

public string TargetField { get; set; }

Property Value

string

TaskName

Optional task label for display (e.g., "code-to-text", "text-to-code").

public string TaskName { get; set; }

Property Value

string