Back to evaluations
Public evaluation

Request Classification Accuracy

Evaluate the system's accuracy in classifying FOIA requests, efficiency in processing, and effectiveness in detecting and filtering 'robo-requests'.

Evaluation type
task based
Challenge
Automate FOIA Request Processing
Difficulty
Intermediate
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

Request Classification Accuracy

Classifies a batch of FOIA requests into predefined categories (e.g., Legitimate, Spam, Ambiguous).

Input format

Array of JSON objects, each with 'request_id' (string) and 'content' (string) fields.

Output format

JSON object where keys are 'request_id's and values are predicted classification categories (string).

Task 2

Key Information Extraction

Extracts specific entities (requesting party, subject matter, date range) from legitimate FOIA requests.

Input format

JSON object with 'request_id' (string) and 'content' (string) for a legitimate request.

Output format

JSON object with extracted fields: 'requesting_party' (string), 'subject_matter' (string), 'date_range' (string).