Stepanov

Ihor

AI & ML interests

Text classification, computational biology, relations extraction, path reasoning

Recent Activity

Organizations

Knowledgator Engineering's profile picture Blog-explorers's profile picture GLiNER Community's profile picture eyva.ai's profile picture

Ihor's activity

replied to their post 4 days ago
view reply

@deoxykev , I am still working on it, but for now, other zero-shot approaches that directly build for that like gliner demonstrate better precision.

view reply

Additionally, we feed generated with structured prediction JSON data and feed them and text into DeepSeek-R1 Llama 70B to generate a chain of thought that can explain the extraction process.

Why don't you use R1 original (>600B) to get the best results?

From my tests, I didn't see a major difference for this task between the models so a smaller model was chosen as more efficient.

upvoted an article 6 days ago
upvoted an article 8 days ago
view article
Article

Mini-R1: Reproduce Deepseek R1 „aha moment“ a RL tutorial

By open-r1
31
posted an update 9 days ago
view post
Post
1356
🚀 Reproducing DeepSeek R1 for Text-to-Graph Extraction

I’ve been working on replicating DeepSeek R1, focusing on zero-shot text-to-graph extraction—a challenging task where LMs extract entities and relations from text based on predefined types.

🧠 Key Insight:
Language models struggle when constrained by entity/relation types. Supervised training alone isn’t enough, but reinforcement learning (RL), specifically Guided Reward Policy Optimization (GRPO), shows promise.

💡 Why GRPO?
It trains the model to generate structured graphs, optimizing multiple reward functions (format, JSON validity, and extraction accuracy).
It allows the model to learn from both positive and hard negative examples dynamically.
RL can be fine-tuned to emphasize relation extraction improvements.

📊 Early Results:
Even with limited training, F1 scores consistently improved, and we saw clear benefits from RL-based optimization. More training = better performance!

🔬 Next Steps:
We’re scaling up experiments with larger models and high-quality data. Stay tuned for updates! Meanwhile, check out one of our experimental models here:
Ihor/Text2Graph-R1-Qwen2.5-0.5b

📔 Learn more details from the blog post: https://medium.com/p/d8b648d9f419

Feel free to share your thoughts and ask questions!
  • 2 replies
·