A new semantically annotated corpus with syntactic-semantic and cross-lingual senses
This paper introduces a new sense-tagged corpus for word sense disambiguation comprising 20 French polysemous verbs, where each instance is annotated with its English translation, a Lexicon-Grammar dictionary entry, and a fine-grained sense label derived from combining these two sources.
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 trying to teach a robot how to understand human language. The biggest hurdle isn't just knowing words; it's knowing which meaning of a word is being used. This is called "Word Sense Disambiguation" (WSD).
Think of a word like the French verb "comprendre" (to understand). In English, it usually just means "to understand." But in French, it can also mean "to include" (like a book comprises ten chapters) or "to realize" (to grasp a situation). If the robot doesn't know which "flavor" of comprendre is being used, it will get confused.
The authors of this paper, Myriam Rakho, Éric Laporte, and Matthieu Constant, built a special training manual (a corpus) to help robots learn these different flavors. Here is how they did it, using simple analogies:
The Problem: Two Bad Maps
The researchers noticed that previous attempts to teach robots had two main problems, like trying to navigate a city with two different, imperfect maps:
- The "Translation" Map: This map says, "If you see this French word, look at what it translates to in English."
- The Flaw: Sometimes, two very different French situations translate to the exact same English word. It's like saying "I'm feeling blue" and "I'm feeling sad" are the same because they both translate to "sad." The robot sees the same English word and thinks the French situations are identical, even though they are totally different.
- The "Dictionary" Map: This map says, "Look at the grammar rules and sentence structure to decide the meaning."
- The Flaw: Sometimes, the grammar looks the same, but the meaning is totally different depending on the context. It's like a dictionary saying "wear" means putting something on your body, but it doesn't tell you that in Japanese, you need five different words for "wear" depending on whether it's on your head, your feet, or your hand.
The Solution: A Hybrid "Super-Map"
To fix this, the team created a new, super-detailed training manual for 20 tricky French verbs (like comprendre, mettre, porter, etc.). They didn't just pick one map; they created four different layers of labels for every single sentence in their manual.
Think of this like tagging a photo with four different types of metadata:
- The "Translation" Tag: What is the actual English word used in the parallel sentence? (e.g., "understand").
- The "Grammar" Tag: What is the specific entry in the French "Lexicon-Grammar" dictionary? This is like a technical ID card that describes the verb's structure (e.g., "V_12_17").
- The "Super-Fine" Tag: They smashed the first two tags together. So, instead of just "understand" or just "V_12_17," the tag becomes "V_12_17#understand."
- Why? This is the "Goldilocks" zone. It keeps the specific grammar rules and the specific translation, creating a unique fingerprint for that exact moment in the sentence.
- The "Cluster" Tag: They took all the "Super-Fine" tags that share the same grammar ID and grouped them together.
- Why? This helps the robot see the big picture. It knows that all these different translations (understand, appreciate, realize, grasp) all belong to the same "family" of grammar rules.
How They Built It
They didn't just guess. They took a massive collection of French and English sentences (from the EuroParl corpus, which contains speeches from the European Parliament).
- Step 1: They used a computer tool to match French words to English words.
- Step 2: They checked the matches twice (French-to-English and English-to-French) to make sure the translation was solid.
- Step 3: Humans manually checked the work to ensure the "Grammar Tags" were correct.
- Step 4: They automatically generated the "Super-Fine" and "Cluster" tags by combining the data.
The Result
The result is a dataset containing thousands of examples for 20 verbs. For every example, the robot now has four different ways to look at the meaning.
- Table 2 in the paper shows the size of this dataset. For the verb comprendre, they have over 8,000 examples, broken down into 8 grammar types, 183 translation types, and 308 unique "Super-Fine" combinations.
The Bottom Line
The authors aren't claiming they have solved the problem of robot language understanding forever. Instead, they have built a better training dataset. They argue that by combining the "Translation" view and the "Grammar" view, they can create a more precise way to teach computers how to distinguish between the different meanings of tricky words. They plan to do the same thing for French nouns and adjectives in the future.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.