RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      Graph-based Fact Verification with Multi-path Exploration = 다중 경로 탐색을 활용한 그래프 기반 사실 검증

      한글로보기

      https://www.riss.kr/link?id=T17314797

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract) kakao i 다국어 번역

      주장의 진위 여부를 주어진 증거를 바탕으로 판별하는 자동 사실 검증(Automated Fact Verification; AFV)은 최근 크게 발전했지만, 여전히 멀티홉 추론(Multi-hop reasoning)을 요구하는 복잡한 주장에 대해서는 한계가 존재한다. 이에 본 연구는 주장을 구조화된 개체-관계 그래프로 변환해 세분화된 단위로 검증할 수 있도록 하는 그래프 기반 사실 검증 프레임워크를 제안한다. 이 프레임워크는 명시적 개체뿐 아니라 문장 속에 암시된 잠재적 개체까지도 노드로 표현하며, 다양한 추론 경로를 탐색함으로써 검증의 견고성과 유연성을 높인다.
      그러나 그래프 기반 접근은 복잡한 주장에는 효과적이지만, 단순한 주장에는 오히려 과도하게 복잡한 전략이 될 수 있다. 이러한 한계를 보완하기 위해, 본 연구는 각 주장에 따라 직접 프롬프트 기반 검증(Direct Prompting)과 그래프 기반 검증 중 적절한 방식을 선택하도록 하는 전략 선택자(strategy selector)를 추가로 제안한다. 이 전략 선택자는 주장의 복잡도를 고려하여 적절한 추론 경로를 자동으로 할당함으로써, 검증의 효율성과 정확도를 동시에 향상시킨다.
      HOVER, EX-FEVER, FEVEROUS 데이터셋에 대한 실험 결과, 제안한 방법은 특히 멀티홉 주장에서 기존 강력한 베이스라인들을 안정적으로 능가하는 성능을 보였다. 아울러 전략 선택자는 기존 검증 프레임워크에도 쉽게 통합 가능하여, 본 방법의 실용성과 확장 가능성을 입증하였다.
      번역하기

      주장의 진위 여부를 주어진 증거를 바탕으로 판별하는 자동 사실 검증(Automated Fact Verification; AFV)은 최근 크게 발전했지만, 여전히 멀티홉 추론(Multi-hop reasoning)을 요구하는 복잡한 주장에 대...

      주장의 진위 여부를 주어진 증거를 바탕으로 판별하는 자동 사실 검증(Automated Fact Verification; AFV)은 최근 크게 발전했지만, 여전히 멀티홉 추론(Multi-hop reasoning)을 요구하는 복잡한 주장에 대해서는 한계가 존재한다. 이에 본 연구는 주장을 구조화된 개체-관계 그래프로 변환해 세분화된 단위로 검증할 수 있도록 하는 그래프 기반 사실 검증 프레임워크를 제안한다. 이 프레임워크는 명시적 개체뿐 아니라 문장 속에 암시된 잠재적 개체까지도 노드로 표현하며, 다양한 추론 경로를 탐색함으로써 검증의 견고성과 유연성을 높인다.
      그러나 그래프 기반 접근은 복잡한 주장에는 효과적이지만, 단순한 주장에는 오히려 과도하게 복잡한 전략이 될 수 있다. 이러한 한계를 보완하기 위해, 본 연구는 각 주장에 따라 직접 프롬프트 기반 검증(Direct Prompting)과 그래프 기반 검증 중 적절한 방식을 선택하도록 하는 전략 선택자(strategy selector)를 추가로 제안한다. 이 전략 선택자는 주장의 복잡도를 고려하여 적절한 추론 경로를 자동으로 할당함으로써, 검증의 효율성과 정확도를 동시에 향상시킨다.
      HOVER, EX-FEVER, FEVEROUS 데이터셋에 대한 실험 결과, 제안한 방법은 특히 멀티홉 주장에서 기존 강력한 베이스라인들을 안정적으로 능가하는 성능을 보였다. 아울러 전략 선택자는 기존 검증 프레임워크에도 쉽게 통합 가능하여, 본 방법의 실용성과 확장 가능성을 입증하였다.

      더보기

      다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

      Automated fact verification, which evaluates the truthfulness of natural language claims based on supporting evidence, has seen substantial progress in recent years with the advent of large language models and improved retrieval mechanisms. However, verifying complex and information-dense claims, especially those requiring multi-hop reasoning across multiple pieces of evidence, continues to pose a significant and persistent challenge in the field.
      To address this challenge, we propose a novel Graph-based verification framework that transforms input claims into structured entity-relation graphs. The graph structure enables a fine-grained decomposition of the claim, supporting systematic verification. This framework explicitly represents both explicit and latent entities, allowing for the exploration of multiple reasoning paths and thereby enhancing verification robustness.
      While the Graph-based method excels in handling complex claims, it may introduce unnecessary complexity when applied to simpler cases where direct prompting could suffice. To mitigate this, we introduce an adaptive variant—Direct + Graph-based verification—which incorporates a lightweight strategy selector. This component dynamically determines whether to apply direct prompting or invoke the full graph-based reasoning pipeline based on the complexity of the claim. This design ensures that the system allocates resources efficiently and maintains high verification accuracy across diverse scenarios.
      Experimental results on HOVER, EX-FEVER, and FEVEROUS demonstrate that our approach consistently outperforms existing baselines, particularly on multi-hop claims. Furthermore, we find that the proposed strategy selector not only improves performance but also generalizes effectively across different verification pipelines, highlighting the flexibility and scalability of our proposed solution.
      번역하기

      Automated fact verification, which evaluates the truthfulness of natural language claims based on supporting evidence, has seen substantial progress in recent years with the advent of large language models and improved retrieval mechanisms. However, v...

      Automated fact verification, which evaluates the truthfulness of natural language claims based on supporting evidence, has seen substantial progress in recent years with the advent of large language models and improved retrieval mechanisms. However, verifying complex and information-dense claims, especially those requiring multi-hop reasoning across multiple pieces of evidence, continues to pose a significant and persistent challenge in the field.
      To address this challenge, we propose a novel Graph-based verification framework that transforms input claims into structured entity-relation graphs. The graph structure enables a fine-grained decomposition of the claim, supporting systematic verification. This framework explicitly represents both explicit and latent entities, allowing for the exploration of multiple reasoning paths and thereby enhancing verification robustness.
      While the Graph-based method excels in handling complex claims, it may introduce unnecessary complexity when applied to simpler cases where direct prompting could suffice. To mitigate this, we introduce an adaptive variant—Direct + Graph-based verification—which incorporates a lightweight strategy selector. This component dynamically determines whether to apply direct prompting or invoke the full graph-based reasoning pipeline based on the complexity of the claim. This design ensures that the system allocates resources efficiently and maintains high verification accuracy across diverse scenarios.
      Experimental results on HOVER, EX-FEVER, and FEVEROUS demonstrate that our approach consistently outperforms existing baselines, particularly on multi-hop claims. Furthermore, we find that the proposed strategy selector not only improves performance but also generalizes effectively across different verification pipelines, highlighting the flexibility and scalability of our proposed solution.

      더보기

      목차 (Table of Contents)

      • Abstract
      • Chapter 1 Introduction 2
      • Chapter 2 Related Works 6
      • 2.1 Fact Verification with Large Language Models 6
      • 2.2 Latent Entity Identification 7
      • Abstract
      • Chapter 1 Introduction 2
      • Chapter 2 Related Works 6
      • 2.1 Fact Verification with Large Language Models 6
      • 2.2 Latent Entity Identification 7
      • 2.3 Graph-based Fact Verification 7
      • Chapter 3 Method 9
      • 3.1 Graph-based Claim Representation 10
      • 3.2 Latent Entity Identification 10
      • 3.3 Triplet and Claim Verification 12
      • 3.4 Adaptive Verification with Strategy Selection 14
      • Chapter 4 Experimental Setup 15
      • 4.1 Datasets 15
      • 4.2 Implementation Details 16
      • 4.3 Baselines 18
      • Chapter 5 Experimental Results 20
      • 5.1 Main Result 20
      • 5.2 Multi-path Verification 22
      • 5.3 Breakdown of Direct + Graph-based 24
      • 5.4 Graph-based Claim Representation Model 26
      • 5.5 Various Document-level Settings 28
      • 5.6 Error Case Study 30
      • Chapter 6 Conclusion 33
      • 6.1 Future Works 34
      • Appendix A An Example from the EX-FEVER Dataset 38
      • Appendix B Details of Latent Entity Identification Step 39
      • 요약 49
      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼