CoolFace
Apppublic

EmpathyEthicist/mec-functional-empathy-demo

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
35 commits on main
03cc10b1y ago

Fixed emotional arc retrieval

ThreatLevelD
ea236e61y ago

Fixed app_file in README

ThreatLevelD
1102caf1y ago

Fixed Gradio Version in README

ThreatLevelD
b60bb291y ago

Fixed requirements.txt versions

ThreatLevelD
e04b5ac1y ago

Added torch library to requirements.txt

ThreatLevelD
6e79f911y ago

Various fix

ThreatLevelD
1fdb9ef1y ago

Various fixes

ThreatLevelD
7b8b1dc1y ago

Launch frontend demo: Implemented live MEC MVP demo with dynamic emotion processing

ThreatLevelD
8652e941y ago

Refactored main.py

ThreatLevelD
9b2f3b71y ago

Upgrade EILProcessor to world-class signal normalization: adds subphrase/keyword blend detection, chunk weighting by model confidence, negation/contrast handling, emotion arc trajectory output, and sentiment-to-emotion mapping for non-EI language. Significantly improves long-form and ambiguous emotional inference.

ThreatLevelD
bea66c71y ago

Fix ERIS primary_emotion_code case sensitivity in Gradio UI; enable robust emotion normalization and blend detection; implement dynamic response strategy mapping; pipeline now correctly identifies and processes anger cues

ThreatLevelD
712720b1y ago

Refactor MEC MVP pipeline: Integrate Codex Informer, HEIInference, and confidence routing logic

ThreatLevelD
603561f1y ago

Ensure emotion_family is always set in UESP packet

ThreatLevelD
0ec08551y ago

Refactor ERIS and main pipeline to integrate UESP construction and fallback logic

ThreatLevelD
754ddd61y ago

Refactor pipeline to integrate UESP construction into ERIS

ThreatLevelD
2841d761y ago

Handle recognized emotions only in UESPConstructor, fallback handled by HEI

ThreatLevelD
914e8c41y ago

Update various files for demo scenarios and validation

ThreatLevelD
237f7c71y ago

Added primary_emotion_code to UESP constructor

ThreatLevelD
7c6eb451y ago

Added emotion_family to UESP constructor for demo scenarios

ThreatLevelD
cfc28941y ago

Added EmID generation to UESP constructor

ThreatLevelD
6b7592c1y ago

Add demo UESP mapping for public scenarios

ThreatLevelD
eeac50e1y ago

Upgrade Gradio to 4.44.1

ThreatLevelD
9e00c511y ago

Fix HF space config error - add YAML block to README

ThreatLevelD
041a2071y ago

Add README_HF_SPACE.md for Space display

ThreatLevelD
4671b841y ago

feat: MEC MVP 1.0 — Public Release

ThreatLevelD
1640d7b1y ago

feat: Added Symbolic Reasoning Layer + HEI Integration

ThreatLevelD
a2bd2a71y ago

Added FECController core module

ThreatLevelD
4ea7df51y ago

Added UESPConstructor Core Module

ThreatLevelD
19be2ee1y ago

Added ERISReasoner core module

ThreatLevelD
bbe8a511y ago

Added HEIInference core module

ThreatLevelD
cfe9aed1y ago

Added ESILInference and ConfidenceGate core modules

ThreatLevelD
3dfb7ca1y ago

Added EILProcessor core module

ThreatLevelD
ee2273a1y ago

Added starter files: main.py, app.py, config, demo scenarios

ThreatLevelD
e357eca1y ago

Initial commit - license, gitignore, readme

ThreatLevelD
79def8d1y ago

Initial commit

EmpathyEthicist