{"work":{"id":"b193541d-5853-4ea4-8e4b-8e4c08617eb6","openalex_id":"https://openalex.org/W7126034091","doi":"10.48550/arxiv.2601.20802","arxiv_id":"2601.20802","raw_key":null,"title":"Reinforcement Learning via Self-Distillation","authors":null,"authors_text":"Jonas H\\\"ubotter, Frederike L\\\"ubeck, Lejs Behric, Anton Baumann, Marco Bagatella, Daniel Marta","year":2026,"venue":"cs.LG","abstract":"Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottleneck. Many verifiable environments actually provide rich textual feedback, such as runtime errors or judge evaluations, that explain why an attempt failed. We formalize this setting as reinforcement learning with rich feedback and introduce Self-Distillation Policy Optimization (SDPO), which converts tokenized feedback into a dense learning signal without any external teacher or explicit reward model. SDPO treats the current model conditioned on feedback as a self-teacher and distills its feedback-informed next-token predictions back into the policy. In this way, SDPO leverages the model's ability to retrospectively identify its own mistakes in-context. Across scientific reasoning, tool use, and competitive programming on LiveCodeBench v6, SDPO improves sample efficiency and final accuracy over strong RLVR baselines. Notably, SDPO also outperforms baselines in standard RLVR environments that only return scalar feedback by using successful rollouts as implicit feedback for failed attempts. Finally, applying SDPO to individual questions at test time accelerates discovery on difficult binary-reward tasks, achieving the same discovery probability as best-of-k sampling or multi-turn conversations with 3x fewer attempts.","external_url":"https://arxiv.org/abs/2601.20802","cited_by_count":0,"metadata_source":"pith","metadata_fetched_at":"2026-08-05T02:28:24.338817+00:00","pith_arxiv_id":"2601.20802","created_at":"2026-05-09T05:45:22.361503+00:00","updated_at":"2026-08-05T02:28:24.338817+00:00","title_quality_ok":true,"display_title":"Reinforcement Learning via Self-Distillation","render_title":"Reinforcement Learning via Self-Distillation"},"hub":{"state":{"work_id":"b193541d-5853-4ea4-8e4b-8e4c08617eb6","tier":"super_hub","tier_reason":"100+ Pith inbound or 10,000+ external citations","pith_inbound_count":129,"external_cited_by_count":0,"distinct_field_count":7,"first_pith_cited_at":"2026-01-26T17:56:50+00:00","last_pith_cited_at":"2026-07-08T18:27:40+00:00","author_build_status":"needed","summary_status":"needed","contexts_status":"needed","graph_status":"needed","ask_index_status":"needed","reader_status":"not_needed","recognition_status":"not_needed","updated_at":"2026-08-21T23:29:17.630961+00:00","tier_text":"super_hub"},"tier":"super_hub","role_counts":[{"context_role":"background","n":20},{"context_role":"method","n":3},{"context_role":"baseline","n":1}],"polarity_counts":[{"context_polarity":"background","n":19},{"context_polarity":"use_method","n":3},{"context_polarity":"baseline","n":1},{"context_polarity":"unclear","n":1}],"runs":{"ask_index":{"job_type":"ask_index","status":"succeeded","result":{"title":"Reinforcement Learning via Self-Distillation","claims":[{"claim_text":"Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottleneck. Many verifiable environments actually provide rich textual feedback, such as runtime errors or judge evaluations, that explain why an attempt failed. We formalize this setting as reinforcement learning with rich feedback and introduce Self-Distillation Policy Optimization (SDPO), which converts","claim_type":"abstract","evidence_strength":"source_metadata"},{"claim_text":"vectors for steering generative large language model, 2024. URLhttps://arxiv.org/abs/2402. 01618. [29] A. Lewkowycz, A. Andreassen, D. Dohan, E. Dyer, H. Michalewski, V. Ramasesh, A. Slone, C. Anil, I. Schlag, T. Gutman-Solo, Y. Wu, B. Neyshabur, G. Gur-Ari, and V. Misra. Solving quantitative reasoning problems with language models, 2022. URLhttps://arxiv.org/abs/ 2206.14858. [30] K. Li, J.-C. Pang, and Y. Yu. Rlvr training of llms does not improve thinking ability for general qa: Evaluation met","claim_type":"background","confidence":0.95,"evidence_strength":"citation_context"},{"claim_text":"GRPO[1] is a standard RLVR method that estimates token- level advantages from sparse scalar outcome rewards at the sequence level, serving as our primary RL baseline. OPSD[7] is an on-policy self-distillation method where a single model acts as both teacher and student, with the teacher conditioned on privileged information (e.g., verified reasoning traces) to provide dense per-token supervision.SDPO[8] extends self-distillation to the reinforcement learning with rich feedback setting, treating ","claim_type":"baseline","confidence":0.85,"evidence_strength":"citation_context"},{"claim_text":"trains on output sequences sampled from the student,i.e., y∼p S(· |x tgt). Conversely, off-policy MSD trains on output sequences sampled from the teacher,i.e., y∼p T (· |x tgt, x∗,C) . To represent both the on-policy and off-policy settings, we introduce a generalized sampling distribution, q(·). In the on-policy setting,q(·)is directly equivalent to the student's sampling: q(·)≜p S(· |x tgt).(3) In the off-policy setting,q(·)is directly equivalent to the teacher's sampling: q(·)≜p T (· |x tgt, ","claim_type":"method","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"span locations, or span content are passed in. As in standard on-policy distillation it then evaluates token logits causally on the sampled prefixˆy<t. C.4 Span-to-Token Alignment Given character-level spans returned byπA over the response text, we project to a token boolean mask m∈ {0,1} |ˆy|as follows: for each token yt we compute its character interval [c− t , c+ t ) by greedy alignment of single-token decodes against the original response (avoiding decode-re-encode round- trip drift); a toke","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"minimizes a divergence along the student's own trajectories [1, 33]. For input x from data distribution Dandˆy∼π θ(·|x): LOPD(θ) =E x,ˆy∼πθ   1 |ˆy| |ˆy|X t=1 D π∗(·|x, c,ˆy<t) πθ(·|x,ˆy<t) \u0001   ,(1) where D is a divergence and c denotesprivileged informationavailable only to the teacher [ 41]; in our setting, c is the multi-agent debate transcript. Hübotter et al. [17], Lu and Thinking Ma- chines Lab [28], Yang et al. [39] show that Eq. 1 corresponds to a dense token-level RL surrogate under","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"of recent works [36; 7; 31; 21] has developed this idea along several axes, connecting back to the older framework of learning under privileged information [25; 16]. On math reasoning, however, the picture is more mixed. Diagnostic studies report that on-policy self- distillation can improve instruction-following, scientific QA, and tool-use tasks [7], while delivering ∗Correspondence to:yuanshan2@xiaohongshu.com,floyed_shen@outlook.com. Preprint. arXiv:2605.11609v1 [cs.LG] 12 May 2026 Problem S","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"}],"why_cited":"Pith tracks Reinforcement Learning via Self-Distillation because it crossed a citation-hub threshold. Current citing contexts most often use it as background evidence (20 contexts).","role_counts":[{"n":20,"context_role":"background"},{"n":3,"context_role":"method"},{"n":1,"context_role":"baseline"}]},"error":null,"updated_at":"2026-07-02T13:32:37.833853+00:00"},"author_expand":{"job_type":"author_expand","status":"succeeded","result":{"authors_linked":[{"id":"89294563-a76c-4b17-8c90-2805391f82d8","orcid":null,"display_name":"Jonas H\\\"ubotter"},{"id":"c3f71dd8-1934-4bae-bf3d-3dc37b1ec233","orcid":null,"display_name":"Frederike L\\\"ubeck"},{"id":"248476e5-8e58-4d2d-84a1-583c09f0eba6","orcid":null,"display_name":"Lejs Behric"},{"id":"14d2f4b4-9475-453c-bfab-6f19414bbe26","orcid":null,"display_name":"Anton Baumann"},{"id":"d6cef383-e22f-4a0a-8893-a85aedb8cc11","orcid":null,"display_name":"Marco Bagatella"},{"id":"aad854e1-446f-4bc5-95f2-2cfb9c902dbf","orcid":null,"display_name":"Daniel Marta"}]},"error":null,"updated_at":"2026-07-02T13:32:38.472594+00:00"},"context_extract":{"job_type":"context_extract","status":"succeeded","result":{"enqueued_papers":25},"error":null,"updated_at":"2026-05-14T17:59:29.224960+00:00"},"graph_features":{"job_type":"graph_features","status":"succeeded","result":{"co_cited":[{"title":"DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models","work_id":"c5006563-f3ec-438a-9e35-b7b484f34828","shared_citers":32},{"title":"Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models","work_id":"bae00e84-9b0d-433d-a066-20b951f0b4d0","shared_citers":26},{"title":"Qwen3 Technical Report","work_id":"25a4e30c-1232-48e7-9925-02fa12ba7c9e","shared_citers":23},{"title":"Self-Distillation Enables Continual Learning","work_id":"e9aa25e3-870c-46c8-8270-e4e5948d09f0","shared_citers":23},{"title":"DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning","work_id":"e6b75ad5-2877-4168-97c8-710407094d20","shared_citers":21},{"title":"DAPO: An Open-Source LLM Reinforcement Learning System at Scale","work_id":"64019d00-0b11-4bbd-b173-b46c8fad0157","shared_citers":17},{"title":"Proximal Policy Optimization Algorithms","work_id":"240c67fe-d14d-4520-91c1-38a4e272ca19","shared_citers":15},{"title":"Self-Distilled RLVR","work_id":"935a34f3-b83d-4214-b6a0-ae2395b3d107","shared_citers":15},{"title":"On-Policy Context Distillation for Language Models","work_id":"b56a7e15-d864-43f4-9212-59bc7ec70d21","shared_citers":13},{"title":"MiMo-V2-Flash Technical Report","work_id":"1f3df90c-4bc3-49b1-ad9b-7f3b34e4ffba","shared_citers":12},{"title":"Distilling the Knowledge in a Neural Network","work_id":"d927ab1f-17b8-4002-9d09-c3d55764fbad","shared_citers":11},{"title":"Why Does Self-Distillation (Sometimes) Degrade the Reasoning Capability of LLMs?","work_id":"8df6a2d1-d890-48ae-af85-c11643a91097","shared_citers":11},{"title":"On-policy distillation","work_id":"bb76b11f-d59b-421e-88c6-fa0920ed09c3","shared_citers":10},{"title":"Rethinking On-Policy Distillation of Large Language Models: Phenomenology, Mechanism, and Recipe","work_id":"42b43df0-4c82-493f-9d9b-1be8c116d9af","shared_citers":10},{"title":"MiniLLM: On-Policy Distillation of Large Language Models","work_id":"16edb291-dd18-41c5-8486-c6c715ec5311","shared_citers":8},{"title":"Privileged information distillation for language models","work_id":"674b7199-1d6e-4f36-89f1-fe1abe5b4db1","shared_citers":8},{"title":"Entropy-aware on-policy distillation of language models","work_id":"7dccbe12-e2aa-48d8-9b76-5521ccf02668","shared_citers":7},{"title":"Group Sequence Policy Optimization","work_id":"3a98b53b-9f52-4d95-adf7-89353c0a9a65","shared_citers":7},{"title":"OpenThoughts: Data Recipes for Reasoning Models","work_id":"c7acbe41-27a0-4773-a7be-8f08d86cdf21","shared_citers":7},{"title":"Process Reinforcement through Implicit Rewards","work_id":"c31a2126-86f9-44f3-91f3-208d0fc1463a","shared_citers":7},{"title":"Training Verifiers to Solve Math Word Problems","work_id":"acab1aa8-b4d6-40e0-a3ee-25341701dca2","shared_citers":7},{"title":"Unifying group-relative and self-distillation policy optimization via sample routing","work_id":"6dea6cb7-a4e5-478a-ab3c-eeeb335abd51","shared_citers":7},{"title":"arXiv preprint arXiv:2602.12125 , year=","work_id":"bb968107-1f43-4bf4-aa52-cc58000a6e89","shared_citers":6},{"title":"A Survey of On-Policy Distillation for Large Language Models","work_id":"f6aaea8e-1f0d-43e3-b28f-6066d3e0a66b","shared_citers":6}],"time_series":[{"n":38,"year":2026}],"dependency_candidates":[]},"error":null,"updated_at":"2026-05-14T17:59:45.726211+00:00"},"identity_refresh":{"job_type":"identity_refresh","status":"succeeded","result":{"items":[{"title":"Qwen3 Technical Report","outcome":"unchanged","work_id":"25a4e30c-1232-48e7-9925-02fa12ba7c9e","resolver":"local_arxiv","confidence":0.98,"old_work_id":"25a4e30c-1232-48e7-9925-02fa12ba7c9e"}],"counts":{"fixed":0,"merged":0,"unchanged":1,"quarantined":0,"needs_external_resolution":0},"errors":[],"attempted":1},"error":null,"updated_at":"2026-05-14T18:00:04.164185+00:00"},"role_polarity":{"job_type":"role_polarity","status":"succeeded","result":{"title":"Reinforcement Learning via Self-Distillation","claims":[{"claim_text":"Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottleneck. Many verifiable environments actually provide rich textual feedback, such as runtime errors or judge evaluations, that explain why an attempt failed. We formalize this setting as reinforcement learning with rich feedback and introduce Self-Distillation Policy Optimization (SDPO), which converts","claim_type":"abstract","evidence_strength":"source_metadata"},{"claim_text":"vectors for steering generative large language model, 2024. URLhttps://arxiv.org/abs/2402. 01618. [29] A. Lewkowycz, A. Andreassen, D. Dohan, E. Dyer, H. Michalewski, V. Ramasesh, A. Slone, C. Anil, I. Schlag, T. Gutman-Solo, Y. Wu, B. Neyshabur, G. Gur-Ari, and V. Misra. Solving quantitative reasoning problems with language models, 2022. URLhttps://arxiv.org/abs/ 2206.14858. [30] K. Li, J.-C. Pang, and Y. Yu. Rlvr training of llms does not improve thinking ability for general qa: Evaluation met","claim_type":"background","confidence":0.95,"evidence_strength":"citation_context"},{"claim_text":"GRPO[1] is a standard RLVR method that estimates token- level advantages from sparse scalar outcome rewards at the sequence level, serving as our primary RL baseline. OPSD[7] is an on-policy self-distillation method where a single model acts as both teacher and student, with the teacher conditioned on privileged information (e.g., verified reasoning traces) to provide dense per-token supervision.SDPO[8] extends self-distillation to the reinforcement learning with rich feedback setting, treating ","claim_type":"baseline","confidence":0.85,"evidence_strength":"citation_context"},{"claim_text":"trains on output sequences sampled from the student,i.e., y∼p S(· |x tgt). Conversely, off-policy MSD trains on output sequences sampled from the teacher,i.e., y∼p T (· |x tgt, x∗,C) . To represent both the on-policy and off-policy settings, we introduce a generalized sampling distribution, q(·). In the on-policy setting,q(·)is directly equivalent to the student's sampling: q(·)≜p S(· |x tgt).(3) In the off-policy setting,q(·)is directly equivalent to the teacher's sampling: q(·)≜p T (· |x tgt, ","claim_type":"method","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"span locations, or span content are passed in. As in standard on-policy distillation it then evaluates token logits causally on the sampled prefixˆy<t. C.4 Span-to-Token Alignment Given character-level spans returned byπA over the response text, we project to a token boolean mask m∈ {0,1} |ˆy|as follows: for each token yt we compute its character interval [c− t , c+ t ) by greedy alignment of single-token decodes against the original response (avoiding decode-re-encode round- trip drift); a toke","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"minimizes a divergence along the student's own trajectories [1, 33]. For input x from data distribution Dandˆy∼π θ(·|x): LOPD(θ) =E x,ˆy∼πθ   1 |ˆy| |ˆy|X t=1 D π∗(·|x, c,ˆy<t) πθ(·|x,ˆy<t) \u0001   ,(1) where D is a divergence and c denotesprivileged informationavailable only to the teacher [ 41]; in our setting, c is the multi-agent debate transcript. Hübotter et al. [17], Lu and Thinking Ma- chines Lab [28], Yang et al. [39] show that Eq. 1 corresponds to a dense token-level RL surrogate under","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"},{"claim_text":"of recent works [36; 7; 31; 21] has developed this idea along several axes, connecting back to the older framework of learning under privileged information [25; 16]. On math reasoning, however, the picture is more mixed. Diagnostic studies report that on-policy self- distillation can improve instruction-following, scientific QA, and tool-use tasks [7], while delivering ∗Correspondence to:yuanshan2@xiaohongshu.com,floyed_shen@outlook.com. Preprint. arXiv:2605.11609v1 [cs.LG] 12 May 2026 Problem S","claim_type":"background","confidence":0.8,"evidence_strength":"citation_context"}],"why_cited":"Pith tracks Reinforcement Learning via Self-Distillation because it crossed a citation-hub threshold. Current citing contexts most often use it as background evidence (20 contexts).","role_counts":[{"n":20,"context_role":"background"},{"n":3,"context_role":"method"},{"n":1,"context_role":"baseline"}]},"error":null,"updated_at":"2026-07-02T13:32:37.831165+00:00"},"summary_claims":{"job_type":"summary_claims","status":"succeeded","result":{"title":"Reinforcement Learning via Self-Distillation","claims":[{"claim_text":"Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottleneck. Many verifiable environments actually provide rich textual feedback, such as runtime errors or judge evaluations, that explain why an attempt failed. We formalize this setting as reinforcement learning with rich feedback and introduce Self-Distillation Policy Optimization (SDPO), which converts","claim_type":"abstract","evidence_strength":"source_metadata"}],"why_cited":"Pith tracks Reinforcement Learning via Self-Distillation because it crossed a citation-hub threshold.","role_counts":[]},"error":null,"updated_at":"2026-05-14T17:59:41.597020+00:00"}},"summary":{"title":"Reinforcement Learning via Self-Distillation","claims":[{"claim_text":"Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottleneck. Many verifiable environments actually provide rich textual feedback, such as runtime errors or judge evaluations, that explain why an attempt failed. We formalize this setting as reinforcement learning with rich feedback and introduce Self-Distillation Policy Optimization (SDPO), which converts","claim_type":"abstract","evidence_strength":"source_metadata"}],"why_cited":"Pith tracks Reinforcement Learning via Self-Distillation because it crossed a citation-hub threshold.","role_counts":[]},"graph":{"co_cited":[{"title":"DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models","work_id":"c5006563-f3ec-438a-9e35-b7b484f34828","shared_citers":32},{"title":"Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models","work_id":"bae00e84-9b0d-433d-a066-20b951f0b4d0","shared_citers":26},{"title":"Qwen3 Technical Report","work_id":"25a4e30c-1232-48e7-9925-02fa12ba7c9e","shared_citers":23},{"title":"Self-Distillation Enables Continual Learning","work_id":"e9aa25e3-870c-46c8-8270-e4e5948d09f0","shared_citers":23},{"title":"DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning","work_id":"e6b75ad5-2877-4168-97c8-710407094d20","shared_citers":21},{"title":"DAPO: An Open-Source LLM Reinforcement Learning System at Scale","work_id":"64019d00-0b11-4bbd-b173-b46c8fad0157","shared_citers":17},{"title":"Proximal Policy Optimization Algorithms","work_id":"240c67fe-d14d-4520-91c1-38a4e272ca19","shared_citers":15},{"title":"Self-Distilled RLVR","work_id":"935a34f3-b83d-4214-b6a0-ae2395b3d107","shared_citers":15},{"title":"On-Policy Context Distillation for Language Models","work_id":"b56a7e15-d864-43f4-9212-59bc7ec70d21","shared_citers":13},{"title":"MiMo-V2-Flash Technical Report","work_id":"1f3df90c-4bc3-49b1-ad9b-7f3b34e4ffba","shared_citers":12},{"title":"Distilling the Knowledge in a Neural Network","work_id":"d927ab1f-17b8-4002-9d09-c3d55764fbad","shared_citers":11},{"title":"Why Does Self-Distillation (Sometimes) Degrade the Reasoning Capability of LLMs?","work_id":"8df6a2d1-d890-48ae-af85-c11643a91097","shared_citers":11},{"title":"On-policy distillation","work_id":"bb76b11f-d59b-421e-88c6-fa0920ed09c3","shared_citers":10},{"title":"Rethinking On-Policy Distillation of Large Language Models: Phenomenology, Mechanism, and Recipe","work_id":"42b43df0-4c82-493f-9d9b-1be8c116d9af","shared_citers":10},{"title":"MiniLLM: On-Policy Distillation of Large Language Models","work_id":"16edb291-dd18-41c5-8486-c6c715ec5311","shared_citers":8},{"title":"Privileged information distillation for language models","work_id":"674b7199-1d6e-4f36-89f1-fe1abe5b4db1","shared_citers":8},{"title":"Entropy-aware on-policy distillation of language models","work_id":"7dccbe12-e2aa-48d8-9b76-5521ccf02668","shared_citers":7},{"title":"Group Sequence Policy Optimization","work_id":"3a98b53b-9f52-4d95-adf7-89353c0a9a65","shared_citers":7},{"title":"OpenThoughts: Data Recipes for Reasoning Models","work_id":"c7acbe41-27a0-4773-a7be-8f08d86cdf21","shared_citers":7},{"title":"Process Reinforcement through Implicit Rewards","work_id":"c31a2126-86f9-44f3-91f3-208d0fc1463a","shared_citers":7},{"title":"Training Verifiers to Solve Math Word Problems","work_id":"acab1aa8-b4d6-40e0-a3ee-25341701dca2","shared_citers":7},{"title":"Unifying group-relative and self-distillation policy optimization via sample routing","work_id":"6dea6cb7-a4e5-478a-ab3c-eeeb335abd51","shared_citers":7},{"title":"arXiv preprint arXiv:2602.12125 , year=","work_id":"bb968107-1f43-4bf4-aa52-cc58000a6e89","shared_citers":6},{"title":"A Survey of On-Policy Distillation for Large Language Models","work_id":"f6aaea8e-1f0d-43e3-b28f-6066d3e0a66b","shared_citers":6}],"time_series":[{"n":38,"year":2026}],"dependency_candidates":[]},"authors":[{"id":"14d2f4b4-9475-453c-bfab-6f19414bbe26","orcid":null,"display_name":"Anton Baumann","source":"manual","import_confidence":0.72},{"id":"aad854e1-446f-4bc5-95f2-2cfb9c902dbf","orcid":null,"display_name":"Daniel Marta","source":"manual","import_confidence":0.72},{"id":"c3f71dd8-1934-4bae-bf3d-3dc37b1ec233","orcid":null,"display_name":"Frederike L\\\"ubeck","source":"manual","import_confidence":0.72},{"id":"89294563-a76c-4b17-8c90-2805391f82d8","orcid":null,"display_name":"Jonas H\\\"ubotter","source":"manual","import_confidence":0.72},{"id":"248476e5-8e58-4d2d-84a1-583c09f0eba6","orcid":null,"display_name":"Lejs Behric","source":"manual","import_confidence":0.72},{"id":"d6cef383-e22f-4a0a-8893-a85aedb8cc11","orcid":null,"display_name":"Marco Bagatella","source":"manual","import_confidence":0.72}]}}