REVIEW 3 major objections 4 minor 40 references
For long-horizon agents, a frozen model's answer confidence becomes a per-tool reward
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 03:06 UTC pith:VA36OPPE
load-bearing objection TRACE is a plausible dense-credit recipe for agentic RL, but single-run evidence and a private-reasoning reward-hacking channel mean the headline gains should be treated as provisional, not established. the 3 major comments →
TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms, the central discovery is that a frozen reference model's gold-answer log-probability, transformed into a log-ratio state value, gives a stable and telescope-friendly progress signal for agentic reinforcement learning. TRACE scores each prefix by the average gold-answer log-probability, defines the remaining gap with a small offset, sets the state value to the log ratio of the initial gap to the current gap, and rewards each tool call by the one-step temporal-difference change in that value, with a K-step backup and a terminal outcome anchor. Because the one-step changes telescope, redundant tool calls cannot inflate cumulative credit. The paper reports that this den
What carries the argument
The central object is the log-ratio state value V(S_k) = log(d_0 / d_k), where d_k is the remaining gap in the frozen reference model's average gold-answer log-probability for prefix k. The defining identity is telescoping: summing per-turn TD changes delta_k = V(S_{k+1}) - V(S_k) yields only V(S_T) - V(S_0), so total credit is endpoint-determined and trajectory padding cannot inflate it. This value plays the role a learned critic would play, but it is computed from a frozen model and combined with an outcome-level advantage.
Load-bearing premise
The load-bearing premise is that a transcript with relevant evidence makes the gold answer easier for a fixed reference model to predict; if that monotonicity fails, the dense TD rewards are misaligned.
What would settle it
Construct a rollout in which the policy copies the gold answer into its private reasoning before any search and check whether the frozen reference model's gold-answer log-probability spikes; if it does, the monotonicity premise fails. Alternatively, run the method on a long-horizon task with long or open-ended outputs, which the paper identifies as outside its current scope, and see whether turn credit tracks real progress.
If this is right
- Outcome-only RL for long-horizon agents can be made dense without a critic, step labels, or a strong judge, making verifier-plus-progress training practical at scale.
- Base chat models already contain useful search primitives; a dense credit signal can organize them into effective multi-turn behavior without cold-start SFT or agentic mid-training.
- The learned search strategy transfers across corpora, retrieval engines, and languages, suggesting the dense signal is not merely overfitting a closed corpus.
- Training curves start improving earlier and converge faster, indicating turn-level credit accelerates long-horizon learning rather than only rescaling final rewards.
Where Pith is reading between the lines
- Inference: the same log-ratio TD credit should apply to any task with a compact verifiable answer, such as grounded single-answer tool use; the paper only tests search, so the breadth is open.
- Inference: the method's main risk is reward hacking by answer leakage into private reasoning; a controlled test of reference-model sensitivity to that leakage would tell whether the monotonicity premise holds.
- Inference: the telescoping property doubles as a diagnostic tool for post-hoc analysis, pinpointing the exact tool call that destroyed a secured answer, which the paper's qualitative examples illustrate without formalizing.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TRACE, a dense turn-level reward mechanism for long-horizon agentic RL. At each tool-call boundary, a frozen reference model scores the prefix by the gold answer's average log-probability; these scores are converted into log-ratio state values, and Temporal-Difference changes in those values supply per-turn credit. The turn-level signal is combined with a standard GRPO outcome advantage. On closed-web BrowseComp-Plus, the authors report gains from 7.2 to 35.6 (Qwen3-4B) and 8.4 to 42.6 (Qwen3-30B-A3B), with transfer to open-web benchmarks, all without cold-start SFT or live-web training. The paper includes controlled comparisons against GRPO, GSPO, and GiGRPO, ablations of the credit format and hyperparameters, and qualitative trajectory analyses.
Significance. If the reported gains are robust, TRACE is a practically significant contribution: it provides dense, critic-free, label-free turn credit for long-horizon tool-use agents while keeping the verifiable outcome reward as the final anchor. The controlled setup is a strength: the RL baselines share the same backbone, browser interface, training data, and terminal reward, and the ablations directly target the design choices. The qualitative examples in Appendix A.5 concretely illustrate the intended credit-localization behavior. However, the central empirical claim rests on single training runs, and the mechanism's core assumption—that gold-answer log-probability on the full prefix is a monotone progress signal—is exposed to a concrete reward-hacking failure mode through the policy's private reasoning. These issues need to be addressed before the headline claims can be accepted at face value.
major comments (3)
- [§3.2, Eq. (5), Algorithm 1, §A.3] The central premise is that a transcript containing relevant evidence makes the gold answer easier for the frozen reference model. However, the reference scorer computes log π_ref(y*_t | S_k, y*_<t) on prefixes that include the policy's private reasoning (Section A.3 explicitly counts reasoning and formatting tokens as part of the assistant turn), and Algorithm 1 performs no masking of reasoning tokens. A policy can therefore raise V(S_k) and obtain positive δ_k = V(S_{k+1}) − V(S_k) by writing y* or a high-likelihood paraphrase into its chain of thought before any evidence-adding tool observation, while still failing the final verifier. The paper provides no countermeasure, no quantification of how often y* appears in reasoning before the supporting evidence, and no sensitivity analysis. Since the headline gains are presented as evidence for credit assignment, this failure mode needs to
- [§4.1, Tables 1–2, Figures 3–5] The manuscript states 'controlled ablations are single training runs, so small differences should be read as directional rather than as variance-adjusted conclusions.' This caveat covers all controlled RL runs, not just ablations. In particular, the Table 2 comparison between 'remaining gap' (34.6) and 'log-ratio' (35.5) is a 0.9-point difference from one seed, and Figure 5(a) shows 35.6 vs 34.5 across coefficient settings. Without repeated seeds or error bars, the central ordering of methods cannot be distinguished from noise. At minimum, the primary TRACE-vs-GRPO comparison and the credit-format ablation should be run with multiple seeds and reported with variance.
- [Related Work, Table 1] The contribution is empirical, yet no controlled comparison is made to the closest prior methods that derive process rewards from log-likelihood ratios or return decomposition (e.g., Yuan et al. 2024; Arjona-Medina et al. 2019). Without an adapted baseline, the observed gains cannot be attributed specifically to the TD/log-ratio formulation rather than to any dense frozen-model signal. A controlled variant implementing a log-ratio process-reward baseline on the 4B model would substantially strengthen the attribution of the improvement.
minor comments (4)
- [Abstract, §3.3] The abstract says the 'one-step log-ratio TD component telescopes across redundant tool calls,' but the deployed reward uses the K-step backup (K=3) and terminal fill, which intentionally break the endpoint-only telescoping property. The paper acknowledges this in §3.3, but the abstract is potentially misleading.
- [Figure 5(b)] The x-axis label says 'step k' but the ablation varies the look-ahead horizon K; please rename the axis to avoid confusion with the turn index k.
- [Table 4] The 'Legacy transform stabilizer' parameter is not used in the reported log-ratio runs but is listed in the TRACE configuration table. Please mark it clearly as a legacy/disabled parameter or remove it to avoid ambiguity.
- [§2.1, Eq. (2)] The notion of 'final-answer opener' used to score answer tokens is introduced informally and not reflected in the notation of S_k. Please state explicitly how the opener is constructed and whether it is included in every prefix used in Eq. (5).
Circularity Check
No significant circularity: the dense turn reward is a by-construction definition of answer-likelihood progress, not a fitted prediction; the headline gains are external empirical outcomes.
full rationale
TRACE's derivation chain is self-contained: Eq. 5 defines the reference-model gold-answer log-probability, Eq. 6 defines the log-ratio state value, and Eq. 7 defines the turn credit as a TD difference. These are definitions, not predictions derived from the benchmarks; the only assumption is the monotone-progress premise stated in Sec. 3.2, which is a correctness condition rather than a circular step. The terminal verifier remains the final anchor (Alg. 1, Eqs. 10-12), and the reported gains (7.2->35.6, 8.4->42.6) are measured on held-out BrowseComp-Plus plus transfer benchmarks, not fitted. Ablations in Fig. 5 and Table 2 select hyperparameters and reward forms, but do not fit a benchmark-derived constant. Related-work citations, including any with overlapping authors, are contextual and not load-bearing. The paper's own Sec. 6 limitation (the proxy may be unreliable for long/structured outputs) is acknowledged; the separate risk that the policy could copy the gold answer into private reasoning to inflate Eq. 5 is a reward-hacking/robustness concern, not a circular derivation.
Axiom & Free-Parameter Ledger
free parameters (6)
- epsilon_train (gap offset) =
0.1
- K (TD look-ahead horizon) =
3
- gamma_td (TD discount) =
0.8
- lambda_term (terminal-outcome scale) =
2.0
- alpha_turn (turn-reward weight) =
0.2 in Table 4; ablation best at coefficient '3' in Figure 5a
- alpha_out (outcome weight) =
1.0
axioms (5)
- domain assumption Gold-answer log-probability under the frozen reference model is a valid proxy for progress toward the correct answer.
- domain assumption The exact-match verifier on synthetic answers correctly identifies success and failure.
- ad hoc to paper The deployed K-step reward still provides useful credit even though it intentionally breaks the one-step telescoping property.
- domain assumption Assistant private reasoning does not leak the gold answer into the prefix in a way that inflates reference-model log-probability.
- standard math Standard TD and potential-based shaping identities hold.
read the original abstract
Multi-turn agents solve complex tasks through extended sequences of tool interactions before producing a final answer, making credit assignment a fundamental challenge during post-training. Outcome rewards provide reliable supervision for short-horizon reasoning, but become sparse and high-variance as trajectories grow to tens or hundreds of tool calls. They can also be misleading: a failed rollout may contain many useful actions that move the agent closer to the goal, yet outcome-only training assigns them the same negative advantage as the eventual mistake. We propose TRACE (Turn-level Reward Assignment via Credit Estimation), a dense credit-assignment method for agentic reinforcement learning. TRACE represents rollouts as state transitions at tool-call boundaries, obtains gold-answer log-probabilities from a frozen reference model, transforms them into log-ratio state values, and derives per-action rewards as Temporal-Difference changes in those values. This requires no additional critic or process-label training, and its one-step log-ratio TD component telescopes across redundant tool calls. On long-horizon complex search, TRACE substantially improves base-model tool-use ability using pure RL, without a cold-start supervised fine-tuning stage, an agentic mid-training stage, or training on live-web data. On the closed-web BrowseComp-Plus benchmark, it raises Qwen3-4B from $7.2$ to $35.6$ and Qwen3-30B-A3B from $8.4$ to $42.6$. The learned search behavior also transfers to open-web benchmarks, and the learning curves show earlier improvement and faster convergence during RL training.
Figures
Reference graph
Works this paper leans on
-
[3]
K. Chen, Y . Ren, Y . Liu, X. Hu, H. Tian, T. Xie, F. Liu, H. Zhang, H. Liu, Y . Gong, et al. xbench: Tracking agents productivity scaling with profession-aligned real-world evaluations.arXiv preprint arXiv:2506.13651, 2025a. M. Chen, T. Li, H. Sun, Y . Zhou, C. Zhu, F. Yang, Z. Zhou, W. Chen, H. Wang, J. Z. Pan, W. Zhang, and H. Chen. ReSearch: Learning ...
-
[5]
L. Feng, Z. Xue, T. Liu, and B. An. Group-in-group policy optimization for LLM agent training. arXiv preprint arXiv:2505.10978,
-
[6]
13 TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents J. Gao, W. Fu, M. Xie, S. Xu, C. He, Z. Mei, B. Zhu, and Y . Wu. Beyond ten turns: Unlocking long-horizon agentic search with large-scale asynchronous RL.arXiv preprint arXiv:2508.07976,
-
[7]
doi: 10.1038/s41586-025-09422-z. S. Hong, M. Zhuge, J. Chen, X. Zheng, Y . Cheng, C. Zhang, J. Wang, Z. Wang, S. K. S. Yau, Z. Lin, L. Zhou, C. Ran, L. Xiao, C. Wu, and J. Schmidhuber. MetaGPT: Meta programming for a multi-agent collaborative framework. InInternational Conference on Learning Representations,
-
[8]
N. Jain, J. Singh, M. Shetty, L. Zheng, K. Sen, and I. Stoica. R2E-Gym: Procedural environments and hybrid verifiers for scaling open-weights SWE agents.arXiv preprint arXiv:2504.07164,
-
[9]
B. Jin, J. Yoon, P. Kargupta, S. O. Arik, and J. Han. An empirical study on reinforcement learning for reasoning-search interleaved LLM agents.arXiv preprint arXiv:2505.15117, 2025a. B. Jin, H. Zeng, Z. Yue, J. Yoon, S. Arik, D. Wang, H. Zamani, and J. Han. Search-R1: Train- ing LLMs to reason and leverage search engines with reinforcement learning.arXiv ...
-
[10]
K. Li, Z. Zhang, H. Yin, L. Zhang, L. Ou, J. Wu, W. Yin, B. Li, Z. Tao, X. Wang, et al. WebSailor: Navigating super-human reasoning for web agent.arXiv preprint arXiv:2507.02592, 2025a. M. Li, Y . Zhao, B. Yu, F. Song, H. Li, H. Yu, Z. Li, F. Huang, and Y . Li. API-Bank: A comprehensive benchmark for tool-augmented LLMs.arXiv preprint arXiv:2304.08244,
-
[11]
X. Li, G. Dong, J. Jin, Y . Zhang, Y . Zhou, Y . Zhu, P. Zhang, and Z. Dou. Search-o1: Agentic search-enhanced large reasoning models.arXiv preprint arXiv:2501.05366, 2025b. X. Li, J. Jin, G. Dong, H. Qian, Y . Wu, J.-R. Wen, Y . Zhu, and Z. Dou. WebThinker: Empowering large reasoning models with deep research capability.arXiv preprint arXiv:2504.21776, 2...
-
[13]
14 TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents R. Nakano, J. Hilton, S. Balaji, J. Wu, L. Ouyang, C. Kim, C. Hesse, S. Jain, V . Kosaraju, W. Saunders, et al. WebGPT: Browser-assisted question-answering with human feedback.arXiv preprint arXiv:2112.09332,
-
[14]
Y . Pan, D. Kong, S. Zhou, C. Cui, Y . Leng, B. Jiang, H. Liu, Y . Shang, S. Zhou, T. Wu, and Z. Wu. WebCanvas: Benchmarking web agents in online environments.arXiv preprint arXiv:2406.12373,
-
[15]
doi: 10.18653/v1/2024.acl-long.810. Y . Qin, S. Liang, Y . Ye, K. Zhu, L. Yan, Y . Lu, Y . Lin, X. Cong, X. Tang, et al. ToolLLM: Facilitating large language models to master 16000+ real-world apis.arXiv preprint arXiv:2307.16789,
Pith/arXiv arXiv 2024
-
[16]
Y . Qu, Y . Jiang, B. Wang, Y . Mao, C. Wang, C. Liu, and X. Ji. Latent reward: LLM-empowered credit assignment in episodic reinforcement learning.arXiv preprint arXiv:2412.11120,
-
[17]
C. Rawles, S. Clinckemaillie, Y . Chang, J. Waltz, G. Lau, M. Fair, A. Li, W. Bishop, W. Li, F. Campbell-Ajala, D. Toyama, R. Berry, D. Tyamagundlu, T. Lillicrap, and O. Riva. AndroidWorld: A dynamic benchmarking environment for autonomous agents.arXiv preprint arXiv:2405.14573,
-
[18]
J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,
-
[19]
A. Setlur, C. Nagpal, A. Fisch, X. Geng, J. Eisenstein, R. Agarwal, A. Agarwal, J. Berant, and A. Kumar. Rewarding progress: Scaling automated process verifiers for LLM reasoning.arXiv preprint arXiv:2410.08146,
-
[20]
Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, X. Bi, H. Zhang, M. Zhang, Y . K. Li, Y . Wu, and D. Guo. DeepSeekMath: Pushing the limits of mathematical reasoning in open language models.arXiv preprint arXiv:2402.03300,
-
[21]
N. Shinn, F. Cassano, E. Berman, A. Gopinath, K. Narasimhan, and S. Yao. Reflexion: Language agents with verbal reinforcement learning.arXiv preprint arXiv:2303.11366,
-
[22]
H. Song, J. Jiang, Y . Min, J. Chen, Z. Chen, W. X. Zhao, L. Fang, and J.-R. Wen. R1-Searcher: Incen- tivizing the search capability in LLMs via reinforcement learning.arXiv preprint arXiv:2503.05592,
-
[23]
H. Sun, Z. Qiao, J. Guo, X. Fan, Y . Hou, Y . Jiang, P. Xie, F. Huang, and Y . Zhang. ZeroSearch: Incentivize the search capability of LLMs without searching.arXiv preprint arXiv:2505.04588,
-
[25]
Tongyi DeepResearch Team, B. Li, B. Zhang, D. Zhang, F. Huang, G. Li, G. Chen, H. Yin, J. Wu, J. Zhou, et al. Tongyi DeepResearch technical report.arXiv preprint arXiv:2510.24701,
-
[26]
J. Uesato, N. Kushman, R. Kumar, F. Song, N. Siegel, L. Wang, A. Creswell, G. Irving, and I. Higgins. Solving math word problems with process- and outcome-based feedback.arXiv preprint arXiv:2211.14275,
-
[28]
T. Xie, D. Zhang, J. Chen, X. Li, S. Zhao, R. Cao, T. J. Hua, Z. Cheng, et al. OSWorld: Bench- marking multimodal agents for open-ended tasks in real computer environments.arXiv preprint arXiv:2404.07972,
-
[29]
S. Yan, A. Bahloul, E. Nie, S. Schwarzmann, R. Trivisonno, V . Tresp, and Y . Ma. Memory- R2: Fair credit assignment for long-horizon memory-augmented LLM agents.arXiv preprint arXiv:2605.21768,
-
[30]
A. Yang, A. Li, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, C. Gao, C. Huang, C. Lv, C. Zheng, D. Liu, F. Zhou, F. Huang, F. Hu, H. Ge, H. Wei, H. Lin, J. Tang, J. Yang, J. Tu, J. Zhang, J. Yang, J. Yang, J. Zhou, J. Zhou, J. Lin, K. Dang, K. Bao, K. Yang, L. Yu, L. Deng, M. Li, M. Xue, M. Li, P. Zhang, P. Wang, Q. Zhu, R. Men, R. Gao, S. Liu, S. Luo, T. ...
-
[31]
J. Yang, C. E. Jimenez, A. Wettig, K. Lieret, S. Yao, K. Narasimhan, and O. Press. SWE-agent: Agent- computer interfaces enable automated software engineering.arXiv preprint arXiv:2405.15793,
-
[32]
J. Yang, K. Lieret, C. E. Jimenez, A. Wettig, K. Khandpur, Y . Zhang, B. Hui, O. Press, L. Schmidt, and D. Yang. SWE-smith: Scaling data for software engineering agents. InAdvances in Neural Information Processing Systems, 2025b. Z. Yang, P. Qi, S. Zhang, Y . Bengio, W. W. Cohen, R. Salakhutdinov, and C. D. Manning. HotpotQA: A dataset for diverse, explai...
2018
-
[33]
C. Ye, Z. Yu, Z. Zhang, H. Chen, N. Sadagopan, J. Huang, T. Zhang, and A. Beniwal. Beyond correctness: Harmonizing process and outcome rewards through RL training.arXiv preprint arXiv:2509.03403,
-
[34]
L. Yuan, W. Li, H. Chen, G. Cui, N. Ding, K. Zhang, B. Zhou, Z. Liu, and H. Peng. Free process rewards without process labels.arXiv preprint arXiv:2412.01981,
-
[35]
A. Zeng, M. Liu, R. Lu, B. Wang, X. Liu, Y . Dong, and J. Tang. AgentTuning: Enabling generalized agent abilities for LLMs.arXiv preprint arXiv:2310.12823,
-
[36]
C. Zhang, Z. Yang, J. Liu, Y . Han, X. Chen, Z. Huang, B. Fu, and G. Yu. AppAgent: Multimodal agents as smartphone users.arXiv preprint arXiv:2312.13771,
-
[37]
H. Zhang, X. Liu, B. Lv, X. Sun, B. Jing, I. L. Iong, Z. Hou, Z. Qi, H. Lai, Y . Xu, et al. AgentRL: Scaling agentic reinforcement learning with a multi-turn, multi-task framework.arXiv preprint arXiv:2510.04206, 2025a. K. Zhang, J. Li, G. Li, X. Shi, and Z. Jin. CodeAgent: Enhancing code generation with tool- integrated agent systems for real-world repo-...
arXiv 2024
-
[38]
Y . Zheng, D. Fu, X. Hu, X. Cai, L. Ye, P. Lu, P. Liu, et al. DeepResearcher: Scaling deep research via reinforcement learning in real-world environments.arXiv preprint arXiv:2504.03160, 2025b. S. Zhou, F. F. Xu, H. Zhu, X. Zhou, R. Lo, A. Sridhar, X. Cheng, T. Ou, Y . Bisk, D. Fried, U. Alon, and G. Neubig. WebArena: A realistic web environment for build...
-
[39]
at the Jakarta Expo Boxing Hall
For a fixed rollout, write ¯ℓk for the raw average gold-answer log-probability and dk =− ¯ℓk +ϵ for the remaining answer-likelihood gap. The raw log-probability difference ∆ℓ k = ¯ℓk+1 − ¯ℓk telescopes to ¯ℓT − ¯ℓ0 and therefore preserves the ordering of two rollouts from the same prompt when they share the same initial state. However, raw differences mea...
2023
-
[40]
influxdata company name change from early 2010s to later name
browser.search(query="influxdata company name change from early 2010s to later name") Turn credit: δ5 = +5.44. After four stalled probes, this reformulated query returns “Errplane became InfluxData in 2015,” localizing nearly all progress in the eight-turn trajectory to this rescue query. A.5.2 NEGATIVETRAJECTORIES: LOCALIZING THETOOLCALLTHATLOSES Every f...
2015
- [2018]
-
[2022]
G. Wang, S. Dai, G. Ye, Z. Gan, W. Yao, Y . Deng, X. Wu, and Z. Ying. Information gain-based policy optimization: A simple and effective approach for multi-turn search agents. InInternational Conference on Learning Representations, 2026a. H. Wang, Z. Hou, Y . Wei, J. Tang, and Y . Dong. SWE-Dev: Building software engineering agents with training and infer...
Pith/arXiv arXiv 2025
-
[2023]
G. Dong, Y . Chen, X. Li, J. Jin, H. Qian, Y . Zhu, H. Mao, G. Zhou, Z. Dou, and J.-R. Wen. Tool- Star: Empowering LLM-brained multi-tool reasoner via reinforcement learning.arXiv preprint arXiv:2505.16410, 2025a. G. Dong, H. Mao, K. Ma, L. Bao, Y . Chen, et al. Agentic reinforced policy optimization.arXiv preprint arXiv:2507.19849, 2025b. A. Drouin, M. G...
-
[2024]
doi: 10.1145/3643757. I. Bouzenia, P. Devanbu, and M. Pradel. RepairAgent: An autonomous, LLM-based agent for program repair. InProceedings of the 47th IEEE/ACM International Conference on Software Engineering, pages 2188–2200,
-
[2025]
doi: 10.1109/ICSE55347.2025.00157. J. Chai, G. Yin, Z. Xu, C. Yue, Y . Jia, S. Xia, X. Wang, J. Jiang, X. Li, C. Dong, H. He, and W. Lin. RLFactory: A plug-and-play reinforcement learning post-training framework for LLM multi-turn tool-use.arXiv preprint arXiv:2509.06980,
arXiv 2025
-
[2026]
H. Lightman, V . Kosaraju, Y . Burda, H. Edwards, B. Baker, T. Lee, J. Leike, J. Schulman, I. Sutskever, and K. Cobbe. Let’s verify step by step.arXiv preprint arXiv:2305.20050,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.