Back to evaluations
Public evaluation

DueDiligenceQuery

The evaluation will assess the LlamaIndex agent's ability to accurately retrieve relevant information from a diverse dataset simulating M&A documents and web sources, synthesize coherent answers to complex due diligence questions, and demonstrate effective tool utilization for data acquisition and analysis.

Evaluation type
task based
Challenge
Agent for Enterprise M&A Due Diligence
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

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

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

DueDiligenceQuery

Evaluates the agent's ability to answer multi-hop questions about a target company based on provided documents and simulated web search.

Input format

{'query': 'string', 'simulated_internal_docs': ['string'], 'simulated_web_results': ['string']}

Output format

{'answer': 'string', 'sources': [{'title': 'string', 'url': 'string', 'snippet': 'string'}], 'confidence_score': 'float'}