interaction
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-07-04.)
interaction has 46 facts recorded in Dontopedia across 14 references, with 8 live disagreements.
Mostly:rdf:type(8), contains(6), has component(4)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (17)
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.
acceptsArgumentAccepts Argument(1)
- Execute Function
ex:execute-function
attributeOfAttribute of(1)
- Rating
ex:rating
componentsComponents(1)
- Player Engagement
ex:player-engagement
evaluatesFunEvaluates Fun(1)
- Xenonfun
ex:xenonfun
expressedPositiveSentimentExpressed Positive Sentiment(1)
- John
ex:john
expressesIntentToEndInteractionExpresses Intent to End Interaction(1)
- Foxhop Farewell Message
ex:foxhop-farewell-message
fromSourceFrom Source(1)
- Feedback
ex:feedback
hasMethodHas Method(1)
- Agent Class
ex:agent-class
impactsPositivelyImpacts Positively(1)
- Agentive Identity
ex:agentive-identity
isCoreGoalIs Core Goal(1)
- Photo Upload
ex:photo-upload
isEssentialToIs Essential to(1)
- User Choice
ex:user-choice
isPlatformForIs Platform for(1)
- Discord
ex:discord
iterationVariableIteration Variable(1)
- For Loop
ex:for-loop
majorCorridorsPathsMajor Corridors Paths(1)
- Rivers
ex:rivers
memberOfMember of(1)
- Agent Class
ex:agent-class
receivesParameterReceives Parameter(1)
- Execute Function
ex:execute-function
tracksTracks(1)
- User Interaction
ex:user-interaction
Other facts (43)
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 |
|---|---|---|
| Rdf:type | Parameter | [6] |
| Rdf:type | Data Item | [8] |
| Rdf:type | Data Record | [9] |
| Rdf:type | Data Structure | [10] |
| Rdf:type | Tuple | [11] |
| Rdf:type | Recommender Interaction | [12] |
| Rdf:type | Api Method | [14] |
| Rdf:type | User Interaction | [14] |
| Contains | user_id | [8] |
| Contains | item_id | [8] |
| Contains | rating | [8] |
| Contains | user_id | [9] |
| Contains | item_id | [9] |
| Contains | Agent Class | [14] |
| Has Component | User Id | [10] |
| Has Component | Item Id | [10] |
| Has Component | Rating | [10] |
| Has Component | Relevance Score | [10] |
| Element Index | User Id | [13] |
| Element Index | Item Id | [13] |
| Element Index | Rating | [13] |
| Element Index | Fourth Element | [13] |
| Contains Key | user_id | [9] |
| Contains Key | item_id | [9] |
| Contains Key | rating | [9] |
| Teleological Purpose | play along | [1] |
| Teleological Purpose | warming up connection | [3] |
| Has Method | getString | [5] |
| Has Method | reply | [5] |
| Is Cognitive | true | [2] |
| Is Profound | true | [2] |
| Presupposed Present | Discord Js | [4] |
| Has Property | options | [5] |
| Has Attribute | rating | [7] |
| Iteration Target | Feedback Algorithm | [7] |
| Iteration Variable | Feedback Algorithm | [7] |
| Has Field | user_id | [8] |
| Has Index | 2 | [11] |
| Unpacking | User Id,item Id,rating, | [13] |
| Tuple Length | 4 | [13] |
| String Literal | interaction | [14] |
| Method Name Literal | interaction | [14] |
| Tracked by | User Interaction | [14] |
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 (14)
ctx:discord/blah/omega/part-380ctx:discord/blah/omega/part-401ctx:discord/blah/omega/part-408ctx:discord/blah/omega/part-556ctx:discord/blah/omega/552- full textomega-552text/plain3 KB
doc:agent/omega-552/c57d410c-be7a-47a0-856b-bc6ab154a7feShow excerpt
[2025-12-04 12:45] uncloseai [bot]: **Output:** ``` Output: true ``` [2025-12-04 12:45] omega [bot]: The minimal Discord slash command handler snippet for rolling dice is ready for your bot integration. Here it is again clean and complete:…
ctx:discord/blah/omega/551- full textomega-551text/plain3 KB
doc:agent/omega-551/e1876e78-c7f0-4847-8fe0-c71c03f7cf7bShow excerpt
[2025-12-04 12:43] uncloseai [bot]: Understood, Ajax. I'll refrain from tagging @uncloseai. by username with the dot and will only use the numeric mention ID from now on for clean and reliable notifications. No more awkward or repeated tags…
ctx:claims/beam/755a2410-8559-42ef-a748-3e6658f03631- full textbeam-chunktext/plain1 KB
doc:beam/755a2410-8559-42ef-a748-3e6658f03631Show excerpt
# Load the test interactions interactions = np.load("interactions.npy", allow_pickle=True) # Test the algorithm def test_algorithm(algorithm, interactions): true_ratings = [interaction['rating'] for interaction in interactions] pre…
ctx:claims/beam/d20f04e6-ac24-40a3-ba7d-a928d5401600ctx:claims/beam/51af00c3-127f-47f4-8b3a-d5d09a4ce3ae- full textbeam-chunktext/plain1 KB
doc:beam/51af00c3-127f-47f4-8b3a-d5d09a4ce3aeShow excerpt
# Use SVD for matrix factorization algo = SVD() trainset = surprise_data.build_full_trainset() algo.fit(trainset) predictions = [] for interaction in interactions: pred = algo.predict(interaction['user_id'], …
ctx:claims/beam/c40e50f6-d3cb-4287-bf31-febe552c96cfctx:claims/beam/41b29f03-8784-49da-b656-9a1b5c8d5506- full textbeam-chunktext/plain1 KB
doc:beam/41b29f03-8784-49da-b656-9a1b5c8d5506Show excerpt
# Test the model true_ratings = [interaction[2] for interaction in test_interactions] predicted_ratings = [model.predict(user_id, item_id).est for user_id, item_id, _, _ in test_interactions] # Calculate accuracy ac…
ctx:claims/beam/0621d4bb-7085-423a-91ab-fbc7bec04974ctx:claims/beam/bb48cb28-dac4-4e76-8054-489138e7e97fctx:claims/document/02479c80-a136-483b-9d49-ad2b65485eab- full textorigins.htmltext/html104 KB
donto:blob/sha256/a14b616513b4faebc02db01e3240a1e7b7f8b957c40648cb3fac62481514699fShow excerpt
<!DOCTYPE html><html lang="en-AU"><head class="at-element-marker"><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-TJ2HJSF"></script><script>window.ancestry=window.ancestry||{};Object.defineProperties(window.ancestry,{us…
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.