All Documents
3,528 documents available
BIOF-309, Spring 2020 Rubric
Defines a grading breakdown for a bioinformatics course: 15% Datacamp career track, 10% mini-project, 75% final project with a detailed rubric.
new-rubric
- 4 - All requirements from 3 are met. The application completes all iterations above and implements one or
TA Grading Rubric
Defines a 50-point grading rubric with four categories and a core principle of leniency for demonstrated understanding.
Project 2 (P2) grading rubric
Lists deduction rules for a university programming project, covering hardcoding, forbidden edits, and question-specific penalties.
a99 Final Project
Defines deliverables and workflow for a team-based final project building a prototype web app with documented API, database, and demo video.
proj2rubric
Scores a project against a 30-point rubric covering documentation, testing, tooling, and team collaboration.
Sprint 2-4 Marking Scheme
Provides a pre-filled grading rubric for sprints 2, 4 with scoring criteria and example marks for a specific team.
proj2rubric
Scores a project against a rubric with 30 criteria, each linked to evidence in the original repository.
README_rubric
Checklist for building a DataCamp course, covering brainstorming, personas, capstones, outline, a complete lesson, and course description.
proj2rubric
Self-assessment rubric for a Slack bot project, scoring 22 criteria with evidence links and a total of 88 points.
Sprint 2-4 Marking Scheme
Provides a rubric for grading sprints 2-4, covering planning, stand-ups, user stories, Jira tracking, completion, design, documentation, and demo.
proj3rubric
Scores a team project against 22 rubric criteria, each with evidence links and self-assessment values.
AICA PRD Quality Rubric
Defines a 10-dimension scoring rubric (0-5 each) to evaluate and create PRDs, with a target score of 36+ for agent-driven implementation.
RE-Bench Formal Scoring Rubric
Defines seven scoring axes, metrics, and a weighted composite formula for evaluating reverse engineering LLMs.
proj2rubric
Scores a project against a 29-criterion rubric with point values and evidence links for each assessment item.
Sprint 0 Marking Scheme
Provides a marking rubric for evaluating Sprint 0 deliverables including summary, competition, backlog, setup, documentation, definition of done, personas, process, and user experience.
NEAR Protocol Project Scoring Rubric
Defines an 8-category scoring rubric for evaluating NEAR Protocol projects, each with point ranges and AI evaluation prompts.
Rubric for marking the remote sensing report
Provides a seven-level marking rubric for grading remote sensing reports across eight categories like code, presentation, and interpretation.
Text Splitting with LangChain
Explains LangChain's RecursiveCharacterTextSplitter for dividing documents into chunks that fit within LLM context windows.
语义块切分 Semantic Chunking
Implements semantic chunking for RAG by splitting text at points where sentence similarity drops below a threshold.
elevellabs-chunking
Explains how to use the ElevenLabs Text to Dialogue API for multi-speaker audio generation with chunking for long-form content.
Split
Documents 15+ text chunking methods for RAG pipelines, including recursive, semantic, entity-aware, and graph-based splitting.
Chunker Server
Provides an MCP server with five text chunking strategies and a text analysis tool for recommending the best strategy.
type(docs) ==> List[Document], hence used split_documents
Demonstrates four LangChain text splitters, RecursiveCharacter, Character, HTMLHeader, and RecursiveJson, with code examples and explains when to use each.