success_rate = (matches / len(openrefine)) * 100
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
success_rate = (matches / len(openrefine)) * 100 has 20 facts recorded in Dontopedia across 7 references, with 2 live disagreements.
Mostly:uses(8), rdf:type(4), formula(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
component-ofComponent of(2)
- Successful Retrieval Count
ex:successful-retrieval-count - Total Document Count
ex:total-document-count
result-ofResult of(1)
- Success Rate Percentage
ex:success-rate-percentage
step4Step4(1)
- Main Script Flow
ex:main-script-flow
Other facts (19)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Uses | Successful Retrieval Count | [1] |
| Uses | Total Document Count | [1] |
| Uses | Matches | [4] |
| Uses | Len Openrefine | [4] |
| Uses | 100 | [4] |
| Uses | Multiplication by 100 | [6] |
| Uses | Sum | [7] |
| Uses | Generator Expression | [7] |
| Rdf:type | Computational Process | [1] |
| Rdf:type | Calculation | [3] |
| Rdf:type | Calculation | [4] |
| Rdf:type | Process | [7] |
| Formula | successful-builds/total-builds | [2] |
| Is Calculated As | ratio of successful builds to total builds multiplied by 100 | [3] |
| Produces Percentage Value | true | [3] |
| Involves Division | true | [3] |
| Involves Multiplication | true | [3] |
| Assigns | Success Rate | [4] |
| Outcome of | dataset-comparison | [5] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (7)
ctx:claims/beam/fc72a4b8-eacf-4de5-91ee-138455d804d5- full textbeam-chunktext/plain1 KB
doc:beam/fc72a4b8-eacf-4de5-91ee-138455d804d5Show excerpt
1. **Prepare Your Test Data** - Ensure you have a diverse set of 300 documents covering different types (e.g., `.docx`, `.pdf`, `.txt`, etc.). - Place these documents in a designated directory. 2. **Define Success Criteria** - Det…
ctx:claims/beam/8f06e50a-7ab2-4f47-b98f-b2accf5a026a- full textbeam-chunktext/plain1 KB
doc:beam/8f06e50a-7ab2-4f47-b98f-b2accf5a026aShow excerpt
- The script prints the total number of builds, the number of successful and failed builds, and the calculated success rate. ### Sample Log File (`build_logs.txt`) Here's a sample log file to test the script: ``` 2024-07-23 14:30:00 -…
ctx:claims/beam/0ea37ede-64cc-4905-9d85-34793aa636db- full textbeam-chunktext/plain1 KB
doc:beam/0ea37ede-64cc-4905-9d85-34793aa636dbShow excerpt
log_file_path = 'build_logs.txt' # Path to your log file total_builds, successful_builds, failed_builds, success_rate = parse_build_logs(log_file_path) print(f"Total builds: {total_builds}") print(f"Successful builds: {suc…
ctx:claims/beam/4bf72c19-e147-4c83-b922-030035464495ctx:claims/beam/399c8b34-603f-476b-bb60-24d48ee0b3ed- full textbeam-chunktext/plain1 KB
doc:beam/399c8b34-603f-476b-bb60-24d48ee0b3edShow excerpt
### Explanation 1. **Column Alignment**: The script ensures that both datasets have the same columns in the same order by sorting the columns. 2. **Whitespace and Formatting**: The script strips whitespace and converts strings to lowercase…
ctx:claims/beam/3b614581-159c-4b22-9589-288c866db252ctx:claims/beam/18d00a69-62eb-496e-a051-617d337d9fc0- full textbeam-chunktext/plain1 KB
doc:beam/18d00a69-62eb-496e-a051-617d337d9fc0Show excerpt
# Example: Calculate rotation angle based on some property of the operation # Replace with actual logic return np.random.uniform(0, 2 * np.pi) # Random angle for demonstration def apply_rotation(operation, angle): # Exampl…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.