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

Function paper_text

experiments/baselines/nl_profile/runner.py:149–150  ·  view source on GitHub ↗
(row: Dict[str, Any])

Source from the content-addressed store, hash-verified

147
148
149def paper_text(row: Dict[str, Any]) -> str:
150 return " ".join(str(part or "") for part in (row.get("title"), row.get("abstract")) if part)
151
152
153def paper_identity(row: Dict[str, Any]) -> str:

Callers 2

score_rowFunction · 0.70
rerank_episodesFunction · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected