Skip to content

Commit 524cc79

Browse files
author
beanbun
committed
update README
1 parent 40a04d6 commit 524cc79

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • examples/generate/generate_masked_fill_in_blank_qa
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Generate Masked Fill-in-blank QAs
2-
# TODO
2+
In this module, we generate fill-in-blank QAs from unstructured corpora by randomly masking core entities in a knowledge graph. The key is that a rule-based validator can automatically verify the answers to these questions. For example:
3+
> **Question:** Hematogenous long-bone osteomyelitis is an infection of the bone, primarily affecting the long bones, and often results from blood-borne pathogens. This condition is characterized by several key symptoms, including ___ and swelling. ___ is a prominent symptom in both primary and recurrent cases of hematogenous long-bone osteomyelitis, manifesting as persistent discomfort in the affected area.
4+
> **Answer:** pain
5+
6+
Because the answer of these questions can be easily verified, they are well-suited for RLVR (Reinforcement Learning with Verifiable Rewards).
7+
8+
For more details, please see our paper "Knowledge-to-Verification: Exploring RLVR for LLMs in Knowledge-Intensive Domains". It has been accepted to the ACL 2026 Main Conference, and we will update the link soon.

0 commit comments

Comments
 (0)