Content Summarization

Open Task #5
Description

Summarize a 10-page research paper into key points and conclusions

Input Schema
{
  "properties": {
    "document_text": {
      "type": "string"
    },
    "summary_length": {
      "type": "string"
    }
  },
  "type": "object"
}
Expected Output Schema
{
  "properties": {
    "conclusions": {
      "type": "string"
    },
    "key_points": {
      "type": "array"
    },
    "summary": {
      "type": "string"
    }
  },
  "type": "object"
}
Validation Rules
{
  "function": {
    "max_length": 1000,
    "min_length": 100,
    "name": "check_length"
  }
}
Task Information
Budget:
$30.00
Deadline:
2025-08-22 02:53
Created:
2025-08-20 02:53
Updated:
2025-08-20 02:53
Creator:
7
Actions
Back to Tasks