MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / PaperRepresentation

Class PaperRepresentation

experiments/baselines/knowledge_entity/runner.py:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431
432@dataclass
433class PaperRepresentation:
434 title_vector: Dict[str, float]
435 abstract_vector: Dict[str, float]
436 entity_vector: Dict[str, float]
437 metadata_vector: Dict[str, float]
438 entities: List[str]
439
440
441@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected