Relation Extraction Capabilities of LLMs on Clinical Text: A Bilingual Evaluation for English and Turkish
This study introduces the first bilingual English-Turkish clinical relation extraction dataset and demonstrates that prompting-based large language models, particularly when enhanced with a novel Relation-Aware Retrieval strategy, outperform traditional fine-tuned baselines while revealing a performance gap between English and Turkish evaluations.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a doctor trying to read a patient's medical chart. The chart is a messy pile of handwritten notes and jargon. Your goal isn't just to read the words; it's to connect the dots. You need to know: Does this medicine fix this disease? Did this test reveal that disease? Is this disease making the patient worse?
This process is called Relation Extraction. It's like being a detective who has to figure out the specific relationship between two suspects (entities) in a story.
This paper is about teaching super-smart computer brains (called Large Language Models or LLMs) to do this detective work, not just in English, but also in Turkish.
Here is the story of what they did, explained simply:
1. The Problem: The "Language Gap"
Most of these super-smart computers have been trained mostly on English. They are like brilliant students who only studied in an English library. If you ask them to solve a medical mystery in Turkish, they often stumble because there are very few "practice books" (datasets) available in Turkish.
The researchers wanted to see if these computers could handle Turkish medical notes as well as English ones, and if they could do it without needing to be retrained from scratch (which is expensive and hard).
2. The New Tool: A Bilingual "Practice Book"
To test this, the team created something that didn't exist before: a parallel bilingual dataset.
- The Source: They took a famous collection of English medical notes (the 2010 i2b2/VA dataset) that everyone uses for practice.
- The Translation: They didn't just use a robot translator. They had real medical experts and linguists carefully translate these notes into Turkish, ensuring the medical meaning stayed perfect.
- The Result: Now, they had a "practice book" where every English sentence had a perfect Turkish twin. This allowed them to test the computers fairly in both languages.
3. The Strategy: How to Teach the Computer
The researchers tried two main ways to get the computer to solve the puzzle:
Method A: The "Cramming" Approach (Fine-Tuning)
This is like taking a student and forcing them to memorize 1,500 specific practice questions until they know the answers by heart. The researchers tried this with smaller, older models (like BERT).- The Result: It was okay, but the student struggled because 1,500 questions wasn't enough to memorize everything perfectly.
Method B: The "Hint" Approach (Prompting)
Instead of memorizing, this is like giving the student a few really good examples right before the test and saying, "Look at how I solved these, now you try." This is called In-Context Learning.- The Twist: The researchers realized that which examples you show the student matters. If you show random examples, the student gets confused.
- The Innovation (RAR): They invented a new way to pick examples called Relation-Aware Retrieval (RAR). Instead of just picking examples that look similar on the surface, RAR picks examples that have the same type of relationship.
- Analogy: If the test question is about "Medicine A curing Disease B," RAR finds a practice example where "Medicine C cured Disease D." It doesn't just pick an example that happens to mention medicine; it picks one that matches the logic of the cure.
4. The Results: Who Won?
The researchers tested several different "super-brains" (LLMs) like Gemini, DeepSeek, and GPT.
- The "Hint" Approach Won: The computers that were given good examples (Method B) were much smarter than the ones that tried to memorize (Method A).
- The "Best Hint" Method: The RAR method (picking the most logical examples) was the clear winner. It helped the computers get the highest scores.
- English vs. Turkish: As expected, the computers were slightly better at English (the language they know best), but they did surprisingly well in Turkish.
- The Champion: The combination of the RAR method (smart example selection) and a specific way of asking the computer to "think step-by-step" (called Chain-of-Thought) produced the best results.
- In English, they reached a score of 0.918 (almost perfect).
- In Turkish, they reached 0.888 (very impressive for a low-resource language).
5. The Big Takeaway
The paper proves that you don't always need to force a computer to memorize thousands of examples to make it smart. Instead, if you give it high-quality, relevant examples (like a good tutor) and ask it to explain its reasoning, it can solve complex medical puzzles in different languages very effectively.
They also found that Turkish is harder than English for these models. The Turkish language is "agglutinative" (words get very long and complex by adding many endings), which makes it tricky for the computer to spot the relationships. However, the new "smart hint" method helped bridge that gap significantly.
In short: By creating a new bilingual dataset and inventing a smarter way to pick practice examples, the researchers showed that AI can be a great medical detective in both English and Turkish, without needing massive amounts of new data.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.