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

Function paper_text

experiments/baselines/scinup_strict/runner.py:144–145  ·  view source on GitHub ↗
(row: Dict[str, Any])

Source from the content-addressed store, hash-verified

142
143
144def paper_text(row: Dict[str, Any]) -> str:
145 return " ".join(str(part or "") for part in (row.get("title"), row.get("abstract")) if part)
146
147
148def paper_identity(row: Dict[str, Any]) -> str:

Callers 1

build_bm25_stateFunction · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected