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

Function paper_text

experiments/baselines/knowledge_entity/runner.py:211–212  ·  view source on GitHub ↗
(row: Dict[str, Any])

Source from the content-addressed store, hash-verified

209
210
211def paper_text(row: Dict[str, Any]) -> str:
212 return " ".join(str(part or "") for part in (row.get("title"), row.get("abstract")) if part)
213
214
215def paper_identity(row: Dict[str, Any]) -> str:

Callers 2

update_selectedMethod · 0.70
rerank_episodesFunction · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected