CMNIE: An Information Extraction Benchmark for Chinese Military News
Summary
CMNIE is a new information extraction benchmark for Chinese military news that jointly annotates events, entities, and relations to evaluate models on schema adherence and exact span matching.
View Cached Full Text
Cached at: 09/11/26, 08:15 AM
# CMNIE: An Information Extraction Benchmark for Chinese Military News Source: [https://arxiv.org/html/2609.10722](https://arxiv.org/html/2609.10722) ###### Abstract Structured extraction from Chinese military news supports intelligence analysis, decision\-making, and knowledge base construction\. However, existing resources provide limited support for joint information extraction in this domain, especially when events, event arguments, entities, and relations must be modeled together\. We present CMNIE, an information extraction benchmark for Chinese military news\. Extending military\-domain resources beyond document\-level event annotations, CMNIE jointly annotates event triggers, event arguments, named entities, and entity relations under a unified domain schema\. The dataset contains 13,000 instances collected from public Chinese military news, with manual annotations for 7 event types, 10 argument roles, 7 entity types, and 8 relation types\. We evaluate supervised IE models, zero\-shot large language models, and fine\-tuned LLM\-based extraction methods on a shared test set\. Experimental results show that CMNIE remains challenging, especially for relation extraction and exact matching of event\-argument spans; zero\-shot LLMs often identify relevant semantic units but fail to match gold span boundaries exactly\. CMNIE provides a standardized benchmark for studying schema adherence, exact span matching, and joint structured extraction in specialized Chinese news\. ###### Keywords: Information Extraction Event Extraction Named Entity Recognition Relation Extraction Chinese Military News ## 1Introduction Information extraction \(IE\) from military news supports intelligence analysis, decision support, and structured knowledge base construction by converting unstructured reports into structured records of entities, relations, events, and event arguments\. More broadly, structured event information can facilitate downstream event\-centric multi\-document summarization\[[24](https://arxiv.org/html/2609.10722#bib.bib24)\]and decision\-oriented reasoning over complex event contexts\[[22](https://arxiv.org/html/2609.10722#bib.bib25)\]\. Progress in IE has been closely tied to benchmark datasets, including ACE 2005\[[18](https://arxiv.org/html/2609.10722#bib.bib1)\], DuIE\[[6](https://arxiv.org/html/2609.10722#bib.bib3)\], DuEE\[[7](https://arxiv.org/html/2609.10722#bib.bib21)\], and the MAVEN series\[[19](https://arxiv.org/html/2609.10722#bib.bib5),[20](https://arxiv.org/html/2609.10722#bib.bib6),[21](https://arxiv.org/html/2609.10722#bib.bib4)\]\. These datasets support reliable comparison and provide partial coverage of Chinese military news, where event descriptions, equipment names, organizations, locations, and entity relations occur in domain\-specific, information\-dense contexts\. Military news poses several challenges for IE\. It contains long or abbreviated mentions of weapons, military units, facilities, geopolitical entities, and organizations\. Event arguments may be distant from the trigger or embedded in descriptive clauses, and relations such as ownership, subordination, cooperation, and hostility often appear without explicit verbal predicates\. A single instance may also contain entities, relations, and event arguments that depend on one another\. A benchmark that aligns all four layers enables direct measurement of whether a system can recover the full information structure of an instance\. Figure[1](https://arxiv.org/html/2609.10722#S1.F1)illustrates a translated CMNIE instance and the four annotation layers used by the benchmark\. Figure 1:Example of the CMNIE information extraction task and annotation layers\.The closest military\-domain resource is CMNEE, a document\-level Chinese military event extraction dataset\[[23](https://arxiv.org/html/2609.10722#bib.bib7)\]\. Its annotations center on event triggers and arguments, leaving joint evaluation of events, entities, and entity relations in Chinese military news underexplored\. This paper presents CMNIE as a resource and benchmark for Chinese military news IE, with a unified annotation schema covering events, arguments, entities, and relations\. The benchmark is designed for both conventional supervised IE systems and recent extraction methods based on large language models \(LLMs\)\. In addition to exact\-match F1, we report relaxed event scores for zero\-shot LLMs because generative models often locate the correct semantic unit but return a boundary that differs from the reference span\. The contributions are as follows\. First, we introduce CMNIE, a Chinese military news IE benchmark with joint annotations for events, event arguments, named entities, and entity relations\. Second, we describe the construction of CMNIE, including source collection, instance construction, schema design, human annotation, adjudication, and quality assessment\. Third, we provide benchmark results for supervised IE models, zero\-shot LLMs, and fine\-tuned LLM\-based extraction methods, together with analyses of span matching and major error types\. ## 2Related Work IE benchmarks differ in both task scope and annotation unit\. ACE 2005 defines multilingual entity, relation, and event annotations\[[18](https://arxiv.org/html/2609.10722#bib.bib1)\]; DuIE provides large\-scale Chinese relation triples\[[6](https://arxiv.org/html/2609.10722#bib.bib3)\]; and DuEE covers 65 event types and 121 argument roles in real\-world Chinese news\[[7](https://arxiv.org/html/2609.10722#bib.bib21)\]\. WikiEvents supports document\-level event argument extraction, while the MAVEN series expands from event detection to event relations and exhaustive argument annotation\[[5](https://arxiv.org/html/2609.10722#bib.bib20),[19](https://arxiv.org/html/2609.10722#bib.bib5),[20](https://arxiv.org/html/2609.10722#bib.bib6),[21](https://arxiv.org/html/2609.10722#bib.bib4)\]\. Together, these resources show the value of connected annotation layers, while their general\-domain schemas and annotation units leave specialized Chinese military information structures only partially represented\. Domain\-specific IE resources align their schemas with local terminology and information needs\. CMNEE is the closest resource to CMNIE and provides document\-level triggers and arguments for Chinese military events\[[23](https://arxiv.org/html/2609.10722#bib.bib7)\]\. CMNIE uses an independently collected corpus and aligns all four layers through a schema developed from its own corpus analysis and annotation discussions\. Table[1](https://arxiv.org/html/2609.10722#S2.T1)compares CMNIE with representative IE resources in terms of instance count, event mentions, event labels, argument roles, entity types, and relation types\[[5](https://arxiv.org/html/2609.10722#bib.bib20),[18](https://arxiv.org/html/2609.10722#bib.bib1),[20](https://arxiv.org/html/2609.10722#bib.bib6),[23](https://arxiv.org/html/2609.10722#bib.bib7)\]\. Table 1:Comparison with representative information extraction datasets\.IE methods likewise vary in how they represent spans and schemas\. DyGIE\+\+ uses contextualized span representations, OneIE performs globally informed joint extraction, and UIE casts multiple IE tasks as unified structure generation\[[9](https://arxiv.org/html/2609.10722#bib.bib9),[10](https://arxiv.org/html/2609.10722#bib.bib11),[17](https://arxiv.org/html/2609.10722#bib.bib10)\]\. Recent LLM\-based methods encode task specifications more explicitly: GoLLIE conditions generation on annotation guidelines, ADELIE aligns LLMs with IE supervision, and KnowCoder represents schemas as code\[[8](https://arxiv.org/html/2609.10722#bib.bib22),[13](https://arxiv.org/html/2609.10722#bib.bib16),[16](https://arxiv.org/html/2609.10722#bib.bib17)\]\. Zero\-shot LLMs further test whether general instruction following transfers to specification\-heavy extraction with strict label and boundary conventions\[[11](https://arxiv.org/html/2609.10722#bib.bib18)\]\. ## 3CMNIE Dataset ### 3\.1Source Collection and Instance Construction CMNIE was constructed from public Chinese military news sources with high domain relevance\. We collected raw news pages from Sina Military111[https://mil\.news\.sina\.com\.cn/](https://mil.news.sina.com.cn/), Phoenix Military222[https://mil\.ifeng\.com/](https://mil.ifeng.com/), and NetEase Military333[https://war\.163\.com/](https://war.163.com/)\. Using Python Requests and BeautifulSoup, we crawled more than 40,000 military news articles published from August 2010 to February 2022 in chronological order\. After crawling, duplicate pages, malformed entries, navigation text, HTML fragments, garbled text, and other boilerplate were removed; using three sources reduces dependence on a single editorial source\. To obtain domain\-relevant candidate instances, we first built a candidate trigger dictionary\. Starting from the predefined event inventory, an LLM was used only to suggest synonyms and related expressions; all suggested terms were manually screened before dictionary matching\. Dictionary matching retained about 20,000 candidate texts; manual filtering removed about 7,000 and retained 13,000 for annotation\. Manual screening applied three criteria: topical relevance required the instance to fall within the CMNIE schema; textual quality required complete, readable, nonduplicate contexts free of webpage noise; and annotation tractability favored instances with a manageable number of independent events so that all four layers could be annotated consistently\. The dictionary was used only for candidate retrieval; all final labels and spans were manually annotated from the complete retained context\. The retained set includes instances with and without event annotations; after topical and quality screening, length sorting served only to organize the manual review sequence\. Chinese word segmentation was used to support annotation and checking\. The texts were segmented with the Harbin Institute of Technology LTP toolkit\[[1](https://arxiv.org/html/2609.10722#bib.bib2)\]\. To reduce segmentation errors for military terminology, we collected domain terms before segmentation and added them to the segmentation dictionary\. The final annotations are span based; segmentation serves as a workflow aid, with every boundary anchored directly to the source text\. ### 3\.2Annotation Schema The schema was constructed through corpus analysis, pilot annotation, and expert discussion\. The initial event inventory was derived from the target military news domain and revised by checking whether triggers and arguments could be consistently identified; this process led to the addition of Exhibit, which frequently appeared in equipment display and public demonstration news\. CMNIE defines four annotation layers: event labels, event argument roles, entity types, and relation types\. Each event\-bearing instance contains one trigger span, one Event Type, and zero or more event arguments with Argument Roles; other instances have empty event annotations\. The initial inventory contained six event types: Experiment, Manoeuvre, Deploy, Accident, Indemnity, and Support\. During annotation, many instances described a subject displaying equipment at a time or place, so Exhibit was added as a seventh event type\. Indemnity is retained as the dataset event type for logistics and supply support events\. Table[2](https://arxiv.org/html/2609.10722#S3.T2)summarizes the event label definitions and valid argument roles\. All type, role, and relation names are kept consistent with the dataset annotation\. The argument roles are Subject, Equipment, Date, Location, Content, Area, Militaryforce, Result, Object, and Materials\. The entity types are PER, TIME, GPE, EQU, ORG, LOC, and FAC\. The relation types are Belong, Carry, Subordinate, Equal, Hostility, Develop, Cooperation, and Fellow\. Table 2:CMNIE event labels and argument role constraints\.Entity annotation captures the main mention types that fill event roles and relation arguments\. PER covers individuals and groups of people; TIME includes dates, times, and temporal spans; and GPE covers countries, cities, provinces, states, and other political entities\. EQU encompasses weapons, platforms, systems, and other military equipment, while ORG includes military units, institutions, companies, and other organizations\. LOC is used for non\-political locations, bases, regions, and other place expressions; FAC is reserved for functional structures and infrastructure, including airports, buildings, railways, and bridges\. Relation annotation captures stable or contextual links between entity mentions\. Belong records ownership or operational association between equipment and an organization or geopolitical entity\. Carry represents a carrier–carried configuration involving a person or another piece of equipment, while Subordinate encodes hierarchical affiliation to a higher organization or geopolitical entity\. Equal connects mentions of the same real\-world entity; Hostility records adversarial links; Develop captures development links; Cooperation represents collaborative links; and Fellow denotes peer relations\. The Equal relation is important because military news frequently alternates between full equipment names and shortened mentions\. Event arguments and named entities are separate annotation layers, so a longer argument span may intentionally contain a more specific entity span, as illustrated by the Content argument and the nested entity in Figure[1](https://arxiv.org/html/2609.10722#S1.F1)\. ### 3\.3Annotation Workflow and Quality Assessment The annotation workflow followed a two\-stage, multi\-round design adapted to the four CMNIE annotation layers\. Automatic event type pre\-labels were used only as references; annotators manually judged event types, trigger spans, argument spans and roles, entity spans and types, and relation triples\. The annotation team included 20 experienced general annotators, all of whom received CMNIE\-specific training, and five domain experts responsible for guideline development, difficult cases, and disagreement review\. In the first stage, experienced annotators and domain experts independently annotated shuffled batches, and disagreements were reviewed after each batch to refine boundary rules, role constraints, and relation examples\. In the second stage, annotator teams corrected all batches according to the finalized standard, while domain experts audited sampled instances and resolved difficult cases until the batch\-level quality indicators reached the required thresholds\. Figure[2](https://arxiv.org/html/2609.10722#S3.F2)summarizes the data construction and annotation workflow\. Figure 2:Construction and annotation workflow of CMNIE\.For quality assessment, we used four audit indicators: event type accuracy, event argument recall, named entity recall, and relation recall\. A batch was accepted only when all four indicators reached at least 95%; otherwise, it was returned for discussion and correction\. The final audit scores were 95\.3%, 95\.1%, 99\.4%, and 97\.8%, respectively\. These values measure final audit quality after adjudication\. To quantify annotation reliability before adjudication, ten general annotators independently annotated the same 500 instances\. Table[3](https://arxiv.org/html/2609.10722#S3.T3)reports the resulting pre\-adjudication inter\-annotator agreement \(IAA\): Fleiss’ kappa for event annotation status and type \(empty or one of the seven event types\), and mean pairwise exact\-match F1 for the structured layers, requiring all relevant spans and labels to match\. Table 3:Pre\-adjudication IAA on 500 CMNIE instances independently annotated by ten annotators\.Event\-type agreement is highest; relations and arguments are lower because they combine span and label decisions and inherit component disagreements\. This pattern supports cross\-checking and expert adjudication\. ### 3\.4Dataset Statistics CMNIE contains 13,000 news instances\. Among them, 6,997 contain event annotations and 6,003 have empty event annotations\. Because every event instance contains one trigger span, the dataset contains 6,997 event triggers\. The dataset contains 23,087 event arguments, 97,508 named entity mentions, and 40,252 relation mentions\. The final training, development, and test splits were produced at the instance level\. A greedy split strategy was used to keep event\-label distributions as similar as possible across the three subsets\. Table[4](https://arxiv.org/html/2609.10722#S3.T4)reports split statistics, and Figure[3](https://arxiv.org/html/2609.10722#S3.F3)shows the main type distributions and instance\-level density patterns\. Table 4:CMNIE split statistics\.Figure 3:Dataset statistics of CMNIE\. \(a\) Entity types\. \(b\) Relation annotations, including empty annotations\. \(c\) Event annotations, including empty annotations\. \(d\) Entities per instance\. \(e\) Relations per instance\.Figure[3](https://arxiv.org/html/2609.10722#S3.F3)shows long\-tailed distributions in CMNIE\. EQU and ORG dominate entity mentions; Belong, Subordinate, and Equal dominate relation annotations; and Manoeuvre is the most frequent event type\. Panels \(b\) and \(c\) additionally show instances with empty relation and event annotations; these bars summarize annotation coverage and fall outside the corresponding label inventories\. This pattern reflects corpus heterogeneity: relevant instances may provide background or entity context without expressing every schema layer\. The instance\-level distributions further show dense entity annotations and frequent relation annotations within military news instances\. ## 4Benchmark Experiments ### 4\.1Experimental Setup The benchmark evaluates event extraction \(EE\), comprising trigger extraction and argument extraction\[[12](https://arxiv.org/html/2609.10722#bib.bib19),[25](https://arxiv.org/html/2609.10722#bib.bib23)\], together with named entity recognition \(NER\) and relation extraction \(RE\)\. Following the TextEE evaluation protocol\[[4](https://arxiv.org/html/2609.10722#bib.bib8)\], we report micro\-averaged precision, recall, and F1 for trigger identification \(TI\), trigger classification \(TC\), argument identification \(AI\), and argument classification \(AC\), together with relaxed variants TI\*, TC\*, AI\*, and AC\*\. TI requires exact trigger span matching and ignores the Event Type\. TC additionally requires the Event Type to be correct\. AI requires exact argument span matching and ignores the Argument Role\. AC additionally requires the Argument Role to be correct\. The relaxed variants use the same label requirements but replace exact span matching with relaxed matching\. A relaxed match is counted only when the predicted span contains the complete gold span and the total extension over its left and right boundaries is no more than two tokens, with one\-to\-one maximum bipartite matching\. Truncated predictions and partial overlaps are excluded because they omit part of the annotated semantic unit\. We report TC and AC as the primary exact event metrics and TC\* and AC\* for relaxed span analysis\. For NER, a prediction is correct only if both the entity span and entity type match the gold annotation\. For RE, a prediction is correct only if the relation type and the two entity spans match the gold annotation\. The evaluated methods are grouped into supervised IE models, zero\-shot LLMs, and fine\-tuned LLM extraction methods\. The supervised models are DyGIE\+\+, OneIE, and UIE\[[9](https://arxiv.org/html/2609.10722#bib.bib9),[10](https://arxiv.org/html/2609.10722#bib.bib11),[17](https://arxiv.org/html/2609.10722#bib.bib10)\]\. The zero\-shot LLMs include Qwen2\.5 models\[[14](https://arxiv.org/html/2609.10722#bib.bib12)\], GLM\-4\[[2](https://arxiv.org/html/2609.10722#bib.bib13)\], Llama models\[[3](https://arxiv.org/html/2609.10722#bib.bib14)\], Moonshot\-v1, DeepSeek\-V3\.1, and GPT\-5\.1\.444Moonshot\-v1:[https://www\.moonshot\.cn/](https://www.moonshot.cn/); DeepSeek\-V3\.1:[https://api\-docs\.deepseek\.com/news/news250821](https://api-docs.deepseek.com/news/news250821); GPT\-5\.1:[https://openai\.com/index/gpt\-5\-1/](https://openai.com/index/gpt-5-1/)\.The fine\-tuned LLM extraction methods are GoLLIE, ADELIE, and KnowCoder\[[8](https://arxiv.org/html/2609.10722#bib.bib22),[13](https://arxiv.org/html/2609.10722#bib.bib16),[16](https://arxiv.org/html/2609.10722#bib.bib17)\], with CodeLlama\[[15](https://arxiv.org/html/2609.10722#bib.bib15)\]used as one GoLLIE backbone and Llama\-3\.1\-8B\-Instruct used for KnowCoder\. Supervised and fine\-tuned models are trained on the same training split, and all methods are evaluated on the same test split; LLM\-based extraction uses schema descriptions and the same label inventory as the supervised setting\. ### 4\.2Overall Results Table[5](https://arxiv.org/html/2609.10722#S4.T5)reports the full benchmark results and reveals distinct strengths across model groups and extraction tasks\. Table 5:Full benchmark results on CMNIE\. Scores are micro\-averaged F1; bold indicates the best result in each metric column\.GroupModelTCACNERRESupervised IEDyGIE\+\+65\.339\.267\.68\.3OneIE63\.053\.970\.219\.5UIE47\.320\.464\.325\.1Open\-weight LLMQwen2\.5\-7B\-Instruct37\.926\.339\.98\.0Qwen2\.5\-14B\-Instruct35\.326\.741\.612\.8Qwen2\.5\-32B\-Instruct32\.729\.745\.016\.1Qwen2\.5\-72B\-Instruct45\.329\.347\.013\.8GLM\-4\-9B\-Chat24\.220\.838\.48\.3Llama\-3\.1\-8B\-Instruct23\.723\.126\.98\.3Llama\-3\.1\-70B\-Instruct43\.429\.537\.912\.9Llama\-3\.3\-70B\-Instruct36\.129\.439\.915\.0Commercial LLMMoonshot\-v1\-8k34\.827\.842\.718\.1DeepSeek\-V3\.1\-Chat49\.434\.446\.719\.2GPT\-5\.139\.431\.846\.524\.2Fine\-tuned LLMGoLLIE \+ CodeLlama\-7B67\.246\.871\.948\.7GoLLIE \+ Llama\-3\.1\-8B\-Instruct69\.547\.471\.149\.7GoLLIE \+ Qwen2\.5\-Coder\-7B69\.145\.269\.949\.5GoLLIE \+ Qwen2\.5\-7B\-Instruct70\.347\.971\.050\.2ADELIE \+ Llama\-3\.1\-8B\-Instruct59\.547\.767\.448\.5ADELIE \+ Qwen2\.5\-7B\-Instruct57\.745\.866\.746\.6KnowCoder \+ Llama\-3\.1\-8B\-Instruct46\.834\.668\.623\.6OneIE obtains the highest AC score \(53\.9\), 6\.0 points above the next\-best result, and reaches 70\.2 NER F1; GoLLIE with Qwen2\.5\-7B\-Instruct leads TC and RE \(70\.3/50\.2\), improving RE by 25\.1 points over UIE, the strongest supervised RE baseline\. This task\-dependent split suggests that explicit span selection remains effective for exact arguments, while schema\-conditioned generation is especially effective for relation extraction\. The three highest NER scores \(71\.9, 71\.1, and 71\.0\) are closely clustered, indicating comparable NER performance among the leading systems\. KnowCoder with Llama\-3\.1\-8B\-Instruct reaches TC 46\.8, AC 34\.6, NER 68\.6, and RE 23\.6\. The strongest zero\-shot results trail the overall best by 20\.9 points for TC, 19\.5 for AC, 24\.9 for NER, and 26\.0 for RE\. Within this group, DeepSeek\-V3\.1\-Chat leads TC/AC \(49\.4/34\.4\), GPT\-5\.1 leads RE \(24\.2\), and Qwen2\.5\-72B\-Instruct leads NER \(47\.0\)\. Qwen2\.5 scaling is non\-monotonic, indicating that model size alone provides insufficient control over schema adherence and exact boundaries\. ### 4\.3Exact and Relaxed Event Scores Table 6:Exact and relaxed zero\-shot event extraction F1 \(best in bold\)\.Table[6](https://arxiv.org/html/2609.10722#S4.T6)compares exact and relaxed event scores for zero\-shot LLMs\. The gap between exact and relaxed F1 is large for nearly every model\. DeepSeek\-V3\.1\-Chat reaches 71\.3 TC\* but 49\.4 TC\. Llama\-3\.1\-70B\-Instruct reaches 64\.7 TC\* but 43\.4 TC\. The same pattern appears in AC, where relaxed scores are consistently higher than exact scores\. Relaxation increases TC by 21\.9 points for DeepSeek\-V3\.1\-Chat and 21\.3 for Llama\-3\.1\-70B\-Instruct; the largest AC increase is 12\.3 points for Qwen2\.5\-32B\-Instruct\. DeepSeek\-V3\.1\-Chat reaches 71\.3 TC\*, close to the best exact TC of a fine\-tuned system, highlighting boundary precision as a major source of zero\-shot error\. Exact spans determine which phrase enters a structured record: overextended spans may add irrelevant modifiers, while shortened spans may omit equipment models, organization names, or location components\. ## 5Discussion ### 5\.1Challenges and Error Analysis CMNIE combines skewed event distributions, dense entities, and frequent relations\. Models must distinguish background instances with empty event annotations, learn sparse types, and recover precise boundaries; many relations also appear in noun phrases or appositions without an explicit predicate\. As a qualitative case study, we manually inspected outputs from Qwen2\.5\-7B\-Instruct across event extraction, NER, and RE\. Event errors include missed triggers, false predictions over background descriptions, and role confusions; NER errors concentrate on boundaries of equipment models, organizations, and locations; and RE errors arise from inaccurate entity spans and implicit relation expressions\. Because RE requires two exact entity endpoints, a single NER boundary error can invalidate an otherwise plausible relation prediction, compounding entity and relation errors\. These observations align with the relaxed–exact gap and low zero\-shot RE scores\. They motivate boundary\-aware decoding, schema\-constrained generation, and tighter entity–relation coupling; OneIE’s AC lead also shows the value of explicit span selection\. ### 5\.2Data Availability, Limitations, and Ethical Considerations CMNIE covers public Chinese military news from the selected sources and period\. Its schema captures a defined set of concepts; some event types remain sparse, and the current release covers Chinese only\. Dictionary retrieval may favor explicit, frequent event expressions and provides limited coverage of implicit or atypical events outside the dictionary\. The dataset and code are available at[https://github\.com/Sulfur\-ylide/CMNIE](https://github.com/Sulfur-ylide/CMNIE)\. The dataset was collected solely from publicly accessible news sources\. Military IE has dual\-use potential, including automated monitoring and operational analysis\. Users should follow source copyright and redistribution conditions, applicable legal and ethical requirements, and avoid harmful deployment; the release documents provenance and distributes permitted materials\. ## 6Conclusion This paper presents CMNIE, a Chinese military news benchmark that aligns events, arguments, entities, and relations under a unified schema\. Experiments reveal complementary strengths: explicit span modeling remains effective for exact arguments, while fine\-tuned schema\-conditioned generation achieves the strongest relation extraction results\. Exact–relaxed gaps further establish boundary precision as a central zero\-shot challenge\. CMNIE supports research on schema adherence, span\-sensitive extraction, and joint structured prediction in specialized Chinese news\. ## References - \[1\]W\. Che, Z\. Li, and T\. Liu\(2010\)LTP: a Chinese language technology platform\.InProceedings of the 23rd International Conference on Computational Linguistics: Demonstrations,Beijing, China,pp\. 13–16\.Cited by:[§3\.1](https://arxiv.org/html/2609.10722#S3.SS1.p3.1)\. - \[2\]GLM Team, A\. Zeng, B\. Xu,et al\.\(2024\)ChatGLM: a family of large language models from GLM\-130B to GLM\-4 all tools\.arXiv preprint arXiv:2406\.12793\.External Links:2406\.12793Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[3\]A\. Grattafiori, A\. Dubey, A\. Jauhri,et al\.\(2024\)The Llama 3 herd of models\.arXiv preprint arXiv:2407\.21783\.External Links:2407\.21783Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[4\]K\. Huang, I\. Hsu, T\. Parekh,et al\.\(2024\)TextEE: benchmark, reevaluation, reflections, and future challenges in event extraction\.InFindings of the Association for Computational Linguistics: ACL 2024,Bangkok, Thailand,pp\. 12804–12825\.Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p1.1)\. - \[5\]S\. Li, H\. Ji, and J\. Han\(2021\)Document\-level event argument extraction by conditional generation\.InProceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,Online,pp\. 894–908\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[6\]S\. Li, W\. He, Y\. Shi,et al\.\(2019\)DuIE: A large\-scale Chinese dataset for information extraction\.InNatural Language Processing and Chinese Computing,Vol\.11839,Cham,pp\. 791–800\.External Links:ISBN 978\-3\-030\-32235\-9 978\-3\-030\-32236\-6Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[7\]X\. Li, F\. Li, L\. Pan,et al\.\(2020\)DuEE: a large\-scale dataset for Chinese event extraction in real\-world scenarios\.InNatural Language Processing and Chinese Computing – 9th CCF International Conference, NLPCC 2020, Proceedings, Part II,Lecture Notes in Computer Science, Vol\.12431,pp\. 534–545\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[8\]Z\. Li, Y\. Zeng, Y\. Zuo,et al\.\(2024\)KnowCoder: coding structured knowledge into LLMs for universal information extraction\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),Bangkok, Thailand,pp\. 8758–8779\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[9\]Y\. Lin, H\. Ji, F\. Huang, and L\. Wu\(2020\)A joint neural model for information extraction with global features\.InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics,Online,pp\. 7999–8009\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[10\]Y\. Lu, Q\. Liu, D\. Dai,et al\.\(2022\)Unified structure generation for universal information extraction\.InProceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),Dublin, Ireland,pp\. 5755–5772\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[11\]H\. Peng, X\. Wang, J\. Chen,et al\.\(2023\)When does in\-context learning fall short and why? a study on specification\-heavy tasks\.arXiv preprint arXiv:2311\.08993\.External Links:2311\.08993Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1)\. - \[12\]H\. Peng, X\. Wang, F\. Yao,et al\.\(2023\)The devil is in the details: on the pitfalls of event extraction evaluation\.InFindings of the Association for Computational Linguistics: ACL 2023,Toronto, Canada,pp\. 9206–9227\.Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p1.1)\. - \[13\]Y\. Qi, H\. Peng, X\. Wang, B\. Xu, L\. Hou, and J\. Li\(2024\)ADELIE: aligning large language models on information extraction\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Miami, Florida, USA,pp\. 7371–7387\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[14\]Qwen, A\. Yang, B\. Yang,et al\.\(2024\)Qwen2\.5 technical report\.arXiv preprint arXiv:2412\.15115\.Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[15\]B\. Roziere, J\. Gehring, F\. Gloeckle,et al\.\(2023\)Code Llama: open foundation models for code\.arXiv preprint arXiv:2308\.12950\.External Links:2308\.12950Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[16\]O\. Sainz, I\. García\-Ferrero, R\. Agerri, O\. L\. de Lacalle, G\. Rigau, and E\. Agirre\(2024\)GoLLIE: annotation guidelines improve zero\-shot information extraction\.InThe Twelfth International Conference on Learning Representations,Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[17\]D\. Wadden, U\. Wennberg, Y\. Luan, and H\. Hajishirzi\(2019\)Entity, relation, and event extraction with contextualized span representations\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),Hong Kong, China,pp\. 5784–5789\.Cited by:[§2](https://arxiv.org/html/2609.10722#S2.p2.1),[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p2.1)\. - \[18\]C\. Walker, S\. Strassel, J\. Medero, and K\. Maeda\(2006\)ACE 2005 Multilingual Training Corpus LDC2006T06\.Note:Linguistic Data Consortium, PhiladelphiaCited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[19\]X\. Wang, Y\. Chen, N\. Ding,et al\.\(2022\)MAVEN\-ERE: a unified large\-scale dataset for event coreference, temporal, causal, and subevent relation extraction\.InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing,Abu Dhabi, United Arab Emirates,pp\. 926–941\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[20\]X\. Wang, H\. Peng, Y\. Guan,et al\.\(2024\)MAVEN\-ARG: completing the puzzle of all\-in\-one event understanding dataset with event argument annotation\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),Bangkok, Thailand,pp\. 4072–4091\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[21\]X\. Wang, Z\. Wang, X\. Han,et al\.\(2020\)MAVEN: A Massive General Domain Event Detection Dataset\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing \(EMNLP\),Online,pp\. 1652–1671\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[22\]M\. Zhu, J\. Wu, L\. Liu,et al\.\(2026\)Can large language models effectively support decision\-making in sudden emergencies?\.InFindings of the Association for Computational Linguistics: ACL 2026,San Diego, California, United States,pp\. 36536–36558\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1)\. - \[23\]M\. Zhu, Z\. Xu, K\. Zeng,et al\.\(2024\)CMNEE: a large\-scale document\-level event extraction dataset based on open\-source Chinese military news\.InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation \(LREC\-COLING 2024\),Torino, Italia,pp\. 3367–3379\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p3.1),[§2](https://arxiv.org/html/2609.10722#S2.p1.1)\. - \[24\]M\. Zhu, K\. Zeng, M\. Wang,et al\.\(2025\)EventSum: a large\-scale event\-centric summarization dataset for Chinese multi\-news documents\.Proceedings of the AAAI Conference on Artificial Intelligence39\(24\),pp\. 26138–26147\.Cited by:[§1](https://arxiv.org/html/2609.10722#S1.p1.1)\. - \[25\]M\. Zhu, K\. Zeng, J\. Wu,et al\.\(2024\)LC4EE: LLMs as good corrector for event extraction\.InFindings of the Association for Computational Linguistics: ACL 2024,Bangkok, Thailand,pp\. 12028–12038\.Cited by:[§4\.1](https://arxiv.org/html/2609.10722#S4.SS1.p1.1)\.
Similar Articles
CFMS: Towards Explainable and Fine-Grained Chinese Multimodal Sarcasm Detection Benchmark
Researchers from Peking University introduce CFMS, the first fine-grained Chinese multimodal sarcasm detection benchmark with 2,796 image-text pairs and a triple-level annotation framework (sarcasm identification, target recognition, explanation generation), along with a novel RL-augmented in-context learning method (PGDS) that significantly outperforms existing baselines.
CNM-BERT: A Drop-In Structural Embedding for Chinese Characters via Ideographic Description Sequences
This paper proposes CNM, a lightweight augmentation that injects discrete compositional structure of Chinese characters into BERT via Ideographic Description Sequences, improving performance on rare and out-of-vocabulary characters while preserving general NLU accuracy.
MiNER: Fine-Tuned Biomedical Natural Language Processing for Malaria Disease Entity Recognition in Clinical Texts
This paper proposes MiNER, a fine-tuned BioBERT model for extracting biomedical entities from malaria-related clinical texts, and releases a human-labeled dataset for future research.
KoNeoBench: A Curated Evaluation Dataset for LLM Understanding of Korean Neologisms
The paper introduces KoNeoBench, a curated benchmark dataset for evaluating large language models' understanding of Korean neologisms, based on 1,785 entries from online news since 2020. It reveals limitations in current LLMs in handling recent lexical changes and specific Korean linguistic properties.
ClinicalMC: A Benchmark for Multi-Course Clinical Decision-Making with Large Language Models
ClinicalMC is a benchmark designed to evaluate large language models in multi-course clinical decision-making, featuring datasets in Chinese and English and a multi-agent evaluation framework.