Back to selected work

Applied AI experiment

AI Contract Analyzer

Assisted document review with local retrieval.

An experiment that extracts contract information, retrieves related policy passages, and presents possible review points beside the source document.

Abstract indigo and rose document intelligence flow

Project context

My contribution

I worked on document parsing, chunking, retrieval queries, and an interface that keeps the source visible beside extracted information.

Scope

The experiment supports document review; its output is not intended to replace legal, compliance, or business judgment.

System view

What the work focused on

Experiment

Document processing

Extraction

Converts source content into structured text and review fields.

Local retrieval

Reference lookup

Finds related passages from a locally indexed policy collection.

Human review

Source checking

Keeps suggested review points connected to the original document.

Delivery

What the work required

  • Created extraction routines that turn PDF content into structured text for processing.
  • Built chunking and retrieval steps for comparing contract passages with reference policies.
  • Developed a split-screen interface for checking extracted information against the source document.

Prototype interface

Reviewer workspace

A split-screen workspace for comparing the source document with extracted terms and retrieved references.

  • Places the source PDF beside extracted terms and possible review points.
  • Groups information into obligations, dates, and related policy passages.
  • Shows retrieved references so a person can check the context.
Next.jsReactLangChainVector databasePDF viewer